@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

body {
  min-height: 100vh !important;
}

/* Typography System */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600; /* Semi-bold */
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* Regular */
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

/* Font weights utility classes */
.text-light { font-weight: 300; }
.text-regular { font-weight: 400; }
.text-medium { font-weight: 500; }
.text-semibold { font-weight: 600; }
.text-bold { font-weight: 700; }
.text-extrabold { font-weight: 800; }

/* Italic variants */
.text-italic { font-style: italic; }

/* Responsive typography */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /*font-family: "source_sans_proregular";*/
}
.main-header {
  background: #005795;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 88;
  padding: 10px 0;
}
.navbar .navbar-nav li a {
  color: #fff !important;
  padding: 10px 20px !important;
  font-weight: 400;
  font-size: 16px;
}
.navbar .navbar-nav li a.login_top {
  border-radius: 5px;
  color: #fff !important;
  background: none;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 1px solid #fff;
}
.navbar .navbar-nav li.nav-item:nth-last-child(1) {
  margin-left: 15px;
}
a.logo img {
  min-width: 70px;
  max-width: 70px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.navbar .navbar-nav li.nav-item:nth-last-child(1) a.login_top {
  transition: all 0.5s ease;
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.navbar .navbar-nav li.nav-item:nth-last-child(1) a.login_top:hover {
  background: #ffffff;
  color: #005795 !important;
}

/*Banner*/
.banner_hm {
  background: #005795;
  padding: 10px 0 10px 0;
  position: relative;
}
/* @media (max-width: 768px) {
  .banner_hm {
    height: 100vh;
  }
} */

.banner_hm .banner_left {
  width: 70%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  /* For devices with screen width less than or equal to 768px */
  .banner_hm .banner_left {
    height: 300px;
  }
  .category-card-img {
    width: 60px !important;
    height: 60px !important;
  }
  .banner_hm .banner_left h3 {
    font-size: 30px !important;
    width: 90vw !important;
    margin-top: 5px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner_hm .banner_left p {
    width: 90vw !important;
  }
}

.banner_hm .banner_left h3 {
  font-size: 40px;
  width: 100%;
  margin-top: 5px;
  color: #fff;
  margin-bottom: 20px;
}
.banner_hm .banner_left p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}
.banner_hm .banner_left a {
  transition: all 0.5s ease;
  background: #fff;
  margin-bottom: 100px;
  padding: 14px 38px;
  text-decoration: none;
  border-radius: 25px;
  color: #2d2f92;
}
.banner_hm .banner_left a:hover {
  background: #00a650;
  color: #fff !important;
}
.banner_img {
  position: relative;
}
.banner_img:before {
  content: "";
  background: url(../images/dot_top_banner.png);
  top: -90px;
  right: -210px;
  position: absolute;
  width: 200px;
  height: 300px;
  z-index: 1;
}

/*--ab_home--*/
.ab_home {
  padding: 70px 0;
  background: linear-gradient(
    190deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(238, 238, 238, 1) 100%
  );
}
.welcome_txt_home h3 {
  font-size: 30px;
  color: #000000;
  margin: 0 0 10px 0;
}
.welcome_txt_home h5 {
  font-size: 30px;
  color: #000000;
  margin: 0;
  font-weight: 300;
}
.welcome_txt_home ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.welcome_txt_home p {
  margin: 25px 0;
  font-size: 20px;
  line-height: 30px;
}
.welcome_txt_home ul li h5 {
  font-weight: 600;
}
.welcome_txt_home ul li h5 span {
  font-weight: 400;
  color: #3499e1;
}
.welcome_txt_home ul li p {
  margin: 7px 0;
}
.image_bout img {
  border-radius: 7px;
}
.category-card-img {
  width: 100px !important;
  height: 100px !important;
  margin: 0px auto !important;
}

@media (max-width: 576px) {
  .owl-nav {
    display: none !important;
  }
}

.online_program {
  padding: 70px 0 0 0;
}
.online_program.sample_pap {
  padding: 70px 0 80px 0;
}
.category_hm ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
}
.category_hm ul li {
  position: relative;
  width: 32.5%;
  border-radius: 10px;
  padding: 30px 20px;
  color: #fff;
  background-repeat: no-repeat;
  background-position-x: 210px;
  background-size: 210px;
  background-position-y: 58px;
}
.online_program .heading_top {
  margin-bottom: 50px;
}
.category_hm ul li h4 {
  color: #000;
}
.category_hm ul li a {
  color: #005795;
  font-size: 18px;
}
.category_hm ul li p {
  color: #222;
}
.category_hm ul li a i {
  font-size: 15px;
}
.category_hm ul li .right_img {
  width: 100%;
  text-align: center;
}
.category_hm ul li .right_img img {
  min-width: 160px;
  max-width: 160px;
}

.category_hm ul li:nth-child(1) {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 243, 254, 1) 100%
  );
}
.category_hm ul li:nth-child(2) {
  background: linear-gradient(
    178deg,
    rgb(175 153 226 / 53%) 0%,
    rgb(252 254 255) 68%
  );
}
.category_hm ul li:nth-child(3) {
  background: linear-gradient(
    180deg,
    rgba(228, 228, 227, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.category_hm ul li:nth-child(2) h4,
.category_hm ul li:nth-child(2) p {
  color: #000000;
}
.category_hm ul li:nth-child(2) a {
  color: #005795;
}
.category_hm ul li .lft {
  margin-bottom: 7vh;
}

.home_works {
  padding: 70px 0;
}
.home_works .data_student h4 {
  margin-top: 15px;
}
.home_works .data_student img {
  width: 80%;
  margin: 0 auto;
}
.home_works .data_student span {
  font-weight: 900;
  background: linear-gradient(
    180deg,
    rgba(83, 156, 255, 1) 0%,
    rgba(3, 89, 205, 1) 100%
  );
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 7%;
  top: 7%;
}

.head_how_works p {
  font-size: 18px;
}

.top_performers {
  padding-bottom: 70px;
}
/*--Student Table--*/
.student_table .why_grb h3 {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
}
.student_table .why_grb h3 span {
  font-weight: 400;
}
.student_table .why_grb p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.student_table .container {
  background: #005795;
  border-radius: 15px;
  overflow: hidden;
}
.tble_img img {
  margin-right: 65px;
  margin-bottom: -90px;
}
.student_table {
  padding: 90px 0;
}
.student_table .why_grb {
  padding-left: 35px;
  padding-right: 35px;
}
.tble_img {
  padding-top: 15px;
  position: relative;
}
.tble_img img {
  position: relative;
  z-index: 1;
}
.tble_img:after {
  background: url(../images/circlie_line.png);
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  z-index: 0;
  right: -16px;
}
.tble_img:before {
  background: url(../images/bg_line.png);
  position: absolute;
  content: "";
  height: 180px;
  width: 170px;
  z-index: 0;
  left: 60px;
  background-repeat: no-repeat;
  top: -70px;
}

/*--Top Performers --*/
.top_performers .head_per {
  text-align: center;
}
.student_carousel .data_student .stu_data {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.student_carousel .data_student .stu_data img {
  width: 88px;
  height: 84px;
  overflow: hidden;
  margin: 20px auto;
}
.student_carousel .data_student {
  text-align: center;
  overflow: hidden;
}
.student_carousel .data_student .name_stu h4 {
  font-weight: 400px;
  font-size: 16px;
}
.student_carousel .data_student .name_stu p {
  color: #00a650;
  font-size: 14px;
  margin: 0;
}
.student_carousel .data_student {
  box-shadow: 0px 0px 29px #f1f1f3;
  margin: 15px !important;
  padding: 15px;
  overflow: hidden;
}
.student_carousel .owl-prev span,
.student_carousel .owl-next span {
  font-size: 30px;
  position: relative;
  top: -2px;
  color: #fe7512 !important;
}
.student_carousel .owl-prev {
  left: -60px;
  z-index: 9999999;
  color: #000 !important;
  opacity: 1;
  border-radius: 12px !important;
  background: #fff !important;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.student_carousel .owl-next {
  right: -60px;
  z-index: 9999999;
  color: #000 !important;
  opacity: 1;
  border-radius: 12px !important;
  background: #fff !important;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.student_carousel .owl-prev,
.student_carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f8f7fc !important;
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 767px) {
  .student_carousel .owl-prev,
  .student_carousel .owl-next {
    display: none !important;
  }
}
/*-- Key Metrics--*/
.key_metric .container {
  background: #005795;
  border-radius: 15px;
  padding: 25px 45px;
}

.key_metric {
  padding: 150px 0 90px 0;
}

.key_metric .metrics h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.key_metric .metrics p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

.metrics_img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-top: -85px;
}

.blb_icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.blb_icons ul li {
  display: flex;
  align-items: center;
}

.blb_icons {
  padding: 0;
  margin-top: 40px;
}

.blb_icons ul li .icon_img {
  border: 1px solid #799cb5;
  border-radius: 12px;
  width: 95px;
  min-width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.blb_icons ul li .icon_text .num {
  font-size: 34px;
  color: #fff;
}

.blb_icons ul li .icon_text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .key_metric {
    padding: 100px 0 50px 0;
  }

  .key_metric .container {
    padding: 25px 20px;
  }

  .blb_icons ul li {
    margin-bottom: 20px;
  }

  .blb_icons ul li .icon_img {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }

  .blb_icons ul li .icon_text .num {
    font-size: 28px;
  }

  .blb_icons ul li .icon_text p {
    font-size: 14px;
  }
}
.join_test.one {
  background: #005795;
  border-radius: 25px;
  color: #fff;
  padding: 35px 0;
  height: 100%;
  width: 100%;
}
.join_test.one .des_blb h3 {
  font-weight: 300 !important;
  font-size: 34px;
}
.join_test.one .des_blb h3 span {
  font-weight: 500 !important;
}
.join_test.one .des_blb p {
  font-size: 16px;
  width: 100%;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.full_middle {
  padding: 0;
  width: 70%;
  margin: 0 auto;
}

/*-Footer Main-*/
.main_footer {
  background: #005795;
  background-size: cover;
  padding: 70px 0 0 0;
}
.main_footer .ft_logo a {
  margin-bottom: 15px;
}
.main_footer .ft_logo p {
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: justify;
}
.social_ft h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  display: block;
  position: relative;
}
.social_ft h4:after {
  background: #fff;
  height: 1px;
  width: 75px;
  bottom: -18px;
  position: absolute;
  content: "";
  left: 0;
}
.social_ft ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social_ft ul li {
  display: inline-block;
  margin-right: 5px;
}
.social_ft ul li a {
  padding: 0;
  color: #005795;
  background: #fff;
  transition: all 0.5s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_ft ul li:nth-last-child(1) {
  margin-right: 0;
}
.social_ft ul li a:hover {
  background: #0472c0;
  color: #fff;
}
.copyright p {
  color: #ffffff !important;
  padding: 10px 0;
  font-size: 14px;
}
.copyright {
  border-top: 1px solid #0067b1;
  margin-top: 30px;
  padding-top: 25px;
}
.main_footer .ft_logo a img {
  width: 70px;
  margin-top: -20px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.quick_link {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .social_ft h4 {
    margin-top: 20px;
  }
  .quick_link {
    margin-top: 20px;
    gap: 40px;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: start;
  }
}
.quick_link h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  display: block;
  position: relative;
}
.quick_link h3:after {
  background: #fff;
  height: 1px;
  width: 75px;
  bottom: -18px;
  position: absolute;
  content: "";
  left: 0;
}
.quick_link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.quick_link ul li {
  margin: 0;
  line-height: 40px;
  position: relative;
}
.quick_link ul li a {
  color: #fff;
  text-decoration: none;
}
/*.quick_link ul li:before {background: #ec1c23; content: ''; width: 7px; height: 2px; left: -16px; position: absolute; top: 19px;}*/

.join_grb {
  padding: 70px 0;
}
.join_test.one .button_blb a {
  border: 1px solid #fff;
  padding: 12px 35px;
  display: inline-block;
  margin-top: 0;
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
}
.join_test.one .button_blb {
  /* margin-top: 10px; */
}
.join_test.one {
  position: relative;
  overflow: hidden;
}
.join_test.one:before {
  right: -90px;
  top: 0;
  width: 220px;
  height: 220px;
  position: absolute;
  content: "";
  background: url(../images/circlie_line.png);
  top: -85px;
  background-size: cover;
}

.join_test.one:after {
  content: "";
  background: url(../images/dot_top_banner.png);
  bottom: 0;
  right: 10px;
  position: absolute;
  width: 160px;
  height: 98px;
  z-index: 1;
  transform: rotate(0deg);
  opacity: 0.4;
}
.join_test.two {
  background: #e5eef4;
  height: 100%;
  border-radius: 25px;
}
.join_test.two {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.join_test.two .middle {
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
.join_test.two .des_blb h3 {
  font-weight: 300 !important;
  font-size: 30px;
  color: #000;
}
.join_test.two .des_blb h3 span {
  font-weight: 500 !important;
}
.join_test.two .des_blb p {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 300;
  color: #676767;
  margin-bottom: 0;
}
.join_test.two .button_blb {
  margin-top: 25px;
}
.join_test.two .button_blb a {
  transition: all 0.5s ease;
  border: 1px solid #005795;
  padding: 12px 35px;
  display: inline-block;
  margin-top: 0;
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
  background: #005795;
}
.join_test.two .button_blb a:hover {
  background: #e5eef4;
  color: #005795;
}
/* Responsive font sizes for smaller screens */
@media (max-width: 1200px) {
  .join_test.one .des_blb h3 {
    font-size: 1.8rem;
  }

  .join_test.one .des_blb p {
    font-size: 0.95rem;
  }

  .join_test.two .des_blb h3 {
    font-size: 1.6rem;
  }

  .join_test.two .des_blb p {
    font-size: 0.85rem;
  }
}

@media (max-width: 992px) {
  .join_test.one .des_blb h3 {
    font-size: 1.6rem;
  }

  .join_test.one .des_blb p {
    font-size: 0.9rem;
  }

  .join_test.two .des_blb h3 {
    font-size: 1.4rem;
  }

  .join_test.two .des_blb p {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .join_test.one .des_blb h3 {
    font-size: 1.4rem;
  }

  .join_test.one .des_blb p {
    font-size: 0.85rem;
  }

  .join_test.two .des_blb h3 {
    font-size: 1.2rem;
  }

  .join_test.two .des_blb p {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .join_test.one .des_blb h3 {
    font-size: 1.4rem;
  }

  .join_test.one .des_blb p {
    font-size: 0.9rem;
  }

  .join_test.two .des_blb h3 {
    font-size: 1.4rem;
  }

  .join_test.two .des_blb p {
    font-size: 0.9rem;
  }
  .join_test.two {
    margin-top: 20px;
  }
}

.student_testimionals {
  background: #e5eef4;
  overflow: hidden;
  padding: 80px 0 70px 0;
}
.head_testimionals p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}
.head_testimionals h3 {
  font-weight: 400 !important;
  font-size: 25px;
  color: #000;
}
.head_testimionals {
  position: relative;
}
.head_testimionals:before {
  content: "";
  background: url(../images/left_leave.png) no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
  height: 137px;
  width: 74px;
}
.head_testimionals:after {
  content: "";
  background: url(../images/right_leave.png) no-repeat;
  position: absolute;
  right: -20px;
  top: -20px;
  height: 137px;
  width: 74px;
}
.testimional_student .box_item {
  text-align: center;
  width: 35px;
  margin-bottom: 0;
}
.testimional_student {
  background: #fff;
  padding: 45px 35px;
  border-radius: 25px;
}
.testimional_student .pic_stu {
  display: flex;
}
.testimional_student .pic_stu img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.testimional_student .pic_stu .bio_stu p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
.testimional_student .pic_stu .bio_stu {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}
.phara_stu p {
  color: #676767;
  font-size: 17px;
}
.phara_stu {
  margin: 25px 0;
  min-height: 140px;
}
#bt_carousel_test {
  margin-top: 90px !important;
}
.stu_testi .owl-prev span,
.stu_testi .owl-next span {
  font-size: 30px;
  position: relative;
  top: -2px;
  color: #fe7512 !important;
}
.stu_testi .owl-prev {
  left: 0px;
  z-index: 9999999;
  color: #000 !important;
  opacity: 1;
  border-radius: 12px !important;
  background: #fff !important;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  left: -60px;
  justify-content: center;
}
.stu_testi .owl-next {
  right: 0px;
  z-index: 9999999;
  color: #000 !important;
  opacity: 1;
  border-radius: 12px !important;
  background: #fff !important;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: -60px;
}
.stu_testi .owl-prev,
.stu_testi .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}
#bt_carousel_test {
  position: relative;
}
#bt_carousel_test:before {
  background: url(../images/bg_line-opacity.png) no-repeat;
  position: absolute;
  content: "";
  top: -35px;
  left: -30px;
  width: 116px;
  height: 118px;
}
#bt_carousel_test:after {
  background: url(../images/bg_line-opacity.png) no-repeat;
  position: absolute;
  content: "";
  bottom: -35px;
  right: -30px;
  width: 116px;
  height: 118px;
}

/*--Login--*/
.login_page {
  background-image: url(../images/login.jpg);
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
}
.login_page:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}
.breadcrumb1 h2 {
  color: #fff;
  padding-bottom: 0;
  margin: 0px;
  font-weight: 400;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 45px;
}
.breadcrumb1 .bread-crumb {
  position: relative;
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb1 .bread-crumb li {
  position: relative;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  margin-right: 15px;
  padding-right: 15px;
}
.breadcrumb1 .bread-crumb {
  position: relative;
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb1 .bread-crumb li:nth-child(1):before {
  position: absolute;
  right: -3px;
  top: 0px;
  color: #ffffff;
  content: "|";
  font-weight: 400;
  font-size: 15px;
}
.breadcrumb1 .bread-crumb li a {
  text-decoration: none;
  transition: all 300ms ease;
  background: #ffffff;
  color: #000 !important;
  padding: 9px 18px;
  border-radius: 26px;
  opacity: 1 !important;
}
.breadcrumb1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.middle_page_account .form-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 40px;
  margin-top: 45px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(30, 10, 58, 0.04);
}
.contact-form input[type="email"],
.contact-form input[type="password"] {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
.middle_page_account {
  /*padding: 80px 0;*/
  /*background: #f8f9fa;*/
}
.authorv3__content--badge {
  color: #121224;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 26px;
}
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus {
  box-shadow: none;
  border: 1px solid #000 !important;
}
.contact-form input[type="email"]:focus-visible,
.contact-form input[type="password"]:focus-visible {
  box-shadow: none !important;
  border: none;
}
#loginForm .field-icon {
  right: 30px;
  position: absolute;
  /* top: 15px; */
  bottom: 4px;
  margin-bottom: 5px;
  /* margin: auto; */
  display: flex;
  align-items: center;
}
#loginForm .pwd {
  position: relative;
}
#loginForm .pwd input {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
#loginForm .pwd input:focus {
  box-shadow: none;
  border: 1px solid #000 !important;
}
#loginForm .product-slider__cart {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}
#loginForm .btn-strip {
  padding: 15px 10px;
  background-color: #dddddd70;
  margin-bottom: 0;
  line-height: 1.7em;
}
#loginForm .btn-strip a {
  text-decoration: underline;
  color: #275df5;
}
a.forget_pwd {
  padding: 0;
  text-decoration: underline;
  color: #275df5;
}

