.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: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
.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 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: 24;
  }
  .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 input,
.nccb-form-main .ncbb-form textarea {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  outline: none;
}
.nccb-form-main .ncbb-form 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 input[type="submit"]:hover {
  background: transparent;
  color: #000;
}
.ftopnewsto-bottom 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: 100% !important;
}
.ftopnewsto-bottom 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 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;
}
footer .f-center .fcent-box h3 a {
  color: #5e26ca;
}
@media screen and (max-width: 991px) {
  .ftopnewsto-bottom input[type="email"] {
    width: 100% !important;
  }
  .search-result-wrapper {
    max-width: 362px;
  }
  .f-top .ftop-newslatter .row {
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  /* .ftopnewsto-bottom 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 input[type="submit"] {
    min-height: auto !important;
    line-height: 1.5 !important;
  }
}
.ct-grid .ct-logo img {
  width: 150px;
}
.gform_wrapper.gravity-theme .ginput_counter {
  display: none;
}
.ncc-banner .nccb-form-main .row {
  row-gap: 0 !important;
}
.main-nav .mobile-link {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-nav .mobile-link {
    /* display: block; */
  }
}
@media screen and (min-width: 991px) {
  .ftopnewsto-bottom .row .col-lg-6:nth-child(1) {
    padding-right: 0;
  }
}
.banner-btn {
  background: #fff;
  color: #5f25ca;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: auto;
  padding: 12px 40px;
  border: none;
  border-radius: 5px;
  border: 1px solid #fff;
}
.banner-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.intl-tel-input {
  display: flex;
  margin-bottom: 15px;
}
.intl-tel-input .flag-container {
  position: unset;
  padding-right: 0;
}
.intl-tel-input .flag-container .selected-flag {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn.btn-purple {
  border: 1px solid #5f15cd;
  padding: 12px 24px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: #5f15cd;
}
.btn.btn-purple:hover {
  background: #5f15cd;
  color: #fff;
}
div.intl-tel-input input {
  padding-left: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.key-areas .col-lg-3 {
  display: inherit;
}
.btn-white {
  background: #fff;
  color: #683bd4;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border: 1px solid #fff;
}
.cpt-counter {
  max-width: 550px;
  justify-content: space-between;
  margin-top: 60px;
  margin-top: 110px;
}
.cpt-box img {
  height: max-content;
}
.cpt-box-content h3 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0;
}
.cpt-box-content p {
  font-size: 16px;
  font-weight: 400;
}
.cpt-box-content h3,
.cpt-box-content p {
  color: #fff;
}
body.page-template-product .tt-parallax__image--five .shape-image,
body.page-template-customer .tt-parallax__image--five .shape-image {
  display: none;
}
.btn-white:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.service-six,
.service-five {
  padding-top: 120px;
}
header .navbar-nav {
  flex-direction: row;
}
header .navbar-nav .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  right: 0;
  width: 6px;
  height: 6px;
  top: 36px;
}
header .navbar-nav > li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  margin: auto;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  display: block;
  z-index: 100;
}
header .navbar-nav .menu-item.menu-item-has-children {
  padding-right: 14px;
}
header .navbar-nav .menu-item {
  position: relative;
}
header .navbar-nav .sub-menu a {
  padding: 0 !important;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000 !important;
}
header .navbar-nav .menu-item-has-children:hover ul.sub-menu {
  display: block;
  opacity: 1;
  -ms-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.page-header_wrapper p {
  color: #fff;
}
.dev-process {
  max-width: 1170px;
  margin: auto;
}
.dev-process .parent-container-box {
  position: relative;
  padding: 45px 0;
}
.dev-process .parent-container-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.15) 100px,
    rgba(0, 0, 0, 0.15) calc(100% - 100px),
    transparent 100%
  );
}
.dev-process .parent-block {
  display: flex;
  gap: 27px;
  align-items: center;
  justify-content: center;
}
.dev-process .step-number {
  margin-bottom: 0;
}
.dev-process .container-box {
  position: relative;
  left: 43.1%;
  width: 500px;
  margin-bottom: 40px;
}
.circle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  transform: translate(-50%, -50%);
  opacity: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}
.circle::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  transform: translate(-50%, -50%);
  opacity: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}
