.select-main {
  margin-top: 60px;
}

.select-inner {
  column-gap: 16px;
}

.select-main .form-group {
  margin: 0;
}

.select-main .form-group select {
  padding: 12px 32px 12px 12px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.08988 7.49993C5.853 7.50279 5.62446 7.41254 5.45345 7.24861L0.268767 2.05176C0.184125 1.96792 0.116827 1.86823 0.070713 1.75837C0.0245996 1.64852 0.000574821 1.53066 1.01895e-05 1.41152C-0.000554442 1.29239 0.0223522 1.1743 0.0674224 1.06402C0.112493 0.953736 0.178843 0.853409 0.262686 0.768767C0.34653 0.684125 0.446224 0.616827 0.556076 0.570713C0.665929 0.5246 0.783789 0.500575 0.902926 0.50001C1.02206 0.499446 1.14014 0.522352 1.25043 0.567422C1.36071 0.612493 1.46104 0.678843 1.54568 0.762686L6.08988 5.3231L10.6341 0.762686C10.806 0.606653 11.0314 0.522752 11.2635 0.528372C11.4956 0.533992 11.7166 0.628704 11.8808 0.792876C12.045 0.957048 12.1397 1.17809 12.1453 1.4102C12.1509 1.64231 12.067 1.86768 11.911 2.0396L6.72631 7.24861C6.55529 7.41254 6.32676 7.50279 6.08988 7.49993Z' fill='%23A8A8A8'/%3E%3C/svg%3E%0A")
    #6f3bcf;
  border: 1px solid #9a76dd;
  border-radius: 4px;
  color: #fff;
  line-height: 24px;
  box-shadow: none !important;
  outline: none !important;
  /* min-width: 122px; */
  /* --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); */
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-main .btn-select {
  /* margin-left: 32px; */
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none !important;
  outline: none !important;
}

.select-main .btn-select:hover,
.select-main .btn-select:focus,
.select-main .btn-select:active {
  background: #fff;
  color: #5f25ca;
}

.tt-custom {
  margin-top: 75px;
  max-width: 530px;
}

.tt-custom .tt-counter__count,
.tt-custom .tt-counter__title {
  color: #fff;
}

.all-tabs {
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.sticky-tabs.active .all-tabs {
  position: fixed;
  z-index: 9;
  top: 155px;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 15px;
  justify-content: center;
  padding-bottom: 15px;
}

.without-top-header .sticky-tabs.active .all-tabs {
  top: 108px;
}

.all-tabs.sticky::before {
  content: "";
  position: absolute;
  left: -300%;
  right: -300%;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid #d6d6d6;
}

.all-tabs a {
  text-decoration: none;
  position: relative;
  color: rgb(79, 81, 88) !important;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.all-tabs a + a {
  margin-left: 45px;
}

.all-tabs a.active {
  color: #2a5cff !important;
  border-color: #2a5cff;
}

.all-tabs-content {
  margin-top: 30px;
}

.all-content {
  display: none;
}

.search-main .form-group {
  margin: 0;
}

.search-main .form-control {
  min-width: 400px;
  background: #f7f8fb !important;
  border-color: #a6a4b4 !important;
  border-radius: 4px !important;
  padding: 12px 16px !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  height: auto;
}

.search-main .form-group {
  margin: 0;
}

.search-main input.form-control {
  height: auto;
  background: #f7f8fb !important;
  border: 1px solid #a6a4b4 !important;
  border-radius: 4px;
  padding: 12px 40px 12px 16px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #76787d !important;
  min-width: 400px !important;
  margin: 0 !important;
}

.search-main .btn-search {
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.search-main select {
  min-width: 310px;
  background-color: #fff;
  height: auto;
  padding: 12px;
  line-height: 1.5;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #a6a4b4 !important;
}

.doctors {
  padding-bottom: 100px;
}

.breadcrumbs,
.breadcrumbs a {
  color: #64748b;
}

.all-content-one {
  padding-top: 50px;
}

.service.one-category {
  padding: 10px 0 0;
}

.service.one-category-content {
  padding: 40px 0 90px;
}

.page-template-course-category .banner__content,
.page-template-course-detail .banner__content,
.page-template-courses .banner__content {
  /* margin-top: 120px; */
}

.post-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-navigation li {
  display: inline-block;
}

.post-navigation li a,
.post-navigation li.active {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 36px;
  border: 2px solid #e3e5ee;
  text-align: center;
  color: #0c1636;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
}

.post-navigation li.active {
  background-color: #2a5cff;
  border-color: #2a5cff;
  color: #fff;
}

.post-navigation li.next a {
  border: 0;
}

.post-navigation li.next a i {
  margin-left: 3px;
}

.post-navigation li.next a:hover {
  color: #2a5cff;
}

.banner-btn a {
  background: #fff;
  border: 1px solid #fff;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #5f25ca;
}

.banner-btn a:hover {
  background: transparent;
  color: #fff;
}

/* .banner--three .banner__content{
    margin-top: 90px;
} */
.tax-course-category .banner--three .banner__content,
.single-courses .banner--three .banner__content {
  /* margin-top: 90px; */
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.has-submenu.mega-menu {
  position: static !important;
}
li.has-submenu.mega-menu > ul.sub-menu {
  width: 100%;
  min-width: 100%;
  min-height: 380px;
}
li.has-submenu.mega-menu > ul.sub-menu > li {
  width: calc(100% / 3);
}
li.has-submenu.mega-menu > .sub-menu li.has-submenu .sub-menu {
  display: none !important;
}
li.has-submenu.mega-menu > .sub-menu li.has-submenu > .sub-menu {
  left: 33.33% !important;
  right: auto !important;
  width: calc(100% - 33.33% - 33.33%) !important;
  top: 0 !important;
  box-shadow: none !important;
  height: 100%;
}
li.has-submenu.mega-menu
  > .sub-menu
  li.has-submenu
  > .sub-menu
  li.has-submenu
  > .sub-menu {
  width: 100% !important;
  left: 100% !important;
}
li.has-submenu.mega-menu > .sub-menu li.has-submenu {
  position: static !important;
}
li.has-submenu.mega-menu > .sub-menu li.has-submenu a {
  position: relative;
}
li.has-submenu.mega-menu > .sub-menu li.has-submenu > a::before {
  content: "\e930";
  font-family: "feather" !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  line-height: 1;
}

li.has-submenu.mega-menu > .sub-menu li.has-submenu:hover > .sub-menu {
  display: block !important;
}
/*30/8/24*/
.ncc-banner .banner__title {
  line-height: 54px;
}
.ncc-banner .banner__title span {
  border-bottom: 4px solid #ff9839;
}
.search-main.banner-search .form-group {
  max-width: 362px;
}
.search-main.banner-search input.form-control {
  border: 1px solid #9a76dd !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 0px 10px !important;
  height: 48px;
  background-color: #6f3bcf !important;
  font-family: "Inter", sans-serif;
  padding-left: 45px !important;
  min-width: auto;
  box-shadow: none;
  outline: none;
}
.search-main.banner-search .btn-search {
  right: auto;
  left: 16px;
}
.search-main.banner-search input.form-control::placeholder {
  color: #fff;
}
.bn-trainers {
  margin-top: 32px;
  gap: 16px;
}
.bn-trainers .d-flex {
  gap: 8px;
}
.bn-trainers p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.36px;
}
.bn-access-main {
  margin-top: 80px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: -20px 23px 0px #ff9839;
}
.bn-access-main h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: #000000;
  margin-bottom: 16px;
}
.bn-access-grid {
  display: flex;
  align-items: center;
  gap: 92px;
}
.bn-access-box img {
  margin-bottom: 16px;
}
.bn-access-box h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.019em;
  color: #000000;
}
.banner.banner--three.ncc-banner {
  height: auto;
  padding-top: 12%;
  padding-bottom: 6%;
}
.nccb-form-main {
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  max-width: 440px;
  margin: 0 0 0 auto;
}
.nccb-form-main h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #2e2e2e;
  margin-bottom: 24px;
}
.ncbb-form .form-group {
  margin-bottom: 24px;
}
.ncbb-form .form-control {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  outline: none;
}
.ncbb-form .tt__btn {
  width: 100%;
  padding: 15px 25px;
}
.service.explore-all .section-heading .section-title {
  color: #1c1e21;
}
.new-ex-all .tt-blog-grid.style-two .entry-title {
  margin-bottom: 14px;
}
.et-cat {
  display: block;
  font-size: 14px;
  line-height: 24px;
  width: max-content;
  background: #f1f3f4;
  padding: 2px 12px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.new-plans {
  padding: 90px 0;
  z-index: 1;
}
.shape.bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.shape.bg-shape img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.new-plans .plan-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px;
  max-width: 368px;
}
.plan-box h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.019em;
  margin-bottom: 12px;
}
.plan-box h4 b,
.plan-box h4 strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.ppl {
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
}
.training-main .bn-access-main {
  padding: 12px 16px;
  background: #f1f3f4;
  border-radius: 4px;
  margin: 0 0 10px;
  box-shadow: none;
}
.training-main .bn-access-main h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}
.training-main .bn-access-box h5 {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: -0.019em;
}
.training-main .bn-access-box img {
  margin-bottom: 4px;
}
.training-main .bn-access-grid {
  gap: 30px;
  justify-content: space-between;
}
.training-main .tt-list li {
  color: #17181a;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  font-size: 14px;
  padding: 6px 0;
}
.training-main .tt__btn {
  margin-top: 30px;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  line-height: 26px;
}
.new-trending {
  padding: 90px 0;
}
.new-trending .section-heading.d-flex {
  gap: 24px;
  padding-bottom: 32px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nt-box .tt-list.style-two li i {
  margin: 0 0 0 24px;
  font-weight: 700;
  background: transparent;
  /* position: absolute;
  right: 0; */
}
.nt-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.nt-box .tt-list.style-two li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #5f15cd;
  margin: 0;
}
.nt-box .tt-list li {
  padding: 12px 0;
  align-items: center;
}
.new-trending .col-lg-12 > .d-flex {
  gap: 40px;
  margin-top: 3rem;
}
.new-trending .col-lg-12 .d-flex .tt__btn {
  padding: 11px 24px;
}
.tt__active {
  gap: 6px;
}
.new-trending .tt__btn svg {
  width: 15px;
  height: 15px;
}
.tt__btn-border {
  background: transparent;
  color: #5e26ca;
}
.tt__btn-border:before {
  background: transparent;
}
.tt__btn-border:hover {
  background: #5e26ca;
  color: #fff;
}
.tt__active:hover svg path {
  stroke: #5e26ca;
}
.new-comp .section-heading .d-flex p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}
.new-comp .section-heading .d-flex {
  gap: 48px;
}
.new-comp .section-heading .d-flex p b,
.new-comp .section-heading .d-flex p strong {
  font-weight: 700;
}
.trus-comp.new-comp .com-logo .logo {
  text-align: center;
}
.trus-comp.new-comp .com-logo .logo img {
  height: 80px;
  width: auto;
  object-fit: fill;
}
.new-trainer {
  padding: 90px 0;
}
.new-trainer .section-heading {
  margin-bottom: 40px;
}
.trainer-box {
  background: #fff;
  border-radius: 8px;
}
.trainer-box img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.trainer-box .trainer-desc {
  padding: 12px 16px;
}
.trainer-desc h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.new-trainer .row {
  row-gap: 40px;
}
.new-trainer .col-lg-2 {
  width: 20%;
}
.trainer-desc p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px;
}
.trainer-box .trainer-desc img {
  width: auto;
  max-width: 100%;
}
.new-learing {
  margin: 90px 0;
}
.llink-box {
  padding: 32px 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  gap: 20px;
  display: grid;
  grid-template-columns: 48px auto;
  position: relative;
  cursor: pointer;
}
.llink-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #5f15cd;
  opacity: 0;
  border-radius: 10px 0 0 10px;
}
.llink-box + .llink-box {
  margin-top: 40px;
}
.llink-desc h4 {
  font-size: 20px;
  line-height: 24px;
}
.llink-desc p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.llink-box.active {
  border-color: #5f15cd;
}
.llink-box.active:before {
  opacity: 1;
}
.learning-img {
  display: none;
}
.learning-img img {
  width: 100%;
  right: -9%;
  position: relative;
}
.appointment-form .form-control {
  background: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
}
.new-appo {
  padding: 90px 0;
}
.appointment-section.new-appo .section-heading.style-two {
  max-width: 90%;
}
.appointment-section.new-appo .section-heading.style-two .section-subtitle {
  font-size: 32px;
  margin-bottom: 50px;
}
.appointment-section.new-appo .section-heading.style-two .section-title {
  font-size: 32px;
  margin-bottom: 40px;
}
.new-cta {
  padding: 32px 0;
}
.ct-grid {
  padding-left: 30px;
}
.ct-grid {
  display: grid;
  grid-template-columns: 755px auto;
  align-items: center;
}
.ct-logo {
  margin-bottom: 16px;
}
.ct-left p {
  color: #fff;
  margin: 0;
}
.cta-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.service.explore-all.new-ex-all .sticky-tabs.active .all-tabs {
  padding-bottom: 0;
}
.service.explore-all.new-ex-all .all-tabs a.active {
  color: #5e26ca !important;
  border-color: #5e26ca;
}
.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}

