@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");
:root {
  --main-color: #f24908;
  --white: #ffffff;
  --textGray: #5e5a5a;
  --orange: #f5b12c;
  --dark: #000000;
  --richdark: #121212;
  --size78: 78px;
  --size50: 50px;
  --size46: 46px;
  --size42: 42px;
  --size30: 30px;
  --size24: 24px;
  --size22: 22px;
  --size20: 20px;
  --size18: 18px;
  --size16: 16px;
  --extra-bold: 800;
  --bold: 700;
  --semibold: 600;
  --medium: 500;
  --normal: 400;
  --poppins: "Poppins", serif;
}
body {
  font-family: var(--poppins);
  font-family: "Poppins", serif;
  overflow-x: hidden;
}
/*=========================typography====================== */
section {
  padding: 25px 0;
}
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
div {
  font-family: var(--poppins);
}
h1 {
  font-size: var(--size78);
  font-weight: var(--bold);
  line-height: 80px;
  color: var(--white);
  font-family: var(--poppins);
}
h1 span {
  color: var(--main-color);
}
h2 {
  font-size: var(--size46);
  font-weight: var(--semibold);
}
h3 {
  font-size: var(--size42);
  font-weight: var(--semibold);
  color: #2f4858;
  font-weight: 57px;
}
h4 {
  font-size: var(--size30);
  font-weight: var(--semibold);
}
h5 {
  font-size: var(--size24);
  font-weight: var(--semibold);
  color: #2f4858;
  line-height: 32px;
}
h6 {
  font-size: var(--size22);
  font-weight: var(--semibold);
}
.p {
  font-size: var(--size18);
  font-weight: var(--medium);
  line-height: 27px;
}
p {
  font-size: var(--size18) s;
  font-weight: 400;
  line-height: 22px;
}
.display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gap {
  gap: 40px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.gap25 {
  gap: 25px;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
div,
p,
a {
  font-weight: var(--normal);
}
#exampleModal .modal-dialog {
  width: 276px;
  height: 100px;
}
#cnfrm_box.active {
  display: block;
}
#cnfrm_box p {
  background: #eaeaea;
  font-weight: 300;
  font-size: 12px;
  line-height: 135.69%;
  text-align: center;
  color: #2f4858;
  padding: 4px;
}
#cnfrm_box h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 135.69%;
  text-align: center;
  color: #000000;
  margin: 16px auto;
}
#cnfrm_box .cnfrm_btns {
  max-width: 250px;
  padding-bottom: 16px;
  margin: auto;
}
#cnfrm_box .cnfrm_btns span {
  width: 101px;
  height: 25px;
  background: #ff5c00;
  border-radius: 37.4999px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 135.69%;
  color: #ffffff;
}
#cnfrm_box .cnfrm_btns span:last-child {
  background: #fff;
  border: 1px solid #ffe600;
  color: #888888;
}
.cnfrm_btns span {
  width: 45%;
  height: 25px;
  border-radius: 37.4999px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 135.69%;
  color: #ffffff;
  cursor: pointer;
}
button.playTest {
  background: #f24908;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0px 7px;
  padding: 8px 12px;
  border-radius: 30px;
  border: 0;
}
.cnfrm_btns span:first-child {
  background: #ff5c00;
  border-radius: 37.4999px;
  color: #ffffff;
}
.cnfrm_btns span:last-child {
  background: #fff;
  border: 1px solid #ffe600;
  color: #000;
}
/* model style */
.modal .modal-dialog {
  max-width: 1033px;
}
.modal.fade.show {
  background: #00000094;
}
.modal .modal-body {
  padding: 0;
  position: relative;
}
.modal .signup-section::before {
  display: none;
}
.model_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.modal .signup-section {
  padding: 0;
  margin-bottom: 0px;
  position: relative;
}
.modal .signup-section .container {
  position: relative;
  padding: 0 0 18px 0 !important;
}
.modal .btn,
.modal .btn:hover,
.modal .btn:focus,
.modal .btn:focus-visible {
  /* border: 0 !important;
    background: transparent !important;
    outline: none !important; */
  margin: 0;
}
.modal .btn.input[type="submit"],
.modal .btn.input[type="submit"]:hover,
.modal .btn.input[type="submit"]:focus,
.modal .btn.input[type="submit"]:focus-visible {
  background: #ff5c00 !important;
}
/*=========================Buttons====================== */
.btn_main {
  border: 3px solid var(--main-color);
  border-bottom: 6px solid var(--main-color);
  border-right: 6px solid var(--main-color);
  border-radius: 100px;
  background-color: transparent;
}

/*=========================header====================== */
.header {
  padding: 10px 0 0;
}
.header_transprent {
  position: relative;
  width: 100%;
  z-index: 999;
}
.header.inner.header_inner {
  background: #ffffff;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  z-index: 10;
  position: relative;
}
.header .navbar-nav .nav-item .nav-link {
  color: var(--textGray);
  font-size: var(--size16);
  font-weight: var(--normal);
  position: relative;
  z-index: 99;
}
.header.header_inner .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.69%;
  color: #2f4858;
}
.header.header_inner .navbar-nav .nav-item .nav-link:hover {
  color: #ff5c00;
}
.header.header_inner .navbar-nav .nav-item .nav-link.active:hover {
  color: #000;
}
/* .header.header_inner #navbarNavDropdown .navbar-nav .nav-item .nav-link{
    color: #fff;    
} */
.user_icon img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  border: 3px solid var(--main-color);
}
.nav-link.ask-a-question {
  color: var(--main-color) !important;
}
.nav-link.ask-a-question i {
  background-color: var(--main-color);
  color: #00274b;
  text-align: center;
  border-radius: 0 50% 50%;
  padding: 3px 6px;
  margin-right: 10px;
}
.header .navbar-nav .nav-item .nav-link.active {
  font-weight: var(--medium);
  background: linear-gradient(180deg, #f24908 0%, #f5b12c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .navbar-nav .nav-item .nav-link.active::before {
  background: url(../images/active_icon.png) no-repeat;
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  z-index: -1;
  top: 4px;
  left: 0;
  display: none;
}
.cart_item {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 135.69%;
  text-align: center;
  color: #ffffff;
  background: #ff0000;
  border: 1.5px solid #ffffff;
}
.log-out-btn {
  width: 40px;
  height: 40px;
}
.log-in-btn {
  /* width: 190px; */
}
.log-out-btn .nav-link,
.log-in-btn .nav-link {
  height: 100%;
  background: #ff5c00;
  box-shadow: 0px 8.25px 18.5625px -6.1875px rgba(24, 39, 75, 0.12),
    0px 12.375px 43.3125px -4.125px rgba(24, 39, 75, 0.12);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  width: 150px;
  height: 56px;
}
.log-out-btn .nav-link {
  width: 100%;
  height: 100%;
}
.log-out-btn .nav-link,
.log-in-btn .nav-link:first-child {
  border: 1px solid rgba(242, 73, 8, 1);
  background: var(--main-color);
}
.log-in-btn .nav-link {
  font-weight: 600 !important;
  border-radius: 100px;
}
.navbar-toggler[aria-expanded="false"] .fa-bars::before {
  color: #000;
  content: "\f0c9" !important;
}
.navbar-toggler[aria-expanded="true"] .fa-bars::before {
  content: "\f00d" !important;
  color: #000;
}
.header_transprent .navbar-toggler[aria-expanded="false"] .fa-bars::before {
  color: var(--dark);
  content: "\f0c9" !important;
}
.header_transprent .navbar-toggler[aria-expanded="true"] .fa-bars::before {
  content: "\f00d" !important;
  color: #fff;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
/*=========================Hero Section====================== */
.hero_section {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: bottom;
  z-index: 9;
  background-position: top center;
  background-repeat: no-repeat;
  /* background-size: auto; */
  padding-top: 30px !important;
}
.hero_section .heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
}

.learningSteps li i {
  color: var(--main-color);
}
.hero_section .banner_block img {
  position: relative;
  /* bottom: -240px; */
}
.hero_section .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: 25px;
}
.hero_section .sub_heading li {
  color: var(--white);
  font-size: 30px;
  font-family: var(--poppins);
}
.hero_section .sub_heading li span {
  color: var(--main-color);
}
.hero_section .btn_block a {
  color: var(--white);
  padding: 12px 30px;
  background-color: #00274b;
}
.hero_section .sub_heading {
  max-width: 650px;
  margin-top: 20px;
}
.hero_section .sub_heading ul {
  list-style-type: disc;
}
.hero_section .btn.btn_main {
  margin: 0;
}
.hero_section .btn_block {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.hero_section .btn_block a:first-child {
  margin-right: 48px;
}
/*=========================test paper====================== */
.test_paper {
  background: var(--main-color);
  position: relative;
}
.test_paper h3,
.test_paper p {
  color: var(--white);
}
.test_paper::before {
  position: absolute;
  content: "";
  background: url(../images/testpaper_graphic.png) no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
}
.test_paper .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: 0;
}
.test_paper .content_block {
  max-width: 525px;
}
.paper_card {
  background-color: var(--white);
  max-width: 338px;
  width: 100%;
  border-radius: 20px;
}
.paper_card .card_img {
  padding: 10px 10px 0;
}
.paper_slider .swiper-wrapper .swiper-slide:nth-child(4n-3) .card_content {
  background: #38bb70;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative;
}
.paper_slider .swiper-wrapper .swiper-slide:nth-child(4n-2) .card_content {
  background: #8a7ad2;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative;
}
.paper_slider .swiper-wrapper .swiper-slide:nth-child(4n-1) .card_content {
  background: #e755d8;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative;
}
.paper_slider .swiper-wrapper .swiper-slide:nth-child(4n-0) .card_content {
  background: #8aa8ef;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative;
}
.card_title {
  position: absolute;
  background: var(--white);
  width: max-content;
  top: -24px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  color: #2f4858;
  font-weight: 600;
  font-family: var(--poppins);
}
.paper_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-3)
  .card_content
  .level_category {
  background: #35b06a;
  border: 1px solid #3bc676;
  border-radius: 100px;
  color: var(--white);
  padding: 8px 20px;
}
.paper_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-2)
  .card_content
  .level_category {
  background: #8272cb;
  border: 1px solid #9382df;
  border-radius: 100px;
  color: var(--white);
  padding: 8px 20px;
}
.paper_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-1)
  .card_content
  .level_category {
  background: #dd4fce;
  border: 1px solid #ee62e0;
  border-radius: 100px;
  color: var(--white);
  padding: 8px 20px;
}
.paper_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-0)
  .card_content
  .level_category {
  background: #81a1ed;
  border: 1px solid #9fbbfd;
  border-radius: 100px;
  color: var(--white);
  padding: 8px 20px;
}

.paper_price {
  color: var(--white);
}
.paper_slider {
  margin-top: 50px;
  padding: 0 20px;
}