/*-Register-*/
.forget_page {
  background-image: url(../images/book-bg.jpg);
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
}
.forget_page:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}

.terms_content .works_head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

#forgetForm .btn-strip {
  padding: 14px 10px;
  background-color: #dddddd70;
  padding: 10px;
  margin-bottom: 0;
  line-height: 1.7em;
}
#forgetForm .btn-strip a {
  text-decoration: underline;
  color: #42b0d7;
}
h6.title_frm {
  color: #000000;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 25px;
  /*font-family: "source_sans_proregular" !important;*/
}

#registerForm input[type="email"],
#registerForm input[type="password"],
#registerForm input[type="text"],
#registerForm input[type="number"] {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
#registerForm select {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
#registerForm textarea {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}

#registerForm .pwd input {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
#registerForm .field-icon {
  right: 30px;
  position: absolute;
  /* top: 15px; */
  bottom: 4px;
  margin-bottom: 5px;
  /* margin: auto; */
  display: flex;
  align-items: center;
}
#registerForm .pwd {
  position: relative;
}
#registerForm input[type="email"]:focus,
#registerForm input[type="password"]:focus,
#registerForm input[type="text"] {
  box-shadow: none;
}
#registerForm input[type="email"]:focus-visible,
#registerForm input[type="password"]:focus-visible,
#registerForm input[type="text"]:focus-visible {
  box-shadow: none !important;
  border: none;
}
#registerForm .product-slider__cart {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}
#registerForm .btn-strip {
  background-color: #dddddd3d;
  padding: 15px 10px;
  margin-bottom: 0;
  line-height: 1.7em;
}
#registerForm .btn-strip a {
  text-decoration: underline;
  color: #275df5;
}
#registerForm input[type="email"]:focus,
#registerForm input[type="password"]:focus {
  box-shadow: none;
  border: 1px solid #000 !important;
}
#registerForm label span {
  color: red;
}
/*--Contact-Us--*/
.contact-page-section {
  background-color: #fff;
  box-shadow: none;
}
.contact_page {
  background-image: url(../images/contact-bg.jpg);
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
}
.contact_page:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}
.contact_page_middle {
  padding: 80px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .contact_page_middle {
    padding: 40px 0;
    padding-bottom: 60px;
    box-shadow: none;
  }
}
.correspondence_office {
  padding: 15px;
  border-radius: 9px;
  background: #f5f9fa;
  height: 100%;
  box-shadow: none;
  border: 1px solid #7695ab;
}
.registered_office {
  padding: 15px;
  border-radius: 7px;
  background: #fff;
  height: 100%;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
  background-image: linear-gradient(
    to left top,
    #dee4ff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff
  );
}
.correspondence_office h3,
.registered_office h3 {
  font-size: 24px;
  color: #05194b;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 25px;
  padding-bottom: 8px;
}
.correspondence_office a,
.registered_office a {
  color: #000;
  text-decoration: none;
  color: #0373c7;
}
.correspondence_office strong,
.registered_office strong {
  margin-bottom: 8px;
  display: block;
}
.map_google {
  padding-bottom: 70px;
}
.map_google iframe {
  border: 5px solid #333;
}
input:focus-visible,
textarea:focus-visible {
  outline: none !important;
  border: 1px solid #000;
}
input[type="email"]:focus,
.contact-form input[type="password"]:focus {
  box-shadow: none;
  border: 1px solid #000 !important;
}
input:focus,
textarea:focus {
  box-shadow: none;
  border: 1px solid #000 !important;
}
.contact-page-section .contact-form-box,
.form-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 30px;
  margin-top: 0px;
}
.contact-page-section .contact-form-box input {
  border: 1px solid #f7f8fc;
  color: #121224;
  background-color: #f7f8fc;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
.contact-page-section .contact-form-box select {
  border: 1px solid #f7f8fc;
  color: #121224;
  background-color: #f7f8fc;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
.contact-page-section .contact-form-box textarea {
  border: 1px solid #f7f8fc;
  color: #121224;
  background-color: #f7f8fc;
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-top: 12px;
}
.contact-page-section .contact-form-box button.product-slider__cart {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}
.brief-section {
  background: #e7e7e7;
  padding: 70px 0 70px 0;
}
.contact-form-box .form-title-box h4 {
  font-size: 1.75rem;
  color: #05194b;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.map_page {
  height: 100%;
  border: 1px solid #012e72;
}

.left_ref img {
  width: 65%;
  margin: 0 auto;
}
.left_ref {
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7f1;
  border-radius: 10px;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.left_ref h3 {
  color: #005795;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.left_ref ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.left_ref ul li {
  background: url(../images/check_list.jpg) no-repeat left;
  padding-left: 22px;
  text-align: left;
}
.correspondence_office ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.correspondence_office ul li {
  width: 100%;
}
.correspondence_office ul li i {
  font-size: 22px;
  background: #005795;
  color: #fff;
  padding: 8px;
  border-radius: 25px;
  margin-bottom: 12px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin: 0 auto 20px;
}

.registered_office ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.registered_office ul li {
  width: 48%;
}
.registered_office ul li i {
  font-size: 22px;
  background: #005795;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.correspondence_office ul li a:hover,
.registered_office ul li a:hover {
  text-decoration: underline;
}

#forgetForm .product-slider__cart {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}

.about_page {
  background-image: url(../images/book-bg.jpg);
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
}
.about_page:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}
.about_text {
  padding: 70px 0;
}
img.grb_ab {
  border-radius: 5px;
}
.wecome_about {
  font-size: 18px;
  font-weight: 400;
}
.about_text .row {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* .our_mission .row {
} */
.our_mission_about {
  font-size: 20px;
  background-color: #fcf8ff !important;
}
.our_mission_about img {
  margin-bottom: 0;
  margin-top: 20px;
}
.our_vision_about {
  background-color: #e2fff7 !important;
}
.our_vision_about h2 {
  color: #e2fff7 !important;
}
.our_mission {
  background: #eff2f5;
  background-size: cover;
  padding: 70px 0;
}
.our_mission_about img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  background: #fff;
  box-shadow: 2px 0px 48px #f4e5ff;
}
.our_vision_about img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  background: #fff;
  box-shadow: 2px 0px 48px #c1ede1;
}
.our_vision_about {
  font-size: 20px;
}
.our_mission_about,
.our_vision_about {
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  background: #005795e0;
  border-radius: 7px;
  font-weight: 300;
  font-size: 19px;
}
.our_mission_about h2,
.our_vision_about h2 {
  font-size: 44px;
  color: #0f0f0f;
}
.our_mission_about {
  background: #000;
  padding: 65px 40px;
  border-top-left-radius: 85px;
  color: #000;
}
.our_vision_about {
  margin-top: 0;
  background: #fff;
  padding: 65px 40px;
}
.our_vision_about h2,
.our_vision_about {
  color: #000 !important;
}
.what_we_offer {
  padding: 70px 0;
}
.what_we_offer h3 {
  font-weight: 400;
}
.we_offer {
  color: #fff;
  background: #005795;
  padding: 18px;
  border-radius: 7px;
  border-bottom-right-radius: 25px;
}
.why_grb h3 {
  margin: 0px 0 -11px 0;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}
.why_grb p {
  margin: 10px 0 0 0;
  font-weight: 400;
  line-height: 26px;
}
.why_list_right ul li {
  margin-bottom: 20px;
  border-radius: 10px;
  margin: 0;
  padding-bottom: 25px;
  width: 100%;
}
.why_list_right ul li h4 {
  color: #005896 !important;
  font-size: 22px !important;
}
.why_list_right ul li p {
  color: #000 !important;
}
.why_list_right ul {
  justify-content: space-evenly;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.why_grb-test {
  padding-top: 70px;
  padding-bottom: 70px;
  padding: 20px;
  background: #050505;
}
.why_list_right ul li p {
  margin: 0px;
  font-size: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.why_list_right ul li b {
  color: #fff;
  font-size: 26px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 400;
}
.why_list_right ul li:nth-child(1) {
  margin-top: 0;
}
.what_we_offer .we_offer img {
  width: 70px;
}
.what_we_offer .we_offer p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.join_test {
  background: #cff4e1;
  border-radius: 8px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.join_test p {
  margin: 0px;
  line-height: 38px;
}

.faq_page {
  background: #005795;
  position: relative;
  overflow: hidden;
  padding: 50px 0px 60px 0;
  background-size: cover;
  background-position: center;
}
.wecome_about h3 {
  color: #000;
  font-size: 36px;
}
.faq_sec {
  padding: 70px;
  background: #eee;
}
.faq_head {
  position: sticky;
  top: 100px;
}
.why_grb-test.bg-white {
  background: #fcfcfc !important;
}
.inner_banner {
  position: relative;
  border-top: 2px solid #2273ac;
}
.inner_banner svg {
  position: absolute;
  bottom: -1px;
  color: #fff;
  scale: 2;
}

.policy_page {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  background-size: cover;
  background-position: center;
}
.policy_page:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}

.how_it_works {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  background-size: cover;
  background-position: center;
}
.how_it_works:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}
.steps_works {
  padding: 70px 0;
}
.text_how_works ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.text_how_works ul li {
  margin: 0px 0 25px 0;
  padding: 0px 0 0 27px;
}
.text_how_works ul li p {
  margin: 0px;
}
.text_how_works ul li:nth-last-child(1) {
  margin: 0px;
}
.text_how_works h3 {
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 30px;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 15px;
}
.text_how_works ul li b {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  font-family: "plus_jakarta_sanssemibold" !important;
}
.text_how_works ul li {
  background: url(../images/check.png) no-repeat left top 2px;
  background-size: 20px;
}

.terms_content {
  padding: 0px;
  margin-top: 30px;
  background: #fff;
}
.works_head {
  background: #f9f9f9;
  padding: 35px;
  border-radius: 15px;
}
.works_head p {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: #000;
}

.sample_paper {
  background-image: url(../images/mcq-banner.jpg);
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
}
.sample_paper:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #010c3a;
  background: -webkit-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    #010c3a 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to right, #010c3a 0%, #007bff96 100%);
  z-index: 0;
}
.sample_pap {
  padding: 70px 0;
  background: #fff;
}
.couses_new_blurb .inner-topic-cover .blurb {
  padding: 0;
  box-shadow: none;
  border: 1px solid #d1d7dc;
  border-radius: 7px;
}
.inner-topic-cover {
  height: 100%;
}
.blurb {
  height: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 45px;
  background-color: #fff;
  border-radius: 20px;
  background-image: linear-gradient(357deg, #ffffffde, #fff),
    url(..images/fade-book.jpg);
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  transition: all 0.3ms ease;
}
.sample_pap .heading_top {
  margin-bottom: 40px;
}
.couses_new_blurb .inner-topic-cover .blurb .bottom_desc {
  padding: 18px;
}
.couses_new_blurb .inner-topic-cover .blurb .bottom_desc p {
  margin: 10px 0;
}
.couses_new_blurb .inner-topic-cover .blurb .bottom_desc a {
  transition: all 0.5s ease;
  border: 1px solid #005795;
  padding: 12px 35px;
  display: inline-block;
  margin-top: 0;
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
  background: #005795;
}
.couses_new_blurb .inner-topic-cover .blurb .bottom_desc a:hover {
  background: #e5eef4;
  color: #005795;
}

.blurb a.color-blue {
  background: radial-gradient(
    100% 100% at 100% 0%,
    rgb(90, 218, 255) 0%,
    rgb(84, 104, 255) 100%
  );
  box-shadow: rgb(45 35 66 / 40%) 0px 2px 4px,
    rgb(45 35 66 / 30%) 0px 7px 13px -3px,
    rgb(58 65 111 / 50%) 0px -3px 0px inset;
  border-radius: 5px;
  width: max-content;
  color: #fff;
  padding: 8px 25px;
  margin: 18px auto 5px;
  text-decoration: none;
  border-radius: 5px;
}
.btn-container.btn-inline {
  text-align: center;
}
.blurb .blurb-img i {
  font-size: 22px;
  background: #005795;
  color: #fff;
  padding: 15px;
  border-radius: 25px;
}
.blurb:hover .blurb-img i {
  background: #fff;
  color: #005795;
}
.couses_new_blurb .inner-topic-cover .blurb h4.title {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 22px;
}
.couses_new_blurb .inner-topic-cover .blurb .blurb-img img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
/*--User Dashboard--*/
#user-dashboard-wrapper {
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-left: 0;
  background: #f8f9fa;
  border-radius: 25px;
}
.admin-tab-menu {
  padding: 30px;
  background-color: #ffffff;
  z-index: 9;
  height: 100%;
  border-radius: 25px;
}
.admin-tab-menu li a.active,
.admin-tab-menu li a:hover {
  color: #fff;
  background: #2f9cee;
  line-height: 0;
  padding: 25px 18px;
}
.admin-tab-menu li a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 30px;
  color: #000;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  padding: 10px 14px;
  border-bottom: 1px solid #ccc;
}
.admin-tab-menu .nav-menu {
  list-style: none;
}
.admin-content-wrapper {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, 0.12);
  box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, 0.12);
  margin-top: 0;
  margin-bottom: 0;
}
.widget-user .total_exam {
  background: #2196f3;
  padding: 25px;
  text-align: right;
  border-radius: 7px;
  box-shadow: 3px 4px 7px #2196f345;
}
.total_exam,
.total_result,
.total_transtion {
  position: relative;
}
.total_exam i,
.widget-user .total_result i,
.widget-user .total_transtion i {
  position: absolute;
  color: #fff;
  font-size: 40px;
  left: 10px;
}
.widget-user .total_exam h6 {
  font-size: 25px;
}
.widget-user .total_exam h6,
.widget-user .total_exam p,
.widget-user .total_exam a {
  color: #fff;
  margin-bottom: 10px;
}
.widget-user .total_exam a {
  text-decoration: none;
  background: #fff;
  color: #2196f3;
  padding: 7px 19px;
  border-radius: 25px;
  margin-top: 7px;
  display: inline-block;
  margin-bottom: 0;
}
.widget-user .total_result {
  background: #f44336;
  padding: 25px;
  text-align: right;
  border-radius: 7px;
  box-shadow: 3px 4px 7px #f4433661;
}
.widget-user .total_transtion {
  background: #d67520;
  padding: 25px;
  text-align: right;
  border-radius: 7px;
  box-shadow: 3px 4px 7px #d675208a;
}
.widget-user .total_result h6 {
  font-size: 25px;
  color: #fff;
}
.widget-user .total_result a {
  text-decoration: none;
  background: #fff;
  color: #f44336;
  padding: 7px 19px;
  border-radius: 25px;
  margin-top: 7px;
  display: inline-block;
  margin-bottom: 0;
}
.widget-user .total_transtion a {
  text-decoration: none;
  background: #fff;
  color: #d67520;
  padding: 7px 19px;
  border-radius: 25px;
  margin-top: 7px;
  display: inline-block;
  margin-bottom: 0;
}
.widget-user .total_transtion h6 {
  font-size: 25px;
  color: #fff;
}
.widget-user .total_result p,
.widget-user .total_transtion p {
  color: #fff;
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #52565b;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #52565b;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #52565b;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #52565b;
  vertical-align: top;
  border-color: #dee2e6;
}
.table-flush tr td {
  padding: 12px 15px;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.attempt-test-wrapper .btn-secondary {
  color: #ffffff;
  background-color: #f9921c;
  border-color: #f9921c;
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px; /* margin-right: 40px; */
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}
table .value_td a {
  color: #000;
}
a {
  text-decoration: none;
}
.table-flush th {
  padding: 14px 15px;
}
.label-wrap span {
  font-weight: 700;
}
.key-detail {
  width: 50%;
}
a.btn.profile-change-btn {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 14px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 17px;
  width: max-content;
}
.admin-content-wrapper #row-divider .divider-heading h6 {
  color: #b1b1b1;
  font-weight: 400;
}
.single-form {
  margin-top: 20px;
}
.single-form label {
  font-size: 17px;
  color: #212529;
  margin-bottom: 0;
}
.single-form input {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 13px 16px;
  width: 100%;
  margin-top: 12px;
}
.single-form input:focus {
  box-shadow: none;
  outline: none;
}
.single-form button.btn-secondary {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}