.breadcrumb li a,
.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
  margin-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 7L3.5 4L0.5 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}
.new-search {
  display: grid;
  grid-template-columns: 204px 204px;
  gap: 28px;
}
.new-search .form-select {
  padding: 12px 20px;
  background-color: #5f15cd;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  box-shadow: none;
  outline: none;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ncc-with-breadcrumb .bn-access-main {
  margin-top: 48px;
}
.all-tabs .swiper-ttabs {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.all-tabs .swiper-ttabs .swiper-slide {
  text-align: center;
}
.swiper-ttabs .swiper-button-next,
.swiper-ttabs .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  box-shadow: drop-shadow(8px 4px 48px rgba(0, 0, 0, 0.25));
}
.swiper-ttabs .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-ttabs .swiper-button-next:after,
.swiper-ttabs .swiper-button-prev:after {
  display: none;
}
.swiper-ttabs .swiper-slide a {
  line-height: 0;
  padding-bottom: 0;
}
.nlorem-img img {
  max-width: 100%;
  margin-left: auto;
  display: block;
}
.nlorem-desc {
  max-width: 546px;
  margin: 0 auto;
}
.nlorem-desc h4 {
  font-size: 28px;
}
.nlorem-desc p {
  margin-bottom: 20px;
}
.new-sub-cat .appointment-form .form-control {
  background: #eff1f6;
}
.ncc-cd-banner .et-cat {
  background: #fff;
  margin-bottom: 12px;
  color: #000;
  padding: 8px 16px;
}
.new-cd-detail-main {
  padding-bottom: 80px;
}
.new-testi {
  padding: 80px 0;
}
.new-cd-detail-main .all-tabs a {
  line-height: 72px;
  padding-bottom: 0;
}
.new-cd-detail-main .sticky-tabs {
  border-bottom: 1px solid #d6d6d6;
}
.new-cd-detail-main .all-tabs {
  border: 0;
}
.new-cd-detail-main .all-tabs a.active {
  color: #5e26ca !important;
  border-color: #5e26ca;
}
.new-cd-detail-main .sticky-tabs.active .all-tabs {
  padding: 0;
}
.ncdm-desc h4,
.ncdm-desc h3,
.ncdm-desc p,
.ncdm-desc ul {
  margin-bottom: 20px;
}
.banner.banner--three.ncc-banner.ncc-cd-banner {
  height: auto;
  padding-top: 18%;
  padding-bottom: 0;
  height: 700px;
}
.ncc-cd-banner .nccb-form-main {
  position: relative;
  bottom: -30px;
  z-index: 1;
}
.cd-sidebar {
  max-width: 440px;
  margin-left: auto;
  margin-top: 80px;
}
.cd-sidebar .bn-access-main {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 13px 13px 0px #ff9839;
  border-radius: 4px;
}
.cd-sidebar .bn-access-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.cd-sidebar .bn-access-grid .bn-access-box {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 8px;
  align-items: center;
}
.cd-sidebar .bn-access-grid .bn-access-box h5,
.cd-sidebar .bn-access-grid .bn-access-box img {
  margin: 0;
}
.ncdm-desc .overview {
  padding-top: 40px;
}
.ncdm-desc .faq-main {
  padding-top: 50px;
}
.accordion-button {
  background: transparent !important;
  border: 0;
  outline: none;
  box-shadow: none !important;
  font-size: 20px;
  line-height: 32px;
  color: #111 !important;
  font-weight: 700;
  padding: 25px 30px;
  position: inherit;
}

.accordion-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 18px !important;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.accordion-body {
  padding: 0 30px 25px;
}

.accordion-button::after {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EFF1F6'/%3E%3Cpath d='M13 22L18.9729 16L13 10' stroke='%235F15CD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%235F15CD'/%3E%3Cpath d='M10 13L16 18.9729L22 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: center;
  transform: rotate(0);
}
.accordion-button:not(.collapsed)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #5f15cd;
  border-radius: 18px;
  z-index: -1;
}
.accordion .accordion-body p:last-child {
  margin: 0;
}
.f-links h3,
.fcent-box h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.fcent-box h3 {
  color: #5f15cd;
}
.fcent-main h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 28px;
}