.top_paper .content_block {
  max-width: 450px;
}
.paper_details {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 30px 45px;
  max-width: 440px;
  transition: all ease-in-out 0.5s;
}
.paper_details .left_detail {
  width: calc(100% - 100px);
}
.paper_details .right_detail {
  width: 100px;
}
.paper_details:hover {
  border: 1px solid #ff5c00;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
    0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  transition: all ease-in-out 0.5s;
}
.country_flag {
  gap: 8px;
}
.country_flag p {
  margin-bottom: 0;
}

.trending_course {
  background: #f1f1f1;
}
.trending_course .content_block {
  max-width: 420px;
}
.course_card h5,
.course_card h6,
.course_card div {
  color: var(--white);
}
.course_card .subject {
  font-size: var(--size24);
  font-weight: var(--normal);
}
.course_card H6 {
  font-weight: var(--normal);
}
.teacher_name h5 {
  font-weight: var(--medium);
}
.course_card {
  position: relative;
}
.more_detail_btn {
  width: 55px;
  position: absolute;
  right: 0;
  bottom: 15px;
  background: #ffffff;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
    0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  border-radius: 20px 0px 0px 20px;
  height: 35px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.more_detail_btn i {
  color: var(--main-color);
  font-size: var(--size20);
}
.course_slider .swiper-wrapper .swiper-slide:nth-child(4n-3) .course_card {
  background: #38bb70;
  border-radius: 20px;
  padding: 30px 50px 30px 80px;
  max-width: 550px;
}
.course_slider .swiper-wrapper .swiper-slide:nth-child(4n-2) .course_card {
  background: #f17c58;
  border-radius: 20px;
  padding: 30px 50px 30px 80px;
  max-width: 550px;
}
.course_slider .swiper-wrapper .swiper-slide:nth-child(4n-1) .course_card {
  background: #8a7ad2;
  border-radius: 20px;
  padding: 30px 50px 30px 80px;
  max-width: 550px;
}
.course_slider .swiper-wrapper .swiper-slide:nth-child(4n-0) .course_card {
  background: #8aa8ef;
  border-radius: 20px;
  padding: 30px 50px 30px 80px;
  max-width: 550px;
}
.course_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-3)
  .course_card
  .course_language {
  background: #35af69;
  border-radius: 100px;
  padding: 6px 20px;
  max-width: 124px;
}
.course_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-2)
  .course_card
  .course_language {
  background: #e37553;
  border-radius: 100px;
  padding: 6px 20px;
  max-width: 124px;
}
.course_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-1)
  .course_card
  .course_language {
  background: #7b6bc3;
  border-radius: 100px;
  padding: 6px 20px;
  max-width: 124px;
}
.course_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-0)
  .course_card
  .course_language {
  background: #7896db;
  border-radius: 100px;
  padding: 4px 20px;
  max-width: 124px;
}
/*=========================Contact US====================== */
/* .contact_us{
    margin-top: 100px;
} */
.contact_us .container::after {
  content: "";
  position: absolute;
  background: url(../images/search.png) no-repeat;
  width: 86px;
  height: 86px;
  top: 30%;
  right: -10%;
  transform: translate(10%, -30%);
}
.contact_us .container::before {
  content: "";
  position: absolute;
  background: url(../images/cap.png) no-repeat;
  width: 88px;
  height: 88px;
  bottom: -8%;
  left: -10%;
  transform: translate(10%, 8%);
}
.contact_bg {
  background: var(--main-color);
  position: relative;
  padding: 70px 60px;
  border-radius: 20px;
  position: relative;
}
.contact_bg:before {
  position: absolute;
  content: "";
  background: url(../images/contactbg-vector.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  background-size: contain;
}
.contact_bg {
  color: var(--white);
}
.contact_bg {
  position: relative;
}
.contact_bg .banner_block {
  position: absolute;
  bottom: 0;
}
.contact_no a {
  color: var(--white);
}
/*=========================Footer====================== */
.footer {
  /* background: url(../images/footer-bg.png) no-repeat; */
  background: #f7ead0;
  padding: 25px 0;
  position: relative;
  color: var(--dark);
  background-size: cover;
  top: 16px;
}

.footer_logo {
  margin-bottom: 20px;
}
.Mountain i {
  color: #7be755;
  padding-right: 10px;
  font-size: 20px;
}
.inter_school i {
  color: #5575e7;
  padding-right: 10px;
  font-size: 20px;
}
.award_ceremony i {
  color: #e755d8;
  padding-right: 10px;
  font-size: 20px;
}

.language_selection .custom-select {
  background: #425b6b;
  border-radius: 100px;
  width: 150px;
  padding: 10px 30px;
}
.seperator {
  border: 1px solid #425b6b;
  margin-top: 20px;
}
.email_input input {
  border-radius: 100px;
  height: 50px;
  padding-left: 20px;
}
.email_input button {
  position: absolute;
  right: 0;
  background-color: var(--white);
  top: 0;
  border: 0;
  padding: 7px 20px;
  height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 0px 50px 50px 0px;
}
.email_input button i {
  color: #888888;
  font-size: 18px;
}
.footer h5 {
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
}
.footer h5::before {
  content: "";
  background: url(../images/footer_link_underline.png) no-repeat;
  background-size: auto;
  width: 100%;
  height: 3px;
  background-size: contain;
  position: absolute;
  bottom: -7px;
}
.footer_last_section {
  /* border-left: 1px solid #425B6B; */
}
.footer_last_section .footer_links {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: fit-content;
}
.footer_menu {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
  /* padding: 12px 0 20px; */
  border-bottom: 1px solid;
  margin-bottom: 15px;
  /* border-bottom: 1px solid #425B6B; */
  align-items: start;
  border: 0;
}
.footer_menu a {
  /* width: 25%; */
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--textGray);
}
/* .footer_menu div{
    width: 1px;
    height: 31px;
    background-color: #425B6B;
    font-weight: 600;
    font-size: 16px;
    line-height: 261.5%;
    color: #FFFFFF;
} */

.footer_links ul {
  list-style: none;
  padding-left: 0;
}
.footer_links ul li a {
  color: var(--white);
  font-weight: var(--normal);
}
.copyright {
  background: var(--dark);
  padding: 18px;
  text-align: center;
  margin-top: 0px;
}
.copyright p {
  margin-bottom: 0;
  font-size: 14px;
  color: #eaeaea;
  font-weight: var(--normal);
}

/* animation */
.social_links ul li a {
  position: relative;
  width: 44px;
  border: 1px solid var(--main-color);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--main-color);
}

