* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

/* css for header section */
.hedaer-top-infomation {
  background-color: #224762;
  padding: 8px;
  padding-inline: 4rem;
}

.text-white {
  color: #fff;
}

.header-top-social-link li {
  list-style: none;
  cursor: pointer;
}

.header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 4rem;
}

ul.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: center;
}

a.login-btn {
  background: #c2ad6c;
  color: #fff;
  line-height: normal;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 20px;
}

ul.nav-list li a {
  color: #444646;
  text-decoration: none;
  font-weight: 500;
}

span.top-bar-text {
  font-size: 14px;
}

/* write css for banner section */
.banner-section {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem;
  padding-bottom: 8rem;
  background-size: cover;
}

.banner-content-wrapper {
  width: 100%;
  max-width: 550px;
}

h1.banner-heading {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.banner-heading-subheading {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}


p.banner-title {
  font-size: 18px;
}

button.view-lecture {
  border-radius: 8px;
  background: #c2ad6c;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  margin-top: 40px;
}

/* vacrion section */
.vacation-section-warpper {
  padding: 4rem;
  background-color: #F8F6EE;
}

.card-section {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10), 0 10px 15px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  min-height: 320px;
}

.card-container-box1 .card-section {
  min-height: 0;
}

p.card-description {
  margin-bottom: 0;
  color: #4B5563;
}

h2.section-heading {
  color: #444646;
  line-height: normal;
  font-size: 36px;

}

p.section-title {
  color: #444646;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 4rem;

}

.card-container-box {
  margin: 0 auto;
  max-width: 1366px;
}

/* popular-course-section */
.popular-course-section-warpper {
  padding: 4rem;
  background-color: #fff;
}

.popular-card-section {
  background-color: #f8f6ee;
  border-radius: 12px;
}

.card-image-box img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.popular-card-info {
  padding: 24px;
}

.card-bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 24px;
}

button.enroll-btn {
  color: #fff;
  background-color: #c2ad6c;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 18px;
  border-radius: 22px;
}

/* span{
    color: #C2AD6C;
    font-size: 18px;
    font-weight: 600;
} */
.popular-card-section {
  height: 100%;
}

/* write css for footer section */
footer.footer-section {
  padding: 3rem 4rem 2rem;
  background-color: #224762;
}

.footer-social-link li {
  list-style: none;
  cursor: pointer;
}

.footer-social-link li a img {
  width: 20px;
  height: 20px;
}

p.copy-right {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #4b5563;
  color: #d1d5db;
  font-size: 14px;
}