.f-links ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #4d4d4d;
  display: block;
  max-width: fit-content;
}

.f-links ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.f-links ul li + li {
  margin-top: 13px;
}

.ftop-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.f-top {
  padding: 45px 0px;
}

.fcent-box p,
.fbo-left ul li a,
.fbo-left ul li,
.f-social ul {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 0;
}

.fbo-left ul li a:hover {
  color: #000;
}

.fcent-box + .fcent-box {
  margin-top: 30px;
}

.fcent-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fcent-box ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  list-style: disc;
  color: #4d4d4d;
  margin-left: 20px;
  margin-bottom: 0;
}

.fcent-box ul li a {
  color: #4d4d4d;
}

.fcent-box ul li a:hover {
  color: #5e26ca;
}

.fcent-box ul li::marker {
  color: #4d4d4d;
}

.fcent-main {
  padding: 45px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.f-bottom {
  padding: 20px 0px;
  background: #fafafa;
}

.fbo-left ul,
.f-social ul {
  display: flex;
  align-items: center;
}

.f-social ul {
  justify-content: flex-end;
}

.fbo-left ul li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #77736b;
}

.fcent-box h3 {
  margin-bottom: 15px;
}

.f-social ul li svg {
  max-width: 20px;
  transform: rotate(0);
  transition: all 0.3s;
}