.left_detail p {
  margin-bottom: 0;
}
.more_papers .btn_main {
  border-left: 6px solid var(--main-color);
  border-right: 3px solid var(--main-color);
  border-bottom: 4px solid var(--main-color);
  border-radius: 50%;
  color: var(--main-color);
  font-size: 20px;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* explore slider */
.explore-section {
  padding: 120px 0 120px;
  position: relative;
  background: url(../images/explore_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
.explore-section::before {
  background: url(../images/test_paper_characters.png) no-repeat;
  width: 281px;
  height: 409px;
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
}
.explore_heading_content {
  width: 100%;
  margin-left: 5px;
}
.explore_content_top.display {
  align-items: start !important;
}
.explore_slider {
  padding: 16px 0;
}

.explore_slider h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 135.69%;
  color: #ffffff;
}
.explore_heading_content p {
  /* max-width: 531px; */
  font-size: var(--size18);
  font-weight: var(--normal);
  line-height: 28px;
  color: var(--textGray);
}

.explore_slider .swiper-wrapper .swiper-slide .explore_slide a button {
  width: 66px;
  height: 66px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 35px;
  text-decoration: none;
  color: #fff;
  /* background: radial-gradient(58.33% 58.33% at 32.58% 36.36%, #9B76FF 0%, #6238D3 100%);
border: 3px solid #A384F9; */
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-3)
  .explore_slide
  a
  button {
  background: radial-gradient(
    58.33% 58.33% at 32.58% 36.36%,
    #9b76ff 0%,
    #6238d3 100%
  );
  border: 3px solid #a384f9;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-2)
  .explore_slide
  a
  button {
  background: radial-gradient(
    58.33% 58.33% at 32.58% 36.36%,
    #fc7bc8 0%,
    #da479f 100%
  );
  border: 3px solid #ff80cc;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-1)
  .explore_slide
  a
  button {
  background: radial-gradient(
    58.33% 58.33% at 32.58% 36.36%,
    #91befc 0%,
    #6097e4 100%
  );
  border: 3px solid #96d2fc;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n)
  .explore_slide
  a
  button {
  background: radial-gradient(
    58.33% 58.33% at 32.58% 36.36%,
    #ffda69 0%,
    #fcc212 100%
  );
  border: 3px solid #fcd14e;
}

.explore_slider .swiper-wrapper .swiper-slide .explore_slide {
  position: relative;
  padding: 15px 0 0 30px;
  overflow: hidden;
}

.explore_slider .swiper-wrapper .swiper-slide .explore_slide img {
  float: right;
  position: relative;
  z-index: 9;
  max-width: 100%;
  height: 220px;
  object-fit: cover;
}

.explore_slider .swiper-wrapper .swiper-slide .explore_slide::after {
  position: absolute;
  content: "";
  /* background: transparent url(../images/explore-first-bg.png) no-repeat; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-3)
  .explore_slide::after {
  background: transparent url(../images/explore-first-bg.png) no-repeat;
  background-size: cover;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-2)
  .explore_slide::after {
  background: transparent url(../images/explore-second_bg.png) no-repeat;
  background-size: cover;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n-1)
  .explore_slide::after {
  background: transparent url(../images/explore-third-bg.png) no-repeat;
  background-size: cover;
}

.explore_slider
  .swiper-wrapper
  .swiper-slide:nth-child(4n)
  .explore_slide::after {
  background: transparent url(../images/explore-fourth-bg.png) no-repeat;
  background-size: cover;
}

.explore_slider .swiper-wrapper .swiper-slide:nth-child(4n-3) .explore_slide {
  background: #815fde;
  border-radius: 60px 100px 60px 60px;
}

.explore_slider .swiper-wrapper .swiper-slide:nth-child(4n - 2) .explore_slide {
  background: #ee5db4;
  border-radius: 20px 100px;
}

.explore_slider .swiper-wrapper .swiper-slide:nth-child(4n-1) .explore_slide {
  background: #7ebde9;
  border-radius: 50px 100px 80px;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
}

.explore_slider .swiper-wrapper .swiper-slide:nth-child(4n) .explore_slide {
  background: #ebb101;
  border-radius: 100px 20px 100px 100px;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
}

.swiper_btns {
  max-width: max-content;
  margin: 40px auto 20px;
  display: flex;
  column-gap: 10px;
  flex-direction: row-reverse;
}
.dashboard_div .swiper_btns {
  margin-top: 50px;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  right: auto !important;
  left: auto !important;
}
.swiper-button-lock {
  display: block !important;
}
.swiper_btns:has(> .swiper-button-lock) {
  display: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.9;
  cursor: auto;
  pointer-events: all !important;
}
.swiper-button-disabled.swiper-button-prev::before {
  display: none;
}
.swiper-button-disabled.swiper-button-next::before {
  display: none;
}

.swiper-button-prev::after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: relative;
  right: 19px;
  cursor: pointer;
  font-size: 31px;
  border-radius: 18px;
  color: #06052e;
  transition: all 0.3s ease-in-out;
  border: 2px solid #5e5a5a;
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: relative;
  left: 0px;
  cursor: pointer;
  font-size: 31px;
  border-radius: 18px;
  padding: 0;
  color: #06052e;
  transition: all 0.3s ease-in-out;
  border: 2px solid #5e5a5a;
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subject_slider .swiper-slide {
  width: auto;
}
.subject_card {
  background-size: contain;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  background-color: #f4e0b6;
  border-radius: 10px;
  height: 98px;
  padding: 30px;
}

.subject_slider .subject_card h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 135.69%;
  color: #ffffff;
  text-decoration: underline;
}
.btn.subject_btn {
  width: 77px;
  height: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
    0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  border-radius: 25px 0px 17px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5c00;
  font-size: 20px;
}
/* md style css start */
/* Questions page style start */
.container.mini-container {
  max-width: 1033px;
  margin: auto;
  padding: 0 25px;
}

.page-name a {
  font-weight: 300;
  font-size: 14px;
  line-height: 135.69%;
  color: #000000;
}

.page-name a.active_page {
  color: #888888;
}

.full-screen {
  background: #eaeaea;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 300;
  font-size: 15px;
  line-height: 135.69%;
  color: #000000;
  cursor: pointer;
}

.quistions_detail {
  /* margin: 12px 0; */
  /* padding: 6px; */
  /* background: linear-gradient(179.82deg, #FFF2EB -47.65%, rgba(255, 242, 235, 0) 63.98%); */
  /* border-radius: 8px; */
  /* display: flex; */
  /* column-gap: 50px; */
  /* align-items: center; */
  /* border: 1px solid #EAEAEA; */
}

.quiestion_content {
  max-width: fit-content;
  /* min-width: 178px; */
}
.quiestion_content div p:first-child {
  width: 80px;
}
.question-right img:first-child {
  display: none;
}
.quiestion_content div {
  display: flex;
  column-gap: 12px;
  margin-bottom: 3px;
  width: 100%;
}

.quiestion_content div h6:first-child,
.quiestion_content div p:first-child {
  min-width: 70px;
}

.quistions_detail h6 {
  font-size: var(--size22);
  font-weight: var(--semibold);
  line-height: 26.4px;
  color: #2f4858;
  margin: 0;
}
.quistions_detail span {
  color: var(--dark);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}
.quistions_detail span:first-child {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  width: 80px;
}
.quistions_detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  margin: 0;
  color: #000000;
}

.quistions_detail_left,
.quistions_detail_right {
  /* width: 325px; */
  background: url(../images/testleftbg.png) no-repeat;
  border-radius: 50px;
  border: 1px solid #f9cd77;
  padding: 30px;
  background-size: 100% 100%;
  height: 200px;
  display: flex;
  align-items: center;
}
.quistions_detail
  .question-topic.d-flex.justify-content-between.align-items-end {
  align-items: center !important;
}

.question_sets {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.setBtn {
  background: url(../images/freesetbg.png) no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 10px 30px;
  border: 0;
  font-size: var(--size22);
  font-weight: var(--semibold);
  line-height: 26.4px;
}
span.marks {
  border: 1px solid #f24908;
  color: #f24908;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: var(--size22);
  font-weight: var(--semibold);
  line-height: 26px;
}
span.marks span {
  background: url(../images/badgeicon.png) no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  color: var(--white);
  padding: 0 3px 0 0;
}
.onlinetestright {
  font-size: var(--size22);
  font-weight: var(--normal);
  line-height: 26px;
  color: var(--dark);
  display: flex;
  align-items: center;
}
.onlinetestright span {
  font-weight: var(--semibold);
}
/* .question_sets .question_set {
    width: 35%;
} */

.question_sets .btn.btn-orng {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  color: #888888;
  padding: 7px 25px;
}

.question_sets .btn.btn-orng.active_set {
  background: #ffffff;
  border: 1px solid #ff5c00;
  color: #000000;
}
.question_sets .play-questoin {
  display: flex;
  align-items: center;
  gap: 9px;
  /* border: 1px solid #ff5c00; */
  border-radius: 100px;
  padding-left: 12px;
  color: #888888;
  font-size: 16px;
  background: var(--dark);
  padding: 10px 20px;
  color: var(--white);
}
.play-questoin .btn.btn-orng {
  background: #ffffff;
  box-shadow: 0px 0px 11.0943px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 0;
  color: var(--dark);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
}
.play-questoin .btn.btn-orng .fa-pause {
  position: relative;
  left: -2px;
}
.question_time {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  font-weight: 300;
  font-size: 18px;
  line-height: 135.69%;
  padding: 0 25px;
  min-height: 49px;
  color: #000000;
  background: var(--main-color);
  padding: 10px 30px;
}
.question_time.question_time_full {
  width: 100%;
  min-height: 49px;
  gap: 10px;
  flex-wrap: wrap;
}
.question_time span {
  font-weight: 600;
  color: #2f4858;
}
.questions {
  /* border: 1px solid #EAEAEA; */
  border-radius: 50px;
  position: relative;
  padding: 20px;
  margin-top: 0;
  padding-top: 25px;
  background: transparent;
  /* box-shadow: 0px 4px 6.6px 0px #00000040; */

  /* z-index: 0; */
}

.question {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-content: space-between;
  /* height: 100%; */
  padding-top: 12px;
}
.question_number {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  width: 200px;
  background: #fff;
  border: 1px solid #f9cd77;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 30px;
  margin-top: -56px;
}
/* .que_content{
  width: 170px;
  background: #fef5e2;
  border: 1px solid #f9cd77;
  padding: 12px 15px;
  border-radius: 30px;
} */
.questionBlock {
  /* background: #fef5e2;
  border: 1px solid #f9cd77; */
  border-radius: 10px;
  padding: 12px 0px;
  align-items: start !important;
  flex-direction: column;
  text-align: justify;
}
.que_content {
  font-weight: 600;
  font-size: 20px;
  line-height: 135.69%;
  color: #000 !important;
  margin-bottom: 0;
}
/* .questiondata {
  width: 75%;
} */

.questions p {
  font-weight: 400;
  font-size: 20px;
  line-height: 135.69%;
  color: #2f4858;
  margin: 0;
  /* margin-top: 10px; */
}
.explanation {
  background: url(../images/explanation_bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  top: 0;
  left: 0;
}
.question_options {
  height: 60%;
}
.question ol {
  counter-reset: list;
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 3px;
  margin-bottom: 0;
  padding: 0;
  gap: 20px;
  flex-wrap: wrap;
}
.question ol > li {
  list-style: none;
}
.question ol > li:after {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
  position: absolute;
  left: 15px;
  top: 16px;
}
.question ol li {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* background: #FF5C001C; */
  padding: 0;
  width: calc(50% - 15px);
}
.question ol li input {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.question ol li label {
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  color: #000000;
  width: 100%;
  cursor: pointer;
  /* min-height: 60px; */
  display: flex;
  align-items: start;
  padding: 18px;
  padding-left: 50px;
  padding-right: 35px;
  position: relative;
  z-index: 0;
  border: 1px solid #f9cd77;
  border-radius: 10px;
  font-family: var(--poppins);
  word-break: break-word;
}
.question ol li label::after {
  position: absolute;
  content: "";
  width: calc(100% + 0px);
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #fef5e2;
  display: none;
  z-index: -2;
  /* border: 1px solid #F9CD77; */
  border-radius: 10px;
}
.check {
  display: block;
  position: absolute;
  border: 1px solid #888888;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  right: 16px;
  top: 50%;
  z-index: 0;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  transform: translateY(-50%);
  background-color: #fff;
  pointer-events: none;
  display: none;
}
.check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input:checked ~ .check {
  border: 1px solid #ff5c00 !important;
}
input:checked ~ label::after {
  display: block !important;
}

input[type="checkbox"]:checked ~ .check {
  border-radius: 0;
}
input[type="checkbox"] ~ .check {
  border-radius: 3px;
}
input[type="checkbox"]:checked ~ label {
  border-radius: 0;
}

input:checked ~ .check::before {
  background: #ff5c00 !important;
}
input[type="checkbox"]:checked ~ .check::before {
  background: url(../images/right_check.png) no-repeat !important;
  background-position: center;
}

.questions_question {
  height: 100%;
  padding-bottom: 17px;
}
.questions_question p.multiple_select_p {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  margin-bottom: 20px;
}
.suggestion {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #888888;
  margin: 0;
  text-align: center;
}
.suggestion span {
  color: #2f4858;
  font-weight: 500;
}
.question_img {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #888888;
  box-shadow: 13px 13px 1px #ff5c00;
  border-radius: 10px;
  margin-top: 3px;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center;
}
.questions_btns {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0px;
}
.next_previous {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.skip {
  width: 50%;
  text-align: end;
  display: flex;
  justify-content: end;
  padding-right: 16px;
}
.questions_btns .btn {
  background: #ff5c00;
  border: 1px solid #ff5c00;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  /* box-shadow: 1px 3px 0px 3px #FFE500; */
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  /* width: 49%; */
  padding: 0;
  min-height: 47px;
  padding: 10px 25px;
}

.btn.btn_main {
  background: #ff5c00;
  border: 0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  /* box-shadow: 1px 3px 0px 3px #FFE500; */
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  /* margin: auto; */
  width: 180px;
  padding: 0;
  min-height: 50px;
}
.btn.back_btn {
  background: #ff5c00;
  border: 1px solid #ff5c00;
  border-radius: 7px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  padding: 5px 14px;
}
.hero_section .btn.btn_main {
  box-shadow: 1px 3px 0px 3px #ff5c00;
  position: relative;
}
.hero_section .btn.btn_main::after {
  position: absolute;
  content: "";
  background: url(../images/portfolio_vector.png) no-repeat;
  width: 110px;
  height: 53px;
  top: -16px;
  right: -75px;
}
.modal .btn.btn_main,
.modal .btn.btn_main:hover,
.modal .btn.btn_main:focus {
  background: #ff5c00 !important;
  border: 1px solid #ff5c00 !important;
}
.questions_btns .btn.btn_previous {
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #ff5c00;
  /* box-shadow: 1px 3px 0px 3px #e6e6e6; */
}
.questions_btns .btn_title {
  width: calc(100% - 50px);
  font-weight: 500;
}
.btn.btn_main .btn_title {
  width: calc(100% - 50px);
  font-weight: 500;
}
.questions_btns .btn_icon {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc7a31;
  border-radius: 0 100px 100px 0;
  font-weight: 900;
}
.btn.btn_main .btn_icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc7a31;
  border-radius: 0 100px 100px 0;
  font-weight: 900;
}
.questions_btns .btn.btn_previous .btn_icon {
  background: #f7f7f7;
  border-radius: 0 0 100px 100px;
}
.skip_btn.btn {
  width: 47px;
  height: 47px;
  background: #ffffff;
  border: 1px solid #ff5c00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #2f4858;
  box-shadow: none;
}
.questions_count {
  /* margin-top: 20px; */
}
.questions_count p {
  font-weight: 400;
  font-size: 14px;
  line-height: 153%;
  color: #2f4858;
  margin: 0;
}
.questions_count p span {
  color: #888888;
}
.total_questions {
  /* background: #FBFBFB; */
  padding: 16px 24px;
  /* border: 1px solid #EAEAEA; */
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  /* justify-content: center; */
}
.questions_number {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #bcbcbc;
  background: #ffffff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  border-radius: 6px;
}
.questions_number.solve_question {
  color: #2f4858;
  border: 1px solid #2f4858;
}
.questions_result_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.result_box {
  background: #fbfbfb;
  padding: 0 12px;
  min-height: 63px;
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  gap: 14px;
  align-items: center;
}
.result_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  color: #000000;
  margin: 0;
}
.result_box p span {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f4858;
}
.result_box.score_box {
  background: linear-gradient(
    269.5deg,
    #ffdd0024 -0.91%,
    #ff005d20 24.77%,
    #3c24151f 48.83%,
    #0f93ff23 97.25%
  );
  border: 1px solid #000000;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result_box.score_box p {
  font-weight: 600;
  font-size: 26px;
  line-height: 135.69%;
  color: #2f4858;
  display: flex;
}
.result_box.score_box p span {
  font-weight: 600;
  font-size: 18px;
  line-height: 135.69%;
  color: #888888;
}
.questions h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 135.69%;
  color: #2f4858;
}
.question_options_result .answers_box {
  border: 1px solid #888888;
  border-radius: 10px;
  padding: 20px 34px;
  position: relative;
}
.question_options_result .answers_box.currect_answer {
  border: 1px solid #33cc66;
  background-color: #f7fdf9;
}
.question_options_result .answers_box.wrong_answer {
  border: 1px solid #ff0000;
  background-color: #f7fdf9;
}
.question_options_result .answers_box::after {
  content: "";
  background: transparent;
  width: 31px;
  height: 26.31px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.question_options_result .answers_box.currect_answer::after {
  content: "";
  background: url(../images/currect_icon.png) no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.question_options_result .answers_box.wrong_answer::after {
  content: "";
  background: url(../images/wrong_icon.png) no-repeat;
  width: 31px;
  height: 26.31px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.answers_box h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 135.69%;
  color: #2f4858;
}
.answers_box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 135.69%;
  color: #000000;
}
.answers_box.currect_answer h6 {
  color: #33cc66;
}
.answers_box.currect_answer p {
  color: #33cc66;
}
.answers_box.wrong_answer h6 {
  color: #ff0000;
}
.answers_box.wrong_answer p {
  color: #ff0000;
}
.question_options_result .answers_box:not(:last-child) {
  margin-bottom: 12px;
}
.questions.answers .question {
  height: auto;
}
.questions.answers .questions_btns .btn {
  min-height: 50px;
}
.questions.answers .next_previous {
  width: 100%;
}

/* sign up style start */
.signup-section {
  /* padding: 0 0 100px 0; */
  /* margin-bottom: 50px; */
  position: relative;
  /* background: url(../images/loginbg.png)no-repeat; */
  /* background-size: 100% 100%; */
}
.signup-section::after {
  position: absolute;
  content: "";
  width: 270px;
  height: 222px;
  left: 12px;
  top: 20%;
  background: url(../images/loginvectorleft.png) no-repeat;
}
.signup-section::before {
  position: absolute;
  content: "";
  width: 240px;
  height: 310px;
  right: 0;
  top: 5%;
  background: url(../images/loginvector.png) no-repeat;
  z-index: -1;
}
.before_section,
.after_section {
  position: relative;
  width: 100%;
  height: 100%;
}
.before_section::before {
  content: "";
  left: -6%;
  position: absolute;
  transform: translateX(6%);
  background: #f5b12c;
  filter: blur(240px);
}

.signup-section .container {
  position: relative;
  z-index: 1;
}

.signup-section h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 106.69%;
  color: #06052e;
  margin: 0;
  position: relative;
}

.signup-section .section_heading h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #06052e;
  margin: 0;
}
.signup-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 135.69%;
  color: #2f4858;
}
.signup-section p a {
  color: #f24908;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 600;
  display: block;
}
.signup-section p.form_login {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  text-align: center;
  color: #000000;
}
.signup-section p.form_login a {
  font-weight: 600;
  color: #ff5c00;
}
.account_left h2 {
  font-size: 66px;
  line-height: 79.2px;
  color: #06052e;
  margin-bottom: 12px;
}
.form .row .col-12 {
  position: relative;
}
.signup_detail {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 30px;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
.form .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  color: #000000;
  padding-left: 10px;
  margin-bottom: 5px;
}
.form .input {
  border: 0;
  background: transparent;
}
.form .input {
  border: 1px solid #f4cb7b;
  border-radius: 12px;
  /* height: 66px; */
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 135.69%;
  color: #000000;
  margin-bottom: 30px;
  padding: 21px 25px;
  background: var(--white);
}

.signup_detail .form .input {
  border: 1px solid #dedede !important;
}
.form .input::placeholder {
  color: #888888;
}
.form .input:focus,
.form .input:focus-visible {
  box-shadow: none;
  outline: none;
  border: 1px solid #000;
}
.multiple_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
.multiple_input .input.select {
  width: 94px;
}
.multiple_input .input {
  width: calc(100% - 104px);
}
.term_box {
  position: relative;
  display: flex;
  align-items: center;
}
.term_box .label {
  margin: 0;
  padding-left: 24px;
  position: relative;
  z-index: 0;
}
.term_box .input {
  visibility: visible;
  position: absolute;
  top: 2px;
  z-index: 999;
  opacity: 0;
}
.term_box .input[type="checkbox"] {
  border-radius: 50%;
}
.term_box .check::before {
  border-radius: 0;
}
/* .term_box input[type=checkbox]:checked ~ .check {
    border: 1px solid #FF5C00 !important;
    border-radius: 100%;
  }
  .term_box input[type=checkbox] ~ .check {
    border-radius: 50%;
  }
  .term_box input[type=checkbox]:checked ~ .check::before{
    background: #FF5C00 !important;
    border-radius: 50%;
  } */
.term_box .check {
  border-radius: 0;
  left: 16px;
  z-index: 0;
}
.signup_detail .row .col-12 .frgt_pass_icon {
  top: 49%;
  right: 40px;
}

.input[type="submit"] {
  width: 100%;
  max-width: 377px;
  margin: auto;
  background: #ff5c00;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  border: 0;
}
.form_login {
  margin: 16px 0 0;
}
.account_left {
  position: relative;
  height: 100%;
  /* min-height: 500px; */
}
/* .account_left_img{
    position: absolute;
bottom: 5%;
display: flex;
justify-content: center;
width: 100%;
  } */
.password_box,
.password_box .input {
  position: relative;
}
.frgt_pass_icon {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
.password_box .frgt_pass {
  position: absolute;
  right: 14px;
  bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  color: #ff5c00;
}
.profile_img {
  margin: 10px auto;
  width: 155px;
  height: 155px;
  border: 3px solid #f4cb7b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--white);
}
.profile_img img {
  max-width: 40px;
  max-height: 42px;
}
.camera_img {
  position: absolute;
  bottom: -18px;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  left: 0;
  border: 2.9px solid #f4cb7b;
  background: #f24908;
  color: var(--white);
}
.camera_img img {
  width: 18px;
  height: 18px;
}
.call_section {
  display: flex;
  align-items: center;
}
.membership-section {
  background-image: url(../images/membership_bg.png);
  background-size: cover;
  padding: 40px 0 0px;
  min-height: 245px;
}
.membership_boxs .display:first-child {
  flex-wrap: wrap;
}
.membership-information h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 135.69%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.membership-information p {
  font-weight: 400;
  font-size: 26px;
  line-height: 135.69%;
  color: #ffffff;
  margin: 0;
}
.call_info h2 {
  font-weight: 600;
  font-size: 33px;
  line-height: 135.69%;
  text-align: center;
  color: #ff5c00;
  background: #ffffff;
  border-radius: 0px 100px 100px 0px;
  position: relative;
}
.call_info h2::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -20px;
  z-index: 0;
}
.call_info p {
  font-weight: 600;
  font-size: 28px;
  line-height: 135.69%;
  text-align: center;
  color: #ffffff;
}
.call_img {
  position: relative;
  z-index: 1;
}
.plan_box {
  width: 30%;
  padding: 20px;
  background: #e6e6e6;
  box-shadow: 0px -12px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 8px 8px 0px 0px;
  gap: 30px;
  max-height: 141px;
  justify-content: center;
}
.plan_box h6 {
  font-weight: 400;
  font-size: 32px;
  line-height: 135.69%;
  color: #888888;
  max-width: 200px;
}
.plan_detail {
  border: 1px solid #101010;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 5px;
  display: flex;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}
.plan_detail:hover {
  border: 1px solid #ff5c00;
}
.plan_img {
  background-image: url(../images/membership_plan_bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  border-radius: 20px;
}
.plan_detail_content {
  width: 69%;
}
.plan_detail_content h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 135.69%;
  color: #2f4858;
  margin: 0;
}
.plan_detail_content h1 span {
  font-weight: 400;
  color: #2f4858;
  font-size: 20px;
}
.try {
  background: #33cc66;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 135.69%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  max-width: fit-content;
  padding: 0 10px;
}
.plan_content {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  gap: 10px;
  margin: 16px 0 32px;
}
.plan_content p {
  position: relative;
  margin: 0;
}
.plan_content p::before {
  content: "";
  background: url(../images/right_icon.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  position: absolute;
}
.btn.add_btn {
  background: #ffffff;
  border: 1px solid #ff5c00;
  border-radius: 100px;
  text-align: center;
  color: #ff5c00;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  width: 50%;
  height: 56px;
  margin-bottom: 12px;
}
.btn.white_btn {
  background: url(../images/primary_btn.png) no-repeat;
  border: none;
  color: #ff5c00;
  font-weight: 600;
  font-size: 22px;
  line-height: 135.69%;
  padding: 0 0 7px;
  width: 217px;
  height: 70px;
  background-size: cover;
}
.membership_boxs_row {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  padding-bottom: 40px;
}

.membership_boxs h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 135.69%;
  color: #2f4858;
  margin: 0;
}
.membership_boxs {
  padding: 40px 0;
}
.membership_boxs p {
  font-weight: 400;
  font-size: 22px;
  line-height: 135.69%;
  color: #2f4858;
}
.membership_plan {
  position: relative;
  /* background: #596DB4; */
  box-shadow: inset 0px 0px 34.0148px rgba(255, 255, 255, 0.05),
    inset 0px 2.26765px 2.26765px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22.6765px);
  border-radius: 22.6765px;
  padding: 50px 16px 16px;
  width: 100%;
  max-width: calc(33% - 20px);
  height: 100%;
}
.membership_plan::after {
  content: "";
  background: url(../images/substract1.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-radius: 22.6765px;
  height: 100%;
  background-size: cover !important;
  z-index: -1;
  background-position: top !important;
}
.membership_boxs_row .membership_plan:nth-child(5n-4):after {
  background: url(../images/substract1.png) no-repeat;
}
.membership_boxs_row .membership_plan:nth-child(5n-3)::after {
  background: url(../images/Subtract2.png) no-repeat;
}
.membership_boxs_row .membership_plan:nth-child(5n-2)::after {
  background: url(../images/Subtract3.png) no-repeat;
}
.membership_boxs_row .membership_plan:nth-child(5n-1)::after {
  background: url(../images/Subtract4.png) no-repeat;
}
.membership_boxs_row .membership_plan:nth-child(5)::after {
  background: url(../images/Subtract5.png) no-repeat;
}
.plan_svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.membership_plan .subject_name {
  background: #5575e7;
  border-radius: 100px;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 135.69%;
  text-align: center;
  color: #ffffff;
  height: 41px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.membership_boxs_row .membership_plan:nth-child(5n-4) .subject_name {
  background: #5575e7;
}
.membership_boxs_row .membership_plan:nth-child(5n-3) .subject_name {
  background: #8f00ff;
}
.membership_boxs_row .membership_plan:nth-child(5n-2) .subject_name {
  background: #e755d8;
}
.membership_boxs_row .membership_plan:nth-child(5n-1) .subject_name {
  background: #008027;
}
.membership_boxs_row .membership_plan:nth-child(5n) .subject_name {
  background: #ff5c00;
}
.membership_name {
  padding: 12px 0 16px 0;
  border-bottom: 1px solid #9aa5d0;
}
.membership_plan h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 135.69%;
  color: #ffffff;
}
.membership_plan p {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.69%;
  color: #ffffff;
}
.membership_plan_content {
  padding: 0 30px;
  margin: 12px 0;
  color: #fff;
  /* word-break: break-all; */
  height: 160px;
  overflow: auto;
  scrollbar-width: thin !important;
  scrollbar-color: #f1f1f1, #dfdfdf;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.membership_plan_content::-webkit-scrollbar {
  width: 5px;
}
.membership_plan_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.membership_plan_content::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}
.membership_plan_content p {
  position: relative;
  color: #fff;
}
.membership_plan_content p::before {
  position: absolute;
  content: "";
  background: url(../images/green_currect.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 7px;
  left: -24px;
  transform: translateY(-20%);
}
.btn.select_btn {
  background: #384fa3;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 56px;
  margin: 9px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
}
.membership_plan:nth-child(5n-4) .btn.select_btn {
  background: #384fa3;
}
.membership_plan:nth-child(5n-3) .btn.select_btn {
  background: #6e2c9f;
}
.membership_plan:nth-child(5n-2) .btn.select_btn {
  background: #8c3583;
}
.membership_plan:nth-child(5n-1) .btn.select_btn {
  background: #3e6f4d;
}
.membership_plan:nth-child(5n) .btn.select_btn {
  background: #9a532b;
}
.membership_boxs_row::after {
  background: url(../images/lopalns.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 321px;
  border-radius: 22.6765px;
  height: 535px;
  background-size: contain;
  z-index: -1;
  background-position: center;
  display: none;
}
/* all profile */
.all_profilecard {
  /* background: url(../images/profilebg.png) no-repeat;
    background-size: auto;
  border-radius: 8px;
  padding: 0;
  background-size: 100% 100%;
  height: 314px; */
}
.selected_profile {
  position: relative;
  z-index: 999;
}
.profile_slider {
  padding-top: 60px !important;
}
.selected_profile .profile_card {
  background: linear-gradient(134.12deg, #d7f4fc 10.86%, #f8efdc 89.33%);
  border: 1px solid #f4cb7b;
  border-radius: 26px;
  /* width: 210px; */
  text-align: center;
  padding: 0;
  position: relative;
  margin: auto;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile_slider {
  padding: 56px 0;
}
.profile_list {
  width: 24%;
  min-height: 200px;
}
.profile_list .profile_card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* margin-bottom: 15px; */
}
.allprofile_list .profile_details {
  margin: 13px 0;
}
.profile_list .action_btn {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 10px;
}
.delete_card,
.edit_card {
  background: #fff6f2;
  border: 1px solid #f5b12c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  color: #f5b12c;
}
.edit_card i,
.delete_card i {
  color: #f5b12c;
}

.profile_card_img {
  max-width: 190px;
  max-height: 180px;
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 26px 0 0 26px;
}
.selected_profile .profile_card_img img {
  width: 100%;
  height: 100%;
  border-radius: 26px 0px 0 26px;
  border: 0;
  margin-top: 0;
  object-fit: cover;
}
.profile_card_img img {
  width: 50%;
  border: 3px solid var(--main-color);
  border-radius: 50%;
  margin-top: 10px;
}
.profile_details h6 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
}
.action_btn {
  gap: 15px;
}
.allprofile_list .action_btn {
  margin-top: 0;
}
.selected_profile .profile_details {
  /* padding-top: 65px; */
}
/* .profile_list{
    margin-top: 70px;
    max-width: 900px;
    margin: auto;
} */
.allprofile_list {
  max-width: 980px;
  margin: auto;
  margin-top: 80px;
  gap: 30px;
  height: 100%;
  align-items: stretch;
}
.add_profilelist {
  background: #fff2eb;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  width: 24%;
  min-height: 200px;
}
.addprofilebtn img {
  background: var(--white);
  width: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #fde0d0;
}
.addprofilewapper p {
  color: var(--main-color);
  margin-top: 10px;
  margin-bottom: 0;
}
.btn.change_pass_btn {
  width: 222px;
  height: 52px;
  appearance: none;
  outline: 0;
  background: #ffffff;
  border: 1px solid #ffe600;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  color: #888888;
  cursor: pointer;
  box-shadow: 1px 3px 0px 3px #e6e6e6;
  border-radius: 100px;
}
/* dashboard-section */
.dashboard-section .container {
  /* padding: 40px !important;
    box-shadow: 0px 8px 18px rgba(24, 39, 75, 0.12);
    border-radius: 6px; */
}
.dashboard-section_div {
  margin: 30px 0 0;
}
.dashboard_left {
  background: linear-gradient(
    179.9deg,
    #d6f5fb 0.08%,
    rgba(234, 252, 255, 0) 101.95%
  );
  /* height: 338px; */
}
.dashboard_div {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  position: relative;
}
/* .dashbaord_left_img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
} */
.dashboard-section h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 135.69%;
  margin: 0;
  color: #2f4858;
}
.dashboard-section h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 135.69%;
  color: #2f4858;
}
.dashboard-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 154.5%;
  color: #888888;
  max-width: 68%;
}
.dashboard-section .member_detail p {
  max-width: 100%;
}
.dashboard-section h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 135.69%;
  color: #2f4858;
  margin-bottom: 12px;
  text-align: center;
}
.dashboard-section .dashboard_left h6 {
  text-align: start;
}

.dashboard-section h6 span {
  font-weight: 600;
}
.member_top {
  height: 30px;
  margin: 10px 0 15px 0;
}
.dashboard-section h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135.69%;
  color: #000000;
}
.btn.add_member {
  width: 80px;
  height: 30px;
  background: #fff2eb;
  border: 1px solid #eaeaea;
  border-radius: 100px;
}
.members_section {
  min-height: calc(306px - 45px);
  max-height: calc(306px - 0px);
  overflow-y: auto;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  scrollbar-width: thin !important;
  scrollbar-color: #f1f1f1, #dfdfdf;
}
/* width */
.members_section::-webkit-scrollbar {
  width: 5px;
}
.members_section::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.members_section::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}