ul.footer-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-link-list li a {
  cursor: pointer;
  color: #d1d5db;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

span.footer-info {
  color: #d1d5db;
  font-size: 12px;
  font-weight: 400;
}

p.footer-para {
  color: #d1d5db;
  font-size: 14px;
  font-weight: 400;
}

/* review setion */
.review-section-wrapper {
  padding: 4rem;
  background-color: #f8f6ee;
}

span.user-name {
  color: #444646;
  font-size: 16px;
  font-weight: 600;
}

span.user-designation {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
}

.user-details {
  display: flex;
  align-items: center;
  gap: 16px;
}

.user-basic-details {
  display: flex;
  flex-direction: column;
}

.fa-star.active {
  color: #c2ad6c;
}

.fa-star {
  color: #4b5563;
}

.start-journey-wrapper {
  border-radius: 16px;
  background: linear-gradient(135deg, #20476c 0%, #97c6f2 70.71%);
  width: 100%;
  max-width: 850px;
  margin: 5rem auto 0;
  padding: 3rem;
}

.journey-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 24px;
}

.journey-title {
  text-align: center;
  font-size: 18px;
}

.start-journey-button {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 18px;
}

button.free-trail-btn {
  /* color: #444646; */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  /* background-color: #fff;
    border: 2px solid #fff; */
  background-color: #c2ad6c;
  border: 2px solid #c2ad6c;
  padding: 16px 32px;
  border-radius: 30px;
}

button.free-trail-btn:hover,
button.browse-course:hover {
  color: #fff;
}

button.browse-course {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 16px 32px;
  border-radius: 30px;
}

/* add new css 29th oct 2025 */
h4.card-heading {
  font-size: 20px;
  color: #444646;
}

/* write css for choose learning plan */
h6.course-heading {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
  color: #444646;
  font-weight: 600;
  margin-bottom: 22px;
}

h5.course-price {
  font-size: 30px;
  font-weight: 600;
  color: #444646;
  text-align: center;
  line-height: normal;
}

h5.course-price>sub {
  font-size: 18px;
  color: #909595;
  font-weight: 400;
  line-height: normal;
}

ul.course-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-details-list li {
  display: flex;
  column-gap: 12px;
  align-items: center;
  padding: 8px 0;
}

.course-details-list li span.course-info {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.subscription-card-section.popular-course {
  background: linear-gradient(176deg, #20476c 0%, #97c6f2 70.71%);
}

button.subscription-btn {
  color: #fff;
  background-color: #c2ad6c;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 18px;
  border-radius: 22px;
}

.subscription-card-section {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  height: 100%;
}

.subscription-card-info {
  padding: 24px;
  height: 100%;
}

.subscription-plan-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100% - 48px);
}

.m-24 {
  margin: 24px 0 24px 0;
}

.lgn-form-page {
  background: #EEEEEE;
  min-height: 100vh;
  padding: 26px;
  align-content: center;
}

.vl-card {
  border-radius: 16px;
  box-shadow: 0 8px 32px #00000031;
  background-color: #fff;
}

.left-vl-grid {
  background-color: #F9F5E6;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  border: 1px solid #00000070;
  height: 100%;
}


.brand-title {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  color: #444646;
  margin-top: 16px;
  margin-bottom: 8px;
}

.brand-tagline {
  font-size: 14px;
  line-height: 16.8px;
  color: #c2ad6c;
  margin: 0;
}

.logo-list-box ul {
  list-style-type: none;
  padding-left: 32px;
}

.logo-list-box ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.icon-container {
  width: 48px;
  height: 48px;
  background-color: #dad5c1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lgo-list-content h6 {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
  color: #444646;
  margin-bottom: 4px;
}

.lgo-list-content p {
  font-size: 14px;
  line-height: 16.8px;
  color: #c2ad6c;
  margin: 0;
}


/* right login form card  */

.right-vl-grid {
  padding: 26px;
  border: 1px solid #00000070;
  border-left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.form_card-sect h4 {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 500;
  color: #444646;
  margin-bottom: 12px;
}

.form_card-sect p {
  font-size: 16px;
  line-height: 19.2px;
  color: #c2ad6c;
  margin-bottom: 15px;
}

.vl-form-field .form-label {
  font-size: 14px;
  line-height: 16.8px;
  color: #444646;
  margin-bottom: 8px;
}

.vl-form-field .inputForm {
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19.2px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  color: #444646;
}

.btn.vl-form-btn {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  background-color: #C2AD6C;
  color: #fff;
  padding: 13px 12px;
  width: 100%;
}

.vl-form-textLink {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin-top: 23px;
}

.vl-form-textLink span {
  color: #444646;
}

.vl-form-textLink a {
  color: #c2ad6c;
  font-weight: 600;
  text-decoration: none;
}

@media(max-width:991px) {
  .left-vl-grid {
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
  }

  .right-vl-grid {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    border-left: 1px solid #00000070;
    border-top: 0;
  }
}

@media(max-width:576px) {
  .logo-list-box ul {
    padding-left: 0;
  }

  .brand-title {
    font-size: 24px;
    line-height: auto;
  }
}

/* Addtional Css by Rishi */
.required {
  font-weight: 900;
  color: red;
}



/* How It Works css start here */


.inner_page {
  background: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inner_page::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000005c;
}

.inner_content_wrap {
  position: relative;
  z-index: 9;
  text-align: center;
}

.vacation_text h3 {
  color: #444646;
  margin-bottom: 10px;
}

.step_box {
  position: relative;
  /* min-height: 350px; */
  flex: 1;
  max-width: 650px;
  gap: 50px;
  padding: 1.5rem 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 4px 0px 9px -8px, rgb(99 99 99 / 18%) 4px -2px 10px -8px;
  border: 1px solid #f7f7f7;
  border-left: unset;
}

.step_box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.data_list ul {
  margin: 0;
  padding: 0;
}

.data_list ul li {
  list-style: none;
  padding: 4px;
  border-bottom: none;
  font-size: 14px;
}

.data_list ul li:last-child {
  border: unset;
}

.step_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.step_grid .step_box {
  max-width: 48%;
  flex: 0 0 48%;
}


.max_spacing .row {
  margin-bottom: 40px;
}

.vacation_image img {
  --size: 140px;
  width: var(--size);
  height: var(--size);
  object-fit: cover;
  padding: 10px;
  border-radius: 20px;
}

.step_box h3 {
  font-size: 20px;
  /* margin-bottom: 10px;
    margin-top: 20px; */
  /* margin: unset; */
}

.step_box h2 {
  width: 70px;
  height: 70px;
  background: #f6b210;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
  align-items: center;
  padding: 8px;
  outline: 2px solid #f6b2104f;
  outline-offset: 4px;
  margin: unset;
  gap: 4px;
}

.data_list ul li i {
  color: #1f8b24;
  margin-right: 7px;
}

.step_box .left_auto {
  margin-left: auto;
}


/*  */

.step-container {
  max-width: 1250px;
  margin-inline: auto;
  display: flex;
  gap: 60px;
  flex-direction: column;
}

.step-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

h2.left_auto {
  --circle: 140px;
  width: var(--circle);
  height: var(--circle);
  background: #f6b210;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
  align-items: center;
  padding: 8px;
  outline: 2px solid #f6b2104f;
  outline-offset: 4px;
  margin: unset;
  gap: 4px;
}

.step-wrapper {
  position: relative;
  isolation: isolate;
}


.step-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.step-wrapper:nth-child(even)::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 120%;
  left: 9%;
  border-left: 8px solid #bf8f14;
  border-radius: 100px;
  top: 50%;
  z-index: -1;
}


.step-wrapper:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 120%;
  left: 9%;
  border-left: 8px solid #bf8f14;
  border-radius: 100px;
  top: 50%;
  z-index: -1;
}