.f-social ul li + li {
  margin-left: 22px;
}

.f-social ul li a:hover svg {
  transform: rotate(360deg);
}

.ftopnewsto-img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f0f0f0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ftopnewsto-img img,
.ftopnewsto-img svg {
  max-width: 16px;
}

.ftopnews-top {
  gap: 20px;
  margin-bottom: 16px;
}

.ftopnews-top h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.ftop-newslatter {
  margin-bottom: 30px;
}

.ftopge-cont h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.ftopge-cont ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #4d4d4d;
  gap: 8px;
}

.ftopge-cont ul li a {
  color: #4d4d4d;
}

.ftopge-cont ul li svg {
  max-width: 24px;
}

.ftopge-cont ul li a:hover {
  color: #000;
}

.ftopnewsto-bottom .form-control {
  padding: 11px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: #fff;
  box-shadow: 0 0 0 !important;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px !important;
  color: #000;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
.fbo-left ul {
  margin: 0;
}
.training-main .tt-list li i {
  flex: 0 0 20px;
  color: #0bba34;
  border: 1px solid #0bba34;
  border-radius: 50%;
  font-size: 10px;
  background: #fff;
  position: relative;
  top: -1px;
}
.nt-box .tt-list li i {
  font-size: 20px;
}
.page-template-new-category .trainer-box {
  border: 1px solid #e9eaf0;
}
.ftopnewsto-bottom #input_3_1 {
  width: 100% !important;
  font-size: 12px;
}
.ftopnewsto-bottom .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.ftopnewsto-bottom .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.ftopnewsto-bottom .gform-body input[type="submit"]{
  font-size: 14px;
  padding: 5px;
}
.f-links .widget {
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .banner.banner--three.ncc-banner {
    padding-top: 15%;
  }
  .banner.banner--three.ncc-banner.ncc-cd-banner {
    padding-top: 20%;
  }
}