.member_box {
  width: 100%;
  min-height: 58px;
}
.member_box .member_img {
  width: 58px;
  height: 58px;
}
.member_box .member_detail {
  width: calc(100% - 70px);
}
.section_heading h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 135.69%;
  color: #000000;
  position: relative;
}
.section_heading.membership h1 {
  font-weight: 600;
  font-size: 32px;
  color: #2f4858;
  line-height: 135.69%;
  margin-left: 8px;
}
.section_heading h1 span {
  font-weight: 400;
}
span.color_pink {
  color: #fc1a81;
}
span.color_blue {
  color: #099dd3;
}
span.color_yellow {
  color: #fdc905;
}

.btn.next_page_btn {
  border-radius: 50%;
  padding: 14px 14px 14px 14px;
  cursor: pointer;
  font-size: 31px;
  border: 1.88889px solid #ff5c00;
  box-shadow: -3px 2px 0px 2px #ff5c00;
  color: #ff5c00;
  line-height: 0;
}
.Badges_slider .swiper_btns {
  display: none;
}

.Badges_card {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
  white-space: break-spaces;
  max-width: 100%;
  max-height: 22px;
}
.ellipsis:focus:after,
.ellipsis:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #fff;
  position: absolute;
  left: 4px;
  bottom: -9px;
  width: 370px;
  border: 1px solid #eaebec;
  padding: 0 0.5rem;
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: #2f4858;
  margin-top: -1.25rem;
  z-index: 99;
  font-size: 13px;
  line-height: 21px;
  border-radius: 10px;
}
.Badges_card.badges_gold {
  background: linear-gradient(
    179.9deg,
    #f5de7d 0.08%,
    rgba(234, 252, 255, 0) 101.95%
  );
}
.Badges_card img {
  max-width: 100%;
  height: auto;
}
.Badges_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.Badges_card p {
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.bought_content {
  background: #fff6f2;
  border: 1px solid #fee2d6;
  border-radius: 32px;
  position: relative;
}
.bought_content::after {
  position: absolute;
  width: 45%;
  height: 73px;
  background: url(../images/bought_box_after.png) no-repeat;
  background-size: auto;
  border-radius: 0px 32px 32px 0px;
  top: 0;
  right: 0;
  content: "";
  z-index: 9;
  background-size: cover;
}
.bought_content_top {
  padding: 20px;
}
.bought_content h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 135.69%;
  color: #000000;
  margin-bottom: 5px;
}
.bought_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #605956;
  margin: 0;
}
.bought_content p span {
  font-weight: 600;
}
.bought_content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.69%;
  color: #000000;
}
.bought_content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 135.69%;
  color: #000000;
  margin: 0;
}
.progress {
  background-color: #f7e5dd;
  border-radius: 20px;
  position: relative;
  margin: 5px 0;
  height: 20px;
  width: 100%;
  align-items: center;
  overflow: inherit;
}