/*--View All Chapters--*/
.bg-lt-gradient {
  background: linear-gradient(180deg, #eff6ff, #fff);
}
.chapter_all .ch_view img {
  width: 100%;
}
.chapter_all {
  padding: 70px 0;
}
.chapter_all .ch_view {
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0 25px #ccc;
}
.chapter_all .ch_view .ch_desc {
  padding: 1vw;
}
.chapter_all .ch_view .ch_desc h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.chapter_all .ch_view .ch_desc a {
  transition: all 0.5s ease;
  width: 100%;
  background: #08bd80;
  border: 1px solid #08bd80;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
  display: block;
  margin: 10px 0 0 0;
}
.chapter_all .ch_view .feature_img {
  position: relative;
}
.chapter_all .ch_view .feature_img:before {
  content: "";
  background: #000000a3;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.7s ease;
}
.chapter_all .ch_view:hover .feature_img:before {
  opacity: 0;
}

.heading_chapters h3 {
  margin: 0px 0 15px 0;
}
.heading_chapters p {
  line-height: 28px;
}
.heading_chapters {
  margin-bottom: 50px;
}
.heading_chapters span.free {
  background: linear-gradient(118deg, #19c95b, #43e5be);
  border-radius: 5px;
  color: #fff;
  padding: 0px 4px;
  margin-right: 3px;
}

.all_test_mock {
  transition: all 0.8s ease;
  align-items: center;
  display: flex;
  background: #fff;
  box-shadow: 0 0 20px #cccccc47;
  padding: 1vw;
  border-radius: 7px;
  border: 1px solid #fff;
}
.all_test_mock .pdf_icon {
  margin-right: 15px;
}
.all_test_mock .right_test ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: flex;
}
.all_test_mock .right_test ul li p {
  margin: 0px;
}
.all_test_mock .right_test ul li:nth-child(1) {
  margin-right: 1vw;
}
.all_test_mock .right_test ul li p img {
  width: 20px;
}
.all_test_mock .test_btn {
  margin-left: auto;
}
.all_test_mock .test_btn a {
  transition: all 0.8s ease;
  background: #08bd80;
  border: 1px solid #08bd80;
  padding: 10px 35px;
  color: #fff;
  border-radius: 7px;
}
.all_test_mock .right_test ul li p span {
  color: #333;
}
.all_test_mock:hover {
  border: 1px solid #005795;
}
.all_test_mock .test_btn a:hover {
  background: #fff;
  color: #08bd80;
}

#staticBackdrop .modal-body ul {
  margin: 0px;
  padding: 0vw 1vw;
  list-style: none;
}
#staticBackdrop .modal-body {
  background: #f0f9ff;
}
#staticBackdrop .modal-body ul li {
  line-height: 34px;
  list-style: auto;
  font-size: 17px;
}
#staticBackdrop .modal-header {
  background: #0c811b;
  color: #fff;
}
#staticBackdrop .modal-footer .btn-secondary {
  background: #e9eef2;
  color: #333;
  border: 1px solid #e9eef2;
  padding: 10px 38px;
}
#staticBackdrop .modal-footer .btn-primary {
  background: #08bd80;
  color: #fff;
  border: 1px solid #08bd80;
  padding: 10px 38px;
}
#staticBackdrop .modal-footer .btn-primary:hover {
  border: 1px solid #08bd80;
  background: #fff;
  color: #08bd80;
}
#staticBackdrop .modal-body ul li p {
  margin-bottom: 0;
}

