@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
.primary-purple {
  color: #5c0f8b; }

.primary-orange {
  color: #ff5100; }

.primary-gray {
  color: #6d6f70; }

.primary-gold {
  color: #c0966b; }

.primary-magenta {
  color: #eb0d8c; }

.primary-cyan {
  color: #0099a8; }

.secondary-purple {
  color: #a389ba; }

.secondary-orange {
  color: #f9a77e; }

.secondary-gray {
  color: #d8d7d7; }

.secondary-gold {
  color: #dcc4aa; }

.secondary-magenta {
  color: #f29abf; }

.secondary-cyan {
  color: #7bc3cc; }

.tertiary-purple {
  color: #d4c9e24d; }

.tertiary-orange {
  color: #fdd9c4; }

.tertiary-gray {
  color: #f5f5f5; }

.tertiary-gold {
  color: #efe6d9; }

.tertiary-magenta {
  color: #fad7e6; }

.tertiary-cyan {
  color: #c9e4e9; }

.text-dark, .sec-title p, .sec-thirdtitle h5 {
  color: #000 !important; }

.primary-bgpurple, .cmn-button, .cmn-white-button, .cmn-transparent-button {
  background-color: #5c0f8b !important; }

.primary-bgorange {
  background-color: #ff5100 !important; }

.primary-bggray {
  background-color: #6d6f70; }

.primary-bggold {
  background-color: #c0966b !important; }

.primary-bgmagenta {
  background-color: #eb0d8c; }

.primary-bgcyan {
  background-color: #0099a8; }

.secondary-bgpurple {
  background-color: #a389ba; }

.secondary-bgorange {
  background-color: #f9a77e; }

.secondary-bggray {
  background-color: #d8d7d7; }

.secondary-bggold {
  background-color: #dcc4aa; }

.secondary-bgmagenta {
  background-color: #f29abf; }

.secondary-bgcyan {
  background-color: #7bc3cc; }

.tertiary-bgpurple {
  background-color: #d4c9e24d; }

.tertiary-bgorange {
  background-color: #fdd9c4; }

.tertiary-bggray {
  background-color: #f5f5f5; }

.tertiary-bggold {
  background-color: #efe6d9; }

.tertiary-bgmagenta {
  background-color: #fad7e6; }

.tertiary-bgcyan {
  background-color: #c9e4e9; }

.text-black {
  color: #333333; }

.text-purple {
  color: #5c0f8b; }

.bg-black {
  background-color: #333333; }

.bg-purple-light {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7734265581) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-dark-transparent {
  background: #212429;
  background: linear-gradient(36deg, #212429 0%, rgba(33, 36, 41, 0) 32%, rgba(33, 36, 41, 0) 100%);
  z-index: 0; }

.sec-light-purple {
  background-color: #f3eff7; }

.red-hat-display, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text, body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 500;
  font-style: normal; }

.playfair-display {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #5c0f8b; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
  color: #6d6f70;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    color: #333333;
    font-weight: 500;
    line-height: 1.4; }
  body a:hover {
    color: #ff5100; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.9rem; }
      body p {
        margin-bottom: 0rem;
        font-size: 0.9rem; }
      body h6 {
        font-size: 1rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.1rem; } }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.1rem; } }
ol {
  padding-left: 1rem; }
  ol li {
    color: #333333;
    margin-bottom: 0.4rem; }

ul li {
  font-size: 0.9rem !important;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500; }
  @media screen and (min-width: 1401px) {
    ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    ul li {
      font-size: 1.05rem !important; } }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after, .bg-sec--1::before, .apply-now::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, header .navbar {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.swiper {
  overflow: visible; }

.bg-sec--1 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/rucet/images/banner4.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .bg-sec--1 {
      padding: 30px 0; } }
  .bg-sec--1::before {
    background-color: #5c0f8b;
    z-index: -1;
    opacity: 0.9;
    right: 0;
    width: 100% !important; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }

.section-xxl {
  padding: 140px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-xxl {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-xxl {
      padding: 60px 0; } }

a {
  text-decoration: none;
  color: #6d6f70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

/* ----------------------------------------------------------
::
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }
@media screen and (min-width: 1601px) {
  input,
  select {
    height: 50px;
    font-size: 1.6rem; } }

.text-strock {
  font-size: 6rem;
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(-170px, -45px);
  -moz-transform: rotate(-90deg) translate(-170px, -45px);
  -ms-transform: rotate(-90deg) translate(-170px, -45px);
  -o-transform: rotate(-90deg) translate(-170px, -45px);
  transform: rotate(-90deg) translate(-170px, -45px);
  right: -50px;
  top: 12px;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.03rem;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .text-strock {
      display: none; } }
  @media screen and (max-width: 1025px) {
    .text-strock {
      font-size: 4.6rem;
      right: -85px;
      top: -20px; } }
  @media screen and (min-width: 1401px) {
    .text-strock {
      font-size: 6.2rem;
      top: 19px; } }
  @media screen and (min-width: 1601px) {
    .text-strock {
      font-size: 6.5rem;
      top: 32px;
      right: 20px;
      -webkit-text-stroke-width: 0.04rem; } }

/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button, .cmn-white-button, .cmn-transparent-button {
  color: #fff;
  box-shadow: none;
  border-radius: 10px 0px 10px 0px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  margin: 1rem 0rem 0 0;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-white-button, .cmn-transparent-button {
      font-size: 0.75rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1400px) {
    .cmn-button, .cmn-white-button, .cmn-transparent-button {
      font-size: 0.95rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-white-button, .cmn-transparent-button {
      font-size: 1rem; } }
  .cmn-button:hover, .cmn-white-button:hover, .cmn-transparent-button:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.cmn-white-button {
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b; }
  .cmn-white-button:hover {
    background-color: #5c0f8b;
    color: #fff; }

.cmn-transparent-button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .cmn-transparent-button:hover {
    background-color: #5c0f8b;
    color: #fff;
    border: 1px solid #5c0f8b; }

.top-sticky {
  position: sticky;
  top: 0; }

.view-more {
  font-size: 1rem;
  color: #333333; }
  @media screen and (max-width: 767px) {
    .view-more {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    .view-more {
      font-size: 1.1rem; } }
  @media screen and (min-width: 1601px) {
    .view-more {
      font-size: 1.2rem; } }

/* ----------------------------------------------------------
:: // table
---------------------------------------------------------- */
.table--1 tr th,
.table--1 tr td {
  border: 1px solid #5c0f8b;
  color: #6d6f70; }
.table--1 tr th {
  background-color: #d4c9e24d;
  color: #5c0f8b; }
.table--1 tr td a:hover {
  color: #ff5100; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title {
  margin-bottom: 2rem; }
  .sec-title h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #5c0f8b;
    margin-bottom: 0.5rem; }
    .sec-title h2 span {
      color: #c0966b;
      display: block;
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .sec-title h2 {
        font-size: 1.65rem; } }
    @media screen and (min-width: 1401px) {
      .sec-title h2 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2 {
        font-size: 2.5rem; } }
  @media screen and (min-width: 1601px) {
    .sec-title p {
      font-size: 1.15rem; } }

.inner-title {
  margin-bottom: 2rem; }
  .inner-title h4 {
    color: #5c0f8b;
    font-weight: 600; }

.bottom-border {
  border-bottom: 2px solid #5c0f8b; }
  @media screen and (max-width: 767px) {
    .bottom-border {
      margin: auto; } }

.bottom-border-1 {
  border-bottom: 2px solid #5c0f8b;
  width: 10%; }
  @media screen and (max-width: 1025px) {
    .bottom-border-1 {
      margin: auto; } }

.sec-subtitle h4 {
  font-size: 1.3rem;
  color: #333333;
  font-weight: 700;
  margin: 1.5rem 0; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h4 {
      font-size: 0.95rem;
      margin: 0.7rem 0 1rem; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h4 {
      font-size: 1.3rem; } }
  .sec-subtitle h4 span {
    font-weight: 500;
    color: #d8d7d7; }

.sec-thirdtitle h5 {
  font-size: 1rem;
  font-weight: 600; }
  @media screen and (max-width: 1025px) {
    .sec-thirdtitle h5 {
      font-size: 0.9rem; } }
  @media screen and (max-width: 767px) {
    .sec-thirdtitle h5 {
      font-size: 0.7rem;
      margin-bottom: 0.3rem; } }
  @media screen and (min-width: 1400px) {
    .sec-thirdtitle h5 {
      font-size: 1.1rem; } }
  @media screen and (min-width: 1601px) {
    .sec-thirdtitle h5 {
      font-size: 1.2rem; } }
  .sec-thirdtitle h5 span {
    color: #d8d7d7; }

.breadcrumb-bottom-img {
  position: absolute;
  bottom: 0;
  width: 170px;
  left: 110px;
  z-index: 0; }
  @media screen and (max-width: 1025px) {
    .breadcrumb-bottom-img {
      width: 140px;
      left: 70px;
      bottom: -1px; } }
  @media screen and (max-width: 767px) {
    .breadcrumb-bottom-img {
      width: 80px;
      left: 25px;
      bottom: -1px; } }
  @media screen and (min-width: 1601px) {
    .breadcrumb-bottom-img {
      width: 220px;
      left: 196px; } }
  .breadcrumb-bottom-img img {
    width: 100%; }

/* ----------------------------------------------------------
:: scroll section
---------------------------------------------------------- */
.scroll-sec .scroll-box {
  overflow-y: scroll;
  height: 440px;
  position: relative;
  padding-right: 2rem; }
  .scroll-sec .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px; }
  .scroll-sec .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 1601px) {
  .scroll-sec .scroll-box {
    height: 620px;
    padding-right: 4rem; } }

/* ----------------------------------------------------------
:: Social Icons
---------------------------------------------------------- */
.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 2px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #ff5100;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }

/* ----------------------------------------------------------
:: kimba
---------------------------------------------------------- */
.kimba-1 {
  position: absolute;
  left: calc(23% - 140px);
  top: 13px;
  z-index: -1; }
  @media screen and (max-width: 1025px) {
    .kimba-1 {
      display: none; } }
  @media screen and (min-width: 1401px) {
    .kimba-1 {
      top: 16px; } }
  @media screen and (min-width: 1601px) {
    .kimba-1 {
      top: 25px;
      left: calc(28% - 140px); } }

/* ----------------------------------------------------------
:: gradient-separator
---------------------------------------------------------- */
.gradient-separator {
  width: 100%;
  height: 2px;
  background: #5c0f8b;
  background: linear-gradient(90deg, rgba(92, 15, 139, 0) 0%, #5c0f8b 49%, rgba(92, 15, 139, 0) 100%); }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
footer {
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 20px 20px 30px; } }
  @media screen and (min-width: 1601px) {
    footer {
      padding: 60px 0 50px; } }
  footer ul {
    color: #fff; }
    footer ul li {
      margin-bottom: 0.2rem; }
  footer a {
    color: #fff;
    font-weight: 400; }
    footer a:hover {
      color: #ff5100; }
  footer p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      footer p {
        font-size: 0.65rem; } }
  footer .contact li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem; }
    footer .contact li i {
      position: absolute;
      top: 5px;
      left: 0; }
  footer .privacy a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      footer .privacy a {
        font-size: 0.65rem; } }
  footer .accordion-item {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      footer .accordion-item {
        margin-top: 1rem; } }
    footer .accordion-item .accordion-button {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: 0.1875rem;
      text-transform: uppercase;
      font-size: 1.05rem;
      margin-bottom: 0.7rem;
      box-shadow: none;
      padding: 0;
      white-space: nowrap; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-button {
          font-size: 1.15rem; } }
      footer .accordion-item .accordion-button::after {
        background-image: unset; }
        @media screen and (max-width: 767px) {
          footer .accordion-item .accordion-button::after {
            background-image: unset;
            right: 20px;
            position: absolute;
            content: '\f106';
            font-family: 'FontAwesome';
            font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      footer .accordion-item .accordion-button.active::after {
        content: '\f107'; } }
    footer .accordion-item .accordion-body {
      padding: 0; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-body p {
          font-size: 1rem; } }
  footer .footer-dome {
    left: -29px;
    width: 100%;
    position: absolute; }
    @media screen and (max-width: 1025px) {
      footer .footer-dome {
        position: relative;
        left: 0; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -40px; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -63px; } }

/* ----------------------------------------------------------
:: Instagram Embed
---------------------------------------------------------- */
.widget-box {
  box-shadow: 0px 0px 7px #0202020d;
  border-radius: 10px 0px 10px 0px; }
  .widget-box .widget-box-inner {
    padding: 1rem; }
  .widget-box iframe {
    width: 100%;
    height: 850px; }
    @media screen and (max-width: 767px) {
      .widget-box iframe {
        height: 320px !important; } }
    @media screen and (max-width: 1028px) {
      .widget-box iframe {
        height: 590px; } }
    @media screen and (min-width: 1401px) {
      .widget-box iframe {
        height: 980px; } }
    @media screen and (min-width: 1601px) {
      .widget-box iframe {
        height: 1080px; } }

.section-title {
  margin-bottom: 2rem; }
  .section-title h2 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.1;
    color: #5c0f8b; }
  @media screen and (min-width: 1601px) {
    .section-title {
      margin-bottom: 3rem; }
      .section-title h2 {
        font-size: 2.5rem; } }

.scroll-box {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 70vh;
  max-height: 430px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .scroll-box {
      height: 20vh; } }
  .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px;
    background: #d4c9e24d; }
  .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5c0f8b; }

.table--1 tr th,
.table--1 tr td {
  border: 1px solid #5c0f8b;
  vertical-align: middle;
  text-align: center;
  vertical-align: middle; }

header {
  position: relative; }
  header .navbar {
    background: black;
    background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
    height: auto;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      header .navbar {
        padding: 0.5rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: #333333; }
      header .navbar .navbar-toggler.collapsed {
        background-color: transparent; }
        header .navbar .navbar-toggler.collapsed span {
          color: #fff; }
      header .navbar .cmn-white-button,
      header .navbar .cmn-button,
      header .navbar .cmn-white-button,
      header .navbar .cmn-transparent-button {
        padding: 2px 18px !important; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; }
        header .navbar .navbar-brand img {
          width: 160px; } }
    header .navbar .navbar-brand img {
      filter: brightness(0) invert(1);
      width: 140px; }
    header .navbar .navbar-brand:hover img {
      filter: none; }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-brand {
        right: 0;
        position: absolute;
        top: 5px; } }
    @media screen and (max-width: 767px) {
      header .navbar .navbar-brand {
        padding: 0.5rem;
        margin-left: 3rem; }
        header .navbar .navbar-brand img {
          width: 110px; } }
    header .navbar .main-navbar .nav-item a {
      color: #fff;
      font-size: 0.9rem;
      padding: 1rem 0.8rem;
      font-weight: 500;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        header .navbar .main-navbar .nav-item a {
          color: #333333;
          font-size: 0.75rem;
          padding: 0.5rem 0;
          display: block;
          border-bottom: 1px solid #d9d9d9;
          margin: 0 1rem; } }
      @media screen and (min-width: 1401px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 70px;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a; } }
    @media screen and (max-width: 767px) {
      header .navbar .main-navbar {
        top: 40px; } }

.fixed-top {
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .navbar-toggler span {
      color: #333333; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .navbar-brand {
      filter: brightness(0) invert(1); } }
  @media screen and (min-width: 1601px) {
    .fixed-top .navbar {
      padding: 0.5rem 0; } }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .nav-item a {
      font-size: 0.85rem;
      padding: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .nav-item a {
      color: #333333; } }

.main-heading {
  font-size: 1.75rem; }

/* ----------------------------------------------------------
:: apply-now
---------------------------------------------------------- */
.apply-now {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/bg-img/bg-apply-now.webp);
  background-position: left 10%;
  z-index: 0;
  background-size: 55% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 85px 0 50px; }
  @media screen and (max-width: 767px) {
    .apply-now {
      padding: 80px 0 20px;
      background-image: unset;
      background-color: #a389ba; } }
  @media screen and (min-width: 1401px) {
    .apply-now {
      padding: 130px 0 20px; } }
  .apply-now::before {
    background-color: #5c0f8b;
    z-index: -1;
    right: 0;
    left: auto;
    width: 51%; }
    @media screen and (max-width: 767px) {
      .apply-now::before {
        content: unset; } }
  .apply-now .apply-now-overlay img {
    width: 370px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 36%; }
    @media screen and (max-width: 1023px) {
      .apply-now .apply-now-overlay img {
        width: 250px;
        bottom: 0; } }
    @media screen and (max-width: 992px) {
      .apply-now .apply-now-overlay img {
        display: none; } }
    @media screen and (max-width: 767px) {
      .apply-now .apply-now-overlay img {
        bottom: 0;
        width: 220px;
        right: 0;
        z-index: -1; } }
    @media screen and (min-width: 1401px) {
      .apply-now .apply-now-overlay img {
        width: 460px; } }
  .apply-now .apply-adm {
    margin-bottom: 1rem; }
    @media screen and (max-width: 1023px) {
      .apply-now .apply-adm {
        margin: 2rem 0; } }
    .apply-now .apply-adm h1 {
      font-size: 4.5rem;
      width: fit-content;
      font-weight: 700;
      line-height: 1.2; }
      .apply-now .apply-adm h1 span {
        font-size: 2rem;
        display: block; }
      @media screen and (max-width: 767px) {
        .apply-now .apply-adm h1 {
          font-size: 2rem;
          line-height: 1.5; }
          .apply-now .apply-adm h1 span {
            font-size: 1.2rem;
            margin-top: 0.5rem; } }
      @media screen and (min-width: 1401px) {
        .apply-now .apply-adm h1 {
          font-size: 5.5rem; }
          .apply-now .apply-adm h1 span {
            font-size: 2.5rem; } }
      @media screen and (min-width: 1601px) {
        .apply-now .apply-adm h1 {
          font-size: 6.5rem; }
          .apply-now .apply-adm h1 span {
            font-size: 3rem; } }
  .apply-now .img-box {
    background: #fff;
    padding: 0.5rem;
    border-radius: 15px;
    width: fit-content;
    margin-top: 3rem; }
    .apply-now .img-box .grid-container {
      display: grid;
      grid-template-columns: auto auto auto auto auto auto;
      gap: 5px;
      justify-content: start; }
      .apply-now .img-box .grid-container img {
        width: 55px;
        padding: 0.3rem 0.3rem; }
        @media screen and (max-width: 767px) {
          .apply-now .img-box .grid-container img {
            width: 50px; } }
        @media screen and (max-width: 992px) {
          .apply-now .img-box .grid-container img {
            width: 45px; } }
        @media screen and (min-width: 1401px) {
          .apply-now .img-box .grid-container img {
            width: 60px; } }
        @media screen and (min-width: 1601px) {
          .apply-now .img-box .grid-container img {
            width: 65px; } }

/* ----------------------------------------------------------
::Course highlight sec
---------------------------------------------------------- */
.tabs .nav {
  border-bottom: 0;
  border-bottom: 0;
  border: 1px solid #5c0f8b;
  border-radius: 10px 0 10px 0; }
  .tabs .nav .nav-link {
    border: none;
    color: #333333;
    cursor: pointer; }
  .tabs .nav .nav-link.active {
    color: #fff;
    background-color: #5c0f8b;
    border-radius: 8px 0 10px 0; }

.tab-content {
  margin: 2rem 0; }

.logos-img img {
  box-shadow: 0px 0px 10px #0000002e;
  padding: 1rem;
  border-radius: 1rem 0 1rem 0; }

header {
  position: relative; }
  header .navbar {
    background: #000000;
    background: linear-gradient(180deg, #000000 20%, #00000000 100%);
    height: auto;
    z-index: 999;
    top: 0; }
    @media screen and (max-width: 1024px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 1024px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: #333333; }
      header .navbar .navbar-toggler.collapsed {
        background-color: transparent; }
        header .navbar .navbar-toggler.collapsed span {
          color: #fff; }
      header .navbar .cmn-white-button,
      header .navbar .cmn-button,
      header .navbar .cmn-white-button,
      header .navbar .cmn-transparent-button {
        padding: 6px 7px !important; } }
    header .navbar .navbar-brand {
      bottom: calc(0% + 90px); }
      header .navbar .navbar-brand img {
        filter: brightness(0) invert(1);
        width: 130px; }
      @media screen and (max-width: 1024px) {
        header .navbar .navbar-brand {
          padding: 0 0.5rem;
          margin-left: 1rem; }
          header .navbar .navbar-brand img {
            width: 110px; } }
      @media screen and (max-width: 767px) {
        header .navbar .navbar-brand {
          margin-left: 4rem; } }
      @media screen and (max-width: 350px) {
        header .navbar .navbar-brand img {
          width: 90px; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; }
        header .navbar .navbar-brand img {
          width: 160px; } }
    header .navbar .main-navbar .nav-item .nav-link,
    header .navbar .main-navbar .nav-item .dropdown-toggle {
      color: #fff;
      font-size: 0.9rem;
      padding: 0rem 0.8rem;
      font-weight: 500;
      display: inline-block; }
      @media screen and (max-width: 991px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          color: #333333;
          font-size: 0.85rem;
          padding: 1rem 0.5rem;
          display: block;
          border-bottom: 1px solid #d9d9d9; } }
      @media screen and (max-width: 1024px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          font-size: 0.85rem;
          padding: 1rem 0.5rem;
          display: block; } }
      @media screen and (min-width: 1401px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 50px;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a;
        max-height: 75vh;
        overflow-y: scroll; } }
    header .navbar .main-navbar .nav-item.dropdown.dropdown-mega {
      position: static; }
      header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
        max-width: max-content;
        left: auto;
        right: 100px;
        margin: auto;
        padding: 1rem; }
        @media screen and (max-width: 1024px) {
          header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
            width: 100%;
            padding: 0.5rem 0; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
            right: 200px; } }
    header .navbar .main-navbar .navbar-toggler {
      border: none;
      padding: 0;
      outline: none; }
      header .navbar .main-navbar .navbar-toggler:focus {
        box-shadow: none; }
      @media screen and (max-width: 767px) {
        header .navbar .main-navbar .navbar-toggler {
          position: absolute;
          color: #fff;
          font-size: 1.5rem; } }
    header .navbar .main-navbar .dropdown-toggle::after {
      content: unset; }
    header .navbar .main-navbar .dropdown-menu {
      min-width: 12rem;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      border: none;
      border-radius: 10px 0 10px 0;
      padding: 0;
      overflow: hidden; }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .dropdown-menu {
          min-width: 17rem; } }
      header .navbar .main-navbar .dropdown-menu ul {
        list-style: none;
        padding: 0; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item {
        color: #333333;
        padding: 0.6rem 1.5rem 0.6rem 1.5rem;
        font-size: 0.8rem;
        line-height: 1.6;
        white-space: normal;
        font-weight: 500;
        border-bottom: 1px solid #c5c5c5; }
        @media screen and (max-width: 1023px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.75rem;
            padding: 0.3rem 1rem;
            border-bottom: 0;
            color: #6d6f70; } }
        header .navbar .main-navbar .dropdown-menu li .dropdown-item:hover {
          color: #5c0f8b;
          background-color: #d4c9e24d; }
        @media screen and (min-width: 1401px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.85rem; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 1rem; } }
      header .navbar .main-navbar .dropdown-menu li a {
        color: #333333;
        padding: 0.5em 1em; }
    @media only screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll; } }
    @media only screen and (min-width: 992px) and (max-width: 1140px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap; } }
    @media screen and (min-width: 993px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        display: block; } }
    @media screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
        border-radius: 0;
        margin-top: 0;
        overflow-x: hidden; } }
    header .navbar .main-navbar .dropdown-menu li .dropdown-item.active,
    header .navbar .main-navbar .dropdown-menu li .dropdown-item:active {
      color: #fff !important;
      text-decoration: none;
      background-color: #5c0f8b; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item.active:hover,
      header .navbar .main-navbar .dropdown-menu li .dropdown-item:active:hover {
        color: #fff !important; }

@media screen and (max-width: 767px) {
  .dropdown-menu .sec-thirdtitle h5 {
    font-size: 1.2rem; } }

header .navbar .navbar-brand img {
  filter: unset; }

.apply-now-bg {
  height: 100vh;
  background-image: url(../images/bg-img.jpg);
  display: flex;
  align-items: center;
  justify-content: end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .apply-now-bg {
      background-image: unset;
      display: block;
      height: auto; } }

.banner-img-sec {
  background: #fff;
  padding: 1.3rem 1.3rem 0 1.3rem;
  background: linear-gradient(180deg, #fff 39%, #5c0f8b 100%);
  height: 70vh;
  border-radius: 0 15px 0 0;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .banner-img-sec {
      height: 44vh; } }
  @media screen and (max-width: 767px) {
    .banner-img-sec {
      height: auto;
      padding: 1rem 0.5rem;
      background: #fff; } }
  .banner-img-sec .img-std {
    position: absolute;
    bottom: calc(0% - 90px);
    right: 0;
    margin: auto;
    left: 0;
    width: 300px; }
    @media screen and (max-width: 767px) and (min-width: 430px) {
      .banner-img-sec .img-std {
        width: 200px;
        left: -5px;
        bottom: calc(0% - 58px); } }
    @media screen and (max-width: 1080px) {
      .banner-img-sec .img-std {
        bottom: calc(0% - 16px); } }
    @media screen and (min-width: 1601px) {
      .banner-img-sec .img-std {
        width: 410px;
        bottom: calc(0% - 75px); } }
    @media screen and (min-width: 1601px) {
      .banner-img-sec .img-std img {
        width: 509px; } }
  .banner-img-sec .banner-img-text {
    background-color: #ff5100;
    border-radius: 10px 0;
    text-align: center; }
    .banner-img-sec .banner-img-text h5 {
      font-weight: 600;
      font-size: 1.2rem; }
      @media screen and (min-width: 1601px) {
        .banner-img-sec .banner-img-text h5 {
          font-size: 1.7rem; } }

.apply-now-bottom {
  background-color: #ff5100;
  padding: 0.5rem 1rem 0rem 1rem; }
  @media screen and (min-width: 1601px) {
    .apply-now-bottom h5 {
      font-size: 1.5rem; } }

.price-card {
  background-color: #fff;
  border-radius: 1.2rem 0;
  position: relative;
  box-shadow: 0 6px 20px rgba(12, 20, 40, 0.08);
  overflow: visible;
  padding-top: 28px; }
  @media screen and (min-width: 1601px) {
    .price-card {
      padding-top: 38px; } }

.card-body {
  padding: 1rem 0.5rem; }
  .card-body h5 {
    font-size: 1.2rem; }
  @media screen and (min-width: 1601px) {
    .card-body h5 {
      font-size: 1.5rem; } }

.ribbon {
  position: absolute;
  left: 0;
  top: 13px;
  background: #ff5100;
  color: #fff;
  padding: 0px 3px;
  text-transform: uppercase;
  font-size: 0.9rem;
  transform: scale(1.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  z-index: 2;
  width: 100%;
  right: 0;
  margin: auto;
  text-align: center;
  margin-bottom: 0;
  font-style: italic; }
  @media screen and (min-width: 1601px) {
    .ribbon {
      font-size: 1.1rem; } }

.worth {
  position: relative;
  display: inline-block; }
  .worth::before, .worth::after {
    position: absolute;
    content: '';
    left: -45px;
    top: 0;
    background-color: #fff;
    width: 40px;
    height: 2px;
    bottom: 0;
    margin: auto;
    right: auto; }
  .worth::after {
    left: auto;
    right: -45px; }

.number {
  font-weight: 800;
  font-size: 7rem;
  line-height: 0.85;
  margin: 0;
  background: #ff5100;
  background: linear-gradient(0deg, #ff5100 0%, #fff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 6px 18px rgba(163, 107, 73, 0.18); }
  @media screen and (min-width: 1601px) {
    .number {
      font-size: 8rem; } }

.crores {
  color: #ff5100;
  font-size: 1.2rem;
  font-weight: bold; }
  @media screen and (min-width: 1601px) {
    .crores {
      font-size: 1.5rem; } }

.time-slot {
  border-radius: 10px 10px 0 0; }

.banner-form {
  padding: 1.2rem;
  border-radius: 10px;
  width: 35%;
  right: 100px;
  position: absolute;
  bottom: calc(20% - 120px);
  /* top: 0; */
  height: fit-content; }
  .banner-form input,
  .banner-form select {
    border-color: #6d6f70;
    font-size: 0.8rem; }
  @media screen and (min-width: 1601px) {
    .banner-form h5 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .banner-form {
      width: 100%;
      position: relative;
      right: 0;
      bottom: 0; } }

.scholarship-sec {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #5c0f8b; }
  .scholarship-sec .price-card .card-body {
    padding: 1rem 0.5rem; }
  .scholarship-sec .price-card h4 {
    font-size: 1.2rem; }
    @media screen and (min-width: 1601px) {
      .scholarship-sec .price-card h4 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .scholarship-sec .price-card h4 {
        font-size: 1.2rem; } }
  .scholarship-sec .ribbon {
    transform: scale(1.05); }
  .scholarship-sec::before {
    position: absolute;
    left: 0;
    background-color: #5c0f8b;
    bottom: 0;
    content: '';
    width: 48%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    transform: skewX(345deg) scale(1.08); }
  @media screen and (max-width: 767px) {
    .scholarship-sec {
      background-color: transparent;
      border: none; }
      .scholarship-sec::before {
        background-color: transparent; }
      .scholarship-sec h4 {
        font-size: 1.9rem; } }
  @media screen and (min-width: 1601px) {
    .scholarship-sec h4 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 1080px) {
    .scholarship-sec::before {
      background-color: transparent; } }

.achievers-video {
  width: 245px;
  height: 240px;
  border: 1px solid #5c0f8b;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .achievers-video img {
    width: 70%;
    height: auto; }
  .achievers-video .icon-btn {
    position: absolute;
    right: 0;
    margin: auto;
    bottom: -25px;
    left: 0; }
  @media screen and (min-width: 1601px) {
    .achievers-video {
      width: 310px;
      height: 300px; } }

.icon-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 1px solid #5c0f8b; }
  .icon-btn i {
    color: #5c0f8b; }

.test-details {
  background-color: #fff;
  border: 1px solid #fdd9c4;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  min-height: 270px; }
  .test-details .icon-btn {
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #5c0f8b;
    transition: 0.6s; }
    .test-details .icon-btn img {
      width: 40px; }
  .test-details:hover {
    border: 1px solid #5c0f8b; }
    .test-details:hover .icon-btn {
      transform: translateY(-10px);
      background-color: #fdd9c4;
      border: 1px solid #fdd9c4; }
  @media screen and (max-width: 767px) {
    .test-details {
      padding: 0.7rem 0.5rem;
      min-height: 210px; } }
  @media screen and (min-width: 1601px) {
    .test-details {
      min-height: 310px; }
      .test-details .icon-btn {
        width: 100px;
        height: 100px;
        height: 100px; }
        .test-details .icon-btn img {
          width: 60px; } }

/* ----------------------------------------------
Vertical tabs
---------------------------------------------- */
.vertical-tabs .tab-content {
  margin: 0; }
.vertical-tabs .nav-pills .nav-link,
.vertical-tabs .accordion-item {
  color: #5c0f8b;
  background-color: transparent;
  border: 1px solid #d8d7d7;
  margin-bottom: 0.8rem;
  border-radius: 10px;
  transition: 0.6s;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  text-align: left; }
  @media screen and (min-width: 1601px) {
    .vertical-tabs .nav-pills .nav-link,
    .vertical-tabs .accordion-item {
      font-size: 1.1rem; } }
.vertical-tabs .nav-pills .nav-link.active,
.vertical-tabs .accordion-button:not(.collapsed) {
  background-color: #fff;
  border: 1px solid transparent;
  color: #5c0f8b;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1); }
.vertical-tabs .accordion-button {
  font-weight: 600;
  color: #5c0f8b;
  font-weight: 600;
  color: #5c0f8b;
  border: 1px solid #6d6f70 !important;
  margin-bottom: 1rem;
  border-radius: 10px; }
.vertical-tabs .accordion-item {
  border: none;
  margin: 0;
  padding: 0; }
.vertical-tabs .accordion-button:not(.collapsed) {
  color: #5c0f8b;
  background-color: #fff;
  border: 0 !important; }

.faq-sec .accordion-item {
  margin-bottom: 1rem;
  background: transparent;
  border: 1px solid #6d6f70 !important;
  border-radius: 10px !important; }
  .faq-sec .accordion-item .accordion-header {
    background: transparent;
    border: none;
    border-radius: 10px; }
  .faq-sec .accordion-item .accordion-button {
    background: transparent;
    padding: 0.8rem;
    border-radius: 10px !important;
    font-weight: bold; }
  .faq-sec .accordion-item .accordion-button:not(.collapsed) {
    color: #5c0f8b;
    background-color: transparent;
    box-shadow: none;
    border: none; }
  .faq-sec .accordion-item .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 1.7rem;
    margin: auto 0 10px auto;
    font-weight: 400; }
  .faq-sec .accordion-item .accordion-button:not(.collapsed)::after {
    content: '-';
    transform: none; }

.steps-container {
  display: grid;
  justify-content: center;
  margin: auto;
  align-items: center;
  grid-template-columns: repeat(4, 25%); }
  @media screen and (max-width: 767px) {
    .steps-container {
      grid-template-columns: repeat(2, 45%);
      gap: 1rem; } }
  .steps-container .step {
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .steps-container .step .circle {
      width: 165px;
      height: 165px;
      border-radius: 50%;
      background-color: #fff;
      color: #d8d7d7;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin: 0 auto;
      flex-wrap: nowrap;
      padding: 1rem;
      flex-direction: column; }
      @media screen and (max-width: 767px) {
        .steps-container .step .circle {
          width: 140px;
          height: 140px;
          font-size: 2rem; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .steps-container .step .circle {
          width: 135px;
          height: 135px;
          padding: 0.7rem; } }
      @media screen and (min-width: 1601px) {
        .steps-container .step .circle {
          width: 180px;
          height: 180px; } }
      .steps-container .step .circle::before {
        content: '';
        position: absolute;
        top: 85px;
        left: 40%;
        z-index: -1;
        width: 100%;
        height: 2px;
        border: 1px dashed #fff; }
        @media screen and (max-width: 767px) {
          .steps-container .step .circle::before {
            top: 60px; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .steps-container .step .circle::before {
            top: 65px; } }
    @media screen and (max-width: 767px) {
      .steps-container .step:nth-child(2) .circle::before, .steps-container .step:nth-child(4) .circle::before {
        top: 115px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg); } }
    @media screen and (max-width: 767px) {
      .steps-container .step:nth-child(3) .circle::before {
        left: -132px;
        top: 65px;
        right: 0;
        margin: auto;
        transform: rotate(180deg); } }
    .steps-container .step:last-child .circle::before {
      display: none; }
    @media screen and (max-width: 767px) {
      .steps-container .step:nth-child(3) {
        order: 3; } }
    @media screen and (max-width: 767px) {
      .steps-container .step:nth-child(4) {
        order: 0; } }
    .steps-container .step p {
      font-size: 0.9rem;
      font-weight: 600;
      color: #333; }
      @media screen and (max-width: 767px) {
        .steps-container .step p {
          font-size: 0.8rem;
          line-height: 1.3; } }
      @media screen and (min-width: 1601px) {
        .steps-container .step p {
          font-size: 1.1rem; } }

.prgoress_scrollup {
  position: fixed;
  right: 55px;
  bottom: 40px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #5c0f8b;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear !important; }
  .prgoress_scrollup:after {
    position: absolute;
    content: '\f106';
    font-family: FontAwesome;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #ff5100;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important; }
  .prgoress_scrollup:hover:after {
    color: #5c0f8b; }

.prgoress_scrollup.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important; }

.prgoress_scrollup svg path {
  fill: none; }

.prgoress_scrollup svg.progress-circle path {
  stroke: #ff5100;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important; }

.thank-you .icon-btn {
  background-color: #ff5100;
  border: none;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 1rem; }
  .thank-you .icon-btn i {
    color: #fff; }

.moretext {
  display: none; }

.ripple-effect {
  border-radius: 100%;
  display: inline-block !important;
  -webkit-animation: 1s linear infinite witr-shadow;
  animation: 1s linear infinite witr-shadow;
  -webkit-transition: 0.5s; }

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 15, 139, 0.3), 0 0 0 10px rgba(92, 15, 139, 0.3), 0 0 0 20px rgba(92, 15, 139, 0.3); }
  100% {
    box-shadow: 0 0 0 10px rgba(92, 15, 139, 0.3), 0 0 0 20px rgba(92, 15, 139, 0.3), 0 0 0 30px rgba(92, 15, 139, 0); } }
.thankyou {
  height: 100vh;
  display: flex;
  align-items: center; }

/* CAPTCHA WRAPPER */
.captcha-box {
  background: transparent;
  padding: 0;
  border: none; }

/* LABEL (match other labels exactly) */
.captcha-label {
  display: flex;
  align-items: center;
  gap: 8px; }

.captcha-code {
  background: #eee;
  padding: 0px 2px;
  border-radius: 4px;
  font-weight: bold;
  font-size: smaller;
  letter-spacing: 1px; }

.captcha-refresh {
  border: none;
  background: #e6f0ff;
  padding: 0px 1px;
  cursor: pointer;
  border-radius: 4px; }

.captcha-refresh:hover {
  background: #f8f9fa; }

/* INPUT (exact Bootstrap match) */
.captcha-input {
  margin-top: 4px;
  font-size: 0.9rem;
  height: calc(2.25rem + 2px); }

/* ALIGN WITH OTHER FIELDS */
.form .captcha-input {
  width: 100%; }

/* ERROR TEXT (same spacing as others) */
.error-msg,
.error {
  color: red;
  font-size: 0.7rem;
  margin-top: 4px;
  display: block; }

#cptch {
  padding: 0 8px; }

/*# sourceMappingURL=style.css.map */