.progress-done {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
  background: #ff5c00;
  border-radius: 100px 0px 0px 100px;
  position: relative;
}
.progress-done::after {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% + 8px);
  top: -4px;
  right: -3px;
  background-color: #ff5e00;
  z-index: 99;
}
.btn.start_pact_btn {
  background: linear-gradient(93.51deg, #ff7d34 16.72%, #ff5c00 67.65%);
  box-shadow: 9px -3px 18px rgba(24, 39, 75, 0.03);
  border-radius: 0px 32px;
  height: 80px;
  width: 70%;
  padding: 0;
  border: 0;
}
.btn.start_pact_btn div:first-child {
  width: calc(100% - 55px);
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 135.69%;
  color: #ffffff;
}
.test_series .btn.start_pact_btn div:first-child {
  font-size: 16px;
}
.btn.start_pact_btn div:last-child {
  background: #ff7527;
  box-shadow: -14px -3px 18px rgba(24, 39, 75, 0.03);
  border-radius: 0px 32px;
  width: 51px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solve_paper_section {
  padding: 0 10px 70px 10px;
}
.solve_paper_section .container {
  border-radius: 40px;
  background: url(../images/solvepaperbg.png) no-repeat;
  background-size: cover;
}
.solve_paper_content h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 135.69%;
  color: #3d3117;
  margin: 0;
}
.solve_paper_content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 135.69%;
  color: #3d3117;
  margin-bottom: 40px;
}
.solve_paper_section p {
  line-height: 38.4px;
  font-weight: var(--normal);
  font-size: var(--size24);
}
.solve_paper_content .btn.explore_btn {
  background: #2f4858;
  border-radius: 100px;
  width: 208px;
  height: 52px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  color: #ffffff;
}
/*  */
.accordian_box .accordion-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 135.69%;
  color: #2f4858;
  padding: 16px 10px 16px 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #eaeaea;
}
.accordian_box .accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
}
.accordian_box .accordion-button::after {
  content: "";
  background-image: url(../images/accrodina_plus.png);
  background-size: contain;
  width: 26px;
  height: 27px;
}
.accordian_box .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordian_minus.png);
  transform: 0;
}
.checkout_section,
.faq_section {
  padding: 70px 10px;
}
.checkout_section .container {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 20px 20px 40px !important;
}
.faq_section .container {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 20px;
  padding: 0 !important;
}
.checkout_section .section_heading h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 135.69%;
  color: #2f4858;
  position: relative;
}
.checkout_section .col-lg-6.d-flex.justify-content-center.align-items-end {
  align-items: start !important;
}
.checkbox_left h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135.69%;
  color: #000000;
  margin-bottom: 20px;
}
.subjects_checkout_boxs {
  display: flex;
  flex-direction: column;
}
.subjects_checkout_boxs .subjects_checkout_box:nth-child(3n-2) {
  background: #930aff;
}
.subjects_checkout_boxs .subjects_checkout_box:nth-child(3n-1) {
  background: #b35c2c;
}
.subjects_checkout_boxs .subjects_checkout_box:nth-child(3n) {
  background: #5e71b6;
}
.subjects_checkout_box {
  display: flex;
  justify-content: space-between;
  padding: 16px 25px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.subjects_checkout_box_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.subjects_checkout_box_title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.69%;
  color: #ffffff;
}
.subjects_checkout_box_title h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135.69%;
  color: #ffffff;
  margin: 0;
}
.subjects_checkout_box_price {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
}
.subjects_checkout_box_price h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 135.69%;
  margin: 0;
  color: #ffffff;
}
.summary_boxs h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 135.69%;
  color: #000000;
}
.btn.dlt-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}
.subjects_checkout_box_price div {
  width: 1px;
  height: 80%;
  background-color: #eaeaea;
}
.summary_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.summary_box.total {
  padding: 15px 0;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
}
.summary_box.total p {
  margin: 0;
}
.summary_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  color: #000000;
}
.summary_box p span {
  font-weight: 600;
}
/* style add on 15-02-2023 */
.membership_boxs .select {
  appearance: none;
  outline: 0;
  background: #ffffff;
  border: 1px solid #ffe600;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  color: #888888;
  cursor: pointer;
  box-shadow: 1px 3px 0px 3px #e6e6e6;
}
.membership_boxs .select select {
  width: 100%;
  border-radius: 50px;
  border: 0;
  padding-left: 25px;
  background: #fff;
}
/* Remove IE arrow */
.membership_boxs .select::-ms-expand {
  display: none;
}
/* Custom.membership_boxs  Select wrapper */
.membership_boxs .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: 25px;
  overflow: hidden;
}
/* Arrow */
.membership_boxs .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  background-color: #34495e;
  transition: 0.25s all ease;
  pointer-events: none;
}
/* Transition */
.membership_boxs .select:hover::after {
  color: #f39c12;
}