.mcq_sec {
  /*background: linear-gradient(*/
  /*  90deg,*/
  /*  rgba(255, 255, 255, 1) 0%,*/
  /*  rgba(255, 234, 220, 1) 306%*/
  /*);*/
  /*padding: 70px 0;*/
}
.mcq_sec .mcq_list_q .top_ques {
  /*display: flex;*/
  /*justify-content: space-between;*/
  margin-bottom: 40px;
}
.mcq_sec .mcq_list_q .top_ques span:nth-last-child(1) {
  background: #e9eef2;
  border-radius: 4px;
  padding: 3px 12px;
  font-size: 1rem !important;
}
.mcq_sec .mcq_list_q .top_ques span:nth-child(1) {
  font-size: 22px;
  color: #000;
}
.mcq_sec .mcq_list_q .ques_desc p {
  line-height: 28px;
  font-size: 18px;
}
.mcq_sec .mcq_list_q {
  padding: 1vw;
  border-radius: 7px;
  box-shadow: 0px 0px 24px 0px #e9eef2;
  background: #fff;
}

.ques-list .form-check,
.class-list .form-check {
  display: block;
  position: relative;
  padding: 0 6px;
  margin: 0;
}
.qhscrol {
  max-width: 100%;
  overflow-x: auto;
}
.ques-list .form-check input[type="radio"],
.class-list .form-check input[type="checkbox"] {
  display: none;
}
.ques-list li .form-group label {
  display: block;
  border: 1px solid #7a8b94;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.ques-list .form-check label span.optionIndex {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0px;
  z-index: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #7a8b94;
  background-color: transparent;
  line-height: 28px;
}
.ques-list .form-check label h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 25px;
  font-size: 18px;
  font-weight: 500;
}