/* triangle css start here */

/* .step-wrapper:nth-child(odd)::after {
   content: "";
    position: absolute;
    top: 100%;
    left: 16%;
    border-left: 20px solid #bf8f14;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    bottom: unset;
} */

/* .step-wrapper:nth-child(even)::after {
   content: "";
    position: absolute;
    top: 100%;
    left: 16%;
    border-left: 20px solid #bf8f14;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    bottom: unset;
} */

/* .step-wrapper:nth-child(even)::before{
  content: "";
    position: absolute;
    top: 100%;
    left: 16%;
    border-left: 20px solid #ab14bf;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    bottom: unset;
} */

/* triangle css end here */





/* .step-wrapper:nth-child(even) .step_box {
  box-shadow: rgba(99, 99, 99, 0.2) -4px 0px 9px -8px, rgb(99 99 99 / 18%) -4px -2px 10px -8px;
} */

/* .step-wrapper:nth-child(odd) .step_box {
  box-shadow: rgba(99, 99, 99, 0.2) 4px 0px 9px -8px, rgb(99 99 99 / 18%) 4px -2px 10px -8px;
} */

.step-wrapper:last-child::before {
  display: none;
}

h2.left_auto {
  --circle: 140px;
  width: var(--circle);
  height: var(--circle);
  background: #f6b210;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
  align-items: center;
  padding: 8px;
  outline: none;
  outline-offset: 4px;
  margin: unset;
  gap: 4px;
}

/* How It Works css end here */

.cta {
  background-color: #5B5EA6;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.list-group-item {
  margin-bottom: 20px;
}

.input-error {
  border: 2px solid red !important;
  background: #ffe6e6;
}

.anc-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.view-lecture a {
  padding: 0;
}

.subscription-btn a {
  color: #fff;
  /* background-color: #C2AD6C; */
  font-size: 14px;
  font-weight: 500;
}

.popular-card-info p {
  text-align: justify;
}

.card-image-box {
  width: 431px;
  height: 204px;
  overflow: hidden;
  border-radius: 10px;
  /* optional */
}

.card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enroll-btn-link {
  color: #fff;
  background-color: #c2ad6c;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 18px;
  border-radius: 22px;

}

/*02/12/2025 multiple select css start here */