.membership_boxs .btn.btn_main {
  background: #ffffff14;
  border: 1px solid #ffffff14;
  text-align: center;
  color: #ffffff;
  box-shadow: 1px 3px 0px 3px #ffffff73;
}
.btn.btn_main .btn_icon {
  background: #ffffff14;
}
.btn.btn_main.process_btn {
  background: #ff5c00;
  border: 1px solid #ff5c00;
  border-radius: 100px;
  text-align: center;
  color: #ffffff !important;
  box-shadow: 1px 3px 0px 3px #ffe500;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.69%;
  margin: auto;
  width: 260px;
  padding: 0;
  min-height: 50px;
  margin-left: 18%;
}
.btn.btn_main.process_btn a {
  color: #ffffff !important;
}
.explore_slider .swiper-wrapper {
  margin: 14px 0;
}
.testimonialslider {
  padding: 30px 0;
}
.explore_content_top {
  margin-top: 50px;
}
/*  */
.piachart {
  max-width: 64px !important;
  height: 64px;
  margin-right: 10px;
  position: relative;
  background-image: linear-gradient(126.03deg, #a8e593 -35.83%, #e7e7e7 96.32%);
  border-radius: 50%;
  padding: 2px;
}
.pie {
  max-width: 100%;
  /* --slice-1-value: 10; */
  --slice-1-color: #00ff3885;
  --slice-2-value: 0;
  --slice-2-color: #f0d7d7;
  --sm: 0.1%;
  --slice-1-start: 0;
  --slice-1-end: calc(var(--slice-1-value) * 1%);
  --slice-2-start: calc(var(--slice-1-end) + var(--sm));
  --slice-2-end: calc(var(--slice-2-start) + var(--slice-2-value) * 1%);
  width: 50vmin;
  aspect-ratio: 1/1;
  background-color: #f0d7d7;
  border-radius: 50%;
  background-image: conic-gradient(
    var(--slice-1-color) var(--slice-1-start),
    var(--slice-1-color) var(--slice-1-end),
    var(--slice-2-color) var(--slice-2-start),
    var(--slice-2-color) var(--slice-2-end)
  );
  cursor: pointer;
}
.piachart::after {
  content: "";
  position: absolute;
  width: 12.8px;
  height: 12.5px;
  border-radius: 50%;
  background-color: #eaeaea;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.piachart .value {
  position: absolute;
  color: #ff5c00;
  font-size: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* serive section */
.service_boxs {
  position: relative;
  max-width: 361px;
  margin: auto;
}
.service-box {
  width: 80%;
  background: #fff2eb;
  border: 1px solid #ff5c00;
  border-radius: 20px;
  box-shadow: 4px 6px 0px 3px #ff5c00;
  padding: 16px 14px;
  height: 280px;
  position: relative;
}
.service-box::after {
  background: url(../images/service_carriculam.png) no-repeat;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 33%;
  height: 22%;
  background-position: top right;
  z-index: 0;
  background-size: contain;
}
.service-box h2 {
  font-size: var(--size30);
  color: #000;
  font-weight: 600;
  line-height: 135.69%;
  position: relative;
  z-index: 9;
  max-width: 80%;
}
.service_content {
  background: #ffffff;
  /* Primary Color */

  border: 1px solid #ff5c00;
  border-radius: 20px;
  position: absolute;
  bottom: 30px;
  width: 95%;
  right: 0;
  padding: 20px 10px;
  min-height: 100px;
}
.service_content.display {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 14px;
}
.service_content.display p {
  width: 45%;
  font-size: 20px;
  font-weight: 400;
  color: #ff5c00;
  margin: 0;
}
.service_content.display p:nth-child(odd) {
  border-right: 1px solid #888888;
}
/* pages section */
.pages-section {
  padding-top: 0;
}
.pages-content {
  max-width: 1050px;
  padding: 0 10px;
  text-align: center;
  margin: auto;
}
.pages-content p {
  font-weight: 400;
  font-size: 25px;
  line-height: 135.69%;
  text-align: center;
  color: #ff5c00;
}

/* review_slide" */
.review-section {
  position: relative;
}
.review-section::after {
  content: "";
  position: absolute;
  background: url(../images/review_graphic.png) no-repeat;
  background-size: contain;
  transform: rotate(-35deg);
  width: 220px;
  height: 123px;
  top: 127px;
  right: 15%;
  z-index: -1;
}
.review_slide {
  background: #fff2eb;
  border: 1px solid #ff5c00;
  border-radius: 30px;
  padding: 20px;
}
.review_slide p {
  font-weight: 400;
  font-size: 20px;
  line-height: 135.69%;
  color: #000000;
  margin: 0;
  margin-top: 25px;
}
.review_name p {
  color: #888888;
  margin: 0;
}
.review_name h3 {
  font-weight: 600;
  font-size: 24px;
  color: #101010;
  margin: 0;
}
.review_reviews h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 135.69%;
  color: #ff5c00;
  margin: 6px 0 0 3px;
}
.review_reviews.display {
  gap: 2px;
  flex-wrap: wrap;
  justify-content: end;
}
.review_user {
  max-width: 75px;
  max-height: 75px;
  border-radius: 50%;
  border: 3px solid #ff5c00;
  margin-right: 5px;
}
.swiper-wrapper {
  height: auto;
}
.widget-position-right {
  bottom: 30px;
  right: 33px;
  position: fixed;
  z-index: 9999999;
}
.widget-position-right a {
  display: block;
  width: 100%;
  height: 100%;
}
.message-box a:last-child i {
  font-size: 20px;
  background: linear-gradient(
    90deg,
    rgb(18, 198, 101) 0.85%,
    rgb(0, 148, 70) 100%
  ) !important;
  padding: 20px;
  border-radius: 50%;
  color: #ffff;
  margin: 0;
}
section,
footer {
  max-width: 1920px;
  margin: auto;
}
/* about us */
.about_heading {
  position: relative;
  z-index: 99;
}
.top_about {
  height: 470px;
  padding: 20px;
  position: relative;
}
.top_about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/about_us.png) no-repeat;
  background-position: top right;
  background-size: contain;
  top: 0;
  right: 0;
}
.about_content {
  padding: 20px;
}
.content_container {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}
.about_content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 135.69%;
  color: #101010;
}
.about_content ul {
  list-style-type: disc;
}
.about_content ul li,
.about_content h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 135.69%;
  color: #2f4858;
  margin-bottom: 16px;
}
.about_content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 179.69%;
  color: #101010;
  margin: 16px 0;
}

/* add style on 19-05-2023 */
.paynow-modal .modal-dialog {
  max-width: 600px;
}
.modal-menu {
  margin: 25px 0;
}
.modal-menu ul {
  list-style-type: decimal;
}
.modal-menu ul li ul {
  list-style-type: disc;
  margin-top: 8px;
}
.modal-menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.69%;
  color: #000000;
  margin-bottom: 8px;
}
.paynow-modal .modal-dialog .btn.btn_main {
  font-size: 17px;
  width: 130px;
  min-height: 44px;
}