.mcq_choise .form-check,
.mcq_choise .form-check {
  display: block;
  position: relative;
  padding: 0 6px;
  margin: 0;
}
.qhscrol {
  max-width: 100%;
  overflow-x: auto;
}
.mcq_choise .form-check input[type="radio"],
.mcq_choise .form-check input[type="checkbox"] {
  display: none;
}
.mcq_choise li .form-group label {
  display: block;
  border: 1px solid #7a8b94;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.mcq_choise .form-check label span.optionIndex {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0px;
  z-index: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #7a8b94;
  background-color: transparent;
  line-height: 28px;
}
.mcq_choise .form-check label h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 25px;
  font-size: 18px;
  font-weight: 500;
}

.mcq_choise .form-check input[type="radio"]:checked + label, 
.mcq_choise .form-check input[type="checkbox"]:checked + label {
  background: #eaf3ff;
  border: 1px solid #2d81f7;
}
.mcq_choise .form-check input[type="radio"]:checked + label .optionIndex,
.mcq_choise .form-check input[type="checkbox"]:checked + label span {
  color: #fff;
}
.mcq_choise .form-check label span.optionIndex {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0px;
  z-index: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #7a8b94;
  background-color: transparent;
  line-height: 28px;
}

.mcq_choise .form-check input[type="radio"]:checked + label .optionIndex:after,
.mcq_choise .form-check input[type="checkbox"]:checked + label span:after {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  z-index: -1;
  left: -1px;
  content: " ";
  display: block;
  border: 1px solid #2d81f7;
  background: #2d81f7;
}