.multi_select span.select2 span.select2-selection.select2-selection--multiple {
  height: 48px;
  border-radius: 8px;
}

/*02/12/2025 multiple select css end here */
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  padding-right: 40px;
  /* space for eye icon */
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 42px;
  /* adjust based on your design */
  cursor: pointer;
  font-size: 14px;
  color: #555;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.header_wrapper li.nav-item a.nav-link {
  padding: unset;
  font-weight: 500;
  color: #1c1c1c;
}

ul.navbar-nav.header_wrapper {
  gap: 30px;
  font-size: 15px;
}

li.mobile_view {
  display: none;
}

@media (max-width:767px) {
  div.card-body.card_wrapper_professions {
    min-height: 130px;
  }


  /* step css start here */

  .step-container .step-wrapper .step_box {
    order: 1;
  }

  .step-container .step-wrapper .step_img_wrap img {
    order: 0;
  }

  .step-container .step-wrapper .step_img_wrap h4 {
    order: 1;
  }

  .step-container .step-wrapper .step_img_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* step css end here */



}


@media(max-width:991px) {
  .step-container .step-wrapper .step_box {
    order: 1;
  }

  .step-container .step-wrapper .step_img_wrap img {
    order: 0;
  }

  .step-container .step-wrapper .step_img_wrap h4 {
    order: 1;
  }

  .step-container .step-wrapper .step_img_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hedaer-top-infomation {
    padding: 10px 16px;
  }

  .header-navigation {
    padding: unset;
  }

  ul.navbar-nav.header_wrapper {
    gap: 0;
  }

  ul.navbar-nav.header_wrapper li.nav-item a.nav-link {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }

  .header-navigation nav.navbar .container-fluid {
    gap: 20px;
  }

  .desktop_view {
    display: none;
  }

  li.mobile_view {
    display: block;
    margin: 30px 0;
  }

  .hedaer-top-infomation .col-sm-12:has(.header-top-social-link) {
    justify-content: center !important;
  }

  .banner-section,
  .vacation-section-warpper,
  .popular-course-section-warpper,
  .review-section-wrapper,
  footer.footer-section {
    padding: 20px
  }

  .popular-card-section .card-image-box {
    width: 100%;
  }

  p.text-center.section-title {
    margin-bottom: 10px;
  }

  .vacation-section-warpper .card-section,
  .review-section-wrapper .card-section {
    margin-bottom: 20px;
  }

  .start-journey-wrapper {
    margin-top: unset;
  }

  .start-journey-button {
    flex-direction: column;
    /* gap: unset; */
  }

  .start-journey-button a,
  .start-journey-button a button {
    width: 100%;
  }

  .review-section-wrapper h2,
  .popular-course-section-warpper h2,
  .vacation-section-warpper h2 {
    font-size: 24px;
  }

  .basic-info,
  .quick-links,
  .support {
    margin-bottom: 20px;
  }

  .review-section-wrapper .card-section {
    min-height: auto;
  }

  .banner-section h1.banner-heading {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .banner-content-wrapper h1.banner-heading-subheading {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .vacation-section-warpper {
    margin-top: 20px;
  }

  .step-wrapper:nth-child(odd)::before,
  .step-wrapper:nth-child(even)::after {
    content: none;
  }

  .step-container .step-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .step-container {
    gap: 30px;
  }

  .card-body.card_wrapper_professions {
    min-height: 140px;
  }

  .vacation-section-warpper .card:has(.card_wrapper_professions) {
    margin-bottom: 18px;
  }
}

@media(min-width:1024px) and (max-width:1366px) {
  .card-image-box {
    width: 100%;
  }

  .subscription-card-section.popular-course,
  .subscription-card-info,
  .subscription-card-section {
    height: auto;
  }

  .vacation-section-warpper .card-section p.card-description {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .subscription-card-section .subscription-card-info {
    height: 635px;
  }

  .subscription-card-section .subscription-card-info .subscription-plan-info {
    height: calc(100% - 100px);
  }

  .subscription-card-section:first-child .subscription-card-info h6.course-heading {
    min-height: 53px;
  }

  .card-body.card_wrapper_professions {
    min-height: 100px;
  }

  .vacation-section-warpper .card:has(.card_wrapper_professions) {
    margin-bottom: 18px;
  }

  .vacation-section-warpper .start-journey-wrapper {
    margin-top: 3rem;
  }
}

/* Specific class targeting the button */
button.remove_location {
  border-radius: 8px;
  border: 2px solid #C2AD6C;
  background: #C2AD6C;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 150px;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
}


.bottom_logo {
  margin: 20px 0;
}

.bottom_logo img {
  width: 165px;
}

.step_img_wrap img {
  max-width: 140px;
  /* border: 1px solid #eee; */
  border: 1px solid #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 5px;
  object-fit: contain;
  background: #fef4df;
}

.step_img_wrap {
  max-width: 140px;
}

#ImgWrap {
  max-width: 140px;
}

#imgWrap img {
  max-width: 140px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 5px;
  background: #fff;
  object-fit: contain;
}


.card_wrapper_professions img {
  width: 100%;
  margin-bottom: 20px;
}

.card_wrapper_professions h5.card-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 4px 0;
}