.dev-process .step-detail {
  background: white;
  padding: 23px 30px;
  width: 100%;
  max-width: 350px;
  background: #fff;
  box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1);
  border-left: 4px solid #5f15cd;
}
.dev-process .right-translate {
  animation: translateFromRight 1s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.dev-process .step-detail h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgb(35, 35, 35);
  letter-spacing: 0.3px;
}
.dev-process .step-detail p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dev-process .l-12 {
  left: 14.5%;
}
.step-detail.left-translate {
  text-align: end;
}
.dev-process .left-translate {
  animation: translateFromLeft 1s ease-in-out forwards;
}
.dev-process .container.l-12 .step-detail {
  border-right: 4px solid #5f15cd;
  border-left: 0;
}
.dev-process .devpro-wrap .circle {
  margin-right: 4px;
}
.dev-process .circle {
  margin-right: 4px;
}
.dev-process .circle {
  height: 20px;
  width: 20px;
  border: 3px solid;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  border-color: #5f15cd;
  background: #5f15cd;
}
.dev-process .circle {
  margin-left: 4px;
}
.dev-process {
  padding: 110px 0;
  padding-bottom: 60px;
}
.dev-process .container-box:hover .parent-block,
.dev-process .container-box:hover .step-number {
  gap: 40px;
  transition: gap 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.dev-process .container-box:hover .circle::after,
.dev-process .container-box:hover .circle::before {
  opacity: 1;
}
.vision a {
  color: #5f15cd;
}
.tt-icon-box .box-title {
  line-height: 1.5em;
}
.service-six .col-lg-4 {
  display: inherit;
}
.awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 65px 0 60px 0;
}
.awards .flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  justify-content: center;
}
.awards .block {
  width: 300px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.awards .block img {
  max-width: 300px;
}
.awards .block p {
  margin: 15px 35px 0 35px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: black;
}
.award-section {
  padding: 65px 0 60px 0;
}
.award-section .award-content h3 {
  font-size: 22px;
  color: #5f15cd;
  font-weight: 800;
  margin-top: 20px;
  line-height: 1.3em;
}
.award-section .award-content p {
  color: #000;
  font-size: 18px;
}
header.header-fixed.showed .menu-item.menu-item-has-children::after {
  border-color: #000;
}
.top-header .alert {
  justify-content: space-between;
  align-items: center;
}
.top-header .top-headline {
    display: flex;
    flex-wrap: wrap; /* ensures content wraps nicely on small screens */
    align-items: center; /* vertically center content */
    gap: 10px; /* remove any gap between elements */
    justify-content: space-between; /* pushes "Read more" to the right */
    font-size: 16px; /* adjust as needed */
}
.top-header .top-headline a {
    margin-left: 4px; /* optional, very small spacing */
    text-decoration: none;
}
@media (max-width: 768px) {
    .top-header .top-headline {
        font-size: 14px; /* slightly smaller text */
        gap: 2px; /* reduce gap further on mobile */
    }
}
.top-social path {
  width: 20px;
}
.top-contact ul li,
.top-social ul li {
  list-style: none;
}
.top-contact ul li a,
.top-social ul {
  gap: 10px;
  align-items: center;
  padding: 0;
}
.top-contact ul li a {
  color: #fff;
  font-weight: 500;
}
.top-contact ul,
.top-social ul {
  margin: 0;
}
.top-contact ul,
.top-social ul li a {
  padding: 0;
  gap: 10px;
}
.customer-logo-box{
  padding: 20px !important;
}
.customer-logo-box .icon-container{
  margin-bottom: 0 !important;
}
body.page-template-customer .image-content-area-five .image-content .tt-list .list-text img{
  width: 160px !important;
}
@media (min-width: 1170px) {
  .circle::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 91px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
  }
  .circle::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 91px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
  }
  .dev-process .container:hover .circle::after,
  .dev-process .containe-box:hover .circle::before {
    opacity: 1;
  }
  .devpro-wrap .circle::before {
    right: 57px;
    left: initial;
  }
}
@media (min-width: 1170px) {
  .circle::before {
    left: 84px;
  }
  .circle::after {
    left: 84px;
  }
}
@media (max-width: 1170px) {
  .dev-process .parent-block {
    flex-direction: column;
  }
  .dev-process .container-box {
    position: static;
    width: fit-content;
    display: contents;
  }
  .dev-process .step-detail {
    order: 2;
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 1400px) {
  .banner--three.banner-corp-training .banner__feature-image {
    bottom: -110px;
  }
  .banner--three.banner-products .banner__feature-image {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1600px) {
  .banner--three.banner-corp-training .banner__feature-image {
    bottom: -120px;
  }
  .banner--three.banner-products .banner__feature-image {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .banner--three.banner-corp-training .banner__feature-image {
    bottom: -110px;
  }
  .banner--three.banner-products .banner__feature-image {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .banner--three.banner-products .banner__feature-image img {
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .banner--three.banner-corp-training .banner__feature-image {
    bottom: -175px;
  }
  .cpt-counter {
    justify-content: space-evenly;
  }
  .product-list li.has-submenu.mega-menu > ul.sub-menu,
  .product_tabs {
    min-height: 530px !important;
  }
  .product_content {
    padding: 0 20px;
  }
  .inner_menus {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  .top-social,
  .top-contact {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .ftopnewsto-bottom .row .col-lg-6:nth-child(1) {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .parallax-image-content-area.comp-team .text-end {
    text-align: center !important;
  }
  .why-us h2 {
    font-size: 36px;
  }
  .comp-team .team-cop-content h3 {
    font-size: 36px;
  }
  .row.cta-form {
    gap: 10px 0;
  }
  .comp-team .cir-shape {
    display: none;
  }
  .banner--three.banner-corp-training .banner__feature-image {
    bottom: 0;
    width: 100%;
  }
  .banner-corp-training {
    height: auto;
  }
  body.page-template-corporate-training-two
    .banner.banner-corp-training
    .banner__content {
    padding-top: 10px;
  }
  .product_menus {
    row-gap: 10px;
  }
  header .navbar-nav {
    flex-direction: column;
  }
  .site-header .nav-right {
    margin-top: 20px;
  }
  header .navbar-nav .menu-item.menu-item-has-children::after {
    right: 10px;
    top: 15px;
    cursor: pointer;
    border-color: #000;
    width: 10px;
    height: 10px;
    transition: 0.5s all;
    z-index: -1;
  }
  .sub-menu {
    position: relative !important;
    display: none !important;
    top: 0 !important;
    min-width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    border-top: 0 !important;
    border-radius: 0 !important;
  }
  header .navbar-nav .sub-menu a {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px 0px !important;
    line-height: 1;
    border: 0;
    background: transparent !important;
    color: #000 !important;
    font-weight: 400;
    text-align: left;
    border-top: 1px solid #edeef1 !important;
  }
  .sub-open .sub-menu {
    display: block !important;
    opacity: 1 !important;
    -ms-transform: rotateX(0) !important;
    -webkit-transform: rotateX(0) !important;
    transform: rotateX(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .comp-team .team-cop-content h3 {
    font-size: 28px;
  }
  .why-us h2 {
    font-size: 28px;
  }
  .row.cta-form {
    gap: 10px 0;
  }
  .cpt-counter {
    margin-top: 70px;
  }
}
@media (max-width: 1800px) {
  .service-five .image__content-six img {
    max-width: 500px;
  }
}
@media (max-width: 1600px) {
  .service-five .image__content-six img {
    max-width: 450px;
  }
  .service-five .image__content-six {
    left: 80px;
  }
}
@media (max-width: 1500px) {
  .top-header p {
    font-size: 12px;
  }
  .top-header a {
    font-size: 10px;
  }
  .top-social svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1400px) {
  .service-five .image__content-six {
    display: none;
  }
}
@media (max-width: 1200px) {
  .service-five .image__content-six img {
    max-width: 400px;
  }
  .service-five .image__content-six {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .banner--three.banner-products.banner__feature-image {
    right: -170px !important;
  }
}
@media (max-width: 1200px) {
  .banner--three.banner-products .banner__feature-image {
    bottom: 0 !important;
  }
  .banner--three.banner-products .banner__feature-image img {
    /* width: 600px; */
  }
}
@media (max-width: 991px) {
  .banner--three.banner-products .banner__feature-image {
    position: relative !important;
    left: 200px;
  }
  .banner-corp-training.banner-products {
    padding-top: 200px;
  }
  .top-header .alert {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .service-four-area {
    padding-top: 0;
  }
  .intro-video-two {
    margin-bottom: 60px;
  }
  .banner--three.banner-products .banner__feature-image {
    left: 40px;
  }
  .image-content-six-area {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .awards .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .awards .block {
    width: auto;
  }
  .awards .block {
    border: none;
  }
  .awards .block img {
    max-width: 100%;
  }
  .awards .block p {
    margin: 15px 0 0;
  }
}
@keyframes translateFromLeft {
  from {
    transform: translateX(-40%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes translateFromRight {
  from {
    transform: translateX(40%);
  }

  to {
    transform: translateX(0);
  }
}
.fade {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}
/* Ansh */





/* ===== CUSTOM TOP BAR ===== */
.custom-top-bar{
    background:#271e3c;
    color:#fff;
    padding:8px 0;
    font-family:'Inter', sans-serif;
    font-size:13px;
}

/* LAYOUT */
.custom-top-bar .topbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px; /* reduced gap */
}

/* ===== LEFT CONTACT ===== */

.topbar-left{
    display:flex;
    align-items:center;
    gap:15px; /* reduced space after mail */
}

.topbar-left a{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:6px;
    transition:.3s;
}

.topbar-left a:hover{
    opacity:.8;
}

/* ===== CENTER TEXT ===== */

.topbar-center{
    flex:1;
    text-align:left;
    margin-left:40px;
}

.topbar-center p{
    margin:0;
    font-weight:500;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
    flex-wrap:wrap;
}

/* READ MORE LINK */
.read-more-link{
    color:#fcc81b;
    font-weight:600;
    text-decoration:none; /* removed underline */
}

.read-more-link span{
    margin-left:4px;
}

/* AI TOOLS BUTTON */
.ai-tools-btn{
    color:#fcc81b;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

/* ===== RIGHT SOCIAL ===== */

.topbar-right ul{
    display:flex;
    gap:12px;
    list-style:none;
    margin:0;
    padding:0;
}

.topbar-right a{
    color:#fff;
    font-size:13px;
    transition:.3s;
}

.topbar-right a:hover{
    opacity:.7;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    /* hide phone + email */
    .topbar-left{
        display:none !important;
    }

    /* hide social icons */
    .topbar-right{
        display:none !important;
    }
	     .ai-tools-btn{
        display:none !important;
    }

    /* show only center */
    .topbar-inner{
        justify-content:center;
    }
    
    .topbar-center p{
    font-size:11px;
}
   

    .topbar-center{
        width:100%;
    }

}
/* desktop only spacing */
@media(min-width:769px){
    .topbar-center{
        margin-left:40px; /* adjust value */
    }
}

/* mobile remove margin */
@media(max-width:768px){
    .topbar-center{
        margin-left:0 !important;
    }
}
.site-header {
	background-color:#5f15cd;
}


/*==================Legal Entry Code Start====================*/
/* HERO SECTION */

.legal-section1{
    background:#5f15cd;
    padding:160px 0 90px; /* space for transparent header */
}

/* SAME WIDTH AS HEADER */

.legal-container{
    max-width:1140px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

/* LEFT CONTENT */

.legal-left{
    flex:0 0 58.33%;
    max-width:58.33%;
}

/* TITLE */

.legal-left h1{
    font-size:45px;
    font-weight:700;
    color:#ffffff;
    line-height:1.2;
    margin-bottom:20px;
    max-width: 600px;
}

/* DESCRIPTION */

.legal-left p{
    font-size:18px;
    line-height:1.4;
    color:#ffffff;
    margin-bottom:25px;
    max-width: 600px;
   
}


/* BUTTON WRAPPER */

.legal-btn-wrapper{
display:flex;
gap:15px;
margin-top:20px;
flex-wrap:wrap;
}

/* PRIMARY BUTTON */

.legal-btn.primary-btn{
background:#ffffff;
color:#5f15cd;
padding:14px 28px;
border-radius:6px;
font-weight:600;
text-decoration:none;
display:inline-block;
}

/* SECOND BUTTON */

.legal-btn.secondary-btn{
background:transparent;
color:white;
padding:14px 28px;
border-radius:6px;
border:2px solid white;
font-weight:600;
text-decoration:none;
display:inline-block;
margin-top:10px;
}

/* HOVER */

.legal-btn.primary-btn:hover{
background:#f2f2f2;
}

.legal-btn.secondary-btn:hover{
background:#5f15cd;
}

/* MOBILE */

@media(max-width:768px){

.legal-btn-wrapper{
flex-direction:column;
gap:12px;
}

.legal-btn{
width:100%;
text-align:center;
}

}




/* RIGHT SIDE */

.legal-right{
    flex:0 0 41.66%;
    max-width:41.66%;
}

/* FORM BOX */

.legal-form-box{
    background:#ffffff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* INPUT FIELDS */

.legal-form-box input,
.legal-form-box textarea,
.legal-form-box select{
    width:100%;
    padding:8px 14px;
    border:1px solid #ddd;
    border-radius:6px;
    margin-bottom:15px;
}

/* SUBMIT BUTTON */

.legal-form-box input[type="submit"]{
    background:#5f15cd;
    color:#fff;
    border:none;
    padding:14px;
    font-weight:600;
    cursor:pointer;
}

/* TABLET */

@media (max-width:1024px){

.legal-left h1{
    font-size:38px;
}

}

/* MOBILE */

/* ===== MOBILE FIX ===== */

@media (max-width:768px){

/* space for transparent header */

.legal-section1{
    padding:140px 20px 60px;
}

/* stack layout */

.legal-container{
    flex-direction:column;
    text-align:center;
}

/* full width */

.legal-left,
.legal-right{
    max-width:100%;
    flex:100%;
}

/* reduce title size */

.legal-left h1{
    font-size:28px;
    line-height:1.3;
}

/* description center */

.legal-left p{
    font-size:15px;
    margin:0 auto 25px;
}

/* center button */

.legal-btn{
    display:inline-block;
    font-size:12px;
}

/* reduce form spacing */

.legal-form-box{
    margin-top:30px;
    padding:25px;
}

}
/*=============First Section css end===============*/

/*============= Second Section css Start ===============*/
.legal-section2{
padding:80px 0;
background:#ffffff;
}

/* CONTAINER */

.legal2-container{
max-width:1140px;
margin:auto;
display:flex;
align-items:center;
gap:60px;
padding:0 15px;
}

/* LEFT IMAGE */

.legal2-left{
flex:0 0 50%;
max-width:50%;
}

.legal2-left img{
width:100%;
height:auto;
border-radius:8px;
}

/* RIGHT CONTENT */

.legal2-right{
flex:0 0 50%;
max-width:50%;
}

.legal2-right h2{
font-size:36px;
margin-bottom:20px;
color:#1c1e21;
}

.legal2-right p{
font-size:17px;
line-height:1.7;
margin-bottom:25px;
color:#444;
}

/* BUTTON */

.legal2-btn{
display:inline-block;
background:#5f15cd;
color:#fff;
padding:14px 26px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.legal2-btn:hover{
background:#4a0fb0;
}

/* MOBILE */

@media(max-width:768px){

.legal2-container{
    flex-direction:column;
    text-align:left;   /* left align content */
}

.legal2-left,
.legal2-right{
max-width:100%;
flex:100%;
}

.legal2-right h2{
font-size:28px;
}
.legal-section2{
padding:30px 0;
}
.legal2-btn{
font-size:14px;
}

}
/*============= Second Section css End ===============*/

/*=========Third Section Code Start=================*/
.legal-section3{
padding:30px 0;
background:#f9f9fb;
}

/* CONTAINER */

.legal3-container{
max-width:1140px;
margin:auto;
padding:0 15px;
}

/* HEADING */

.legal3-heading{
text-align:center;
margin-bottom:50px;
}

.legal3-heading h2{
font-size:40px;
line-height:1.3;
font-weight:700;
color:#1c1e21;
}

/* GRID */

.legal3-grid{
display:flex;
align-items:center;
gap:60px;
}

/* LEFT CONTENT */

.legal3-left{
flex:0 0 50%;
max-width:50%;
}

/* SUBHEADING */

.legal-subheading{
font-size:30px !important;
margin-bottom:20px;
color:#1c1e21 !important;
}

/* LIST */

.legal-points{
list-style:none;
padding-left:0;
margin-bottom:20px;
}

.legal-points li{
position:relative;
padding-left:28px;
margin-bottom:12px;
font-size:16px;
line-height:1.6;
color:#1c1e21;
}

/* PREMIUM CHECK ICON */

.legal-points li:before{
content:"✓";
position:absolute;
left:0;
top:2px;
color:#5f15cd;
font-weight:700;
font-size:18px;
}

/* DESCRIPTION */

.legal-desc{
font-size:16px;
line-height:1.7;
color:#1c1e21 !important;
}

/* RIGHT IMAGE */

.legal3-right{
flex:0 0 50%;
max-width:50%;
}

.legal3-right img{
width:100%;
height:auto;
border-radius:8px;
}

/* ===== TABLET ===== */

@media(max-width:1024px){

.legal3-heading h2{
font-size:32px;
}

}

/* ===== MOBILE ===== */

@media(max-width:768px){

.legal-section3{
padding:60px 0;
}

.legal3-grid{
flex-direction:column;
gap:30px;
}

.legal3-left,
.legal3-right{
max-width:100%;
flex:100%;
}

.legal3-heading{
text-align:left;
margin-bottom:30px;
}

.legal3-heading h2{
font-size:22px;
}

.legal-subheading{
font-size:18px !important;
}

}
/*=========Third Section Code End=================*/

/*=========Fourth Section Code Start=================*/
.legal-section4{
padding:30px 0;
background:#f9f9fb;
}
/* CONTAINER */

.legal4-container{
max-width:1140px;
margin:auto;
padding:0 15px;
}

/* GRID */

.legal4-grid{
display:flex;
align-items:center;
gap:60px;
}

/* LEFT IMAGE */

.legal4-left{
flex:0 0 50%;
max-width:50%;
}

.legal4-left img{
width:100%;
height:auto;
border-radius:8px;
}

/* RIGHT CONTENT */

.legal4-right{
flex:0 0 50%;
max-width:50%;
}

/* SUBHEADING */

.legal4-right .legal-subheading{
font-size:30px;
margin-bottom:20px;
color:#1c1e21;
}

/* LIST */

.legal4-right .legal-points{
list-style:none;
padding-left:0;
margin-bottom:20px;
}

.legal4-right .legal-points li{
position:relative;
padding-left:28px;
margin-bottom:12px;
font-size:16px;
line-height:1.6;
color:#1c1e21;
}

/* PREMIUM CHECK ICON */

.legal4-right .legal-points li:before{
content:"✓";
position:absolute;
left:0;
top:2px;
color:#5f15cd;
font-weight:700;
font-size:18px;
}

/* DESCRIPTION */

.legal4-right .legal-desc{
font-size:16px;
line-height:1.7;
color:#1c1e21;
}

/* ===== TABLET ===== */

@media(max-width:1024px){

.legal4-right .legal-subheading{
font-size:26px;
}

}

/* ===== MOBILE ===== */

@media(max-width:768px){

.legal-section4{
padding:60px 0;
}

.legal4-grid{
flex-direction:column;
gap:30px;
}

.legal4-left,
.legal4-right{
max-width:100%;
flex:100%;
}

.legal4-right{
text-align:left;
}

.legal4-right .legal-subheading{
font-size:20px;
}

}
/*=========Fourth Section Code End=================*/

/*=========Fifth Section Code Start=================*/
.office-type-section{
padding:50px 0;
background:white;
}

/* CONTAINER */

.office-type-section .container{
max-width:1140px;
margin:auto;
padding:0 15px;
}

/* GRID */

.office-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

/* CARD */

.office-card{
background:#fff;
padding:45px 35px;
border-radius:10px;
text-align:center;
border:1px solid #e6e6e6;
}

/* ICON */

.office-icon{
margin-bottom:25px;
}

.office-icon img{
width:90px;
height:auto;
}

/* TITLE */

.office-card h3{
font-size:24px;
margin-bottom:18px;
color:#1c1e21;
}

/* LIST */

.office-list{
list-style:none;
padding:0;
margin-bottom:15px;
}

.office-list li{
font-size:16px;
margin-bottom:8px;
color:#444;
}

/* NOTE */

.office-note{
font-size:15px;
color:#666;
}

/* TABLET */

@media(max-width:1024px){

.office-grid{
grid-template-columns:1fr;
}

}

/* MOBILE */

@media(max-width:768px){

.office-type-section{
padding:60px 0;
}

.office-card{
padding:30px;
}

.office-icon img{
width:70px;
}

.office-card h3{
font-size:20px;
}

}
/*=========Fifth Section Code End=================*/

/*=========6th Section Code Start=================*/
.legal-checklist-section{
padding:50px 0;
background:#f7f7fb;
font-family:'Inter', sans-serif;
}

/* CONTAINER */

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

/* HEADING */

.checklist-heading{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:60px;
color:#1b1d20;
}

/* GRID */

.checklist-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

/* BOX */

.checklist-box{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:0.3s;
}

.checklist-box:hover{
transform:translateY(-5px);
}

.checklist-box h3{
font-size:20px;
margin-bottom:20px;
font-weight:600;
color:#1b1d20;
}

/* LIST */

.checklist-box ul{
list-style:none;
padding:0;
margin:0;
}

.checklist-box ul li{
position:relative;
padding-left:28px;
margin-bottom:12px;
line-height:1.6;
color:#444;
}

.checklist-box ul li:before{
content:"✔";
position:absolute;
left:0;
top:1px;
color:#5f15cd;
font-weight:bold;
}

/* NOTE */

.checklist-note{
margin-top:50px;
background:#fff;
padding:25px 30px;
border-left:4px solid #5f15cd;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.checklist-note p{
margin:0;
line-height:1.7;
color:#555;
}

/* ===== TABLET ===== */

@media(max-width:1024px){

.checklist-heading{
font-size:34px;
margin-bottom:40px;
}

.checklist-grid{
gap:30px;
}

.checklist-box{
padding:30px;
}

}

/* ===== MOBILE ===== */

@media(max-width:768px){

.legal-checklist-section{
padding:40px 0;
}

.checklist-heading{
font-size:26px;
margin-bottom:30px;
}

.checklist-grid{
grid-template-columns:1fr;
gap:25px;
}

.checklist-box{
padding:25px;
}

.checklist-box h3{
font-size:18px;
}

.checklist-box ul li{
font-size:15px;
}

.checklist-note{
margin-top:35px;
padding:20px;
}

.checklist-note p{
font-size:15px;
}

}

/* ===== SMALL MOBILE ===== */

@media(max-width:480px){

.container{
padding:0 15px;
}

.checklist-heading{
font-size:24px;
}

.checklist-box{
padding:20px;
}

}
/*=========6th Section Code End=================*/

/*=========7th Section Code Start=================*/
.gcc-timeline-section{
padding:50px 0;
background:white !important;
font-family:'Inter', sans-serif;
}

/* HEADING */

.timeline-heading{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:50px;
color:#1b1d20;
}

/* TABLE WRAPPER */

.timeline-table-wrapper{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
max-width:900px;
margin:0 auto;
padding:0 15px;
}

/* TABLE */

.gcc-timeline-table{
width:100%;
border-collapse:collapse;
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.12);
min-width:600px;
}

/* HEADER */

.gcc-timeline-table thead{
background:#5f15cd;
color:#fff;
}

.gcc-timeline-table th{
padding:16px;
text-align:left;
font-weight:600;
font-size:16px;
}

/* BODY */

.gcc-timeline-table td{
padding:16px;
border-bottom:1px solid #eee;
font-size:15px;
line-height:1.6;
color:#444;
}

/* ROW HOVER */

.gcc-timeline-table tbody tr:hover{
background:#f4f0ff;
}

/* NOTE */

.timeline-note{
margin-top:30px;
background:#fff;
padding:18px 25px;
border-left:4px solid #5f15cd;
border-radius:6px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
font-size:16px;
line-height:1.6;
}

.timeline-note strong{
color:#5f15cd;
}

/* ===== TABLET ===== */

@media(max-width:1024px){

.timeline-heading{
font-size:34px;
margin-bottom:40px;
}

.gcc-timeline-table th,
.gcc-timeline-table td{
padding:14px;
}

}

/* ===== MOBILE ===== */

@media(max-width:768px){

.gcc-timeline-section{
padding:40px 0;
}

.timeline-heading{
font-size:26px;
margin-bottom:30px;
}

.gcc-timeline-table{
min-width:520px;
}

.gcc-timeline-table th,
.gcc-timeline-table td{
padding:12px;
font-size:14px;
}

.timeline-note{
margin-top:25px;
padding:16px 20px;
font-size:14px;
}

}

/* ===== SMALL MOBILE ===== */

@media(max-width:480px){

.timeline-heading{
font-size:22px;
}

.gcc-timeline-table{
min-width:480px;
}

.timeline-note{
padding:14px 18px;
}

}
.gcc-timeline-section{
padding:70px 0;
background:#f9f9f9;
}

.timeline-heading{
text-align:center;
font-size:32px;
margin-bottom:40px;
}

.gcc-table-wrapper{
max-width:600px;
margin:auto;
}

.gcc-model-table{
width:100%;
border-collapse:collapse;
background:#fff;
border-radius:8px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.gcc-model-table th{
background:#6a35d4;
color:#fff;
padding:14px;
text-align:left;
font-weight:600;
}

.gcc-model-table td{
padding:14px;
border-bottom:1px solid #eee;
}

.gcc-model-table tr:last-child td{
border-bottom:none;
}

/* Mobile */

@media (max-width:768px){

.timeline-heading{
font-size:24px;
}

.gcc-model-table th,
.gcc-model-table td{
padding:10px;
font-size:14px;
}

}
/*=========7th Section Code End=================*/

/*=========8th Section Code Start=================*/
.legal-compliance-section{
padding:50px 0;
background:#f7f7fb;
font-family:'Inter', sans-serif;
}

/* GRID */

.compliance-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* BOX */

.compliance-box{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* TITLE */

.compliance-box h3{
font-size:22px;
font-weight:600;
margin-bottom:20px;
color:#1b1d20;
}

/* LIST */

.compliance-box ul{
list-style:none;
padding:0;
margin:0;
}

.compliance-box ul li{
position:relative;
padding-left:28px;
margin-bottom:12px;
line-height:1.6;
color:#444;
}

/* CHECK ICON */

.compliance-box ul li:before{
content:"✔";
position:absolute;
left:0;
top:1px;
color:#5f15cd;
font-weight:bold;
}

/* NOTE */

.compliance-note{
margin-top:20px;
font-weight:500;
color:#5f15cd;
line-height:1.6;
}

/* ===== TABLET ===== */

@media(max-width:1024px){

.compliance-grid{
gap:30px;
}

.compliance-box{
padding:30px;
}

}

/* ===== MOBILE ===== */

@media(max-width:768px){

.legal-compliance-section{
padding:40px 0;
}

.compliance-grid{
grid-template-columns:1fr;
gap:25px;
padding:0 15px;
}

.compliance-box{
padding:25px;
}

.compliance-box h3{
font-size:20px;
}

.compliance-box ul li{
font-size:15px;
}

.compliance-note{
font-size:15px;
}

}

/* ===== SMALL MOBILE ===== */

@media(max-width:480px){

.compliance-box{
padding:20px;
}

.compliance-box h3{
font-size:18px;
}

}
/*=========8th Section Code End=================*/

/*=========9th Section Code Start=================*/
.why-sansovi-section{
padding:100px 0;
font-family:'Inter', sans-serif;
}

.why-sansovi-grid{
display:grid;
grid-template-columns:6fr 6fr;
gap:60px;
align-items:center;
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* IMAGE */

.why-sansovi-left img{
width:100%;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* CONTENT */

.why-sansovi-right h2{
font-size:40px;
font-weight:700;
margin-bottom:20px;
	color:#1b1d20;
}

.why-sansovi-right p{
margin-bottom:20px;
line-height:1.7;
color:#555;
}

/* LIST */

.why-list{
list-style:none;
padding:0;
}

.why-list li{
position:relative;
padding-left:28px;
margin-bottom:12px;
font-size:16px;
}

.why-list li:before{
content:"✔";
position:absolute;
left:0;
color:#5f15cd;
font-weight:bold;
}

/* RESPONSIVE */

@media(max-width:768px){

.why-sansovi-grid{
grid-template-columns:1fr;
}

.why-sansovi-right h2{
font-size:30px;
}

}
.commercial-model-section{
padding:20px 0;
background:#fff;
}

.commercial-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* IMAGE */

.commercial-right img{
width:100%;
border-radius:10px;
display:block;
}

/* TEXT */

.commercial-left h2{
font-size:34px;
margin-bottom:15px;
}

.commercial-left p{
font-size:16px;
line-height:1.6;
margin-bottom:15px;
}

/* LIST */

.commercial-list{
list-style:none;
padding-left:0;
margin-top:15px;
}

.commercial-list li{
position:relative;
padding-left:28px;
margin-bottom:10px;
}

.commercial-list li::before{
content:"✔";
position:absolute;
left:0;
top:2px;
color:#6a35d4;
font-weight:bold;
}

/* MOBILE */

@media (max-width:992px){

.commercial-grid{
grid-template-columns:1fr;
gap:40px;
}

.commercial-right{
order:-1;
}

}
/*=========9th Section Code End=================*/

/*=========10th Section Code Start=================*/
.gcc-cta-section{
padding:100px 20px;
background:#0c1636;
text-align:center;
font-family:'Inter', sans-serif;
color:#fff;
}

/* HEADING */

.gcc-cta-heading{
font-size:42px;
font-weight:700;
margin-bottom:20px;
color:#fff;
line-height:1.3;
}

/* TEXT */

.gcc-cta-text{
max-width:700px;
margin:auto;
margin-bottom:40px;
line-height:1.7;
font-size:18px;
opacity:0.9;
}

/* BUTTON WRAPPER */

.gcc-cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

/* BUTTON BASE */

.cta-btn{
padding:14px 26px;
border-radius:6px;
font-weight:600;
text-decoration:none;
transition:0.3s;
display:inline-block;
font-size:16px;
}

/* PRIMARY */

.primary-btn{
background:#fff;
color:#5f15cd;
}

.primary-btn:hover{
background:#f2f2f2;
}

/* SECONDARY */

.secondary-btn{
background:#ff9f1c;
color:#fff;
}

.secondary-btn:hover{
background:#ff8a00;
}

/* OUTLINE */

.outline-btn{
border:2px solid #fff;
color:#fff;
}

.outline-btn:hover{
background:#fff;
color:#5f15cd;
}

/* ===== TABLET ===== */

@media(max-width:1024px){

.gcc-cta-heading{
font-size:36px;
}

.gcc-cta-text{
font-size:17px;
}

}

/* ===== MOBILE ===== */

@media(max-width:768px){

.gcc-cta-section{
padding:70px 20px;
}

.gcc-cta-heading{
font-size:28px;
margin-bottom:15px;
}

.gcc-cta-text{
font-size:16px;
margin-bottom:30px;
}

.gcc-cta-buttons{
flex-direction:column;
align-items:center;
gap:15px;
}

.cta-btn{
width:100%;
max-width:300px;
text-align:center;
}

}

/* ===== SMALL MOBILE ===== */

@media(max-width:480px){

.gcc-cta-heading{
font-size:24px;
}

.gcc-cta-text{
font-size:15px;
}

.cta-btn{
padding:12px 22px;
font-size:15px;
}

}
/*=========10th Section Code End=================*/

/*=========11th Section Code Start=================*/
.legal-faq-section{
padding:100px 0;
background:#f7f7fb;
font-family:'Inter', sans-serif;
}

.faq-heading{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:50px;
}

.faq-wrapper{
max-width:900px;
margin:auto;
}

.faq-item{
background:#fff;
border-radius:10px;
margin-bottom:20px;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
overflow:hidden;
}

.faq-question{
width:100%;
padding:20px 25px;
background:#fff;
border:none;
display:flex;
justify-content:space-between;
align-items:center;
font-size:18px;
font-weight:600;
cursor:pointer;
text-align:left;
}

.faq-icon{
font-size:22px;
color:#5f15cd;
}

.faq-answer{
display:none;
padding:20px 25px;
border-top:1px solid #eee;
line-height:1.7;
color:#555;
}

.faq-item.active .faq-answer{
display:block;
}

.faq-item.active .faq-icon{
transform:rotate(45deg);
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height 0.35s ease;
padding:0 25px;
line-height:1.7;
color:#555;
}

.faq-item.active .faq-answer{
padding:20px 25px;
}

.faq-item.active .faq-icon{
transform:rotate(45deg);
transition:transform 0.3s ease;
}

.faq-icon{
font-size:22px;
color:#5f15cd;
transition:transform 0.3s ease;
}
/* responsive */

@media(max-width:768px){

.faq-heading{
font-size:28px;
}

.faq-question{
font-size:16px;
}

}
/*=========11th Section Code End=================*/
/*==================Legal Entry Code End====================*/