.mcq_choise .form-group label {
  display: block;
  /*border: 1px solid #7a8b94;*/
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.list_ques {
    width:100%;
}
.list_ques .mcq_list_q {
  margin-bottom: 25px;
}
.list_ques .mcq_list_q:nth-last-child(1) {
  margin-bottom: 0px;
}

.sidebar_test {
  padding: 1vw;
  border-radius: 7px;
  box-shadow: 0px 0px 24px 0px #e9eef2;
  background: #fff;
}
.sidebar_test .profile_top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.sidebar_test .profile_top img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 8px;
  margin-right: 15px;
}
.sidebar_test .profile_top p {
  margin: 0;
  font-size: 20px;
}
.sidebar_test a.submitTest {
  transition: all 0.5s ease;
  width: 100%;
  background: #08bd80;
  border: 1px solid #08bd80;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
  display: block;
  margin: 0px;
}
.sidebar_test a.submitTest:hover {
  color: #08bd80;
  background: #fff;
}

.list_ques .submit_test button {
  width: 100%;
  background: #08bd80;
  border: 1px solid #08bd80;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
  display: block;
  margin: 0px;
}
.list_ques .submit_test button:hover {
  background: #fff;
  color: #08bd80;
}

.ana-detail .attemps {
  display: flex;
}
.ana-detail .attemps li:first-child {
  margin-right: 10px;
  display: flex;
  border-right: 1px solid #7a8b94;
  padding-right: 8px;
  align-items: center;
}
.ana-detail .attemps li:first-child span {
  background: #2d81f7;
  border: 1px solid #2d81f7;
}
.ana-detail .attemps li p {
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 14px;
  color: #7a8b94;
  font-weight: 400;
}
.ana-detail .attemps li:last-child {
  align-items: center;
  display: flex;
  border-right: 0px;
  padding-right: 0px;
}
.ana-detail .attemps li span {
  width: 10px;
  height: 10px;
  background: #f7f8f9;
  border: 1px solid #7a8b94;
  border-radius: 5px;
  display: inline-block;
}
.applicant-area .mcq-analysis .ana-detail .number-list {
  max-height: 200px;
  overflow: auto;
}
.number-list li {
  margin-bottom: 20px;
}
.number-list li div {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: #eaf3ff;
  color: #2d81f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}
.number-list li.skipped div,
.number-list li.not-done div {
  border: 1px solid #7a8b94;
  color: #7a8b94;
  background: #fff;
}
.mcq-analysis .attemps {
  margin: 0px;
  list-style: none;
  padding: 0;
}
.ana-detail .number-list {
  padding: 0;
  list-style: none;
}
.shadow-custom {
  box-shadow: 0px 0px 15px 10px #e9eef2;
  background: linear-gradient(180deg, #eff6ff, #fff);
  padding: 40px 0;
}
.shadow-custom.faq_page:before {
  display: none;
}
.shadow-custom .breadcrumb1 h2 {
  color: #000;
}

.shadow-custom .breadcrumb1 .bread-crumb li {
  color: #333;
}
.shadow-custom .breadcrumb1 .bread-crumb li:nth-child(1):before {
  color: #333;
}
.shadow-custom .breadcrumb1 .bread-crumb li a {
  color: #207c9d !important;
}

p {
  font-size: 18px;
}
.why_us p {
  margin: 0px;
}
.we_offer.one {
  background: #e4feef;
}
.we_offer.two {
  background: rgba(228, 23, 79, 0.08);
}
.we_offer.three {
  background: rgba(255, 203, 0, 0.1);
}
.we_offer.four {
  background: #f3f0ff;
}
.we_offer h5,
.we_offer p {
  color: #000;
}
.we_offer.one img {
  background: #25cd71;
  box-shadow: 0 6px 20px #38d99340;
  padding: 7px;
  border-radius: 5px;
}
.we_offer.two img {
  background: rgba(228, 23, 79, 0.6);
  box-shadow: 0 6px 20px #f4707d40;
  padding: 7px;
  border-radius: 5px;
}
.we_offer.three img {
  background: rgba(255, 203, 0, 0.8);
  box-shadow: 0 6px 20px #ffa27040;
  padding: 7px;
  border-radius: 5px;
}
.we_offer.four img {
  background: #9775fa;
  box-shadow: 0 6px 20px #9775fa40;
  padding: 7px;
  border-radius: 5px;
}

.why_list_right ul li:nth-child(1) {
  margin-top: 0;
}
.why_list_right ul li:nth-child(2) {
  margin-top: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.why_list_right ul li:nth-child(3) {
  margin-top: 0;
}
.sub_det h2 {
  font-size: 24px;
}
.sub_det span {
  color: #fff;
  background: #00a650;
  padding: 5px 18px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 15px;
}
.sidebar_subject {
  background: linear-gradient(
    178deg,
    rgb(175 153 226 / 53%) 0%,
    rgb(255 255 255) 68%
  );
  padding: 25px;
  border-radius: 20px;
}
.sidebar_subject .download_pdf a {
  transition: all 0.5s ease;
  background: #005795 !important;
  width: 100%;
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  border: 2px solid #005795;
  border-radius: 5px;
}
.sidebar_subject .list_chapters ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.sidebar_subject .list_chapters ul li {
  margin: 10px 0;
}
.sidebar_subject .list_chapters ul li a {
  font-size: 18px;
  color: #000;
  background: url(../images/check_icon.png) no-repeat top;
  background-size: 20px;
  background-position-x: 0px;
  padding-left: 27px;
}
.sidebar_subject .download_pdf a:hover {
  background: #fff;
}

.registration {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 234, 220, 1) 306%
  );
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.logging {
  background: linear-gradient(
    246deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(234 255 246) 306%
  );
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.taking {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(255 220 241 / 52%) 306%
  );
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.viewing {
  background: linear-gradient(
    246deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(255 244 208) 306%
  );
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.continuous {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 234, 220, 1) 306%
  );
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.support {
  background: linear-gradient(
    246deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(234 255 246) 306%
  );
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.text_how_works {
  padding: 0 35px;
}
.join_test p {
  margin: 0px;
  line-height: 38px;
  font-size: 34px;
  line-height: 53px;
}
.why_list_right ul li h4 {
  color: #fff;
}
label.error {
  color: red;
  display: inline-block;
  margin-top: 5px;
}
.navbar .dropdown-menu {
  background: #005795;
  border: none;
}

.sub_det {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 12px;
}
.subject_cat ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.subject_cat ul li div.list_ch {
  display: flex;
}
.subject_cat ul li div.list_ch .icn_books {
  font-size: 35px;
  margin-right: 15px;
}
.subject_cat ul li div.list_ch .list_sub p {
  margin: 0px;
}
.subject_cat ul li div.list_ch .list_sub span {
  color: #000;
  background: none;
  padding: 0;
  margin: 0;
}
.subject_cat ul li {
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgb(230 219 255 / 16%),
    0 7px 13px -3px rgb(45 35 66 / 30%), inset 0 -3px 0 #d6d6e7;
}
.sidebar_subject .list_chapters ul li a:hover {
  text-decoration: underline;
}

/*--Sample Paper Detail pg--*/
.sample_pap_detail_pg {
  padding: 70px 0;
}
#jee-main > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#jee-main > ul li h2 {
  font-size: 24px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 15px;
}
#jee-main > ul > li {
  width: 32%;
  text-align: center;
  padding: 20px 0;
  border-radius: 7px;
  background: #f7f9fa;
}
section.plan {
  padding: 70px 0;
}
.plan-details {
  padding: 25px 15px;
}
.plan-features {
  padding: 25px 0 0 0;
}
#jee-main .plan-details ul {
  list-style: none;
  padding-left: 15px;
}
#jee-main .plan-features ul {
  list-style: none;
  padding-left: 15px;
}
#jee-main p {
  margin: 0px;
  text-align: left;
}
#jee-main .plan-details ul li {
  margin: 12px 0;
  text-align: left;
}
#jee-main .plan-features ul li {
  margin: 12px 0;
  text-align: left;
}
.plan-content ul li span i {
  color: #00a650;
  margin-right: 12px;
}
.plan-details h5,
.plan-features h5 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
}
.plan-features {
  padding: 25px 15px;
}