@media screen and (max-width: 1199px) {
  .site-header:not(.mobile-header) .main-nav-container {
    margin-left: 40px;
  }
  .site-header:not(.mobile-header) .menu li:not(:last-child) {
    margin-right: 15px;
  }
  .site-header .nav-right .nav-link {
    margin-right: 15px;
  }
  .site-header .nav-right .nav-btn {
    padding: 11px 15px;
  }
  .new-plans .col-lg-9 {
    width: 100%;
  }
  .ct-grid {
    grid-template-columns: 70% 30%;
    gap: 15px;
  }
  .parallax-image-content-two.text-end {
    text-align: start !important;
  }
  .new-trending .tt-list li i {
    margin: 0 !important;
  }
  .new-trending .nt-box .tt-list.style-two li a {
    font-size: 16px;
    line-height: 20px;
  }
  .new-trending .nt-box .tt-list.style-two li {
    gap: 6px;
  }
  .nlorem-img img {
    margin: 0 auto;
  }
  .ftopnewsto-bottom .tt__btn {
    padding: 11px;
  }
  .fcent-box p,
  .fbo-left ul li a,
  .fbo-left ul li,
  .f-social ul {
    font-size: 13px;
    line-height: 22px;
  }
  .fbo-left ul li,
  .f-social ul,
  .fbo-left ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  .f-bottom {
    padding: 12px 0px;
  }
}