.footer_menu2 {
  margin-bottom: 0px;
  /* border-bottom: 0px solid #425B6B;
    border-top: 1px solid #425B6B; */
  max-width: 100%;
  gap: 15px;
  margin-top: 12px;
}
.footer_menu div {
  min-width: 1px;
  height: calc(100% - 15px);
}
.support_h6 {
  padding-top: 23px;
}
@media (max-width: 767px) {
  .footer_menu2 {
    margin-top: 10px;
  }
}

/* add style on 20-05-2023 */

/* term-content */
.term-content {
  padding: 20px;
}
.term-content h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 135.69%;
  color: #2f4858;
  margin: 0px 0 20px 0;
  text-align: center;
}
.term-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.term-content ul li ul {
  padding-left: 30px;
}
.term-content :is(p, a, ul li) {
  font-weight: 400;
  font-size: 17px;
  line-height: 135.69%;
  color: #2f4858;
  margin-bottom: 8px;
}
.term-content ul li {
  margin-bottom: 0;
}
.term-content a {
  font-weight: 600 !important;
  text-decoration: underline;
}
.term-content p span {
  text-transform: uppercase;
  font-weight: 600;
}
.term-content p.red {
  color: #f00;
  font-size: 16px;
}
.term-content p.red a {
  color: #0a58ca;
}
.term-content.privacy-content p a {
  color: #0a58ca;
}

@media (max-width: 767px) {
  .term-content h1 {
    font-size: 32px;
  }
}

/* new css */
.curriculum #curriculum.position-absolute {
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  z-index: 999999;
  top: 100%;
  margin-right: 0;
}
.curriculum a {
  color: var(--textGray);
}
.curriculum a i {
  color: var(--main-color);
  font-size: 25px;
}
.verticaLine {
  width: 1px;
  background: #0000001a;
  padding: 0;
  height: 100%;
  margin: 0 auto;
}
#curriculum ul {
  padding-left: 0;
}
#curriculum ul li  {
  padding: 14px 0px;
  border-bottom: 0.5px solid #ec732f33;
  width: 100%;
  display: block;
}
#curriculum .card-body {
  padding: 25px 70px;
}
.topHeader {
  background: #f5b12c;
  padding: 12px;
}
.topHeader p {
  margin-bottom: 0;
  color: var(--dark);
}
.topHeader p a {
  color: #e8250a;
}
.stats span {
  font-size: var(--size50);
  font-weight: var(--semibold);
  line-height: 36.9px;
  flex-grow: 1;
  color: var(--main-color);
}
.impactCategory span {
  font-size: var(--size22);
  font-weight: var(--semibold);
  line-height: 36px;
  color: var(--richdark);
  flex-grow: 1;
}

.badge {
  border-left: 5px solid var(--main-color);
  color: var(--dark);
  font-size: var(--size20);
  font-weight: var(--normal);
  line-height: 32px;
  border-radius: 0;
  padding: 0;
  padding-left: 15px;
}
.learningSteps li {
  font-size: var(--size20);
  font-weight: var(--semibold);
  line-height: 26px;
  color: var(--dark);
  /* flex-grow: 1; */
}
.learningSteps li i {
}
.whyConnect {
  background: url(../images/whyconnect.png) no-repeat;
  background-size: cover;
}
.btnBlock a {
  background: var(--main-color);
  padding: 12px 30px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
}
.services {
  list-style-type: disc;
}
.services li {
  max-width: calc(50% - 12px);
  width: 100%;
  color: #035397;
}
.registerBlock .btnBlock a {
  background: var(--dark);
  color: var(--white);
}
.registerBlock .container {
  background: url(../images/registerbg.png) no-repeat;
  background-size: cover;
  border-radius: 50px;
}
p {
  margin-bottom: 0;
}
.registerBlock p {
  font-size: 18px;
  font-weight: var(--normal);
  /* line-height: 46px; */
}
.testimonial {
  background-color: #f5b12c36;
}
.userName span {
  font-family: Jost;
  font-size: 12.91px;
  font-weight: 600;
  line-height: 15.49px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  display: block;
}
.userName span:last-child {
  font-weight: 400;
  color: #707070;
}
.userImg img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonialslider {
  margin-top: 25px;
}
.insightSlider {
  margin-top: 25px !important;
}
.testimonialslider .swiper-slide {
  background: var(--white);
  padding: 15px 30px;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
}
.testimonialslider ul {
  padding-left: 0;
  margin-bottom: 0;
}
.testimonialslider ul li {
  color: #ff7817;
}
.testimonialslider .swiper-slide.swiper-slide-active {
  background: #f5b12c;
  transition: all ease-in-out 0.5s;
  display: flex;
  align-items: center;
  transform: scale(1.19);
  margin-top: 5px;
  border-radius: 10px;
}
.testimonialslider .swiper-slide.swiper-slide-active .userImg img {
  width: 47px;
  height: 47px;
}
.testimonialslider .swiper-slide.swiper-slide-active {
  color: var(--white);
}
.testimonialslider .swiper-slide.swiper-slide-active p {
  font-size: var(--size16);
}
.testimonialslider .swiper-slide.swiper-slide-active ul li {
  color: var(--white);
  font-size: 13px;
}
.testimonialslider .swiper-slide.swiper-slide-active .userName span {
  color: var(--white);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -6px;
  background-color: #f2490833;
  width: max-content;
  padding: 15px 20px;
  border-radius: 50px;
  margin: auto;
  left: 0;
  right: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 125px;
}
.testimonial .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #f24908;
  flex-grow: 1;
}
.testimonial
  .swiper-pagination-clickable
  .swiper-pagination-bullet:nth-child(1) {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial
  .swiper-pagination-clickable
  .swiper-pagination-bullet:nth-child(2) {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial
  .swiper-pagination-clickable
  .swiper-pagination-bullet:nth-child(3) {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial
  .swiper-pagination-clickable
  .swiper-pagination-bullet:nth-child(4) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial
  .swiper-pagination-clickable
  .swiper-pagination-bullet:nth-child(5) {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial
  .swiper-pagination-clickable
  .swiper-pagination-bullet:nth-child(6) {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px !important;
  height: 8px !important;
}
.arrowBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  flex-direction: row-reverse;
}

.insightCard {
  background: #f9fafc;
  border-radius: 10px;
}
.cardContent {
  padding: 20px 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cardImg img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 330px;
  object-fit: cover;
}
a.readMore {
  color: var(--main-color);
  font-size: var(--size16);
}
.cardContent img {
  margin-top: -32px;
  position: relative;
  top: -10px;
}
.navbar-expand-lg {
  background: var(--white);
}
.footer h6 {
  font-size: var(--size18);
  font-weight: var(--medium);
}
.address p {
  color: var(--textGray);
}
.swiper-button-next,
.swiper-button-prev {
  width: 100%;
}
.board span,
.standard span {
  font-size: 14.05px;
  font-weight: 500;
  line-height: 16.86px;
  color: var(--textGray);
}
.board span:first-child,
.standard span:first-child {
  width: 66px;
  text-align: left;
}
.historyPage .board span:first-child, .historyPage
.standard span:first-child{
  width: auto;
}
.board span:last-child,
.standard span:last-child {
  font-size: var(--size16);
  font-weight: var(--semibold);
  line-height: 19.26px;
}
.addProfile {
  background-color: var(--main-color);
  color: var(--white);
  font-weight: var(--medium);
  font-size: var(--size16);
  padding: 12px 25px;
  border-radius: 30px;
}
.addProfile span {
  width: 28px;
  height: 28px;
  border: 2px solid var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.addProfile:hover span {
  border-color: #21170c;
}
.viewProfile {
  display: flex;
  align-items: center;
  background-color: #fef5e2; /* Background color */
  background-image: url(../images/viewprofilebg.png); /* Background image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center; /* Center the image */
  background-size: cover; /* Make the image cover the element */
  border: 1px solid #f4cb7b;
  border-radius: 50px;
}
.profileImg {
  background: #ffd368;
  border-radius: 30px;
  max-width: 300px;
  height: 200px;
  border-radius: 30px;
}
.profileImg img {
  width: 100% !important;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.profileContent h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 50.4px;
}
.profileContent h1 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: var(--dark);
}
.profileContent h2 span {
  color: var(--main-color);
  font-weight: var(--medium);
}
.subjectSection {
  background: #fef5e2;
}
.subjectSection .dashboard_div {
  border: 0;
  box-shadow: 0px 0px 3.3px 0px #00000040;
  padding: 30px;
}
.subjectLists {
  display: flex;
  gap: 25px;
}
.subject_slider .swiper-slide {
  flex-grow: 1;
}
.subject_slider .subject_card h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  margin-bottom: 0;
}
.BadgesCard {
  background: linear-gradient(134.12deg, #ffffff 10.86%, #f3e6ae 89.33%);
  border: 0.96px solid #d4d4d4;
  border-radius: 20px;
}
.BadgesCard .badgeLable {
  border-radius: 20px 20px 0 0;
  height: 74px;
}
.BadgesCard.badgeGold .badgeLable {
  background: linear-gradient(
    90deg,
    #efbf04 0%,
    #d4a008 22.87%,
    #ffdc73 52.42%,
    #c09a2b 80.79%,
    #ffbf00 100%
  );
}
.BadgesCard.badgeSilver .badgeLable {
  background: linear-gradient(
    90deg,
    #b8b8b8 0%,
    #fdfcfd 22.87%,
    #e8e8e8 52.42%,
    #bdbdbd 80.79%,
    #848484 100%
  );
}
.BadgesCard.badgeBronze .badgeLable {
  background: linear-gradient(
    90deg,
    #935e20 0%,
    #c48543 22.87%,
    #fdbe68 52.42%,
    #c58540 80.79%,
    #935d20 100%
  );
}
.badgeDetails {
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.BadgesCard img {
  width: 100%;
}
.badgeicon {
  width: 100%;
  height: 100%;
  background: #f5b12c45;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.07px solid #cd901b;
  margin: auto;
  margin-top: -52px;
}
.badgeDetails h6 {
  margin-bottom: 0;
  font-size: 19.25px;
  font-weight: 600;
  line-height: 23.1px;
  text-align: center;
}
.badgeDetails p {
  font-size: var(--size20);
  font-weight: var(--bold);
  line-height: 24px;
  text-align: center;
}
.badgeDetails p span {
  font-size: 17px;
  font-weight: var(--semibold);
  color: var(--main-color);
}
.badgeDetails span {
  font-family: Poppins;
  font-size: 15.35px;
  font-weight: 500;
  line-height: 18.42px;
  color: var(--dark);
}
.badgeDetails .d-flex.align-items-center span:first-child {
  width: 90px;
}
.swiper_btns {
  margin: 0;
}
.badgeSection .swiper-button-prev::after,
.badgeSection .swiper-button-next::after {
  background: #49340b66;
  color: var(--white);
  border: 0;
  border-radius: 6px;
  font-size: 20px;
  min-width: 57px;
  height: 58px;
}
.dropdown > a,
.dropdown > a:hover {
  border: 2px solid var(--main-color);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--main-color);
  font-size: 20px;
}
.dropdown-menu {
  left: auto !important;
  right: 0 !important;
  background: var(--main-color);
  padding: 0;
}
.dropdown-menu li a {
  border: 1px solid #ffffff42;
  padding: 13px 20px;
  color: var(--white);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--white);
  text-decoration: none;
  background-color: #f24908;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* padding: 20px; */
  margin-top: 30px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}
ul.accordion-list li h3 {
  font-weight: var(--semibold);
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 24px;
  font-size: var(--size20);
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #06052e;
  border-radius: 10px;
}
ul.accordion-list li h3 span {
  color: var(--main-color);
  text-decoration: underline;
  margin-right: 12px;
}
ul.accordion-list li h3:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 18px;
  top: 0;
  color: #fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  bottom: 0;
  margin: auto;
  height: max-content;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
ul.accordion-list li h3 {
  background-color: var(--white);
  padding: 20px 35px;
  border: 0;
}
.answerList li {
  padding: 16px 0px 16px 55px;
  border-bottom: 1px solid #ddcaa3;
}
/* .answerList li:last-child{
    border: 0;
} */
button.completedTest {
  background: #0da70dc9;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0px 7px;
  padding: 3px 12px;
  border-radius: 30px;
  border: 0;
}
.resumeTest {
  background: #fe897f;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0px 7px;
  padding: 3px 12px;
  border-radius: 30px;
  border: 0;
}
.startTest {
  background: #f24908;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0px 7px;
  padding: 10px 12px;
  border-radius: 30px;
  border: 0;
}
.completedTest i,
.resumeTest i,
.startTest i {
  font-size: 23px;
}
.answerList li span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: #06052e;
  position: relative;
}
.answerList li span::before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: "";
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #06052e;
  border-radius: 50%;
}

