.preloader {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  overflow: hidden;
}

.preloader .preloader_top {
  position: relative;
  height: 50vh;
  width: 100%;
  background: rgba(10, 7, 117, 0.5);
}

.preloader .preloader_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50vh;
  z-index: 1;
  background: #0a0775;
  width: 100%;
}

.preloader .preloader_top::after {
  content: "";
  position: absolute;
  height: 5px;
  inset: 0;
  margin: auto;
  z-index: 1;
  background: #ab48fc;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.preloader .preloader_bottom {
  position: relative;
  height: 50vh;
  width: 100%;
  background: rgba(10, 7, 117, 0.5);
}

.preloader .preloader_bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 50vh;
  z-index: 1;
  background: #0a0775;
}

.preloader .preloader_logo {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100px;
  width: 220px;
  z-index: 1;
  padding: 0;
  background: #0a0775;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s transform 0.3s;
  transition: opacity 0.2s transform 0.3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.preloader.active {
  -webkit-animation: preloader 0s 1.3s forwards;
          animation: preloader 0s 1.3s forwards;
}

.preloader.active .preloader_top {
  -webkit-animation: preloader_top 1s 0.7s forwards;
          animation: preloader_top 1s 0.7s forwards;
}

.preloader.active .preloader_top::before {
  -webkit-animation: preloader_top_2 1s 0.4s forwards;
          animation: preloader_top_2 1s 0.4s forwards;
}

.preloader.active .preloader_top::after {
  height: 0%;
}

.preloader.active .preloader_bottom {
  -webkit-animation: preloader_bottom 1s 0.7s forwards;
          animation: preloader_bottom 1s 0.7s forwards;
}

.preloader.active .preloader_bottom::before {
  -webkit-animation: preloader_bottom_2 1s 0.4s forwards;
          animation: preloader_bottom_2 1s 0.4s forwards;
}

.preloader.active .preloader_logo {
  -webkit-transform: scale(5);
          transform: scale(5);
  opacity: 0;
}

@-webkit-keyframes preloader {
  0% {
    z-index: 1000000;
  }
  100% {
    z-index: -10;
  }
}

@keyframes preloader {
  0% {
    z-index: 1000000;
  }
  100% {
    z-index: -10;
  }
}

@-webkit-keyframes preloader_top {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes preloader_top {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes preloader_top_2 {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes preloader_top_2 {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes preloader_bottom {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes preloader_bottom {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes preloader_bottom_2 {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes preloader_bottom_2 {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #8c45ff;
}

.lh-normal {
  line-height: normal;
}

.heading {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #343a40;
}

.heading span {
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  color: #928f8f;
}

.btn-theme1 {
  color: #fff;
}

.btn-theme1:hover {
  color: #fff;
}

.btn-theme1 span {
  color: #fff;
}

.btn-theme1::before, .btn-theme1::after {
  color: #fff;
}

.btn-theme2 {
  color: #fff;
}

.btn-theme2:hover {
  color: #fff;
}

.btn-theme2 span {
  color: #fff;
}

.btn-theme2::before, .btn-theme2::after {
  color: #fff;
}

.btn-theme3 {
  color: #fff;
}

.btn-theme3:hover {
  color: #fff;
}

.btn-theme3 span {
  color: #fff;
}

.btn-theme3::before, .btn-theme3::after {
  color: #fff;
}

nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 1000;
  background: transparent !important;
}

nav.navbar .navbar-nav.navbar-right {
  position: relative;
}

nav.navbar .navbar-nav.navbar-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  background: #fff;
}

nav.navbar .navbar-nav .nav-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.839);
  padding-right: 1rem;
  padding-left: 1rem;
}

nav.navbar .navbar-nav .nav-link:hover, nav.navbar .navbar-nav .nav-link:focus {
  color: #fff;
}

nav.navbar .navbar-nav .nav-link.active {
  color: #fff;
}

nav.navbar .navbar-nav .navbar-nav .show > .nav-link {
  color: #fff;
}

nav.navbar .navbar-nav [class*="btn-"] {
  color: #fff;
}

nav.navbar .navbar-nav [class*="btn-"]:hover {
  color: #5853f5;
}

.navbar.inner_pages_header .navbar-nav .nav-link {
  color: #000;
}

.navbar.inner_pages_header .navbar-nav .nav-link:hover {
  color: #5853f5;
}

.inner_pages_header .navbar-nav.navbar-right::before {
  background-color: #000 !important;
}

.navbar.inner_pages_header .navbar-nav .nav-link.btn-comman {
  background-color: #5853f5;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar.inner_pages_header .navbar-nav .nav-link.btn-comman:hover {
  background-color: #fc4889;
  color: #fff;
}

.navbar.inner_pages_header .navbar-nav .nav-link.active {
  color: #5853f5;
}

.footer {
  padding: 50px 0;
}

.footer .heading h1 {
  color: #0c2c60;
  margin: 0 auto;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: var(--bs-font-sans-serif);
}

.footer ul {
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #dee2e6;
  color:#0c2c60;
}

.footer ul li {
  margin: 5px 10px 0;
}

.footer ul li a {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer li {
  margin: 0 4px;
}

.footer ol li a {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ff96c0;
  color: #fc4889;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer ol li a:hover {
  background: #fc4889;
  color: #fff;
  border-color: #fc4889;
}

.footer p {
  font-size: 16px;
  color: #8b8b8b;
  margin: 0;
}

.sign-up-modal .modal_logo {
  -webkit-filter: brightness(50);
          filter: brightness(50);
}

.sign-up-modal .modal-dialog {
  max-width: 85%;
}

.sign-up-modal .sign-up-left img {
  max-width: 430px;
  margin: 0 auto;
}

.sign-up-modal .modal-dialog .modal-body {
  padding: 160px 0 60px;
}

.modal-content {
  background-color: #f5f5ff;
  border: 0;
  border-radius: 0;
}

.sign-up-modal .modal-dialog .modal-body .container {
  max-width: 72%;
}

.sign-up-modal .modal-dialog .modal-body::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../img/sign-up/modal_bg.png);
  width: 100%;
  height: 100%;
  background-size: 450px;
  background-repeat: no-repeat;
  z-index: 0;
}

.modal_logo {
  position: absolute;
  top: 38px;
  z-index: 2;
  left: 15%;
}

.modal_logo img {
  max-width: 142px;
}

.sign-up-acadergy-top h2 {
  font-weight: bold;
  font-size: 32px;
}

.sign-up-acadergy-top span {
  color: #969696;
  font-size: 16px;
}

.sign-up-acadergy-top span a {
  text-decoration: none;
  color: #5853f5;
  display: inline-block;
  font-weight: bold;
}

.sign_up_form .form-group input {
  border: 2px solid #d3d3fc;
  border-radius: 50px;
  padding: 10px 26px;
  background-color: #fff !important;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5653f4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 14px 30px #5653f452;
          box-shadow: 0 14px 30px #5653f452;
  height: 64px;
}

.sign_up_form .form-group label {
  font-weight: bold;
  font-size: 16px;
  color: #5653f4;
  padding-left: 16px;
  padding-bottom: 8px;
}

.sign_up_form .form-group .input_icons {
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.sign-up-acadergy-top {
  margin-bottom: 22px;
}

.sign-up-acadergy {
  margin-top: -110px;
}

.sign_up_form .btn-submit {
  background-color: #fc4889;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0 14px 30px #fc488987;
          box-shadow: 0 14px 30px #fc488987;
  width: 100%;
  border: 0;
}

.sign-up-google {
  background-color: #fff;
  color: #5853f5;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  border-radius: 50px;
  width: 100%;
  border: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 14px 30px #5653f452;
          box-shadow: 0 14px 30px #5653f452;
}

.close_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #5853f5;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 50px;
  border-radius: 0 0 0 50px;
  padding: 0 0 10px 10px;
  font-size: 21px;
  -webkit-box-shadow: 0 14px 30px #5653f452;
          box-shadow: 0 14px 30px #5653f452;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.close_btn:hover {
  background-color: #fc4889;
  color: #fff;
}

@media (max-width: 1366px) {
  .slider_chapter_box p br {
    display: none;
  }
  .hero-section::after {
    background-size: 750px;
  }
  .hero-section {
    min-height: auto;
    padding: 140px 0 120px;
  }
}

@media (max-width: 1280px) {
  .banner_top {
    position: relative;
  }
  .sign-up-modal .sign-up-left img {
    max-width: 360px;
    margin: 0 auto;
  }
  .sign-up-acadergy-top h2 {
    font-weight: bold;
    font-size: 26px;
  }
  .sign_up_form .form-group input {
    height: 55px;
    font-size: 14px;
  }
  .sign-up-acadergy-top span {
    font-size: 14px;
  }
  .sign_up_form .form-group label {
    font-size: 14px;
    padding-left: 16px;
    padding-bottom: 6px;
  }
  .sign_up_form .form-group .input_icons {
    bottom: 18px;
    right: 30px;
  }
  .sign_up_form .btn-submit, .sign-up-google {
    font-size: 14px;
    padding: 14px 30px;
  }
}

@media (max-width: 1199px) {
  .reviews-section .r_slider .reviews-corausel .owl-nav button[class*="owl-"].owl-prev {
    left: -30px;
  }
  body {
    overflow-x: hidden;
  }
  .banner_img text-end img {
    max-width: 100%;
  }
  .hero-section .hero_getStarted input {
    width: 242px;
  }
  .hero-section .hero_left_heading {
    font-size: 62px;
    line-height: 60px;
  }
  .hero-section .hero_left_heading span {
    font-size: 35px;
  }
  .hero-section::after {
    background-size: 64%;
  }
  .hero-section {
    padding: 150px 0 70px;
  }
  body {
    overflow-x: hidden;
  }
  .features-items .features-img img {
    max-width: 100%;
  }
  .banner_img img {
    margin-bottom: -10px;
  }
  .sign-up-modal .sign-up-left img {
    max-width: 290px;
    margin: 0 auto;
  }
  .sign-up-modal .modal-dialog .modal-body::after {
    background-size: 400px;
  }
  .sign-up-acadergy-top h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .sign-up-acadergy-top span {
    font-size: 13px;
  }
  .sign-up-acadergy-top {
    margin-bottom: 6px;
  }
  .sign_up_form .form-group input {
    height: 50px;
    font-size: 12px;
  }
  .input_icons img {
    max-width: 13px;
  }
  .sign_up_form .form-group .input_icons {
    bottom: 15px;
    right: 26px;
  }
  .sign_up_form .btn-submit, .sign-up-google {
    font-size: 12px;
    padding: 12px 30px;
  }
  .our_founder_box {
    max-width: 30%;
    margin: 0 0;
  }
  .courses_banner .course_name {
    bottom: 10px;
    font-size: 13px;
  }
  .reviews-section .r_slider .reviews-corausel .owl-stage-outer:before {
    width: 40%;
  }
  .short_banner .banner_img img {
    max-width: 50%;
    margin-bottom: 0;
  }
  .banner_top.short_banner::after {
    top: -40px;
  }
  .short_banner.free_video_banner .banner_img img {
    max-width: 80%;
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .reviews-section .r_slider .reviews-corausel .owl-nav button[class*="owl-"].owl-prev {
    left: 20px;
  }
  .reviews-section .r_slider .reviews-corausel .owl-stage-outer:before {
    width: 50%;
  }
  .banner_img img {
    margin-bottom: -10px;
    max-width: 300px;
  }
  .banner_top::after {
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
  }
  .banner_heading h1 {
    font-size: 24px;
  }
  .blog_box .img_blog img {
    height: 240px;
  }
  .blog_box {
    margin-bottom: 30px;
  }
  .banner_top {
    padding: 60px 0 30px;
  }
  .free_video_banner.banner_top {
    padding: 60px 0 90px;
  }
  nav.navbar {
    padding: 10px 0;
  }
  .navbar > .container {
    max-width: 100%;
  }
  button.navbar-toggler.collapsed {
    border: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/white-bars.png);
  }
  .inner_pages_header.navbar-light .navbar-toggler-icon {
    background-image: url(../img/bars.png);
  }
  .navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
  }
  .navbar-collapse {
    background-color: #fc4889;
    padding: 30px 0;
    text-align: center;
    border-radius: 14px;
  }
  .navbar.inner_pages_header .navbar-nav .nav-link.active {
    color: #fff;
  }
  .navbar-nav .nav-link {
    color: #fff !important;
    padding: 17px 0;
    border-bottom: 1px dashed;
  }
  .navbar.inner_pages_header .navbar-nav .nav-link:hover {
    color: #5653f4;
  }
  .navbar-light .navbar-toggler:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .navbar-collapse ul.navbar-nav.navbar-right .nav-link {
    border: 0;
  }
  .navbar-collapse ul.navbar-nav.navbar-right .nav-link.btn-comman {
    border: 2px solid;
    padding: 10px 0;
    margin-top: 20px;
  }
  .navbar-collapse ul.navbar-nav.navbar-right .nav-item:first-child .nav-link {
    border: 0;
  }
  .navbar-collapse ul.navbar-nav.navbar-right .nav-item:last-child .nav-link {
    border: 0;
    border: 2px solid;
    padding: 10px 0;
    margin-top: 20px;
    background-color: #5853f5;
  }
  .apply_coupon_inner {
    padding: 18px 12px;
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .cart_top h1 {
    font-size: 21px;
  }
  .cart_top span {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .cart_top strong {
    font-size: 18px;
  }
  .cart_top strong del {
    font-size: 14px;
  }
  .price_details h2 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .price_details_inner h3 {
    font-size: 16px;
  }
  .price_details_inner span {
    font-size: 15px;
  }
  .price_details_inner a {
    font-size: 14px;
  }
  .price_details_inner .btn-pay {
    margin-top: 25px;
    padding: 16px 0;
    font-size: 13px;
    border-radius: 20px;
  }
  .cart::after {
    height: 90%;
  }
  .chapter_section .slider-heading {
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 31px;
    margin-bottom: 0;
    font-size: 26px;
  }
  nav.navbar .navbar-nav.navbar-right::before {
    display: none;
  }
  .book_free_class img {
    max-width: 100%;
  }
  .book_free_class {
    padding: 17px;
  }
  .book_free_class span {
    font-size: 11px;
  }
  .book_free_class a {
    font-size: 13px;
    padding: 12px 20px;
  }
  .syallabus_part {
    padding: 25px 15px;
  }
  .syallabus_part h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .syallabus_part ul li a {
    font-size: 12px;
    line-height: 17px;
    display: block;
  }
  .ncert_section_content_part p {
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 23px;
  }
  .ncert_section_content_part h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .all_exam_papers {
    padding: 80px 0 124px;
  }
  .syllabus_content p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .syllabus-heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .syllabus-update {
    height: auto;
    padding: 100px 0 40px;
  }
  .syllabus-pdf-head h2 {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .syllabus-pdf-download {
    padding: 40px 0 0;
  }
  .sign-up-modal .sign-up-left img {
    max-width: 80%;
    margin: 0 auto;
  }
  .modal_logo img {
    max-width: 118px;
  }
  .modal_logo {
    top: 12px;
    z-index: 9;
    left: 4%;
  }
  .sign-up-modal .modal-dialog .modal-body::after {
    background-size: 300px;
  }
  .sign-up-modal .modal-dialog .modal-body {
    padding: 90px 0 40px;
  }
  .sign-up-acadergy {
    margin-top: 30px;
    text-align: center;
  }
  form.sign_up_form {
    text-align: left;
  }
  .sign-up-google img {
    max-width: 18px;
  }
  .about-us .about_heading {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .about-content p {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 24px;
  }
  .our_founder {
    padding-top: 100px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
  }
  .founder-heading span {
    font-size: 13px;
    display: block;
  }
  .our_founder_box img {
    height: 180px;
  }
  .our_founder_box {
    max-width: 31%;
    margin: 0 0;
  }
  .founder_content {
    padding: 14px 10px;
  }
  .founder_content h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .founder_content span {
    font-size: 11px;
    display: block;
  }
  .founder-heading h2 {
    font-size: 32px;
  }
  .founder-heading span {
    font-size: 14px;
  }
  .heading {
    font-size: 32px;
  }
  .heading span {
    font-size: 13px;
    margin-top: 0;
  }
  .our_team {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .sign_up_form .btn-submit, .sign-up-google {
    font-size: 12px;
    padding: 15px 30px;
  }
  .view_video_btn a {
    font-size: 14px;
  }
  .free_video_classes .heading {
    margin-bottom: 5px;
  }
  .ongoing_courses {
    padding: 110px 0 70px;
    background-position: center;
  }
  .ongoing_courses_left h3 {
    font-size: 19px;
    max-width: 100%;
    line-height: 29px;
    margin-bottom: 12px;
  }
  .ongoing_courses_left p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .ongoing_courses_left a {
    padding: 14px 35px;
    font-size: 14px;
  }
  .free_notes_heading {
    font-size: 32px;
  }
  .courses_banner {
    padding: 100px 0 60px;
  }
  .courses_banner .banner_img img {
    margin-bottom: 0;
    max-width: 100%;
  }
  .btn-bynow {
    margin-top: 30px;
    text-align: center;
  }
  .acadergy_courses-tabs ul {
    margin-bottom: 40px;
    height: 55px;
  }
  .acadergy_courses-tabs ul .nav-item .nav-link {
    width: 140px;
    height: 53px;
    font-size: 14px;
  }
  .acadergy_courses_box {
    padding: 40px;
    border-radius: 60px;
    border: 1px solid #fc4889;
    -webkit-box-shadow: 0 1px 12px 0 #fc48894d;
            box-shadow: 0 1px 12px 0 #fc48894d;
  }
  .acadergy_courses_box .courses_img img {
    height: 80px;
  }
  .acadergy_courses-tabs .tab-content .tab-pane .row .col-lg-3 {
    border: 0 !important;
  }
  .overview-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .inner_text_overview h4 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .overview-content {
    text-align: center;
    padding-top: 30px;
  }
  .inner_text_overview p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .teacher-overview {
    padding: 150px 0 50px;
  }
  .other_subjects {
    position: relative;
    padding: 50px 0 60px;
  }
  .hero-section .hero_left_heading {
    font-size: 52px;
    line-height: 54px;
  }
  .hero-section .hero_left_heading span {
    font-size: 22px;
  }
  .hero-section .hero_left_subTitle p {
    font-size: 12px;
  }
  .hero-section .hero_getStarted input {
    width: 202px;
  }
  .hero-section .hero_getStarted a {
    padding: 9px 20px;
    font-weight: 600;
    font-size: 13px;
  }
  .hero-section {
    padding: 110px 0 50px;
  }
  .our-features-section .features-items .features-item .features-img img {
    height: 110px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .our-features-section .heading span {
    font-size: 18px;
  }
  .plans .plans-ul {
    padding: 40px 20px 80px 20px;
  }
  .free-videos-section {
    background-position: center;
    padding-bottom: 60px;
  }
  .free-videos-section .testimonial-free-videos-section .testimonial-item {
    border-radius: 50px;
    margin: 0 40px;
  }
  .free-videos-section .testimonial-free-videos-section .testimonial-item .img img {
    height: 260px;
  }
  .faculty-info-section {
    background-position: center;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .numbers-section ul li {
    width: 45%;
    margin-bottom: 30px;
    height: 170px;
  }
  .latest-blog-section .testimonial-latest-blog-section .testimonial-item .img-new img {
    height: 240px;
  }
  .latest-blog-section {
    padding-bottom: 20px;
  }
  .short_banner .banner_img img {
    max-width: 60%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .banner_img img {
    margin-bottom: 0;
    max-width: 100%;
  }
  .banner_heading h1 {
    font-size: 18px;
    margin: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-size: 23px;
  }
  .banner_top {
    padding: 50px 0 60px;
  }
  .blog_heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .blog_main {
    padding-top: 20px;
  }
  .blog_box .img_blog {
    border-radius: 9px;
    border: 0;
    margin-bottom: 25px;
  }
  .blog_box .img_blog img {
    height: auto;
    border-radius: 0;
  }
  .blog_box {
    margin-bottom: 10px;
    border: 1px solid #fc4889;
    border-radius: 9px;
    padding-bottom: 6px;
    -webkit-box-shadow: 0 2px 9px 0 #0000004d;
            box-shadow: 0 2px 9px 0 #0000004d;
  }
  .blog_box .img_blog:hover img {
    -webkit-transform: unset;
            transform: unset;
  }
  .banner_top::after {
    background-size: cover;
    top: 0;
  }
  .see-all-btn {
    text-align: center;
    border-radius: 9px;
    padding: 14px 10px;
    font-size: 14px;
    background: #ff0066;
    margin-bottom: 16px;
    display: block;
  }
  .content-blog h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .content-blog p {
    font-size: 13px;
  }
  .footer ol li a {
    font-size: 17px;
    width: 55px;
    height: 55px;
    border: 1px solid #ff96c0;
  }
  .footer ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer ul li a {
    font-size: 13px;
  }
  .footer p {
    font-size: 14px;
  }
  .content-blog {
    text-align: center;
    padding: 0 10px;
  }
  .cart {
    padding: 90px 0 140px;
    background-position: center -332px;
    background-size: cover;
  }
  .cart::after {
    height: 0;
  }
  .cart_box {
    padding: 26px;
    border-radius: 12px;
  }
  .cart_top h1 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .cart_top span {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .apply_coupon_inner {
    padding: 15px 10px;
    margin-top: 12px;
    font-size: 11px;
    margin-bottom: 2px;
    border-radius: 5px;
  }
  .price_details h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .price_details_inner h3 {
    font-size: 14px;
  }
  .price_details_inner span {
    font-size: 14px;
  }
  .price_details_inner a {
    font-size: 13px;
  }
  .select_subject select {
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    padding: 0 13px;
    font-size: 12px;
    border-radius: 15px;
  }
  .select_subject label {
    right: 21px;
    font-size: 15px;
  }
  .chapter_section .slider-heading {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
  }
  .formulas_box {
    padding: 30px;
    -webkit-box-shadow: 0 0 8px #00000030;
            box-shadow: 0 0 8px #00000030;
    border-radius: 8px;
    position: relative;
    margin: 30px 11px;
  }
  .formulas_box::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    border-radius: 30%;
    background-color: #fc4889;
  }
  .formulas_box h4 {
    font-weight: bold;
    font-size: 15px;
    color: #454546;
    margin-bottom: 15px;
  }
  .formulas_box ul li a {
    color: #5853f5;
    font-size: 14px;
    text-decoration: none;
  }
  .formulas_box ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
  }
  .formulas_box ul li::after {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #5853f5;
  }
  .courses_box {
    border: unset;
    border-radius: 9px;
    padding-bottom: 6px;
    -webkit-box-shadow: 0 2px 9px 0 #0000004d;
            box-shadow: 0 2px 9px 0 #0000004d;
    margin-bottom: 10px;
  }
  .courses_box .img_blog img {
    border-radius: 0;
    height: auto;
  }
  .courses_box .img_blog {
    border-radius: 9px 9px 0 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: 0;
    margin-bottom: 24px;
  }
  .courses-section .courses-heading {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .courses-section {
    padding-top: 30px;
  }
  .courses_box .content-blog a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    background-color: #ff0066;
    border-radius: 50px;
    color: #fff;
    padding: 18px 30px;
  }
  .progress-bar {
    background-color: #e3e3fc;
  }
  .progress {
    background-color: #5853f5;
    height: 20px;
    margin: 18px 20px 15px;
  }
  .courses_box:hover .img_blog img {
    -webkit-transform: unset;
            transform: unset;
  }
  .ncert_banner {
    text-align: center;
  }
  .ncert_banner img {
    max-width: 270px;
  }
  .ncert_section_content_part h2 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .ncert_section_content_part p {
    font-size: 13px;
    margin-bottom: 17px;
    line-height: 22px;
  }
  .book_free_class {
    padding: 12px;
    border-radius: 10px;
  }
  .book_free_class a {
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 10px;
  }
  .syallabus_part h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .syallabus_part {
    padding: 30px 30px;
    border-radius: 10px;
  }
  .syallabus_part ul li a {
    font-size: 14px;
    line-height: 22px;
    display: block;
  }
  .chapter_details_box .chapter {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
  .book-pdf-heading a {
    font-size: 12px;
  }
  .book-pdf-heading span {
    font-size: 10px;
  }
  .book-pdf {
    border-radius: 30px;
    padding: 16px 14px;
  }
  .papper_box_outer.owl-carousel .owl-nav button[class*="owl-"] {
    background: #fc4889;
    border: 2px solid #fc4889;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 21px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .papper_box_outer.owl-carousel .owl-nav button[class*="owl-"].owl-next {
    right: -35px;
    position: absolute;
  }
  .papper_box_outer.owl-carousel .owl-nav button[class*="owl-"].owl-prev {
    left: -35px;
    position: absolute;
  }
  .papper_box_outer.owl-carousel .owl-nav {
    position: absolute;
    height: 0px;
    margin: auto;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .papper_box_outer.owl-carousel .owl-nav button[class*="owl-"]:hover {
    background: #fff;
    border: 2px solid #fc4889;
    color: #fc4889;
  }
  .papper_box_heading h2 {
    font-size: 25px;
    text-align: center;
  }
  .examwise_papers {
    height: 430px;
  }
  .papper_box_heading {
    margin-bottom: 30px;
  }
  .papper_box_outer .papers_box {
    padding: 45px 6px;
    border-radius: 20px;
  }
  .papers_box span {
    font-size: 13px;
  }
  .papers_box strong {
    font-size: 13px;
  }
  .practice_set h2 {
    font-size: 22px;
  }
  .practice_set p {
    font-size: 13px;
  }
  .all_exam_papers {
    padding: 30px 0 44px;
  }
  .all_exam_papers .heading_exam h2 {
    font-weight: bold;
    font-size: 26px;
  }
  .all_exam_papers .heading_exam span {
    color: #949494;
    font-size: 15px;
    display: none;
  }
  .all_exam_papers_box h3 {
    font-size: 16px;
  }
  .main_year_heading {
    font-size: 36px;
  }
  .exam_marks_disc span {
    font-size: 13px;
  }
  .all_exam_papers .owl-carousel .owl-nav button[class*="owl-"] {
    background: #fc4889;
    border: 2px solid #fc4889;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 21px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .all_exam_papers .owl-carousel .owl-nav button[class*="owl-"].owl-next {
    right: -55px;
    position: absolute;
  }
  .all_exam_papers .owl-carousel .owl-nav button[class*="owl-"].owl-prev {
    left: -55px;
    position: absolute;
  }
  .all_exam_papers .owl-carousel .owl-nav {
    position: absolute;
    height: 0px;
    margin: auto;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .all_exam_papers .owl-carousel .owl-nav button[class*="owl-"]:hover {
    background: #fff;
    border: 2px solid #fc4889;
    color: #fc4889;
  }
  .all_exam_papers_box {
    margin: 12px 5px;
    border-radius: 15px;
  }
  .btn_start_test a {
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
  }
  .btn_start_test span {
    top: 10px;
  }
  .all_exam_papers .heading_exam {
    text-align: center;
    margin-bottom: 13px;
  }
  .syllabus-pdf-bottom p {
    font-size: 14px;
    line-height: 25px;
  }
  .syllabus-update {
    background-image: unset;
  }
  .syllabus-heading h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #353535;
  }
  .syllabus-update {
    height: auto;
    padding: 20px 0 40px;
  }
  .syllabus_content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 27px;
    color: #727272;
  }
  .syllabus_details_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0.5rem 1rem #00000036;
            box-shadow: 0 0.5rem 1rem #00000036;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .syllabus_details_box span {
    font-size: 13px;
  }
  .syllabus-pdf-inner {
    border-radius: 30px;
    padding: 10px 20px;
  }
  .syllabus-pdf-heading {
    padding-left: 15px;
  }
  .syllabus-pdf-heading a {
    font-size: 14px;
  }
  .syllabus_details_text .chapter {
    font-size: 13px;
    padding-left: 10px;
  }
  .syllabus-pdf-bottom {
    padding: 40px 0;
    text-align: center;
  }
  .syllabus-pdf-bottom p {
    font-size: 16px;
    line-height: 30px;
  }
  .sign-up-modal .modal-dialog {
    max-width: 95%;
    margin: 10px auto 0;
  }
  .modal_logo img {
    max-width: 88px;
  }
  .modal_logo {
    top: 12px;
    z-index: 2;
    left: 4%;
  }
  .sign-up-modal .modal-dialog .modal-body::after {
    background-size: 220px;
  }
  .close_btn {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
  .sign-up-modal .sign-up-left img {
    max-width: 100%;
    margin: 0 auto;
  }
  .sign-up-modal .modal-dialog .modal-body .container {
    max-width: 80%;
  }
  .sign-up-acadergy-top h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .sign-up-acadergy-top span {
    font-size: 11px;
  }
  .sign_up_form .form-group label {
    font-size: 11px;
    padding-left: 20px;
    padding-bottom: 4px;
  }
  .sign_up_form .form-group input {
    height: 50px;
    font-size: 12px;
    border: 1px solid #d3d3fc;
  }
  .sign_up_form .btn-submit, .sign-up-google {
    font-size: 12px;
    padding: 14px 30px;
  }
  .sign-up-google img {
    max-width: 16px;
  }
  .plan-selection-tabs ul {
    height: 54px;
  }
  .plan-selection-tabs ul .nav-item .nav-link {
    font-size: 13px;
    width: 110px;
    height: 52px;
  }
  .basic-part-left a {
    padding: 2px 0 2px 36px;
  }
  .basic-part .chapter {
    font-size: 11px;
  }
  .basic-part .basic-heading a {
    font-size: 17px;
    margin-left: 18px;
    margin-bottom: 13px;
    margin-top: 18px;
  }
  .plan-selection {
    padding: 100px 0 80px;
  }
  .plan-selection::after {
    height: 80%;
  }
  .basic-part {
    border-radius: 20px;
  }
  .basic-part-right a {
    padding-left: 0;
    text-align: center !important;
  }
  .basic-part-left .addcart_btn {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 23px;
    margin: 16px 0;
  }
  .basic-part-left a {
    padding: 2px 0 2px 16px;
  }
  .about-us .about_heading {
    font-size: 26px;
    margin-bottom: 11px;
  }
  .about-content p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 22px;
  }
  .about-content {
    text-align: center;
  }
  .about_img {
    padding: 10px 0 30px;
  }
  .about_img img {
    max-width: 100%;
  }
  .about-us {
    padding: 0;
    position: relative;
    z-index: 99;
    margin-top: -40px;
  }
  .founder-heading h2 {
    font-size: 26px;
  }
  .founder-heading span {
    font-size: 12px;
  }
  .our_founder_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our_founder_box {
    max-width: 100%;
    margin: 0 10px 30px;
  }
  .our_founder_box img {
    height: auto;
    border-radius: 30px;
  }
  .founder_img_part {
    border-radius: 30px;
  }
  .our_founder {
    padding-top: 160px;
    padding-bottom: 20px;
    background-image: url(../img/about-us/mobile_bg.png);
    margin-top: -50px;
  }
  .founder_content span {
    font-size: 13px;
    display: block;
  }
  .our_team .our_team_item .team-imgs img {
    height: 260px;
    border-radius: 8px;
  }
  .our_team {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .arrow_load a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    background-color: #fc4889;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    color: #fff;
    height: 65px;
    width: 65px;
    border-radius: 50px;
  }
  .heading {
    font-size: 26px;
  }
  .latest-classes {
    font-size: 22px;
  }
  .video_classes_box .video_img img {
    border-radius: 30px;
    height: 220px;
  }
  .video_classes_box .video_img {
    border-radius: 38px;
    margin-bottom: 25px;
  }
  .video_classes_box .content-blog h3 {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .video_classes_box .content-blog p {
    font-size: 15px;
  }
  .free_videos_series .heading {
    margin-bottom: 40px;
  }
  .free_videos_series {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .heading span br {
    display: none;
  }
  .ongoing_courses_left h3 {
    font-size: 17px;
    max-width: 100%;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .ongoing_courses {
    padding: 105px 0 50px;
    background-position: center;
    background-image: url(../img/free-videos/mobile_bg.png);
    text-align: center;
    margin-top: -30px;
  }
  .ongoing_courses_left p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .ongoing_courses_left a {
    display: none;
  }
  .ongoing_courses_right img {
    border-radius: 25px;
    max-width: 100%;
  }
  .ongoing_courses_left {
    margin-top: 30px;
  }
  .latest-notes.text-center {
    font-size: 22px;
  }
  .free_notes_heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .free_notes {
    padding-top: 0;
    margin-top: -40px;
  }
  .free_notes .slider_chapter_box {
    padding: 30px 18px 30px 23px;
    border-radius: 50px;
    border: 1px solid #fc4889;
  }
  .slider_chapter_box p {
    font-size: 13px;
    line-height: 22px;
  }
  .slider_chapter_box span {
    font-size: 15px;
    display: block;
  }
  .mobile_banner_text h2 {
    font-weight: bold;
    color: #605f61;
    font-size: 18px;
    line-height: 26px;
  }
  .mobile_banner_text h2 span {
    font-weight: normal;
  }
  .btn-bynow a {
    border-radius: 60px;
    padding: 16px 40px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 14px;
    -webkit-box-shadow: 0 0 10px #fc4889;
            box-shadow: 0 0 10px #fc4889;
  }
  .btn-bynow a:hover {
    -webkit-box-shadow: 0 0 10px #5853f5;
            box-shadow: 0 0 10px #5853f5;
  }
  .btn-bynow {
    margin-top: 18px;
    text-align: center;
  }
  .btn-bynow strong {
    color: #fc4889;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
  .acadergy_courses .heading {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .acadergy_courses-tabs ul .nav-item .nav-link {
    width: 126px;
    height: 53px;
    font-size: 13px;
  }
  .acadergy_courses_box {
    padding: 30px 20px;
    border-radius: 40px;
  }
  .acadergy_courses_box .courses_img img {
    height: 100px;
  }
  .acadergy_courses_box span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    line-height: 18px;
  }
  .courses_img {
    padding-bottom: 12px;
  }
  .teacher-overview {
    padding: 130px 0 40px;
    background-image: url(../img/course-info/mobile_bg.png);
    margin-top: -70px;
  }
  .overview_img img {
    border: 0;
    border-radius: 20px;
    height: 280px;
  }
  .overview_img {
    overflow: hidden;
    border-radius: 30px;
  }
  .overview-content h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }
  .inner_text_overview h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .inner_text_overview p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .other_subjects {
    position: relative;
    padding: 40px 0 50px;
  }
  .other_subject_box {
    margin: 12px 0 12px;
    padding: 35px 20px 34px;
    border: 1px solid #fd7aa9;
    border-radius: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0 5px 7px 0 #fc48894d;
            box-shadow: 0 5px 7px 0 #fc48894d;
  }
  .other_subject_box h3 {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    min-height: auto;
    line-height: 20px;
    width: 50%;
  }
  .icon_subject {
    margin-right: 16px;
  }
  .other_subject_box img {
    height: 65px;
    max-width: 90%;
  }
  .hero-section::after {
    background-size: 146%;
    background-position: 140px 0;
  }
  .hero-section {
    padding: 60px 0 50px;
    text-align: center;
  }
  .home_hero_img img {
    max-width: 80%;
  }
  .hero-section .hero_left_heading {
    font-size: 40px;
    line-height: 42px;
  }
  .hero-section .hero_left_heading span {
    font-size: 23px;
    display: block;
    line-height: 24px;
  }
  .hero-section .hero_left_subTitle {
    width: 100%;
  }
  .hero-section .hero_left_subTitle p {
    font-size: 12px;
    margin: 0;
  }
  .hero-section .hero_getStarted input {
    width: 193px;
    font-size: 12px;
    height: 45px;
    padding: 0 8px 0 40px;
  }
  .hero-section .hero_getStarted a {
    padding: 9px 18px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px !important;
  }
  .hero-section .hero_getStarted label {
    left: 21px;
    font-size: 16px;
  }
  .hero-section .hero_getStarted {
    border-radius: 30px;
  }
  .hero-section::before {
    background-size: 120px;
  }
  .our-features-section .features-items::before {
    display: none;
  }
  .our-features-section .features-items .features-item {
    border: 0;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
    width: 100%;
  }
  .features-items .features-img img {
    max-width: 100%;
    height: auto;
  }
  .plans {
    padding: 70px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .plans .plans-ul {
    padding: 30px 20px 30px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px solid #fc4889;
  }
  .plans .plans-ul.right-ul {
    background-color: #f5f5ff;
    color: #fc4889;
  }
  .plans .plans-ul h4 br {
    display: none;
  }
  .plans .plans-ul h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .plans .plans-ul.right-ul ul {
    color: #858484;
  }
  .plans .plans-ul.right-ul ul li {
    margin-bottom: 5px;
    margin-bottom: 11px;
  }
  .plans .plans-ul.left-ul ul li {
    margin-bottom: 15px;
  }
  .plans ul {
    padding: 0 40px;
  }
  .mobile_btn_show {
    display: inline-block;
    text-decoration: none;
    background-color: #fc4889;
    width: auto;
    margin: 14px auto 0;
    padding: 20px 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
  }
  .free-videos-section .testimonial-free-videos-section .testimonial-item {
    border-radius: 30px;
  }
  .free-videos-section .testimonial-free-videos-section .testimonial-item .img img {
    height: 220px;
    border-radius: 30px;
  }
  .free-videos-section {
    background-position: center;
    padding-bottom: 50px;
    background: #ffff;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reviews-section {
    padding: 50px 0 0;
  }
  .reviews-section .r_slider {
    margin: 0 auto;
  }
  .our-features-section .heading span {
    font-size: 18px;
    display: none;
  }
  .reviews-section .r_slider .reviews-corausel .owl-stage-outer:before {
    width: auto;
    z-index: 1;
    background: unset;
  }
  .reviews-section .r_slider .reviews-corausel .owl-nav {
    width: 100%;
  }
  .reviews-section .r_slider .reviews-corausel .owl-nav button[class*="owl-"].owl-next {
    display: block;
    right: -60px;
  }
  .reviews-section .r_slider .reviews-corausel .owl-nav button[class*="owl-"].owl-prev {
    left: -60px;
  }
  .faculty-info-section .testimonial-item {
    margin: 0 10px;
  }
  .faculty-info-section .owl-carousel .owl-nav button[class*="owl-"].owl-next {
    right: -2px;
  }
  .faculty-info-section .owl-carousel .owl-nav button[class*="owl-"].owl-prev {
    left: -2px;
  }
  .numbers-section ul li h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fc4889;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .numbers-section ul li p {
    font-size: 14px;
  }
  .numbers-section {
    padding: 30px 0;
  }
  .numbers-section ul li {
    border: 1px solid #fd7aa9;
  }
  .latest-blog-section .testimonial-latest-blog-section .testimonial-item .img-new img {
    max-width: 100%;
    border-radius: 20px;
  }
  .download-app-section .heading br {
    display: none;
  }
  .mobile_part_adjust_img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_part_adjust {
    margin-top: -172px;
  }
  .courses_banner .basic-part-left a {
    padding: 2px 0 2px 16px;
  }
  .courses_banner .basic-part .basic-heading a {
    margin-left: 15px;
  }
  .courses_banner .basic-part-left .addcart_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 20px;
  }
  .banner_mobile_design::after {
    background-size: contain;
    top: 0;
  }
  .courses_banner .basic-part {
    border-radius: 20px;
  }
  .courses_banner .basic-part-right a {
    padding-left: 0;
  }
  .basic-part-right a {
    padding-left: 0;
  }
  .short_banner .banner_img img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .short_banner.free_video_banner .banner_img img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .free_video_banner.banner_top {
    padding: 60px 0 60px;
  }
}

.loginpointer{cursor:pointer;}

@media (max-width: 480px) {
  .papper_box_outer .owl-stage .owl-item:first-child, .papper_box_outer .owl-stage .owl-item:last-child {
    text-align: center;
  }
  .all_exam_papers_box {
    margin: 12px 15px;
  }
  .all_exam_papers .owl-carousel .owl-nav button[class*="owl-"].owl-next {
    right: -35px;
  }
  .all_exam_papers .owl-carousel .owl-nav button[class*="owl-"].owl-prev {
    left: -35px;
  }
  .ask_doubt_right label {
    font-size: 13px;
  }
  .ask_doubt_right span {
    font-size: 10px;
    line-height: 15px;
  }
  .ask_doubt_right a {
    font-size: 15px;
  }
  .ask_doubt_right p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding-left: 10px;
  }
}

@media (max-width: 460px) {
  .free_notes_outer {
    width: 80%;
  }
  .subject_mobile_outer {
    width: 75%;
  }
}

@media (max-width: 440px) {
  .acadergy_courses_outer {
    width: 80%;
  }
}

nav.navbar {
  padding-top: 0.9rem!important;
}
/*# sourceMappingURL=style.css.map */