.card_wrapper_professions p.card-text {
  text-align: center;
  color: #767676;
}

ul.list-group.list_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

ul.list-group.list_grid li.list-group-item {
  margin: unset;
  border: 1px solid #eee;
  padding: 10px;
}

ul.list-group.list_grid li.list-group-item img {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  height: 264px;
  object-fit: contain;
}

.step_img_wrap h4 {
  text-align: center;
  color: #bf8f14;
  font-size: 20px;
  margin: unset;
}

.header-navigation nav.navbar a.navbar-brand img.img-fluid.logo,
.footer-logo img {
  width: 80px;
}

/* pricing css start here */
.price_heading,
.main_heading {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
/* pricing css end here */

.drimage img {
  width: 100%;
}

/* payment history section css start here */
.container.maxfull-container {
    max-width: calc(100% - 4rem);
}
.payment_history h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 20px;
}
 
.payment_table table.table thead tr th {
    border: unset;
    border-bottom: 1px solid #EAECF0 !important;
    background-color: #C2AD6C;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    height: 44px;
    padding: 16px 24px;
}
#payment_table_wrap tbody td {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #EAECF0;
    background: #FFF;
    padding: 10px 24px;
    place-content: center;
}
.custom_badge {
    border-radius: 44px;
    border: 1px solid #09A71B;
    background: rgba(9, 167, 27, 0.10);
    color: #09A71B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: fit-content;
}
.btn_flex button.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #3794FE;
    background: rgba(55, 148, 254, 0.10);
    color: #3794FE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 10px;
}
.btn_flex {
    display: flex;
    gap: 10px;
}
.btn_flex button.btn.cancel {
    border-radius: 4px;
    border: 1px solid #444;
    background: rgba(120, 120, 120, 0.10);
    color: #444;
}
.custom_badge.refunded {
    border-radius: 44px;
    border: 1px solid #C09236;
    background: rgba(192, 146, 54, 0.10);
    color: #C09236;
}
.custom_badge.declined {
    border-radius: 34px;
    border: 1px solid #C03636;
    background: rgba(192, 54, 54, 0.10);
    color: #C03636;
}
header.header_wrapper {
    border-bottom: 1px solid #eee;
}
table#payment_table_wrap th.dt-type-numeric .dt-column-header {
    flex-direction: inherit;
}
table#payment_table_wrap th.dt-type-numeric .dt-column-header span.dt-column-title {
    text-align: left;
}
table#payment_table_wrap tbody tr td.dt-type-numeric {
    text-align: left;
}

 div#payment_table_wrap_wrapper .dt-paging button.dt-paging-button.current {
    border-radius: 2px;
    background: #C2AD6C;
    border: unset;
    color: #fff !important;
}
 div#payment_table_wrap_wrapper .dt-paging button.dt-paging-button{
   width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 div#payment_table_wrap_wrapper .dt-paging button.dt-paging-button:hover{
    background: #C2AD6C;
    border: unset;
    color: #fff !important;
 }
 div#payment_table_wrap_wrapper .dt-paging nav {
    display: flex;
    gap: 6px;
}
div#payment_table_wrap_wrapper .dt-layout-cell.dt-layout-start .dt-length select#dt-length-0 + label {
    display: none;
}
/* payment history section css end here */