#jee-main > ul > li:nth-child(1) {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 243, 254, 1) 100%
  );
  border-top: 5px solid #005795;
}
#jee-main > ul > li:nth-child(2) {
  background: linear-gradient(
    178deg,
    rgb(175 153 226 / 53%) 0%,
    rgb(252 254 255) 68%
  );
  border-top: 5px solid #8d5aff;
}
#jee-main > ul > li:nth-child(3) {
  background: linear-gradient(
    180deg,
    rgba(228, 228, 227, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-top: 5px solid #4a11d0;
}
#jee-main > ul > li:nth-child(1) .subscription a {
  transition: all 0.7s ease;
  text-transform: uppercase;
  font-weight: 700;
  background: #333;
  padding: 15px 0;
  display: inline-block;
  color: #fff;
  width: 96%;
  margin: 0 auto;
}
#jee-main > ul > li:nth-child(2) .subscription a {
  transition: all 0.7s ease;
  text-transform: uppercase;
  font-weight: 700;
  background: #2e3092;
  padding: 15px 0;
  display: inline-block;
  color: #fff;
  width: 96%;
  margin: 0 auto;
}
#jee-main > ul > li:nth-child(3) .subscription a {
  transition: all 0.7s ease;
  text-transform: uppercase;
  font-weight: 700;
  background: #4a11d0;
  padding: 15px 0;
  display: inline-block;
  color: #fff;
  width: 96%;
  margin: 0 auto;
}
#jee-main > ul > li:nth-child(1) .subscription a:hover {
  background: #111111;
}
#jee-main > ul > li:nth-child(2) .subscription a:hover {
  background: #1e1f6c;
}
#jee-main > ul > li:nth-child(3) .subscription a:hover {
  background: #3709a4;
}

.inner-topic-cover .blurb .bottom_desc {
  transition: all 0.7s ease;
}
.inner-topic-cover:hover .blurb .bottom_desc {
  background: #f6fbff;
}

.dropdown-menu.show li a {
  color: #000 !important;
}
.dropdown-menu.show a:hover {
  color: #000 !important;
}
.dropdown-menu.show {
  width: 260px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(30, 10, 58, 0.04);
  border-bottom: 1px solid #ccc;
}
.dropdown-menu.show li a:active {
  background: #efefef !important;
}

.jee_top_banner {
  padding: 80px 0;
}
.jee_top_banner .exam_stu img {
  border-radius: 315px;
}
.top_performers.online_exam {
  padding-top: 70px;
  background: linear-gradient(
    190deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(238, 238, 238, 1) 100%
  );
}
.top_performers.online_exam .data_student {
  background: #fff;
}
.online_classes .class_blb {
  background: #af99e22b;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #a182df;
}
.online_classes .class_blb .click_enroll {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.online_classes {
  padding: 80px 0;
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.online_classes .class_blb .click_enroll a {
  color: #005795;
  font-size: 18px;
  margin-top: auto;
  margin-bottom: 15px;
}
.class_blb .heading_top h2 {
  font-size: 22px;
}

.programs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.programs ul li {
  width: 24%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 7px;
  background: #fff;
}
.programs ul li h4 {
  font-size: 20px;
  color: #222;
}
.programs ul li img {
  margin-bottom: 12px;
}
.special_program {
  padding: 70px 0;
  background: #003d69;
}
.special_program .heading_top h3 {
  color: #fff;
}

.title_class span.tag_span {
  background: #61c3b6;
  color: #fff;
  border-radius: 25px;
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 15px;
}
.title_class h3 {
  font-size: 24px;
}
.title_class .class_inf ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
  font-size: 18px;
}
.title_class .class_inf ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.title_class .subject_date ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.title_class .subject_date ul li {
  display: flex;
  margin-bottom: 15px;
  gap: 14px;
}
.title_class .subject_date ul li .book_icon {
  background: #222;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.title_class .subject_date ul li:nth-child(2) {
  margin-bottom: 0;
}
.title_class .subject_date ul li .sub_container span {
  color: #005795;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "plus_jakarta_sanssemibold" !important;
}
.title_class .subject_date {
  margin: 35px 0 75px 0;
}

.title_class .detail_point ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.title_class .detail_point ul li {
  background: url(../images/check.png) no-repeat left top 2px;
  background-size: 20px;
}
.title_class .detail_point ul li {
  margin: 0px 0 25px 0;
  padding: 0px 0 0 27px;
  font-size: 18px;
  font-weight: 500;
  font-family: "plus_jakarta_sanssemibold" !important;
}
.all_class_detail {
  padding: 70px 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 234, 220, 1) 306%
  );
}
.title_class .detail_point h4 {
  margin-bottom: 18px;
}
.sidebar_class_detail ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 22px;
  color: #fff;
}
.sidebar_class_detail {
  background: #005795;
  border-radius: 10px;
  padding: 35px;
}
.sidebar_class_detail a {
  transition: all 0.7s ease;
  background: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-size: 22px;
  color: #000;
  margin-top: 20px;
}
.sidebar_class_detail ul li del {
  font-size: 17px;
}
.sidebar_class_detail a:hover {
  background: #61c3b6;
  color: #fff;
}
.title_class {
  background: #fff;
  box-shadow: 0 2px 4px rgb(230 219 255 / 16%),
    0 7px 13px -3px rgb(45 35 66 / 30%), inset 0 -3px 0 #d6d6e7;
  padding: 25px;
}

.programs_ab > ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.programs_ab > ul > li {
  border: 1px solid #b9b9b9;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  width: 30%;
}
.programs_ab > ul > li ul {
  list-style: none;
  padding: 0;
}
.programs_ab > ul > li ul li {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}
.programs_ab > ul > li ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.programs_ab > ul > li ul li {
  background: url(../images/check.png) no-repeat left top 6px;
  background-size: 20px;
  padding: 0 0 0 26px;
}
.programs_ab > ul > li h4 {
  margin-top: 15px;
}
.ab_program {
  padding: 70px 0;
}

.programs_ab > ul > li:nth-child(1) {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 234, 220, 1) 306%
  );
}
.programs_ab > ul > li:nth-child(2) {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(234 255 246) 306%
  );
}
.programs_ab > ul > li:nth-child(3) {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(255 244 208) 306%
  );
}
.programs_ab > ul > li:nth-child(4) {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 234, 220, 1) 306%
  );
}

.contact_page_middle > .container > .row {
  background: #ffffff;
  box-shadow: 0 2px 10px #0000001a;
}

.address_detail {
  padding: 60px 0 0 0;
}
.address_detail .correspondence_office ul li {
  text-align: center;
}
.address_detail .correspondence_office ul li address {
  font-size: 20px;
}
.address_detail .correspondence_office ul li a {
  font-size: 20px;
}
.head_ing h3 {
  color: #05194b;
}

.auth_login ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth_login ul li a.fb_icon {
  width: auto;
  background: #ffffff;
  color: #383838;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 45px;
}
.auth_login ul li a.google_icon {
  width: auto;
  background: #ffffff;
  color: #383838;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 45px;
}
.auth_login {
  margin: 15px 0 0 0;
}
.auth_login ul li {
  width: auto;
}

@media screen and (max-width: 991px){
    .auth_login ul li{
        width:100%;
    }
}
.auth_login ul li a {
  display: block;
}

.empowering {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 234, 220, 1) 306%
  );
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.check_out {
  padding: 40px 0;
  /* background: #edf1fa; */
}

@media screen and (max-width: 768px) {
  .check_out {
    padding: 0px 0;
  }
}
.form_top_sec .head_tp {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.check_out .form_top_sec {
  padding-bottom: 20px;
  background: #fff;
}
.tp_form_rev {
  padding: 0;
}
.tp_form_rev input {
  background: #fff;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  border-radius: 8px;
}
#detailsScreenRightSection {
  height: 100%;
  background: #fafafa;
  padding: 25px;
  border-radius: 25px;
  box-shadow: none;
}
#detailsScreenRightSection .head_right h3 {
  font-size: 18px;
}
#detailsScreenRightSection .standard p {
  margin: 0px;
}
.duration_all h3 {
  font-size: 18px;
}
.checkout_btn {
  transition: all 0.9 ease;
  background: #275df5;
  color: #fff;
  width: 100%;
  padding: 9px 15px;
  margin-top: 20px;
  border-radius: 35px;
  border: none;
}
.duration_all {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}
.checkout_btn:hover {
  background: #005795;
}

.pg-order-bg {
  background: #edf1fa;
  padding: 70px 0;
}
.order_sumary h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
  font-family: "source_sans_proregular" !important;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.pg-order-bg .checkout_pg {
  border: 2px solid #dddddd;
  margin: 70px 0;
  padding: 35px 40px;
  background: #fff;
  border-radius: 25px;
}
.pg-order-bg {
  background: #edf1fa;
}
.ul_sub ul {
  display: flex;
  gap: 20px;
  padding: 0;
}