.addProfilePage .signup_detail {
  background: url(../images/addprofilebg.png) no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-size: 100% 100%;
  border: 1px solid #f4cb7b;
  box-shadow: none;
  position: relative;
}
.addProfilePage .signup_detail::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  left: 4%;
  top: 3%;
  background: url(../images/formvector.png) no-repeat;
}
.addProfilePage .signup_detail::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  right: 4%;
  bottom: 3%;
  background: url(../images/vectorbottom.png) no-repeat;
}
.saveProgileBtn {
  background: #ff5c00;
  border-radius: 30px;
  border: 0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
}
.saveProgileBtn span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--main-color);
  border-radius: 50%;
}
.standard span {
  font-size: var(--size24);
  font-weight: var(--medium);
  line-height: 26px;
  color: var(--dark);
}
.standard span:last-child {
  font-weight: var(--normal);
}

.historyTable {
  background: #fef5e2;
  border: 1px solid #f9cd77;
  border-radius: 50px;
  padding: 30px;
}
.historyTable table thead th {
  background: #f5b12c;
  padding: 18px 25px;
  font-size: var(--size18);
  font-weight: var(--semibold);
  line-height: 26px;
  color: var(--dark);
}
.historyTable table thead th:first-child {
  border-radius: 30px 0 0 0;
  width: 150px;
}
.historyTable table thead th:last-child {
  border-radius: 0px 30px 0 0;
  width: 150px;
}
.historyTable table tbody td {
  padding: 18px 25px;
  background-color: transparent;
  font-weight: var(--medium);
}
.historyTable table tbody tr {
  background: var(--white);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #fff;
}
.historyTable table tbody tr:last-child,
.historyTable table tbody tr:last-child td {
  border: 0;
}
.historyTable table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 30px;
}
.historyTable table tbody tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}
.historyTable table tbody tr td:last-child .done {
  background: #3aaf3c;
  padding: 12px 25px;
  border-radius: 30px;
  color: var(--white);
  font-weight: var(--medium);
  font-size: var(--size16);
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.historyTable table tbody tr td:last-child .pending {
  background: #eaa1a3;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 30px;
  color: var(--dark);
  font-weight: var(--medium);
  font-size: var(--size16);
}
.historyPage h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 54.6px;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.historyPage h1 span {
  color: var(--dark);
  font-weight: 400;
}
.glowEffect::before {
  background: #f5b12c;
  filter: blur(180px);
  width: 226px;
  height: 226px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.glowEffect::after {
  background: #f24908;
  filter: blur(180px);
  width: 226px;
  height: 226px;
  position: absolute;
  content: "";
  right: 30%;
  bottom: 0;
  z-index: -1;
}
.addProfilePage h2 {
  font-size: var(--size42);
  line-height: 54.6px;
  color: #06052e;
}

.addProfilePage .glowEffect::after {
  bottom: 35%;
  right: 30%;
}
.changepassword .profile_img {
  border: 0;
}
.changepassword .profile_img img {
  max-width: 100%;
  max-height: 100%;
}
.addProfilePage {
  position: relative;
  z-index: 1;
}
.addProfilePage::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 133px;
  right: 0;
  top: 5%;
  background: url(../images/circlevector.png) no-repeat;
  z-index: -1;
}
.addProfilePage::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 49px;
  left: 12px;
  top: 28%;
  background: url(../images/crossvector.png) no-repeat;
  /* z-index: -1; */
}
.deleteProfile .actionBtns button:first-child {
  background: var(--dark);
}
#deleteProfile .container,
#startestseries .container {
  background: url(../images/deletebg.png) no-repeat;
  border-radius: 50px;
  padding: 30px !important;
  background-size: cover;
}
#deleteProfile .modal-content,
#startestseries .modal-content {
  border-radius: 50px;
}
#deleteProfile .actionBtns button:first-child {
  background: var(--dark);
}
.question_time span {
  width: auto !important;
}
.question_time i,
.question_time span {
  font-size: 40.63px;
  font-weight: 600;
  line-height: 48.76px;
  color: var(--white);
}
.previousClassesBlock {
  display: flex;
  align-items: start;
  gap: 20px;
  background: url(../images/previousbg.png);
  padding: 25px;
  border-radius: 50px;
  flex-wrap: wrap;
}
.previousCard {
  max-width: calc(50% - 10px);
  width: 100%;
}
.noteHeding {
  font-weight: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
}
.previousCard {
  background: url(../images/classcardbg.png);
  background-size: cover;
  border-radius: 24px;
  border: 1.14px solid #f5b12c7a;
  padding: 15px;
  height: 268px;
  justify-content: center;
}
.previousCard p,
.previousCard div span:first-child {
  color: #06052e;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}
.previousCard div span:first-child {
  width: 80px;
}
.classPlay {
  background: #ff5c00;
  margin: auto;
  color: #fff;
  border: 0;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.classPlay:hover {
  color: #fff;
}
.signup_detail .term_box .input {
  opacity: 1;
}
.loginBanner,
.account_left {
  position: relative;
}
.loginBanner::after {
  background: url(../images/starvector.png);
  width: 178px;
  height: 72px;
  position: absolute;
  content: "";
  bottom: 45px;
  left: 0;
}
.account_left::before {
  background: url(../images/startop.png);
  width: 64px;
  height: 170px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}
.signup-section .container {
  position: relative;
}
.signup-section .container::after {
  background: url(../images/waveline.png) no-repeat;
  width: 270px;
  height: 75px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 35%;
}
.frgt_pass_icon i {
  color: #888888;
}
.form_login a {
  display: inline !important;
}
.col-12.term_box label a {
  color: #ff5c00;
  text-decoration: underline;
  font-weight: 600;
}
.term_box input[type="checkbox"] {
  accent-color: #f24908;
  padding-top: 5px;
}
.modal .signup-section .account_left::after,
.modal .signup-section .account_left::before {
  display: none;
}
.modal .signup-section .container::after {
  display: none;
}
.bageOrange {
  color: #e8630a;
}
.modal .signup-section::after {
  display: none;
}
.profile_card .standard span:first-child {
  color: #53535b;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.onlinetestleft h6 {
  /* max-width: 50%; */
}
.testSeriesForm,
#preview {
  background: #ffffff;
  box-shadow: 0px 4px 6.6px 0px #00000040;
  border-radius: 15px;
  padding-bottom: 30px;
}
.questions_number {
  font-family: Poppins;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 34.36px;
  background: url(../images/notattempted.png) no-repeat;
  border: 0 !important;
  color: #fff !important;
  background-size: cover;
}
.questions_number.attempted {
  background: url(../images/attempted.png) no-repeat;
  border: 0 !important;
  color: #fff !important;
  background-size: cover;
}
#playText {
  color: #fff;
}
.subject_card.active h5 {
  color: #e49700;
}
.subject_card.active {
  background: #fff;
  color: #e49700;
}
.subject_card.active h5 img:first-child,
.subject_card h5 img:nth-child(2) {
  display: none;
}
.subject_card.active h5 img:last-child {
  display: inline-block;
}
.profileContent h6 span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 135.69%;
  color: #2f4858;
  display: inline-block;
  width: 80px;
}

.addProfilePage .account_left::before {
  display: none;
}
.curriculumPage {
  position: relative;
}
.curriculumPage::after{
    position: absolute;
    content: "";
    background: #F24908;
    filter: blur(180px);
    width: 226px;
    height: 226px;
    right: 84px;
    top: 31px;
    z-index: -1;
    margin-left: auto;
    z-index: -1;
}
.curriculumCard{
  border: 1px solid #F5B12C;
  background: #FEF5E2;
  padding: 24px;
  border-radius: 30px ;
}
.curriculumCard ul{
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}
.curriculumCard ul li{
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;  
  position: relative;
  display: flex;
  gap: 10px;
}
.curriculumcards h5{
  color: #323232;
}
.curriculumCard ul {
  list-style: none;
  counter-reset: section;
  padding-left: 0;
}

.curriculumCard ul li {
  counter-increment: section;
}

.curriculumCard ul li::before {
  content: attr(data-section) "." counter(section) " ";
}
.curriculum ul li{
  position: relative;
}
.subMenu{
  position: absolute;
  opacity: 0;
  width: auto;
  left: 30%;
  top: 50%;
  /* z-index: 9; */
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0px 0px 6px 0px #F2490840;
}
ul.subMenu li a {
  padding: 8px 20px !important;
}
.MainMenu > li:hover .subMenu{
  opacity: 1;
  border: 1px solid #EFEFEF;
  z-index: 2;
}
.text-justify{
  text-align: justify;
}
.moreMenuBtn{
  /* position: relative; */
}
.moreSubMenu{
  display: none;
  position: absolute;
  top: 70%;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0px 0px 6px 0px #F2490840;
  /* padding: 15px; */
  padding-left: 0;
}
.moreMenuBtn:hover .moreSubMenu{
  display: block;
}
.moreSubMenu li{
  /* height: 40px; */
  display: flex;
  align-items: center;
}
.moreSubMenu li a{
  font-weight: 400;
    font-size: 18px;
    line-height: 135.69%;
    color: #2f4858; 
    padding: 15px;
    width: 100%;
}
.moreSubMenu li:not(:last-child) a{
  
  border-bottom: 1px solid #f5b12c;
}
.moreSubMenu li a:hover{
  color: #ff5c00;
}
.blogWrapper{
  background: #fff;
  box-shadow: 0px 0px 14px 1px #00000026;
  padding: 20px;
}
.blogWrapper p{
  line-height: 28px;
}