@media screen and (max-width: 991px) {
  .page-template-course-category .banner__content,
  .page-template-course-detail .banner__content,
  .page-template-courses .banner__content {
    margin-top: 30px;
  }

  .tt-custom {
    max-width: 100%;
    margin-top: 30px;
  }

  .tt-counter.tt-custom .tt-counter__item {
    width: 33.33%;
  }

  .select-main {
    margin-top: 30px;
  }

  .search-main input.form-control,
  .search-main select {
    min-width: 320px !important;
  }

  .sticky-tabs.active .all-tabs {
    position: relative;
    background: transparent;
    padding: 0;
    top: 0;
  }

  .tax-course-category .banner--three .banner__content,
  .single-courses .banner--three .banner__content {
    /* margin-top: 90px; */
  }
  .has-submenu.mega-menu,
  li.has-submenu.mega-menu > .sub-menu li.has-submenu {
    position: relative !important;
  }
  .mobile-header .main-nav-container li.has-submenu {
    cursor: pointer;
  }
  li.has-submenu.mega-menu > ul.sub-menu > li,
  li.has-submenu.mega-menu > .sub-menu li.has-submenu > .sub-menu {
    width: 100% !important;
    height: auto !important;
  }
  li.has-submenu.mega-menu > .sub-menu li.has-submenu > a::before {
    display: none;
  }
  li.has-submenu.mega-menu > .sub-menu li.has-submenu:hover > .sub-menu,
  li.has-submenu.mega-menu > .sub-menu li.has-submenu .sub-menu {
    display: none !important;
  }
  li.has-submenu.mega-menu > .sub-menu li.has-submenu.is-open > ul.sub-menu {
    display: block !important;
  }
  li.has-submenu.mega-menu > ul.sub-menu {
    min-height: auto;
    width: auto;
    min-width: auto;
  }

  .banner.banner--three.ncc-banner,
  .banner.banner--three.ncc-banner.ncc-cd-banner {
    padding: 140px 0 40px;
  }
  .ncc-banner .banner__title {
    line-height: 45px;
  }
  .bn-access-main {
    margin-top: 40px;
  }
  .ncc-banner .row {
    row-gap: 60px;
  }
  .nccb-form-main {
    margin: 0 auto;
    max-width: 100%;
  }
  .section-heading.style-two {
    margin-bottom: 40px;
  }
  .new-plans .plan-box {
    max-width: 330px;
  }
  .new-trainer .col-lg-2 {
    width: 33.33%;
  }
  .new-learing .row {
    row-gap: 30px;
  }
  .learning-img img {
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .learning-img img {
    width: 100%;
    right: 0;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .new-cta {
    padding-bottom: 0;
  }
  .cta-img {
    position: relative;
    text-align: center;
  }
  .new-trending .row,
  .new-appo .row {
    row-gap: 30px;
  }
  .trus-comp .com-logo {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .new-trending .col-lg-12 > .d-flex {
    margin-top: 0;
  }
  .new-trending .section-heading.d-flex {
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .appointment-section.new-appo .section-heading.style-two .section-subtitle {
    margin-bottom: 15px;
  }
  .appointment-section.new-appo .section-heading.style-two .section-title {
    margin-bottom: 20px;
  }
  .appointment-section.new-appo .section-heading.style-two {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ct-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .doctors,
  .service,
  .new-plans,
  .new-trending,
  .new-trainer,
  .new-appo,
  .new-testi {
    padding: 50px 0;
  }
  .new-learing {
    margin: 50px 0;
  }
  .new-lorem {
    padding: 50px 0;
  }
  .new-lorem .row {
    row-gap: 30px;
  }
  .nlorem-desc {
    max-width: 100%;
    padding: 0 30px;
  }
  .new-plan-grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .new-plans .plan-box {
    max-width: 100%;
    width: 100%;
  }
  .banner.banner--three.ncc-banner.ncc-cd-banner {
    height: auto;
  }
  .ncc-cd-banner .nccb-form-main {
    bottom: 0;
  }
  .cd-sidebar {
    max-width: 100%;
    margin-left: auto;
    margin-top: 30px;
  }
  .f-top .row {
    row-gap: 30px;
  }
  .ftopnewsto-bottom .tt__btn {
    padding: 11px 25px;
    width: 100%;
  }
  .fcent-main,
  .f-top {
    padding: 25px 0px;
  }
  .fbo-left ul li + li {
    margin-left: 8px;
    padding-left: 8px;
  }

  .f-social ul li svg {
    max-width: 16px;
    max-height: 16px;
  }
  .fcent-main,
  .f-top {
    padding: 25px 0px;
  }
  .ftop-newslatter {
    margin-bottom: 0;
  }
  .fbo-left ul li + li {
    margin-left: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .select-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .select-main .form-group {
    width: 100%;
  }

  .select-main .btn-select {
    margin-left: 0;
  }

  .tt-counter.tt-custom .tt-counter__item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .all-tabs {
    flex-wrap: wrap;
    text-align: center;
  }

  .all-tabs a {
    width: 100%;
  }

  .all-tabs a + a {
    margin-left: 0;
    margin-top: 5px;
  }

  .search-main {
    flex-wrap: wrap;
    gap: 15px;
  }

  .search-main .form-group {
    width: 100%;
  }
  .bn-trainers p {
    font-size: 12px;
    line-height: 18px;
  }
  .bn-access-grid {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bn-access-main {
    box-shadow: -5px 5px 0px #ff9839;
  }
  .nccb-form-main {
    padding: 20px;
  }
  .new-trending .col-lg-12 > .d-flex {
    flex-wrap: wrap;
  }
  .new-trending .col-lg-12 .d-flex .tt__btn {
    text-align: center;
  }
  .new-comp .section-heading .d-flex {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .trus-comp.new-comp .com-logo .logo img {
    height: auto;
  }
  .new-trainer .col-lg-2 {
    width: 100%;
  }
  .ct-grid {
    padding-left: 0;
  }
  .training-main .bn-access-grid {
    justify-content: center;
  }
  .breadcrumb {
    margin: 2rem 0 1rem;
  }
  .new-search {
    grid-template-columns: repeat(1, 1fr);
  }
  .cd-sidebar .bn-access-main {
    box-shadow: 5px 5px 0px #ff9839;
  }
  .new-testi .all-content-one {
    padding: 0;
  }
  .new-testi .all-content-one .testimonial-control {
    margin: 0 auto 30px;
  }
  .ftop-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .fbo-left ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .fbo-left li:first-child {
    max-width: 100%;
    flex: 100%;
  }
  .fbo-left ul li:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
  .f-social ul {
    justify-content: center;
    margin-top: 15px;
  }
}
/* Ansh */

.nccb-form-main .ncbb-form .gform-body input,
.nccb-form-main .ncbb-form .gform-body textarea {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  outline: none;
}
.nccb-form-main .ncbb-form .gform_footer input[type="submit"] {
  padding: 11px 25px;
  z-index: 1;
  border-radius: 6px;
  border: 2px solid #5e26ca;
  color: #ffffff;
  overflow: hidden;
  font-size: 15px;
  display: -ms-inline-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  font-weight: 500;
  background: #5e26ca;
}
.nccb-form-main .ncbb-form .gform_footer input[type="submit"]:hover {
  background: transparent;
  color: #000;
}
.ftopnewsto-bottom .gform-body input[type="email"] {
  padding: 11px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: #fff;
  box-shadow: 0 0 0 !important;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px !important;
  color: #000;
  width: 90% !important;
}
.ftopnewsto-bottom .gform-body input[type="submit"] {
  padding: 6px 0px;
  z-index: 1;
  border-radius: 6px;
  border: 2px solid #5e26ca;
  color: #ffffff;
  overflow: hidden;
  font-size: 15px;
  display: -ms-inline-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  font-weight: 500;
  background: #5e26ca;
}
.ftopnewsto-bottom .gform-body input[type="submit"]:hover {
  background: transparent;
  color: #000;
}
.new-sub-cat input[type="text"],
.new-sub-cat input[type="email"],
.new-sub-cat textarea {
  background: #eff1f6;
}
.parent-cat ul {
  column-count: 3;
  -webkit-column-count: 3;
  gap: 1;
}
.single-courses .ncc-with-breadcrumb .breadcrumb li{
  font-size: 12px;
}
.form-group.sub-cat-course-lists{
  width: 50%;
}
.search-result-wrapper{
  position: absolute;
  width: 100%;
  z-index: 1;
}
.search-result-wrapper{
  background: #F1F1F1;
  max-width: 400px;
  overflow: hidden;
  word-wrap: break-word;
  border-radius: 0 0 5px 5px;
  max-height: 230px;
  overflow-y: auto;
}
.search-result-wrapper ul{
  list-style: none;
  padding-left: 20px;
}
.search-result-wrapper ul a{
  color: #000;
}
.service.new-course-lists{
  margin-bottom: 0;
  padding: 30px 0;
}
.new-course-lists .section-heading.style-two{
  margin-bottom: 0;
}
.new-course-lists .course-lists-container h3{
  font-size: 20px;
}
.new-course-lists .course-lists-container .course-content h3{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  text-decoration: underline;
}
.new-course-lists .course-lists-container .course-content h3:hover{
  color: #5e26ca;
}
section.new-course-lists h2{
  margin-bottom: 20px !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}
.new-course-lists .course-content {
  /* background: #EFF1F6;
  padding: 10px 15px;
  border-radius:5px; */
  margin-bottom: 10px;
}
.new-testi.testi-course-detail .testimonial.testimonial--two{
  background: #EFF1F6;
}
.new-testi.testi-course-detail .testimonial-control > div{
  background: #EFF1F6;
}
.new-testi.testi-course-detail .testimonial-control > div:hover{
  background: #5e26ca;
}
.new-trainer.course-detail-trainer .trainer-box .trainer-desc{
  border: 1px solid #E9EAF0;
}
.nt-box.treading-course .tt-list.style-two li a{
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .ftopnewsto-bottom .gform-body input[type="email"] {
    width: 100% !important;
  }
  .search-result-wrapper{
    max-width: 362px;
  }
}
@media screen and (max-width: 640px) {
  .ftopnewsto-bottom .gform-body input[type="email"] {
    padding: 5px 15px !important;
  }
  .form-group.sub-cat-course-lists{
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .parent-cat ul {
    column-count: 2;
    -webkit-column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .parent-cat ul {
    column-count: 1;
    -webkit-column-count: 1;
  }
  .swiper-ttabs .swiper-slide a{
    line-height: 72px;
  }
  .new-course-lists .course-lists-container h3{
    font-size: 20px;
    line-height: 30px;
  }
  .new-course-lists .course-lists-container .course-content h3{
    font-size: 16px;
    margin-bottom: 0;
  }
  section.new-course-lists .section-heading .section-title{
    font-size: 22px !important;
  }
  .service.new-course-lists{
    padding: 20px 0 0 0;
  }
  .nt-box.treading-course .tt-list.style-two li a{
    line-height: 24px;
  }
  .ftopnewsto-bottom .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter,
  .ftopnewsto-bottom .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .ftopnewsto-bottom .gform-body input[type="submit"]{
    min-height: auto !important;
    line-height: 1.5 !important;
  }
}
/* Ansh */