.thank_you_banner {
  background: linear-gradient(
    178deg,
    rgb(175 153 226 / 53%) 0%,
    rgb(252 254 255) 68%
  );
}
.thank_you_banner .container .row {
  background: #fff;
  border-radius: 25px;
  padding: 30px 0;
}
.thank_img img {
  width: 50%;
}
.thank_img h3 {
  font-size: 28px;
}
.no_spam p {
  color: #707070;
}
.ul_sub ul li {
  margin: 0 8px;
}
.ul_sub ul li:nth-child(1) {
  list-style: none;
  margin: 0;
}.status_sl ul {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping of items */
  gap: 20px;
  padding: 0;
  margin-bottom: 35px;
  list-style: none; /* Remove bullets */
}

.status_sl ul li {
  margin: 0 8px;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow for subtle effect */
}


/* Responsive Styles */
@media (max-width: 768px) {
  .status_sl ul {
    flex-direction: column; /* Stack items vertically */
    gap: 10px; /* Reduce the gap for smaller screens */
  }

  .status_sl ul li {
    margin: 0; /* Remove extra margin for smaller screens */
  }
}
.heading_successfull h3 {
  color: #00a650;
  font-size: 22px;
}

.purchase_cl {
  background: #edf1fa;
  padding: 15px 20px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 30px;
}
.purchase_class {
  background: #edf1fa;
  padding: 15px 20px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 30px;
}
.setup ul {
  padding: 0px;
  margin: 0px;
}
.setup ul li {
  display: flex;
  gap: 20px;
  padding: 0;
}
.setup ul li .num {
  font-size: 32px;
}
.setup ul li .blb_desc h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 3px;
}
.setup ul li:nth-child(2) {
  margin-top: 20px;
}
.check_out > .container > .row {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 25px;
}
.chc path {
  color: #edf1fa;
}
.frm_left {
  width: 50%;
}

.coupon_tt {
  margin-top: 25px;
}
.coupon_tt .coupon-discount {
  margin: 0px;
}
.coupon_tt .coupon-discount input {
  background: #fff;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 70%;
  border-radius: 8px;
}
.coupon_tt .coupon-discount button {
  background-color: #275df5;
  color: #fff;
  width: auto;
  padding: 10px 25px;
  border: none;
  margin-top: 0;
}
.coupon_tt .coupon-discount label {
  font-size: 18px;
  font-family: "plus_jakarta_sanssemibold" !important;
}

/*--Result Filter--*/
.result_filter {
  margin: 0px;
  padding: 0px;
}
.result_filter .filter_input {
  display: flex;
  flex-wrap: wrap;
}
.result_filter .filter_input input {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 92%;
}
.result_filter .filter_input button {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: 92%;
}
/* .result_filter {
  padding: 40px 0;
  background: #f8f9fa;
} */

@media screen and (max-width: 768px) {
  .result_filter {
    padding: 0px 0;
  }
}
.result_filter .heading_result h2 {
  color: #121224;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 26px;
}
.result_filter .heading_result p {
  color: #000000;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "source_sans_proregular";
}
.result_filter .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 40px;
  margin-top: 45px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(230 219 255 / 16%),
    0 7px 13px -3px rgb(45 35 66 / 30%), inset 0 -3px 0 #d6d6e7;
}
.result_filter .filter_input button:hover {
  opacity: 1;
  background: #1147df;
}

.res_view {
  margin-top: 50px;
}
.res_view .test_head h3 {
  text-align: center;
  color: #275df5;
}
.test_res ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.test_res ul li {
  font-size: 22px;
  border-bottom: 1px solid #275df5;
  width: auto;
  float: left;
}
.test_res {
  margin-bottom: 50px;
}
.candidate_luck .top_candidate {
  text-align: center;
}
.candidate_luck .top_candidate h5 {
  color: #121224;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 26px;
}
.candidate_luck .top_candidate span {
  color: #a7a4a4;
  font-size: 16px;
}
.score_list ul {
  margin: 50px 0 0 0;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.score_list ul li {
  width: 33.33%;
  text-align: center;
}
.score_list ul li h5 {
  color: #275df5;
  font-size: 26px;
}
.score_list ul li:nth-child(2) {
  height: 160px;
  border: 2px solid #275df5;
  border-radius: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 160px;
}
.score_list ul li:nth-child(2) h5 {
  color: #275df5;
  font-size: 42px;
}
.score_list ul li p {
  margin-bottom: 0;
}

.view_score {
  background: #fff;
  margin-top: 50px;
  box-shadow: 0 2px 4px rgb(230 219 255 / 16%),
    0 7px 13px -3px rgb(45 35 66 / 30%), inset 0 -3px 0 #d6d6e7;
  background: #e6eafb;
}
.view_score > ul {
  margin: 0px;
  padding: 10px 40px;
  list-style: none;
}
.view_score > ul > li {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  color: #333;
}
.view_score > ul > li .text_right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
}
.view_score > ul > li .text_right ul li a {
  color: #000;
  font-size: 20px;
}

#user_id .nav-link {
  padding: 0 !important;
}
#user_id .dropdown-menu {
  padding: 16px 0;
}
#user_id .dropdown-menu a {
  width: 100%;
  display: block;
}
#user_id .dropdown-menu a:hover {
  background: #eee;
}
#user_id .nav-link span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2e3092;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
#user_id .nav-link:after {
  display: none;
}
.navbar .navbar-nav li a.login_top:hover {
  background: #fff;
  color: #005795 !important;
}

.db_user {
  background: #d3d8de;
  padding: 60px 0;
}
#user-wrap {
  background: #f8f8f8;
}
.admin-tab-menu .nav-menu {
  list-style: none;
  padding: 0;
}
.admin-tab-menu .nav-menu li {
  margin: 12px 0;
}

/*--End Result Filter--*/

.how-car .owl-nav {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  z-index: 9;
  position: absolute;
  top: 50%;
  width: 100%;
}
.how-car .owl-nav button {
  background: 0 0;
  color: gray;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.how-car .owl-nav button span {
  padding: 4px 11px;
  background: #005795;
  border-radius: 10px;
  margin: 0 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 23px;
  box-shadow: 1px 2px 12px -2px #6d6f746e;
  transition-duration: 0.2s;
  color: #fff;
}
.how-car .owl-nav button:hover {
  background: none !important;
}

.result_filter .filter_input select {
  border: 1px solid #e7e7f1;
  color: #121224;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 92%;
}
.result_error {
  text-align: center;
  margin-top: 50px;
}
.class_list {
  /* background: #edf2fa; */
  padding: 70px 0;
}

@media screen and (max-width: 576px) {
  .class_list {
    padding: 20px 0;
  }
}
.lst_sub {
  transition: all 0.4s ease;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 5px #ccc;
}
.lst_sub .rup_course {
  display: flex;
  justify-content: space-between;
}
.lst_sub .rup_course sub {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.lst_sub .rup_course a {
  font-size: 20px;
  color: #2196f3;
  font-weight: 600;
}
.lst_sub .rup_course sub i {
  margin-right: 5px;
}
.lst_sub .rup_course a i {
  margin-left: 5px;
}
.lst_sub h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
}
.lst_sub p {
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.lst_sub:hover {
  transform: scale(1.03);
}

.head_subs h4 {
  font-size: 26px;
}
.head_subs p {
  margin-bottom: 0;
  color: #000;
}

/* Haider and shivam code */

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.custom-card {
  background-color: #f8f8ff; /* Light background for card */
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px;
  width: calc(50% - 10px); /* 50% of row width with some margin */
}

.custom-card-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-card-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  background: #f1f1f1; /* A subtle background to match the rounded shape */
  padding: 15px;
}

.custom-card-content h2 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 10px;
}

.custom-card-content p {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
}

.custom-row > .custom-card {
  flex: 1; /* Allow cards to take equal space */
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .custom-row {
    flex-direction: column;
    align-items: center;
  }

  .custom-card {
    width: 100%; /* Full width for smaller devices */
    margin-bottom: 20px;
  }
}

.card-img-home {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

.product-slider__cart {
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 10px 27px 0 rgb(255 255 255);
  background: #275df5;
  border: none !important;
  color: #fff !important;
  padding: 11px 30px !important;
  border-radius: 50px !important; /* min-height: 50px !important; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer !important;
  background-size: contain;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 2em;
  width: max-content;
}

@media screen and (max-width: 576px) {
    .remember-password-wrpper{
        justify-content:space-between;
    }
  .forgot-pass-btn {
    /*margin-left: 110px;*/
  }
}
