h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1E1E31;
  font-family: "Playfair Display", sans-serif; }

.banner-heading {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 32px;
  font-weight: 700; }
  @media only screen and (max-width: 991px) {
    .banner-heading {
      font-size: 32px;
      line-height: 42px; } }

.display-heading {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 32px;
  font-weight: 600; }
  @media only screen and (max-width: 991px) {
    .display-heading {
      font-size: 32px;
      line-height: 42px; } }

.heading-one {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 991px) {
    .heading-one {
      font-size: 32px;
      line-height: 42px; } }

.heading-two {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 24px; }
  @media only screen and (max-width: 991px) {
    .heading-two {
      font-size: 32px;
      line-height: 42px; } }

.heading-three {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 991px) {
    .heading-three {
      font-size: 32px;
      line-height: 42px; } }

.heading-five {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 991px) {
    .heading-five {
      font-size: 24px;
      line-height: 34px; } }

.heading-twenty {
  font-size: 20px;
  line-height: 30px; }
  @media only screen and (max-width: 991px) {
    .heading-twenty {
      font-size: 18px;
      line-height: 28px; } }

.text-center {
  text-align: center; }

.title-heading {
  font-size: 24px;
  line-height: 34px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 16px; }
  @media only screen and (max-width: 991px) {
    .title-heading {
      font-size: 20px;
      line-height: 30px; } }

.sub-content, .cart-summary .summary-list li.total .sub-total-heading, .accordian-checkout .customAccordian .accordianItem .accordianHeading {
  font-size: 24px;
  line-height: 34px; }
  @media only screen and (max-width: 991px) {
    .sub-content, .cart-summary .summary-list li.total .sub-total-heading, .accordian-checkout .customAccordian .accordianItem .accordianHeading {
      font-size: 20px;
      line-height: 30px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #FCFCF9;
  overflow-x: hidden;
  color: #1E1E31;
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 65px; } }

.wrapper {
  max-width: calc(100% - 160px);
  margin: 0 auto; }
  @media only screen and (min-width: 1920px) {
    .wrapper {
      max-width: 1800px; } }
  @media only screen and (max-width: 1099px) {
    .wrapper {
      max-width: calc(100% - 80px);
      margin: 0 auto; } }
  @media only screen and (max-width: 991px) {
    .wrapper {
      max-width: calc(100% - 32px); } }

.xs-wrapper {
  max-width: calc(100% - 286px);
  margin: 0 auto; }
  @media only screen and (min-width: 1920px) {
    .xs-wrapper {
      max-width: 1800px; } }
  @media only screen and (max-width: 1099px) {
    .xs-wrapper {
      max-width: calc(100% - 100px);
      margin: 0 auto; } }
  @media only screen and (max-width: 991px) {
    .xs-wrapper {
      max-width: calc(100% - 32px); } }

img {
  max-width: 100%;
  margin: 0 auto; }

.w-full {
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1E1E31; }

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400; }

ul,
ol,
li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #1E1E31;
  transition: all 0.5s ease-in-out;
  display: inline-block; }

input,
textarea,
button,
select {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: none;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none; }

button {
  border: none; }

.com-pad-64 {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media only screen and (max-width: 991px) {
    .com-pad-64 {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .com-pad-64 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.com-pad-56 {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 991px) {
    .com-pad-56 {
      padding-top: 32px;
      padding-bottom: 32px; } }

.com-pad-96 {
  padding-top: 96px;
  padding-bottom: 96px; }
  @media only screen and (max-width: 991px) {
    .com-pad-96 {
      padding-top: 52px;
      padding-bottom: 52px; } }
  @media only screen and (max-width: 767px) {
    .com-pad-96 {
      padding-top: 32px;
      padding-bottom: 32px; } }

.com-pad-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.align-center {
  display: flex;
  align-items: center; }

.justify-center {
  justify-content: center; }

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.overflow-hidden {
  overflow: hidden; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.p-0 {
  padding: 0 !important; }

.h-full {
  height: 100%; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px !important; }

.gap-y56 {
  gap: 56px 0; }
  @media only screen and (max-width: 767px) {
    .gap-y56 {
      gap: 24px 0; } }

.px-space {
  padding-left: 79px;
  padding-right: 79px; }
  @media only screen and (max-width: 767px) {
    .px-space {
      padding-left: 0;
      padding-right: 0; } }

.common-left-heading {
  display: flex;
  align-items: center;
  margin: 56px 0 40px;
  justify-content: space-between; }
  .common-left-heading .heading-two {
    color: #F33B12;
    margin: 0; }
  .common-left-heading .explore-btn {
    font-weight: 500;
    color: #1E1E31; }
    .common-left-heading .explore-btn span {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px;
      transition: all 0.5s ease; }
      .common-left-heading .explore-btn span img {
        filter: brightness(0); }
    .common-left-heading .explore-btn:hover span {
      transform: translateX(5px); }
  @media only screen and (max-width: 767px) {
    .common-left-heading {
      margin: 20px 0; } }

.form-error {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: red;
  position: absolute;
  top: 60px;
  left: 20px; }

.image-hover-effect {
  overflow: hidden;
  height: 100%; }
  .image-hover-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out; }
  .image-hover-effect:hover img {
    transform: scale(1.05); }

.youtube-play-icon {
  position: relative; }
  .youtube-play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url("../img/play-icon.svg") no-repeat center;
    background-size: contain;
    pointer-events: none; }

.txt-white {
  color: #F1F1E6 !important; }

.white-bg {
  background: #F1F1E6 !important; }

.dark-bg {
  background: #1E1E31 !important; }

.text-orange {
  color: #F33B12 !important; }

.text-light-orange {
  color: #FD7166 !important; }

.imageBlog {
  position: relative;
  transition: all .5s ease;
  overflow: hidden; }
  .imageBlog .front-intro {
    height: 100%; }
    .imageBlog .front-intro .member-img {
      position: relative;
      padding-top: calc(363 / 365 *100%);
      height: 100%; }
      .imageBlog .front-intro .member-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .imageBlog .back-intro {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease; }
    .imageBlog .back-intro .bio-intro {
      z-index: 1;
      position: relative;
      padding: 10px; }
      .imageBlog .back-intro .bio-intro p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
    .imageBlog .back-intro:after {
      content: "";
      height: 100%;
      width: 100%;
      background: #1E1E31;
      backdrop-filter: blur(2px);
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translate(0, 100%);
      transition: all .5s ease; }
  .imageBlog:hover .back-intro {
    opacity: 1;
    visibility: visible; }
    .imageBlog:hover .back-intro:after {
      transform: translate(0, 0); }

.text-trim-4, .text-trim-2, .text-trim-1, .blog-detail .blog-desc-sec .left-side .detail-tab ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4; }

.text-trim-2 {
  -webkit-line-clamp: 2; }

.text-trim-1, .blog-detail .blog-desc-sec .left-side .detail-tab ul li a {
  -webkit-line-clamp: 1; }

.breadcrumbList {
  margin-top: 20px; }
  .breadcrumbList ul {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .breadcrumbList ul::-webkit-scrollbar {
      display: none; }
    .breadcrumbList ul li,
    .breadcrumbList ul a {
      color: #1E1E31;
      white-space: nowrap; }
    .breadcrumbList ul li {
      flex-shrink: 0; }
      .breadcrumbList ul li a {
        position: relative;
        display: inline-block;
        padding-right: 22px;
        margin-right: 10px; }
        .breadcrumbList ul li a::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          background: url(../img/white-arrow.svg) no-repeat;
          width: 6px;
          height: 9px;
          transform: translateY(-50%);
          filter: brightness(1) invert(1); }
        .breadcrumbList ul li a:hover {
          color: #F33B12; }
      .breadcrumbList ul li:last-child a::before {
        display: none; }

.redirect-box {
  padding-right: 50px;
  position: relative; }
  .redirect-box .redirect-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F33B12;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    .redirect-box .redirect-btn::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 9px;
      background: url(../img/drp-arrow.svg) no-repeat center center;
      transform: translate(-50%, -50%) rotate(-90deg);
      background-size: 100% 100%;
      filter: brightness(0.5) invert(1); }
    .redirect-box .redirect-btn:hover:after {
      animation: bounceAlpha 0.6s linear; }

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-90deg); }
  25% {
    opacity: 0;
    transform: translate(10px, -50%) rotate(-90deg); }
  26% {
    opacity: 0;
    transform: translate(-10px, -50%) rotate(-90deg); }
  55% {
    opacity: 1;
    transform: translate(0px, -50%) rotate(-90deg); } }
.pdp-item .card-box {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  height: 100%;
  background: #fff; }
  .pdp-item .card-box .image {
    background: #F1F1E6;
    text-align: center;
    position: relative;
    height: 188px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .pdp-item .card-box .image a {
      display: block;
      padding: 10px; }
    .pdp-item .card-box .image .pdp-img {
      width: 170px;
      height: 170px;
      object-fit: contain;
      margin: auto; }
    .pdp-item .card-box .image .share-pdp {
      position: absolute;
      right: 16px;
      top: 12px; }
  .pdp-item .card-box .content {
    padding: 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 188px); }
    .pdp-item .card-box .content .desc {
      margin-top: 34px; }
      .pdp-item .card-box .content .desc .heading {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .pdp-item .card-box .content .desc .heading {
            font-size: 18px;
            line-height: 28px; } }
      .pdp-item .card-box .content .desc .amount {
        font-size: 18px;
        line-height: 28px; }
    .pdp-item .card-box .content .star-rating {
      display: flex;
      justify-content: space-between; }
      .pdp-item .card-box .content .star-rating .star-box ul {
        display: flex; }
        .pdp-item .card-box .content .star-rating .star-box ul .star-fill svg {
          fill: #1E1E31; }
  @media only screen and (max-width: 767px) {
    .pdp-item .card-box .image .pdp-img {
      width: 150px;
      height: 160px; }
    .pdp-item .card-box .content {
      padding: 16px; } }

.wishlist a.active svg {
  fill: #1E1E31; }

.bullet-points {
  margin: 20px 0; }
  .bullet-points li {
    position: relative;
    padding-left: 15px; }
    .bullet-points li:not(:last-child) {
      padding-bottom: 15px; }
    .bullet-points li::before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #1E1E31; }

.position-sticky {
  position: sticky;
  top: 100px; }

.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 45px; }
  .marquee .marquee-wrapper {
    width: max-content;
    display: inline-flex;
    animation: marquee 15s linear infinite; }
    .marquee .marquee-wrapper .marquee-item {
      will-change: transform;
      width: 33.33vw;
      flex-shrink: 0;
      text-align: center;
      margin-right: 20px; }
      @media only screen and (max-width: 991px) {
        .marquee .marquee-wrapper .marquee-item {
          width: 50vw; } }
      @media only screen and (max-width: 767px) {
        .marquee .marquee-wrapper .marquee-item {
          width: 70vw; } }
      .marquee .marquee-wrapper .marquee-item .image {
        height: 100%;
        position: relative;
        padding-top: calc(464 / 472*100%);
        border-radius: 12px; }
        .marquee .marquee-wrapper .marquee-item .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 12px; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media only screen and (max-width: 767px) {
    .btn-group {
      gap: 16px; }
      .btn-group a, .btn-group button {
        width: 100%; } }

.no-upcoming-event-box {
  text-align: center;
  max-width: 1024px;
  margin: auto; }
  .no-upcoming-event-box .content p {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 991px) {
      .no-upcoming-event-box .content p {
        font-size: 18px;
        line-height: 28px; } }
  .no-upcoming-event-box .content .title {
    font-weight: 600;
    margin: 0 0 16px 0; }
  .no-upcoming-event-box .content p.text {
    margin-bottom: 48px; }

.info {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 32px; }
  .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/info-vector.svg) no-repeat;
    width: 21px;
    height: 20px;
    opacity: 0.7; }
  .info.white-info {
    color: #F1F1E6; }
    .info.white-info::before {
      opacity: 1;
      filter: brightness(1) invert(1); }

.heading-box {
  max-width: 1050px;
  margin: 0 auto; }

.see-more-box {
  margin-top: 56px;
  text-align: center; }

.w-auto {
  width: auto; }

.h-auto {
  height: auto; }

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

.h-full {
  height: 100%; }

.error-msg-div {
  border: 1px solid #ED1C24;
  color: #ED1C24;
  padding: 16px;
  border-radius: 8px;
  margin: 54px 0; }
  .error-msg-div p {
    padding-left: 50px;
    margin: 0;
    position: relative; }
    .error-msg-div p::before {
      content: '';
      position: absolute;
      top: 0;
      left: 16px;
      width: 24px;
      height: 24px;
      background: url(../img/error-icon.svg) no-repeat; }
    .error-msg-div p a {
      font-weight: 600;
      text-decoration: underline;
      color: #ED1C24; }

.custom-radio {
  margin-top: 10px; }
  .custom-radio input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .custom-radio input[type="radio"]:checked + label, .custom-radio input[type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #9595A6;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-right: 15px; }
      .custom-radio input[type="radio"]:checked + label::before, .custom-radio input[type="radio"]:not(:checked) + label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #9595A6;
        border-radius: 100%;
        background: #fff; }
      .custom-radio input[type="radio"]:checked + label::after, .custom-radio input[type="radio"]:not(:checked) + label::after {
        content: '';
        width: 18px;
        height: 18px;
        background: #9595A6;
        border: 2px solid #9595A6;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%;
        transition: all 0.2s ease; }
    .custom-radio input[type="radio"]:not(:checked) + label::after {
      opacity: 0;
      transform: scale(0); }
    .custom-radio input[type="radio"]:checked + label::after {
      opacity: 1;
      transform: scale(0.5); }

.desktop-div {
  display: block; }
  @media only screen and (max-width: 767px) {
    .desktop-div {
      display: none; } }

.mobile-div {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-div {
      display: block; } }

.m-0 {
  margin: 0 !important; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-24 {
  margin-bottom: 24px; }

.justify-content-center {
  justify-content: center; }

@media only screen and (max-width: 480px) {
  .consult-head .heading-two span {
    display: block; } }

.address-box.carttabcont.add-new-adrs.cartboxhide.address-section.address-section-new {
  margin-top: 24px; }
  .address-box.carttabcont.add-new-adrs.cartboxhide.address-section.address-section-new .st-adrs.st-title {
    margin-bottom: 24px; }

.privacy-sec p {
  margin-bottom: 20px; }
.privacy-sec .privacy-sub-heading {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif; }
  @media only screen and (max-width: 991px) {
    .privacy-sec .privacy-sub-heading {
      font-size: 18px;
      line-height: 28px; } }
.privacy-sec .small-heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif; }

.video-play-icon {
  position: relative; }
  .video-play-icon .pause-btn, .video-play-icon .play-btn {
    background: linear-gradient(110.72deg, rgba(255, 255, 255, 0.36) 1.21%, rgba(196, 196, 196, 0.06) 100%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    bottom: 24px;
    right: 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    display: none;
    display: flex; }
    .video-play-icon .pause-btn img, .video-play-icon .play-btn img {
      width: 30px; }
    .video-play-icon .pause-btn:hover, .video-play-icon .play-btn:hover {
      transform: scale(0.95); }
  .video-play-icon .play-btn {
    display: none; }

.btn-add-to-cart-checkout .amount {
  display: inline; }

.swiper {
  padding-bottom: 90px; }
  .swiper .swiper-pagination {
    position: absolute;
    bottom: 0 I !important;
    left: 50% I !important;
    transform: translateX(-50%) I !important; }
    .swiper .swiper-pagination .swiper-pagination-bullet {
      width: 32px;
      height: 5px;
      background-color: rgba(243, 59, 18, 0.8);
      margin: 0 4px;
      border: none;
      border-radius: 0;
      transform: none !important;
      position: static; }
      .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 90px;
        height: 5px;
        background-color: #F33B12;
        transition: width .3s ease;
        border-radius: 0; }
  .swiper .arrow-slide {
    width: 64px;
    height: 33px;
    background: url(../img/right-arrow.svg) no-repeat;
    top: inherit;
    bottom: 0;
    position: absolute;
    margin: 0;
    left: calc(50% + 50px); }
    .swiper .arrow-slide::after {
      display: none; }
    .swiper .arrow-slide.swiper-button-prev {
      left: calc(50% - 50px);
      transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .swiper .arrow-slide {
        width: 38px;
        height: 19px;
        background-size: 100%;
        left: calc(50% + 20px); }
        .swiper .arrow-slide.swiper-button-prev {
          left: calc(50% - 43px); } }
  .swiper.arrow-slider {
    padding-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      .swiper.arrow-slider {
        padding-bottom: 60px; } }
  .swiper .dark-arrow {
    background: url(../img/dark-right-arrow.svg) no-repeat;
    width: 64px;
    height: 33px; }
    @media only screen and (max-width: 767px) {
      .swiper .dark-arrow {
        width: 38px;
        height: 19px;
        background-size: 100%;
        left: calc(50% + 20px); }
        .swiper .dark-arrow.swiper-button-prev {
          left: calc(50% - 43px); } }
  .swiper.black-arrow .arrow-slide {
    filter: brightness(1) invert(1); }
  .swiper.top-right-arrow {
    margin-top: -78px;
    padding-top: 70px; }
    .swiper.top-right-arrow .arrow-slide {
      bottom: inherit;
      top: 0;
      left: inherit;
      right: 0; }
      .swiper.top-right-arrow .arrow-slide.swiper-button-prev {
        right: 100px; }
    @media only screen and (max-width: 767px) {
      .swiper.top-right-arrow {
        margin-top: -50px;
        padding-top: 50px; }
        .swiper.top-right-arrow .arrow-slide.swiper-button-prev {
          right: 60px; } }
  .swiper.expert-thumb-slider {
    padding-bottom: 300px; }
    .swiper.expert-thumb-slider .arrow-slide {
      border: 1px solid #D6D6D7;
      width: 82px;
      height: 51px;
      border-radius: 25px;
      position: absolute;
      bottom: 70px;
      left: 50%;
      transform: translateX(-50%);
      background: url(../img/left-arrow.svg) no-repeat;
      background-position: center; }
      .swiper.expert-thumb-slider .arrow-slide.swiper-button-next {
        bottom: 0;
        transform: translateX(-50%) rotate(180deg); }
      @media only screen and (max-width: 767px) {
        .swiper.expert-thumb-slider .arrow-slide {
          width: 50px;
          height: 30px;
          bottom: inherit;
          top: 25px;
          background: url(../img/right-arrow.svg) no-repeat;
          transform: translateY(0) rotate(180deg);
          left: 0;
          border: none;
          background-size: 50px; }
          .swiper.expert-thumb-slider .arrow-slide.swiper-button-next {
            left: inherit;
            right: 0;
            transform: translateX(0); } }
  .swiper.counterslider {
    padding-bottom: 50px; }
    .swiper.counterslider .swiper-pagination {
      position: absolute;
      bottom: 0 I !important;
      left: 50% I !important;
      transform: translateX(-50%) I !important; }
      .swiper.counterslider .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background-color: rgba(243, 59, 18, 0.8);
        margin: 0 4px;
        border: none;
        position: static;
        border-radius: 50%;
        transform: scale(0.8) !important;
        transition: all 0.5s ease-in-out; }
        .swiper.counterslider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          transform: scale(1) !important;
          background-color: #F33B12;
          transition: width .3s ease; }

.btn-default, .black-trans-btn {
  display: inline-block;
  background: #F33B12;
  padding: 14px 32px;
  overflow: hidden;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 40px;
  text-align: center;
  color: #F1F1E6;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  height: auto; }
  .btn-default:hover, .black-trans-btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 767px) {
    .btn-default, .black-trans-btn {
      padding: 13px 20px; } }

.btn-sec-tran {
  background: transparent;
  border: 2px solid #F33B12;
  color: #F33B12; }

.btn-dark-mode, .collab-form-sec .collab-form-box .contact-form .form-group button {
  background: #FD7166;
  color: #1E1E31; }
  .btn-dark-mode:hover, .collab-form-sec .collab-form-box .contact-form .form-group button:hover {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2), 0 0 0 2px rgba(255, 255, 255, 0.1); }

.btn-dark {
  background: #1E1E31; }

.btn-trans {
  background: transparent;
  border: 2px solid #FD7166; }
  .btn-trans:hover {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2), 0 0 0 2px rgba(255, 255, 255, 0.1); }

.black-trans-btn {
  background: transparent;
  border: 1px solid #1E1E31;
  color: #1E1E31;
  padding: 0px 17px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  height: 32px;
  line-height: 32px; }

.btn-dark-text {
  background: transparent;
  border: 2px solid #FD7166;
  color: #1E1E31; }

.btn-dark-border {
  background: transparent;
  border: 2px solid #1E1E31;
  color: #1E1E31; }

.btn-blue-border {
  background: transparent;
  border: 1px solid #1E1E31;
  color: #1E1E31;
  padding: 12px 32px; }

.btn-arrow, .btn-white-arrow {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  color: #F33B12;
  padding-right: 30px;
  position: relative; }
  .btn-arrow::before, .btn-white-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../img/long-arrow.svg) no-repeat;
    width: 20px;
    height: 10px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .btn-arrow:hover::before, .btn-white-arrow:hover::before {
    transform: translate(3px, -50%); }

.btn-white-arrow {
  color: #1E1E31;
  width: auto;
  height: auto;
  background: #F1F1E6; }
  .btn-white-arrow::before {
    background: url(../img/btn-arrow.svg) no-repeat;
    width: 26px;
    height: 14px; }

.login-btn {
  padding: 12px 33px; }

.change-detail-btn {
  border: 1px solid #FD7166;
  padding: 14px 32px;
  color: #FD7166;
  font-weight: 600;
  border-radius: 32px;
  height: auto;
  width: auto;
  position: relative;
  padding-left: 70px;
  cursor: pointer; }
  .change-detail-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 27px;
    width: 30px;
    height: 18px;
    background: url(../img/right-dark-orange.svg) no-repeat;
    background-size: 30px;
    background-position: center center;
    transition: all 0.5s ease-in-out; }
  .change-detail-btn:hover::before {
    transform: translate(-5px, -50%); }
  @media only screen and (max-width: 767px) {
    .change-detail-btn {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      padding: 14px 10px;
      padding-left: 46px; }
      .change-detail-btn::before {
        left: 10px; } }

.btn-auto {
  width: auto;
  height: auto; }

.btn-default:disabled, .black-trans-btn:disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #666;
  cursor: not-allowed;
  box-shadow: none; }

.form-group label {
  color: #FCFCF9;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600; }
.form-group input,
.form-group select {
  background: #F1F1E6;
  border-radius: 8px;
  border: none; }
  .form-group input::placeholder,
  .form-group select::placeholder {
    color: #9595A6; }
.form-group select {
  background: #F1F1E6 url(../img/select-arrow.svg) 97% center no-repeat;
  color: #9595A6; }
  .form-group select option {
    color: #1E1E31; }
.form-group button {
  box-shadow: 4px 4px 11.6px 0px #EBFDFE2B;
  width: 100%;
  max-width: 100%;
  border: none;
  background: #FD7166;
  color: #1E1E31; }
.form-group:not(:last-child) {
  margin-bottom: 24px; }
.form-group:last-child {
  margin-top: 36px; }
.form-group .calender-input {
  position: relative; }
  .form-group .calender-input input[type="datetime-local"] {
    color: #9595A6; }
    .form-group .calender-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer; }

.form-box .from-input {
  position: relative; }
  .form-box .from-input .custom-select {
    position: relative;
    width: 100%; }
    .form-box .from-input .custom-select .selected-txt {
      position: relative;
      border: 1px solid rgba(125, 125, 125, 0.3);
      padding: 0 30px 0 20px;
      color: #7D7D7D;
      border-radius: 8px;
      height: 44px;
      cursor: pointer;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      line-height: 44px; }
      .form-box .from-input .custom-select .selected-txt:after {
        content: "";
        height: 8px;
        width: 14px;
        background: url(../img/select-arrow.svg) no-repeat;
        position: absolute;
        right: 12px;
        top: 50%;
        background-size: 100% 100%;
        transform: translate(0, -50%) rotate(0deg);
        transition: all .5s ease; }
      .form-box .from-input .custom-select .selected-txt span {
        width: 100%;
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block; }
    .form-box .from-input .custom-select .selected-txt.arrow-up:after {
      transform: translate(0, -50%) rotate(180deg); }
    .form-box .from-input .custom-select ul {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 12;
      max-height: 0;
      overflow-y: auto;
      transition: all .5s ease;
      /* Scrollbar Styling */ }
      .form-box .from-input .custom-select ul li {
        background: #FAFAFA;
        border-bottom: 1px solid #DEDEDE;
        padding: 10px 20px;
        cursor: pointer;
        z-index: 1;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar {
        width: 6px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar-thumb {
        background: #1E1E31;
        border-radius: 10px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar-thumb:hover {
        background: #0b0b11; }
    .form-box .from-input .custom-select ul.select-open {
      max-height: 245px; }

textarea {
  resize: none; }

.fromwhiteinput input {
  border: 1px solid #1E1E31;
  border-radius: 4px; }
.fromwhiteinput button {
  border: none;
  max-width: 350px; }

.form-input-box {
  position: relative; }
  .form-input-box input,
  .form-input-box textarea,
  .form-input-box button,
  .form-input-box select {
    font-weight: 600; }
  .form-input-box input {
    text-align: left; }
  .form-input-box .placeholder {
    pointer-events: none;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    line-height: 50px;
    font-weight: 400;
    top: 0;
    left: 0;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #9595A6;
    width: 100%;
    text-align: left; }
  .form-input-box .input:not(:placeholder-shown).input:not(:focus) + .placeholder,
  .form-input-box .select:not(:placeholder-shown) + .placeholder {
    transform: translateY(-5px);
    transition: .2s ease;
    color: #1E1E31;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .form-input-box .input:focus + .placeholder,
  .form-input-box select:focus + .placeholder {
    transform: translateY(-5px);
    transition: .2s ease;
    color: #1E1E31;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .form-input-box button {
    width: auto;
    height: auto; }

.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkboxcontainer input:checked ~ .checkmark {
      background: #1E1E31; }
      .checkboxcontainer input:checked ~ .checkmark:after {
        display: block; }
  .checkboxcontainer .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #D6D6D7;
    border-radius: 3px; }
    .checkboxcontainer .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 3px;
      width: 4px;
      height: 8px;
      border: solid #D6D6D7;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto; }
  .popup-container .popup-content {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #0000001F;
    max-width: 758px;
    margin: 0 auto;
    max-height: 95vh;
    overflow-y: auto;
    position: relative; }
    .popup-container .popup-content h2 {
      font-size: 24px;
      line-height: 34px;
      margin: 20px 0; }
      @media only screen and (max-width: 991px) {
        .popup-container .popup-content h2 {
          font-size: 20px;
          line-height: 30px; } }
    .popup-container .popup-content .close {
      position: absolute;
      top: 27px;
      right: 28px;
      cursor: pointer; }
    .popup-container .popup-content .contact-form {
      padding-left: 0;
      margin-top: 40px; }
      .popup-container .popup-content .contact-form .form-group .form-input {
        border: 1px solid #D6D6D7; }
      .popup-container .popup-content .contact-form .form-group.form-btn {
        margin-bottom: 0; }
        .popup-container .popup-content .contact-form .form-group.form-btn button {
          height: 48px;
          padding: 0; }
          .popup-container .popup-content .contact-form .form-group.form-btn button b {
            line-height: 30px; }
            .popup-container .popup-content .contact-form .form-group.form-btn button b span {
              line-height: 24px; }
        .popup-container .popup-content .contact-form .form-group.form-btn .info-icon {
          margin-bottom: 16px; }
          .popup-container .popup-content .contact-form .form-group.form-btn .info-icon span {
            position: relative;
            padding-left: 30px;
            font-weight: 600;
            display: block; }
            .popup-container .popup-content .contact-form .form-group.form-btn .info-icon span::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              background: url(../img/info-vector.svg) no-repeat;
              width: 20px;
              height: 20px; }
  @media only screen and (max-width: 767px) {
    .popup-container .popup-content {
      max-width: 100%;
      width: 95%;
      max-height: 85vh;
      padding: 24px 16px; }
      .popup-container .popup-content .close {
        right: 16px;
        top: 13px; }
      .popup-container .popup-content .contact-form {
        margin-top: 16px; } }

.book-slot-popup .popup-content {
  background: #1E1E31;
  max-width: 864px; }
  .book-slot-popup .popup-content .popup-header {
    border-bottom: 1px solid #444444;
    padding-bottom: 20px; }
    .book-slot-popup .popup-content .popup-header .title {
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; }
  .book-slot-popup .popup-content .imp-note {
    background: #2E2E5A;
    padding: 8px 12px;
    border-radius: 8px;
    margin: 8px 0; }
    .book-slot-popup .popup-content .imp-note .info::before {
      background: url(../img/light-info.svg) no-repeat; }
    .book-slot-popup .popup-content .imp-note ul {
      list-style-type: decimal;
      margin-left: 12px; }
      .book-slot-popup .popup-content .imp-note ul li {
        list-style-type: decimal;
        color: #FD7166;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400; }
  .book-slot-popup .popup-content .form-wrapper {
    padding: 0 24px;
    margin-top: 30px; }
  .book-slot-popup .popup-content .form-group .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 400; }
    .book-slot-popup .popup-content .form-group .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .book-slot-popup .popup-content .form-group .custom-checkbox input:checked ~ .checkmark::after {
        display: block; }
    .book-slot-popup .popup-content .form-group .custom-checkbox .checkmark {
      height: 20px;
      width: 20px;
      background-color: transparent;
      border: 2px solid #888;
      border-radius: 4px;
      margin-right: 10px;
      position: relative; }
      .book-slot-popup .popup-content .form-group .custom-checkbox .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
  .book-slot-popup .popup-content .form-group .card-input-wrapper {
    display: flex;
    align-items: center;
    background: #2E2E5A;
    border: 1px solid rgba(241, 241, 230, 0.2);
    color: #F1F1E6;
    border-radius: 6px;
    padding: 0 16px;
    position: relative;
    height: 50px; }
    .book-slot-popup .popup-content .form-group .card-input-wrapper .card-icon img {
      width: 24px;
      height: 24px;
      display: block; }
    .book-slot-popup .popup-content .form-group .card-input-wrapper input {
      flex: 1;
      background: transparent;
      border: none;
      color: #F1F1E6;
      outline: none; }
      .book-slot-popup .popup-content .form-group .card-input-wrapper input::placeholder {
        color: rgba(241, 241, 230, 0.6); }
    .book-slot-popup .popup-content .form-group .card-input-wrapper .card-meta {
      font-size: 14px;
      color: rgba(241, 241, 230, 0.6);
      white-space: nowrap; }
  .book-slot-popup .popup-content .form-group .form-input {
    margin-bottom: 16px; }
    .book-slot-popup .popup-content .form-group .form-input input,
    .book-slot-popup .popup-content .form-group .form-input select {
      background: #2E2E5A;
      border: 1px solid rgba(241, 241, 230, 0.2);
      color: #F1F1E6; }
  .book-slot-popup .popup-content .right-side {
    height: 100%; }
    .book-slot-popup .popup-content .right-side .book-preview-flex {
      padding: 32px 0 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .book-slot-popup .popup-content .right-side .book-preview-flex .top-div .image {
        width: 146px;
        height: 98px;
        border: 1px solid rgba(241, 241, 230, 0.2);
        display: flex;
        align-items: center;
        border-radius: 4px; }
      .book-slot-popup .popup-content .right-side .book-preview-flex .top-div .content {
        margin-top: 12px; }
        .book-slot-popup .popup-content .right-side .book-preview-flex .top-div .content p {
          color: #F1F1E6; }
          .book-slot-popup .popup-content .right-side .book-preview-flex .top-div .content p.price {
            color: rgba(241, 241, 230, 0.6); }
      .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .summary-slot .summary-flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px; }
        .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .summary-slot .summary-flex div {
          color: #F1F1E6; }
          .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .summary-slot .summary-flex div span {
            color: rgba(241, 241, 230, 0.2); }
        .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .summary-slot .summary-flex.total-flex {
          border-top: 1px solid rgba(241, 241, 230, 0.2);
          padding-top: 15px; }
      .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .complete-purchase button {
        background: #7B7B94;
        color: #F1F1E6;
        cursor: pointer;
        border-radius: 8px;
        margin-bottom: 12px; }
      .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .complete-purchase p {
        color: #F1F1E6;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400; }
        .book-slot-popup .popup-content .right-side .book-preview-flex .bottom-div .complete-purchase p a {
          color: #7CC4F8; }

.raise-req-poup .popup-header {
  margin-bottom: 20px; }
  .raise-req-poup .popup-header .title {
    color: #1E1E31;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 991px) {
      .raise-req-poup .popup-header .title {
        font-size: 18px;
        line-height: 28px; } }
.raise-req-poup .form-input-box {
  margin-bottom: 24px; }
  .raise-req-poup .form-input-box input {
    border: none;
    border-bottom: 1px solid #2E2E5A;
    padding-left: 0; }
  .raise-req-poup .form-input-box .btn-group {
    margin-top: 48px; }
    .raise-req-poup .form-input-box .btn-group .btn-default, .raise-req-poup .form-input-box .btn-group .black-trans-btn,
    .raise-req-poup .form-input-box .btn-group .black-trans-btn {
      height: 36px;
      line-height: 36px;
      padding: 0px 32px; }
      @media only screen and (max-width: 767px) {
        .raise-req-poup .form-input-box .btn-group .btn-default, .raise-req-poup .form-input-box .btn-group .black-trans-btn,
        .raise-req-poup .form-input-box .btn-group .black-trans-btn {
          width: 100%;
          height: 45px;
          line-height: 45px; } }

.delete-addr .popup-header .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .delete-addr .popup-header .title {
      font-size: 18px;
      line-height: 28px; } }
.delete-addr .popup-header .desc {
  font-size: 18px;
  line-height: 28px; }
.delete-addr .btn-group-addr {
  justify-content: center; }
  .delete-addr .btn-group-addr button {
    padding: 0 32px; }

.search-popup {
  background: url(../img/story-bg.jpg) no-repeat;
  background-size: cover; }
  .search-popup::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E1E31;
    opacity: 0.6;
    z-index: -1; }
  .search-popup .popup-content {
    background: transparent;
    max-width: 1024px;
    text-align: center;
    margin: auto; }
  .search-popup .search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer; }

.banner-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(237, 235, 229, 0) 0%, rgba(237, 235, 229, 0.5) 81.21%, #EDEBE5 96.28%); }
  .banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/banner-before.svg) no-repeat;
    background-position: top right;
    z-index: -1; }
  .banner-section .left-side {
    padding-bottom: 64px; }
    .banner-section .left-side .banner-content {
      max-width: 800px; }
      .banner-section .left-side .banner-content .heading {
        font-size: 64px;
        line-height: 72px;
        margin-bottom: 32px; }
        @media only screen and (max-width: 991px) {
          .banner-section .left-side .banner-content .heading {
            font-size: 32px;
            line-height: 42px; } }
      .banner-section .left-side .banner-content .para {
        font-size: 20px;
        line-height: 30px;
        color: #1E1E31;
        margin-bottom: 56px;
        max-width: 600px; }
        @media only screen and (max-width: 991px) {
          .banner-section .left-side .banner-content .para {
            font-size: 18px;
            line-height: 28px; } }
      .banner-section .left-side .banner-content .btn-box {
        display: flex;
        gap: 20px; }
        .banner-section .left-side .banner-content .btn-box .btn {
          height: 64px; }
        .banner-section .left-side .banner-content .btn-box .btn-transparent {
          max-width: 159px;
          height: 64px; }
  @media only screen and (max-width: 767px) {
    .banner-section::before {
      background-size: 100%; }
    .banner-section .col-40 {
      position: relative; }
      .banner-section .col-40::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../img/mb-banner-before.svg) no-repeat;
        background-position: bottom; }
    .banner-section .row {
      flex-direction: column-reverse; }
    .banner-section .left-side .banner-content .banner-heading {
      margin: 20px 0; }
    .banner-section .left-side .banner-content .para {
      margin-bottom: 26px; }
    .banner-section .left-side .banner-content .btn-box {
      margin-bottom: 32px; } }

.enlight-sec {
  margin-top: -50px;
  position: relative;
  z-index: 1; }
  .enlight-sec .enlight-box {
    background: #1E1E31;
    padding: 40px;
    padding-right: 0;
    border-radius: 30px;
    position: relative; }
    .enlight-sec .enlight-box .heading-box {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 40px;
      max-width: 100%; }
      .enlight-sec .enlight-box .heading-box .heading-two {
        font-weight: 700; }
      .enlight-sec .enlight-box .heading-box .exp-all {
        font-weight: 600;
        color: #C1C1C0;
        letter-spacing: 0.2px; }
    .enlight-sec .enlight-box .enlight-slider {
      padding-bottom: 0;
      position: static; }
      .enlight-sec .enlight-box .enlight-slider .swiper-wrapper {
        justify-content: center; }
      .enlight-sec .enlight-box .enlight-slider .swiper-slide {
        height: auto; }
      .enlight-sec .enlight-box .enlight-slider .arrow-slide {
        top: 65px;
        right: 40px;
        left: inherit; }
        .enlight-sec .enlight-box .enlight-slider .arrow-slide.swiper-button-prev {
          right: 132px; }
      .enlight-sec .enlight-box .enlight-slider .event-item {
        border: 1px solid #fff; }
  @media only screen and (max-width: 767px) {
    .enlight-sec .enlight-box {
      padding: 20px 16px; }
      .enlight-sec .enlight-box .heading-box {
        flex-wrap: wrap;
        gap: 0; }
      .enlight-sec .enlight-box .enlight-slider .swiper-wrapper {
        justify-content: flex-start; }
      .enlight-sec .enlight-box .enlight-slider .arrow-slide {
        top: 130px;
        right: 16px; }
        .enlight-sec .enlight-box .enlight-slider .arrow-slide.swiper-button-prev {
          right: 70px; } }

.event-item {
  height: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #F1F1E6; }
  .event-item .video-view,
  .event-item .image-view {
    position: relative;
    height: 100%; }
    .event-item .video-view .video,
    .event-item .image-view .video {
      position: relative;
      padding-top: calc(200 / 340 * 100%);
      overflow: hidden;
      cursor: pointer; }
      .event-item .video-view .video::before,
      .event-item .image-view .video::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: url(../img/video-svg.svg) no-repeat;
        width: 28px;
        height: 20px;
        transform: translate(-50%, -50%);
        z-index: 1;
        pointer-events: none; }
      .event-item .video-view .video::after,
      .event-item .image-view .video::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(48, 48, 89, 0.5);
        pointer-events: none;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px; }
      .event-item .video-view .video video,
      .event-item .image-view .video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
    .event-item .video-view .image,
    .event-item .image-view .image {
      position: relative;
      padding-top: calc(220 / 340 * 100%);
      overflow: hidden;
      cursor: pointer; }
      .event-item .video-view .image img,
      .event-item .image-view .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        position: absolute;
        left: 0;
        top: 0; }
      .event-item .video-view .image:hover img,
      .event-item .image-view .image:hover img {
        transform: scale(1.05); }
    .event-item .video-view .initial-content,
    .event-item .image-view .initial-content {
      height: calc(100% - 220px);
      padding-bottom: 20px; }
    .event-item .video-view .course-card-inner,
    .event-item .image-view .course-card-inner {
      height: calc(100% - 220px); }
    .event-item .video-view .video-content,
    .event-item .image-view .video-content {
      padding: 0 20px 32px 20px;
      background: #F1F1E6;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .event-item .video-view .video-content .offline-tag,
      .event-item .image-view .video-content .offline-tag {
        display: flex;
        gap: 16px;
        margin-bottom: 20px;
        align-items: center; }
        .event-item .video-view .video-content .offline-tag .date,
        .event-item .image-view .video-content .offline-tag .date {
          background: #F33B12;
          color: #F1F1E6;
          padding: 4px 10px;
          border-radius: 64px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          font-weight: 600; }
          .event-item .video-view .video-content .offline-tag .date::before,
          .event-item .image-view .video-content .offline-tag .date::before {
            display: none; }
        .event-item .video-view .video-content .offline-tag .label,
        .event-item .image-view .video-content .offline-tag .label {
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          color: #545454;
          font-weight: 500; }
      .event-item .video-view .video-content .heading,
      .event-item .image-view .video-content .heading {
        font-size: 24px;
        line-height: 34px;
        color: #1E1E31;
        font-weight: 600;
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .event-item .video-view .video-content .heading,
          .event-item .image-view .video-content .heading {
            font-size: 20px;
            line-height: 30px; } }
      .event-item .video-view .video-content p,
      .event-item .image-view .video-content p {
        color: #545454;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
      .event-item .video-view .video-content .see-details,
      .event-item .image-view .video-content .see-details {
        margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .event-item .video-view .course-card-inner,
      .event-item .image-view .course-card-inner {
        height: calc(100% - 220px); } }

.transformation-section {
  background: url("../img/story-bg.jpg") no-repeat;
  background-size: cover; }
  .transformation-section .testimonial-slider {
    padding-left: 53px;
    padding-right: 53px;
    z-index: 0; }
    .transformation-section .testimonial-slider .swiper-slide {
      position: relative;
      height: auto; }
      .transformation-section .testimonial-slider .swiper-slide:hover .testimonial-item::before {
        opacity: 1; }
      .transformation-section .testimonial-slider .swiper-slide a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: block; }
      .transformation-section .testimonial-slider .swiper-slide .content .desc {
        font-size: 20px;
        line-height: 30px;
        color: #1E1E31;
        margin-bottom: 30px; }
        @media only screen and (max-width: 991px) {
          .transformation-section .testimonial-slider .swiper-slide .content .desc {
            font-size: 18px;
            line-height: 28px; } }
      .transformation-section .testimonial-slider .swiper-slide .content .testimonial-name .name {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-top: 15px; }
      .transformation-section .testimonial-slider .swiper-slide .testimonial-item {
        background: #F1F1E6;
        border-radius: 30px;
        padding: 30px;
        text-align: center;
        position: relative;
        height: 100%; }
        .transformation-section .testimonial-slider .swiper-slide .testimonial-item::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          backdrop-filter: blur(4px);
          background: rgba(0, 0, 0, 0.1) url(../img/youtube-red-icon.svg) no-repeat center;
          border-radius: 30px;
          opacity: 0;
          z-index: 1; }
        .transformation-section .testimonial-slider .swiper-slide .testimonial-item .image {
          border: 3px solid #F33B12;
          width: 120px;
          height: 120px;
          border-radius: 50%;
          margin: 0 auto 30px;
          padding: 10px; }
          .transformation-section .testimonial-slider .swiper-slide .testimonial-item .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
        .transformation-section .testimonial-slider .swiper-slide .testimonial-item .content {
          height: calc(100% - 150px);
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
      .transformation-section .testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item {
        background: #FAFAF4; }
      .transformation-section .testimonial-slider .swiper-slide.no-video .youtube-play-icon ::before,
      .transformation-section .testimonial-slider .swiper-slide.no-video .testimonial-item ::before {
        display: none; }
      .transformation-section .testimonial-slider .swiper-slide.no-video:hover .testimonial-item::before {
        display: none; }
  @media only screen and (max-width: 767px) {
    .transformation-section .testimonial-slider {
      padding-left: 0;
      padding-right: 0; }
      .transformation-section .testimonial-slider .testimonial-item {
        padding: 20px; }
        .transformation-section .testimonial-slider .testimonial-item .content .testimonial-name .signature {
          width: 100px;
          margin: auto; } }

.guiding-light-sec .content .heading-two {
  margin-bottom: 48px; }
.guiding-light-sec .content p {
  max-width: 500px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px; }
  @media only screen and (max-width: 991px) {
    .guiding-light-sec .content p {
      font-size: 18px;
      line-height: 28px; } }
.guiding-light-sec .guiding-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px; }
  .guiding-light-sec .guiding-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(110.72deg, rgba(255, 255, 255, 0.36) 1.21%, rgba(196, 196, 196, 0.06) 100%);
    color: #F1F1E6;
    border: none;
    font-size: 24px;
    line-height: 34px;
    backdrop-filter: blur(30px);
    border-radius: 64px;
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 16px;
    z-index: 9;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    @media only screen and (max-width: 991px) {
      .guiding-light-sec .guiding-video .play-button {
        font-size: 20px;
        line-height: 30px; } }
    .guiding-light-sec .guiding-video .play-button span {
      position: relative;
      padding-right: 20px; }
      .guiding-light-sec .guiding-video .play-button span::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: url(../img/video-arrow.svg) no-repeat;
        width: 9px;
        height: 16px; }
    .guiding-light-sec .guiding-video .play-button:hover {
      transform: translate(-50%, -50%) scale(0.95); }
  .guiding-light-sec .guiding-video .pause-btn {
    background: linear-gradient(110.72deg, rgba(255, 255, 255, 0.36) 1.21%, rgba(196, 196, 196, 0.06) 100%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    bottom: 24px;
    right: 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    display: none; }
    .guiding-light-sec .guiding-video .pause-btn img {
      width: 30px; }
    .guiding-light-sec .guiding-video .pause-btn:hover {
      transform: scale(0.95); }
  .guiding-light-sec .guiding-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
@media only screen and (max-width: 991px) {
  .guiding-light-sec .guiding-video .play-button,
  .guiding-light-sec .guiding-video .pause-btn {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding: 8px; }
    .guiding-light-sec .guiding-video .play-button span,
    .guiding-light-sec .guiding-video .pause-btn span {
      padding-right: 14px; }
      .guiding-light-sec .guiding-video .play-button span::before,
      .guiding-light-sec .guiding-video .pause-btn span::before {
        background-position: center;
        background-size: 5px; }
  .guiding-light-sec .guiding-video .pause-btn {
    width: 40px;
    height: 40px; } }
@media only screen and (max-width: 767px) {
  .guiding-light-sec .content .heading-two {
    margin: 20px 0; }
  .guiding-light-sec .row {
    flex-direction: column-reverse; } }

.podcast-sec .podcast-swiper .swiper-slide {
  height: auto; }
.podcast-sec .podcast-link {
  height: 100%;
  position: relative;
  padding-top: calc(374 / 450 * 100%); }
  .podcast-sec .podcast-link::before {
    z-index: 1; }
  .podcast-sec .podcast-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .podcast-sec .podcast-link img {
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }

.vertical-section {
  padding: 80px 0;
  background: #1E1E31 url(../img/bg-gif1.gif) no-repeat;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  background-position: center center; }
  .vertical-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1E1E31;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.9; }
  .vertical-section .vertical-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 0 16px; }
    .vertical-section .vertical-wrapper .heading-box {
      color: #F1F1E6;
      margin-bottom: 63px; }
      .vertical-section .vertical-wrapper .heading-box p {
        font-size: 20px;
        line-height: 30px;
        color: #FCFCF9; }
        @media only screen and (max-width: 991px) {
          .vertical-section .vertical-wrapper .heading-box p {
            font-size: 18px;
            line-height: 28px; } }
    .vertical-section .vertical-wrapper .vertical-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 90px; }
      .vertical-section .vertical-wrapper .vertical-row .vertical-left-side .vertical-box:last-child::before {
        background: url(../img/vertical-before2.png) no-repeat;
        background-size: contain; }
      .vertical-section .vertical-wrapper .vertical-row .vertical-right-side {
        padding-top: 100px; }
        .vertical-section .vertical-wrapper .vertical-row .vertical-right-side .vertical-box:first-child::before {
          background: url(../img/vertical-before2.png) no-repeat;
          background-size: contain; }
      @media only screen and (max-width: 767px) {
        .vertical-section .vertical-wrapper .vertical-row {
          grid-template-columns: repeat(1, 1fr);
          gap: 0; }
          .vertical-section .vertical-wrapper .vertical-row .vertical-box {
            padding-top: 50px;
            margin-bottom: 16px; }
            .vertical-section .vertical-wrapper .vertical-row .vertical-box::before {
              background-size: 100%;
              width: 100px; }
          .vertical-section .vertical-wrapper .vertical-row .vertical-right-side {
            padding-top: 0; } }
    @media only screen and (max-width: 991px) {
      .vertical-section .vertical-wrapper {
        max-width: 100%; }
        .vertical-section .vertical-wrapper .vertical-row .vertical-box .content .heading {
          text-decoration: underline; }
          .vertical-section .vertical-wrapper .vertical-row .vertical-box .content .heading span::before {
            opacity: 1; } }
    .vertical-section .vertical-wrapper .vertical-box {
      background: #F1F1E6;
      margin-bottom: 40px;
      padding: 40px;
      border-radius: 8px;
      position: relative;
      padding-top: 200px;
      max-width: 470px; }
      .vertical-section .vertical-wrapper .vertical-box a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .vertical-section .vertical-wrapper .vertical-box .image-box {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #F33B12;
        display: flex;
        align-items: center;
        justify-content: center; }
      .vertical-section .vertical-wrapper .vertical-box .content .heading {
        font-size: 32px;
        line-height: 40px;
        color: #F33B12;
        margin: 20px 0;
        transition: all 1s ease-in-out; }
        @media only screen and (max-width: 991px) {
          .vertical-section .vertical-wrapper .vertical-box .content .heading {
            font-size: 24px;
            line-height: 34px; } }
        .vertical-section .vertical-wrapper .vertical-box .content .heading span {
          position: relative;
          padding-right: 30px; }
          .vertical-section .vertical-wrapper .vertical-box .content .heading span::before {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 20px;
            height: 11px;
            background: url(../img/orange-arrow.svg) no-repeat center center;
            opacity: 0; }
      .vertical-section .vertical-wrapper .vertical-box .content p {
        color: #545454; }
      .vertical-section .vertical-wrapper .vertical-box::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/vertical-before1.png) no-repeat;
        width: 180px;
        height: 200px; }
      .vertical-section .vertical-wrapper .vertical-box:hover .content .heading {
        text-decoration: underline; }
        .vertical-section .vertical-wrapper .vertical-box:hover .content .heading span::before {
          opacity: 1; }
  .vertical-section.course-bonus-sec .vertical-wrapper {
    max-width: calc(100% - 160px); }
    .vertical-section.course-bonus-sec .vertical-wrapper .heading-box {
      max-width: 100%; }
    .vertical-section.course-bonus-sec .vertical-wrapper .row .col-25:nth-child(even) .vertical-box {
      margin-bottom: 0; }
      .vertical-section.course-bonus-sec .vertical-wrapper .row .col-25:nth-child(even) .vertical-box::before {
        background: url(../img/vertical-before2.png) no-repeat;
        background-size: contain; }
    .vertical-section.course-bonus-sec .vertical-wrapper .vertical-box {
      height: 100%;
      padding: 24px;
      padding-top: 200px;
      max-width: 100%;
      margin-bottom: 0; }
      .vertical-section.course-bonus-sec .vertical-wrapper .vertical-box .content .heading {
        text-decoration: none; }
        .vertical-section.course-bonus-sec .vertical-wrapper .vertical-box .content .heading span {
          display: none; }
      .vertical-section.course-bonus-sec .vertical-wrapper .vertical-box:hover .content .heading {
        text-decoration: none; }
        .vertical-section.course-bonus-sec .vertical-wrapper .vertical-box:hover .content .heading span::before {
          opacity: 0; }
  @media only screen and (max-width: 991px) {
    .vertical-section.course-bonus-sec .vertical-wrapper {
      max-width: calc(100% - 32px); }
      .vertical-section.course-bonus-sec .vertical-wrapper .row {
        gap: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .vertical-section {
      padding: 30px 0; } }

.visionary-expert-section {
  position: relative;
  z-index: 1; }
  .visionary-expert-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/vision-svg.svg) no-repeat;
    width: 791px;
    height: 751px; }
  .visionary-expert-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/vision-after.svg) no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    background-size: 65%; }
  .visionary-expert-section .visionary-wrapper {
    max-width: 1090px;
    margin: auto;
    padding: 0 15px; }
    .visionary-expert-section .visionary-wrapper .expert-image {
      position: relative;
      z-index: 1; }
      .visionary-expert-section .visionary-wrapper .expert-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 85px;
        width: calc(100% - 140px);
        height: 99%;
        background: linear-gradient(180deg, #BFC8CC 0%, #D9E0E2 100%);
        border-top-left-radius: 250px;
        border-top-right-radius: 250px;
        z-index: -1; }
    .visionary-expert-section .visionary-wrapper .expert-quotation p {
      font-size: 20px;
      line-height: 30px;
      color: #1E1E31; }
      @media only screen and (max-width: 991px) {
        .visionary-expert-section .visionary-wrapper .expert-quotation p {
          font-size: 18px;
          line-height: 28px; } }
    .visionary-expert-section .visionary-wrapper .expert-quotation .explore-services {
      text-decoration: underline;
      font-size: 20px;
      line-height: 30px;
      margin-top: 50px; }
      @media only screen and (max-width: 991px) {
        .visionary-expert-section .visionary-wrapper .expert-quotation .explore-services {
          font-size: 18px;
          line-height: 28px; } }
      .visionary-expert-section .visionary-wrapper .expert-quotation .explore-services span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        transition: all 0.5s ease; }
        .visionary-expert-section .visionary-wrapper .expert-quotation .explore-services span img {
          filter: brightness(0); }
      .visionary-expert-section .visionary-wrapper .expert-quotation .explore-services:hover span {
        transform: translateX(5px); }
  .visionary-expert-section .numerology-expert-box {
    padding-top: 150px; }
    .visionary-expert-section .numerology-expert-box .left-side .image {
      position: relative;
      padding-top: calc(372/302*100%); }
      .visionary-expert-section .numerology-expert-box .left-side .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-top-right-radius: 250px;
        border-bottom-right-radius: 250px; }
    .visionary-expert-section .numerology-expert-box .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      padding: 0 27px; }
      .visionary-expert-section .numerology-expert-box .content .heading {
        font-family: "Playfair Display", sans-serif;
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        letter-spacing: 0.01rem;
        color: #F33B12; }
        @media only screen and (max-width: 991px) {
          .visionary-expert-section .numerology-expert-box .content .heading {
            font-size: 32px;
            line-height: 42px; } }
      .visionary-expert-section .numerology-expert-box .content .desc {
        font-size: 20px;
        line-height: 30px;
        color: #1E1E31;
        padding-top: 40px; }
        @media only screen and (max-width: 991px) {
          .visionary-expert-section .numerology-expert-box .content .desc {
            font-size: 18px;
            line-height: 28px; } }
    .visionary-expert-section .numerology-expert-box .right-side .image {
      position: relative;
      padding-top: calc(600/342*100%); }
      .visionary-expert-section .numerology-expert-box .right-side .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 182px;
        position: absolute;
        top: 0;
        left: 0; }
    .visionary-expert-section .numerology-expert-box .before-sun-img {
      position: relative;
      overflow: hidden; }
      .visionary-expert-section .numerology-expert-box .before-sun-img::before {
        content: '';
        position: absolute;
        top: 0;
        width: 308px;
        height: 108%;
        background: url(../img/sun-before.svg) no-repeat;
        background-position: bottom;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
  @media only screen and (max-width: 767px) {
    .visionary-expert-section::before {
      background-size: 100%;
      width: 170px; }
    .visionary-expert-section .visionary-wrapper .display-heading {
      margin: 20px 0; }
    .visionary-expert-section .visionary-wrapper .expert-quotation .explore-services {
      margin-top: 16px; }
    .visionary-expert-section .numerology-expert-box {
      padding-top: 20px; }
      .visionary-expert-section .numerology-expert-box .content {
        padding: 0; }
        .visionary-expert-section .numerology-expert-box .content .desc {
          padding-top: 16px; }
      .visionary-expert-section .numerology-expert-box .left-side .image {
        padding-top: calc(110 / 146 * 100%);
        margin-bottom: 20px; } }

.pioneer-data-box {
  position: relative;
  margin-top: 60px;
  border-top: 2px dashed #000;
  padding-top: 50px; }
  .pioneer-data-box .pioneer-counting {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 0 -20px; }
    @media only screen and (max-width: 991px) {
      .pioneer-data-box .pioneer-counting {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px; }
        .pioneer-data-box .pioneer-counting .counting-box:not(:last-child)::before {
          display: none; } }
  @media only screen and (max-width: 1350px) {
    .pioneer-data-box {
      padding-left: 30px; }
      .pioneer-data-box .pioneer-counting .counting-box .number {
        font-size: 60px;
        line-height: 70px; } }
  @media only screen and (max-width: 1099px) {
    .pioneer-data-box {
      padding-left: 16px; }
      .pioneer-data-box .pioneer-counting .counting-box .number {
        font-size: 60px;
        line-height: 70px; } }
  @media only screen and (max-width: 767px) {
    .pioneer-data-box {
      padding: 20px 16px; } }
  .pioneer-data-box .counting-box {
    position: relative;
    padding: 0 20px;
    padding-bottom: 30px;
    text-align: center;
    flex: 1; }
    .pioneer-data-box .counting-box .number {
      font-size: 72px;
      line-height: 82px;
      font-family: "Playfair Display", sans-serif;
      color: #F33B12;
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 991px) {
        .pioneer-data-box .counting-box .number {
          font-size: 50px;
          line-height: 60px; } }
      .pioneer-data-box .counting-box .number span.animCounter {
        display: inline-block; }
      .pioneer-data-box .counting-box .number span.unit {
        margin: 0 12px; }
    .pioneer-data-box .counting-box p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600; }
    .pioneer-data-box .counting-box:not(:last-child)::before {
      content: '';
      position: absolute;
      top: 30px;
      right: 0;
      width: 0;
      height: 42px;
      border: 1px solid #1E1E31;
      background: #1E1E31;
      z-index: -1; }
    @media only screen and (max-width: 767px) {
      .pioneer-data-box .counting-box {
        padding-bottom: 0; }
        .pioneer-data-box .counting-box p {
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          width: 86%;
          margin-top: 13px; } }

.blog-section .row:not(:last-child) {
  margin-bottom: 54px; }
.blog-section .blog-item {
  height: 100%;
  color: #F1F1E6;
  position: relative; }
  .blog-section .blog-item .absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .blog-section .blog-item .content {
    background: #1E1E31;
    height: 100%;
    padding: 40px; }
  .blog-section .blog-item .back-intro .bio-intro .desc {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      .blog-section .blog-item .back-intro .bio-intro .desc {
        font-size: 24px;
        line-height: 34px; } }
  .blog-section .blog-item .date-type-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .blog-section .blog-item .date-type-box .icon {
      position: relative;
      padding-left: 27px; }
      .blog-section .blog-item .date-type-box .icon a {
        color: #F1F1E6; }
      .blog-section .blog-item .date-type-box .icon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 17px;
        background: url(../img/calender.svg) no-repeat;
        transform: translateY(-50%); }
      .blog-section .blog-item .date-type-box .icon.type::before {
        background: url(../img/folder.svg) no-repeat; }
  .blog-section .blog-item.imageBlog {
    border: 1px solid #1E1E31;
    padding: 10px;
    height: 100%; }
    .blog-section .blog-item.imageBlog .bio-intro {
      padding: 40px; }
@media only screen and (max-width: 767px) {
  .blog-section .row:not(:last-child) {
    margin-bottom: 16px; }
  .blog-section .row .col-33:not(:last-child) {
    padding-right: 16px; }
  .blog-section .row .blog-item .content {
    padding: 20px; } }

.life-path-section {
  background: #1E1E31 url(../img/story-bg.jpg);
  border-radius: 30px;
  padding: 64px;
  position: relative;
  overflow: hidden; }
  .life-path-section::before {
    content: '';
    position: absolute;
    right: -134px;
    bottom: -156px;
    background: url(../img/life-path-svg.svg) no-repeat;
    width: 442px;
    height: 443px;
    pointer-events: none;
    background-position: right;
    opacity: 0.5; }
  .life-path-section .content-box {
    max-width: 800px; }
    .life-path-section .content-box .heading-two,
    .life-path-section .content-box p {
      margin-bottom: 32px; }
    .life-path-section .content-box p {
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (max-width: 991px) {
        .life-path-section .content-box p {
          font-size: 18px;
          line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .life-path-section {
      padding: 32px; }
      .life-path-section::before {
        right: 0;
        bottom: -254px;
        width: 100%;
        height: 100%;
        background-position: bottom; } }

.faq-section .sticky-left {
  position: sticky;
  top: 100px;
  padding-right: 50px; }
.faq-section .faq-heading {
  position: absolute;
  right: 0;
  top: 0; }
  .faq-section .faq-heading p {
    font-size: 32px;
    line-height: 40px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .faq-section .faq-heading p {
        font-size: 24px;
        line-height: 34px; } }
    .faq-section .faq-heading p span {
      display: block;
      color: #F33B12;
      font-family: "DM Sans", sans-serif; }
.faq-section .faq-content-box .faq-item {
  border-bottom: 1px solid #1E1E31; }
  .faq-section .faq-content-box .faq-item .question {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 25px; }
    @media only screen and (max-width: 991px) {
      .faq-section .faq-content-box .faq-item .question {
        font-size: 24px;
        line-height: 34px; } }
  .faq-section .faq-content-box .faq-item .answer {
    margin-bottom: 25px;
    color: #545454; }
  .faq-section .faq-content-box .faq-item:not(:last-child) {
    margin-bottom: 40px; }
@media only screen and (max-width: 767px) {
  .faq-section .sticky-left {
    position: relative;
    top: 0;
    padding: 20px; }
    .faq-section .sticky-left .image {
      width: 50%; } }

.course-banner-sec {
  position: relative;
  height: 525px;
  overflow: hidden; }
  .course-banner-sec .breadcrumbList {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%; }
    .course-banner-sec .breadcrumbList ul {
      display: flex; }
      .course-banner-sec .breadcrumbList ul li,
      .course-banner-sec .breadcrumbList ul a {
        color: #fff; }
      .course-banner-sec .breadcrumbList ul li a::before {
        filter: brightness(0) invert(1); }
  .course-banner-sec .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .course-banner-sec .video-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .course-banner-sec .wrapper {
    position: relative;
    height: 100%;
    z-index: 1; }
  .course-banner-sec .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    max-width: 850px;
    width: 100%; }
    .course-banner-sec .banner-content p {
      font-size: 24px;
      line-height: 34px;
      color: #FCFCF9; }
      @media only screen and (max-width: 991px) {
        .course-banner-sec .banner-content p {
          font-size: 20px;
          line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    .course-banner-sec.consult-banner-sec {
      height: auto; }
      .course-banner-sec.consult-banner-sec .video-bg {
        position: relative;
        height: auto;
        width: auto; }
        .course-banner-sec.consult-banner-sec .video-bg video {
          width: 100%;
          height: auto;
          aspect-ratio: 768 / 500;
          object-fit: cover;
          display: block; } }

.blog-banner.course-detail-banner {
  height: 644px; }
  .blog-banner.course-detail-banner .row {
    height: 100%; }
  .blog-banner.course-detail-banner .banner-content {
    max-width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transform: none;
    position: static; }
    .blog-banner.course-detail-banner .banner-content .banner-heading {
      margin-bottom: 48px; }
    .blog-banner.course-detail-banner .banner-content .bought-text {
      color: #FD7166;
      font-weight: 600;
      margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .blog-banner.course-detail-banner {
      height: auto; }
      .blog-banner.course-detail-banner .row {
        flex-direction: column-reverse; }
        .blog-banner.course-detail-banner .row .col-50:first-child {
          background: #FCFCF9;
          padding: 32px 16px; }
          .blog-banner.course-detail-banner .row .col-50:first-child .btn-default, .blog-banner.course-detail-banner .row .col-50:first-child .black-trans-btn {
            width: 100%; }
        .blog-banner.course-detail-banner .row .col-50:last-child {
          margin-top: 50px; }
      .blog-banner.course-detail-banner .banner-content .banner-heading {
        color: #F33B12 !important;
        margin-bottom: 20px; }
      .blog-banner.course-detail-banner .banner-content p {
        color: #1E1E31 !important; } }

.lesson-describe-sec .col-60 {
  padding-right: 40px; }
.lesson-describe-sec .recommend-box {
  max-width: 1080px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px #0000001F;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding: 0 30px;
  border-radius: 10px;
  position: relative;
  margin-top: -50px;
  z-index: 1; }
  .lesson-describe-sec .recommend-box .recom-item {
    text-align: center;
    position: relative;
    padding: 30px 0; }
    .lesson-describe-sec .recommend-box .recom-item .title {
      color: #F33B12;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 16px; }
      @media only screen and (max-width: 991px) {
        .lesson-describe-sec .recommend-box .recom-item .title {
          font-size: 18px;
          line-height: 28px; } }
    .lesson-describe-sec .recommend-box .recom-item .desc {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #545454; }
    .lesson-describe-sec .recommend-box .recom-item:not(:last-child)::before {
      content: '';
      position: absolute;
      right: 0;
      border: 2px solid #7D7D7D;
      height: 97%;
      width: 0px;
      opacity: 0.3;
      top: 0; }
  .lesson-describe-sec .recommend-box.get-detail-recomm-box {
    max-width: max-content;
    display: flex;
    flex-wrap: wrap; }
    .lesson-describe-sec .recommend-box.get-detail-recomm-box .recom-item {
      padding: 30px 20px;
      flex: 0 0 20%; }
  @media only screen and (max-width: 767px) {
    .lesson-describe-sec .recommend-box {
      display: flex;
      flex-wrap: wrap; }
      .lesson-describe-sec .recommend-box .recom-item {
        padding: 10px 0;
        width: 100%;
        text-align: left; }
        .lesson-describe-sec .recommend-box .recom-item::before {
          display: none; }
        .lesson-describe-sec .recommend-box .recom-item .rating-box {
          justify-content: flex-start; } }
.lesson-describe-sec .learn-number-affect-box {
  padding-top: 64px; }
  .lesson-describe-sec .learn-number-affect-box .small-heading,
  .lesson-describe-sec .learn-number-affect-box .desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .lesson-describe-sec .learn-number-affect-box .small-heading,
      .lesson-describe-sec .learn-number-affect-box .desc {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; } }
  .lesson-describe-sec .learn-number-affect-box .heading-five {
    margin-bottom: 24px; }
.lesson-describe-sec .course-lesson-list {
  position: relative; }
  .lesson-describe-sec .course-lesson-list ul {
    padding: 0 40px;
    position: relative; }
    .lesson-describe-sec .course-lesson-list ul li {
      padding-left: 30px;
      position: relative;
      margin-bottom: 24px; }
      .lesson-describe-sec .course-lesson-list ul li::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 20px;
        background: url(../img/lock.svg) no-repeat; }
      .lesson-describe-sec .course-lesson-list ul li .topic-and-timing {
        display: flex;
        justify-content: space-between; }
    .lesson-describe-sec .course-lesson-list ul::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #FCFCF9 38%, transparent 56%, transparent);
      z-index: 1;
      opacity: 0.9; }
    .lesson-describe-sec .course-lesson-list ul.hide-before::before {
      display: none; }
  .lesson-describe-sec .course-lesson-list .days-text {
    padding: 0 40px;
    color: #F33B12;
    margin-bottom: 16px;
    font-weight: 700; }
  .lesson-describe-sec .course-lesson-list .see-more-btn {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%; }
.lesson-describe-sec .right-side .total-detail-card {
  box-shadow: 4px 4px 11.6px 0px #2E2E5A1F;
  padding: 16px 20px 32px 20px;
  background: #fff;
  text-align: center;
  border-radius: 16px; }
  .lesson-describe-sec .right-side .total-detail-card .title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600; }
  .lesson-describe-sec .right-side .total-detail-card .inner-box {
    display: flex;
    border: 1px solid #D6D6D7;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 64px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .lesson-describe-sec .right-side .total-detail-card .inner-box .rating-box {
      margin-bottom: 16px; }
      .lesson-describe-sec .right-side .total-detail-card .inner-box .rating-box .star {
        padding-left: 0;
        padding-right: 25px; }
        .lesson-describe-sec .right-side .total-detail-card .inner-box .rating-box .star::before {
          left: inherit;
          right: 0; }
    .lesson-describe-sec .right-side .total-detail-card .inner-box .items .total-tile {
      font-weight: 600;
      color: #F33B12;
      margin-bottom: 16px; }
    .lesson-describe-sec .right-side .total-detail-card .inner-box .items .total-desc {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; }
    .lesson-describe-sec .right-side .total-detail-card .inner-box.get-detail-total .items {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 10px; }
    .lesson-describe-sec .right-side .total-detail-card .inner-box.get-detail-total {
      margin-bottom: 15px; }
@media only screen and (max-width: 767px) {
  .lesson-describe-sec .col-60 {
    padding-right: 16px; }
  .lesson-describe-sec .learn-number-affect-box {
    padding-top: 0; }
  .lesson-describe-sec .course-lesson-list ul {
    padding: 0; }
  .lesson-describe-sec .recommend-box {
    box-shadow: none;
    padding: 16px;
    background: transparent;
    margin-top: 0; }
    .lesson-describe-sec .recommend-box.get-detail-recomm-box .recom-item {
      padding: 0;
      margin-bottom: 16px;
      flex: 0 0 100%; }
      .lesson-describe-sec .recommend-box.get-detail-recomm-box .recom-item .title {
        margin-bottom: 0; } }

.why-choose-sec {
  background: #F5F5F0;
  position: relative;
  overflow: hidden; }
  .why-choose-sec .choose-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 160px; }
    .why-choose-sec .choose-box .choose-item .content {
      margin-top: 24px; }
      .why-choose-sec .choose-box .choose-item .content .heading {
        font-family: "Playfair Display", sans-serif;
        color: #F33B12;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .why-choose-sec .choose-box .choose-item .content .heading {
            font-size: 20px;
            line-height: 30px; } }
      .why-choose-sec .choose-box .choose-item .content .desc {
        max-width: 240px; }
  .why-choose-sec::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -12px;
    width: 218px;
    height: 241px;
    background: url(../img/vertical-before2.png) no-repeat; }
  @media only screen and (max-width: 767px) {
    .why-choose-sec .choose-box {
      grid-template-columns: repeat(1, 1fr);
      gap: 30px 16px; } }

.found-sec {
  margin-bottom: 64px; }
  .found-sec .found-box {
    padding: 64px 30px; }
    .found-sec .found-box .content .upcoming-span {
      display: block;
      color: #FD7166;
      font-weight: 600; }
    .found-sec .found-box .content .heading-three {
      margin-bottom: 32px; }
    .found-sec .found-box .content .btn-group {
      margin-top: 58px;
      display: flex;
      gap: 24px; }
  @media only screen and (max-width: 767px) {
    .found-sec {
      background: #1E1E31; }
      .found-sec .row {
        flex-direction: column-reverse;
        margin: 0; }
        .found-sec .row .image {
          margin: 16px;
          margin-bottom: 0;
          border-radius: 8px; }
          .found-sec .row .image img {
            border-radius: 8px; }
      .found-sec .found-box {
        padding: 32px 16px; }
        .found-sec .found-box .content .btn-group {
          margin-top: 40px; }
          .found-sec .found-box .content .btn-group .btn-default, .found-sec .found-box .content .btn-group .black-trans-btn {
            width: 100%; } }

.course-list-sec {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }
  .course-list-sec .col-25,
  .course-list-sec .col-33 {
    margin-bottom: 30px; }
  .course-list-sec .event-item {
    border: 1px solid #E4E4E4;
    background: #fff;
    border-radius: 8px; }
    .course-list-sec .event-item .video-view .video::after,
    .course-list-sec .event-item .video-view .image::after,
    .course-list-sec .event-item .image-view .video::after,
    .course-list-sec .event-item .image-view .image::after {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .course-list-sec .event-item .video-view .hover-content .video-content,
    .course-list-sec .event-item .image-view .hover-content .video-content {
      background: transparent;
      padding: 0; }
    .course-list-sec .event-item .video-view .video-content,
    .course-list-sec .event-item .image-view .video-content {
      background: #fff;
      padding: 24px; }
      .course-list-sec .event-item .video-view .video-content .amount,
      .course-list-sec .event-item .image-view .video-content .amount {
        font-size: 24px;
        line-height: 34px;
        color: #1E1E31;
        margin-top: 12px; }
        @media only screen and (max-width: 991px) {
          .course-list-sec .event-item .video-view .video-content .amount,
          .course-list-sec .event-item .image-view .video-content .amount {
            font-size: 20px;
            line-height: 30px; } }
      .course-list-sec .event-item .video-view .video-content .bottom-content,
      .course-list-sec .event-item .image-view .video-content .bottom-content {
        border-top: 1px solid #D6D6D7;
        margin-top: 12px;
        padding-top: 12px; }
        .course-list-sec .event-item .video-view .video-content .bottom-content p,
        .course-list-sec .event-item .image-view .video-content .bottom-content p {
          color: #1E1E31;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          -webkit-line-clamp: 2; }
      .course-list-sec .event-item .video-view .video-content .rating-like-box,
      .course-list-sec .event-item .image-view .video-content .rating-like-box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .course-list-sec .event-item .video-view .video-content .rating-like-box .rating-box,
        .course-list-sec .event-item .image-view .video-content .rating-like-box .rating-box {
          display: flex;
          gap: 10px; }
          .course-list-sec .event-item .video-view .video-content .rating-like-box .rating-box .star,
          .course-list-sec .event-item .image-view .video-content .rating-like-box .rating-box .star {
            position: relative;
            padding-left: 10px;
            color: #1E1E31;
            font-weight: 700; }
            .course-list-sec .event-item .video-view .video-content .rating-like-box .rating-box .star::before,
            .course-list-sec .event-item .image-view .video-content .rating-like-box .rating-box .star::before {
              content: '';
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 16px;
              height: 16px;
              background: url(../img/star.svg) no-repeat; }
          .course-list-sec .event-item .video-view .video-content .rating-like-box .rating-box .review,
          .course-list-sec .event-item .image-view .video-content .rating-like-box .rating-box .review {
            position: relative;
            padding-left: 15px;
            color: #9595A6;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400; }
            .course-list-sec .event-item .video-view .video-content .rating-like-box .rating-box .review::after,
            .course-list-sec .event-item .image-view .video-content .rating-like-box .rating-box .review::after {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 5px;
              height: 5px;
              transform: translateY(-50%);
              border-radius: 50%;
              background: #1E1E31; }
      @media only screen and (max-width: 991px) {
        .course-list-sec .event-item .video-view .video-content .amount,
        .course-list-sec .event-item .image-view .video-content .amount {
          font-size: 24px;
          line-height: 34px; }
        .course-list-sec .event-item .video-view .video-content .mt-40,
        .course-list-sec .event-item .image-view .video-content .mt-40 {
          margin-top: 20px; } }

.bonuse-sec-available {
  background: none;
  padding-bottom: 0; }
  .bonuse-sec-available .heading-two {
    color: #1E1E31 !important; }
  .bonuse-sec-available .review-btn-box {
    text-align: center; }
    .bonuse-sec-available .review-btn-box .btn-dark-mode, .bonuse-sec-available .review-btn-box .collab-form-sec .collab-form-box .contact-form .form-group button, .collab-form-sec .collab-form-box .contact-form .form-group .bonuse-sec-available .review-btn-box button {
      background: #F33B12;
      color: #F1F1E6; }

.no-arrow-slider .transformation-slider {
  padding-bottom: 30px;
  z-index: 0; }
  .no-arrow-slider .transformation-slider .arrow-slide {
    display: none; }
  .no-arrow-slider .transformation-slider .swiper-slide.swiper-slide-active .testimonial-item {
    background: #F1F1E6; }
  @media only screen and (max-width: 767px) {
    .no-arrow-slider .transformation-slider {
      padding-bottom: 50px;
      margin-bottom: 30px; }
      .no-arrow-slider .transformation-slider .arrow-slide {
        display: block;
        filter: brightness(1) invert(1); } }
.no-arrow-slider .review-btn-box {
  text-align: center; }

.educator-video-sec .edu-video {
  position: relative;
  padding-top: calc(544/1280*100%); }
  .educator-video-sec .edu-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 767px) {
    .educator-video-sec .edu-video {
      padding-top: calc(544/768*100%); } }

.bounses-lec-sec::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bounse-lec-before.svg) no-repeat;
  left: 0;
  background-position: center bottom;
  z-index: -1;
  opacity: 0.5; }
.bounses-lec-sec .note-box {
  background: #E8E8FF;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-bottom: 64px; }
  .bounses-lec-sec .note-box .note-heading {
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #1E1E31;
    font-weight: 600;
    margin-bottom: 24px; }
    @media only screen and (max-width: 991px) {
      .bounses-lec-sec .note-box .note-heading {
        font-size: 20px;
        line-height: 30px; } }
  .bounses-lec-sec .note-box .note-text {
    font-size: 18px;
    line-height: 28px; }
.bounses-lec-sec .bonus-list-box .bonus-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .bounses-lec-sec .bonus-list-box .bonus-grid .bouse-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 64px; }
    .bounses-lec-sec .bonus-list-box .bonus-grid .bouse-item .image {
      background: #2E2E5A;
      border: 1px solid #434369;
      border-radius: 4px;
      width: 76px;
      height: 76px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      margin-bottom: 32px; }
      .bounses-lec-sec .bonus-list-box .bonus-grid .bouse-item .image img {
        width: 40px; }
    .bounses-lec-sec .bonus-list-box .bonus-grid .bouse-item .content .desc {
      color: #E8E8FF;
      font-size: 18px;
      line-height: 28px; }
@media only screen and (max-width: 767px) {
  .bounses-lec-sec .bonus-list-box .bonus-grid .bouse-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 32px; } }

.course-faq .sticky-left {
  top: 156px; }
  @media only screen and (max-width: 767px) {
    .course-faq .sticky-left {
      top: 0; } }

.see-more-btn {
  text-align: center; }
  .see-more-btn .see-link {
    color: #FD7166;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600; }

.rating-box {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center; }
  .rating-box .star {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
    color: #F33B12;
    font-weight: 600; }
    .rating-box .star::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background: url(../img/star-orange.svg) no-repeat; }
  .rating-box .review {
    position: relative;
    padding-left: 15px;
    color: #9595A6;
    font-size: 18px;
    line-height: 28px; }
    .rating-box .review::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 5px;
      height: 5px;
      transform: translateY(-50%);
      border-radius: 50%;
      background: #1E1E31; }
  @media only screen and (max-width: 767px) {
    .rating-box {
      flex-wrap: wrap; } }

.common-tabing-box {
  z-index: 999; }
  .common-tabing-box ul {
    display: flex;
    border-bottom: 2px solid #D6D6D7;
    gap: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .common-tabing-box ul::-webkit-scrollbar {
      display: none; }
    .common-tabing-box ul li {
      padding: 10px;
      position: relative;
      padding-bottom: 22px; }
      .common-tabing-box ul li.activetab {
        color: #1E1E31;
        font-weight: 600; }
        .common-tabing-box ul li.activetab::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0;
          border: 1px solid #1E1E31; }
      @media only screen and (max-width: 767px) {
        .common-tabing-box ul li {
          flex: 0 0 50%;
          max-width: 50%; } }
  .common-tabing-box.scrolled-past {
    position: fixed;
    top: 79px;
    z-index: 9;
    left: 0;
    background: #FCFCF9;
    box-shadow: 0px 4px 4px 0px #0000001F;
    width: 100%; }
    .common-tabing-box.scrolled-past ul {
      max-width: calc(100% - 160px);
      width: 100%;
      margin: auto; }
    @media only screen and (max-width: 767px) {
      .common-tabing-box.scrolled-past {
        top: 64px; }
        .common-tabing-box.scrolled-past ul {
          max-width: 100%;
          padding: 0 16px; } }
  @media only screen and (max-width: 767px) {
    .common-tabing-box {
      display: none; } }

.inroll-register {
  margin-bottom: 40px; }
  .inroll-register p span {
    position: relative;
    font-weight: 600;
    padding-left: 35px; }
    .inroll-register p span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/timer.svg) no-repeat;
      width: 25px;
      height: 25px; }
  .inroll-register.register-fire {
    margin: 10px 0 0 0; }
    .inroll-register.register-fire p span:before {
      background: url(../img/fire.svg) no-repeat;
      width: 25px;
      height: 25px; }

.pdp-sec .heading-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  gap: 20px; }
.pdp-sec .filter-box {
  width: 150px; }
.pdp-sec .product-list-area .pdp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 20px; }
  .pdp-sec .product-list-area .pdp-row .pdp-item {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px); }
@media only screen and (max-width: 1200px) {
  .pdp-sec .product-list-area .pdp-row {
    gap: 20px; }
    .pdp-sec .product-list-area .pdp-row .pdp-item {
      flex: 0 0 calc(33.33% - 20px);
      width: calc(33.33% - 20px); } }
@media only screen and (max-width: 991px) {
  .pdp-sec .product-list-area .pdp-row {
    gap: 20px; }
    .pdp-sec .product-list-area .pdp-row .pdp-item {
      flex: 0 0 calc(50% - 20px);
      width: calc(50% - 20px); } }
@media only screen and (max-width: 767px) {
  .pdp-sec .product-list-area .pdp-row {
    gap: 16px 20px; }
    .pdp-sec .product-list-area .pdp-row .pdp-item {
      flex: 0 0 100%;
      max-width: 100%; } }

.pdp-detail-sec .left-side {
  padding-right: 50px; }
  .pdp-detail-sec .left-side .swiper-slide {
    height: auto; }
  .pdp-detail-sec .left-side .product-detail-slider {
    margin-bottom: 30px; }
    .pdp-detail-sec .left-side .product-detail-slider .arrow-slide {
      display: none; }
    .pdp-detail-sec .left-side .product-detail-slider .imageBox {
      position: relative;
      padding-top: calc(524 / 537 *100%); }
      .pdp-detail-sec .left-side .product-detail-slider .imageBox img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 37px; }
  .pdp-detail-sec .left-side .outer-thumb-pdp {
    position: relative; }
  .pdp-detail-sec .left-side .product-thumb-slider {
    margin: 0 50px;
    position: static; }
    .pdp-detail-sec .left-side .product-thumb-slider .thumbBox {
      border-radius: 4px;
      border: 1px solid #1D4694;
      padding-top: 100%;
      height: 100%; }
      .pdp-detail-sec .left-side .product-thumb-slider .thumbBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0;
        transform: scale(0.8); }
    .pdp-detail-sec .left-side .product-thumb-slider .arrow-slide {
      left: -12px;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      background-size: 50px;
      background-position: center; }
      .pdp-detail-sec .left-side .product-thumb-slider .arrow-slide.swiper-button-next {
        right: -12px;
        left: inherit;
        transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .pdp-detail-sec .left-side .product-thumb-slider .arrow-slide {
          background-size: 32px; } }
.pdp-detail-sec .right-side {
  padding-right: 77px; }
  .pdp-detail-sec .right-side .content-box .top-area .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .pdp-detail-sec .right-side .content-box .top-area .title {
        font-size: 20px;
        line-height: 30px; } }
  .pdp-detail-sec .right-side .content-box .qty-box {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 10px; }
    .pdp-detail-sec .right-side .content-box .qty-box span {
      font-weight: 600; }
    .pdp-detail-sec .right-side .content-box .qty-box .select-box {
      width: 96px;
      position: relative; }
      .pdp-detail-sec .right-side .content-box .qty-box .select-box select {
        height: 44px;
        border: 1px solid #D6D6D7;
        background: url(../img/drp-arrow.svg) no-repeat 83%;
        padding: 0 30px 0 16px;
        border-radius: 4px;
        position: relative;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600; }
  .pdp-detail-sec .right-side .content-box .add-card-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0; }
    .pdp-detail-sec .right-side .content-box .add-card-box .buy-now {
      border: 1px solid #1E1E31;
      color: #1E1E31; }
  .pdp-detail-sec .right-side .content-box .delivery-box {
    margin: 24px 0; }
    .pdp-detail-sec .right-side .content-box .delivery-box .text {
      padding-left: 30px;
      position: relative;
      margin-bottom: 12px;
      color: #7D7D7D; }
      .pdp-detail-sec .right-side .content-box .delivery-box .text::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(../img/location.svg) no-repeat;
        width: 24px;
        height: 24px; }
    .pdp-detail-sec .right-side .content-box .delivery-box .pincode-input {
      display: flex;
      border: 1px solid #7D7D7D;
      border-radius: 16px;
      width: 400px;
      height: 60px; }
      .pdp-detail-sec .right-side .content-box .delivery-box .pincode-input input,
      .pdp-detail-sec .right-side .content-box .delivery-box .pincode-input button {
        border: none;
        height: 60px; }
      .pdp-detail-sec .right-side .content-box .delivery-box .pincode-input button {
        height: auto;
        width: auto;
        padding: 20px;
        cursor: pointer;
        color: #F33B12;
        font-weight: 500; }
  .pdp-detail-sec .right-side .content-box .pincode {
    color: #7D7D7D; }
    .pdp-detail-sec .right-side .content-box .pincode a {
      text-decoration: underline;
      color: #1E1E31; }
  .pdp-detail-sec .right-side .content-box .description-area .desc-title {
    font-weight: 700;
    margin-bottom: 16px; }
@media only screen and (max-width: 991px) {
  .pdp-detail-sec .right-side {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .pdp-detail-sec .left-side {
    padding-right: 0;
    position: relative;
    top: 0;
    padding: 10px; }
    .pdp-detail-sec .left-side .product-detail-slider {
      margin: 0;
      position: static; }
      .pdp-detail-sec .left-side .product-detail-slider .arrow-slide {
        display: block; }
  .pdp-detail-sec .right-side {
    padding-right: 0;
    margin-top: 20px; }
    .pdp-detail-sec .right-side .content-box .delivery-box .pincode-input {
      width: 100%; } }

.quantity-select {
  margin-bottom: 24px;
  position: relative; }
  .quantity-select .input-box {
    display: flex;
    gap: 16px;
    align-items: center; }
    .quantity-select .input-box span {
      font-weight: 600;
      font-size: 18px;
      line-height: 28px; }
    .quantity-select .input-box .select-box {
      width: 100px;
      position: relative; }
      .quantity-select .input-box .select-box select {
        height: 44px;
        border: 1px solid #AFAFAF;
        background: #fff url(../img/qty-arrow.svg) no-repeat right center;
        padding: 0 60px 0 16px;
        border-radius: 4px;
        position: relative; }

.num-online-course {
  max-width: 100%; }
  .num-online-course .event-item .video-view .video-content .heading,
  .num-online-course .event-item .image-view .video-content .heading {
    font-size: 20px;
    line-height: 30px;
    -webkit-line-clamp: 2; }
    @media only screen and (max-width: 991px) {
      .num-online-course .event-item .video-view .video-content .heading,
      .num-online-course .event-item .image-view .video-content .heading {
        font-size: 18px;
        line-height: 28px; } }

.common-heading-box .title .title-para {
  font-weight: 600;
  margin-bottom: 0; }

.price-box {
  display: flex;
  gap: 24px;
  align-items: baseline; }
  .price-box .discount {
    font-weight: 600; }
  .price-box .stripe-price {
    color: #7D7D7D;
    position: relative;
    font-weight: 600; }
    .price-box .stripe-price::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #7D7D7D;
      transform: translateY(-50%); }

.related-slider .swiper-slide {
  height: auto; }
  .related-slider .swiper-slide .pdp-item {
    height: 100%; }
@media only screen and (max-width: 767px) {
  .related-slider.top-right-arrow {
    margin-top: -64px; }
  .related-slider .swiper-slide .pdp-item .btn-default, .related-slider .swiper-slide .pdp-item .black-trans-btn {
    width: 100%; } }

.blog-banner {
  position: relative; }
  .blog-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(46, 46, 90, 0.4) 48%, #1E1E31 100%);
    pointer-events: none;
    z-index: 1; }
  .blog-banner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .blog-banner .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-banner .banner-content {
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
    max-width: 1024px; }
    .blog-banner .banner-content .feature-span {
      font-weight: 600;
      color: #FCFCF9; }

.blog-detail .blog-top-sec {
  max-width: 1024px;
  margin: 0 auto; }
  .blog-detail .blog-top-sec .heading-two {
    margin-bottom: 30px; }
.blog-detail .blog-detail-banner {
  position: relative; }
  .blog-detail .blog-detail-banner .image {
    position: relative;
    overflow: hidden;
    padding-top: calc(506 / 1281*100%); }
    .blog-detail .blog-detail-banner .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-detail .blog-detail-banner .date-tag-bog {
    position: absolute;
    bottom: 30px;
    left: 24px;
    display: flex;
    gap: 20px;
    background: #F1F1E6;
    padding: 10px;
    border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .blog-detail .blog-detail-banner .date-tag-bog {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px; } }
.blog-detail .blog-desc-sec {
  display: flex;
  position: relative; }
  .blog-detail .blog-desc-sec .left-side {
    width: 450px; }
    .blog-detail .blog-desc-sec .left-side .detail-tab ul li {
      font-size: 20px;
      line-height: 30px;
      font-weight: 500;
      padding-right: 30px;
      position: relative;
      border-bottom: 1px solid #1E1E31;
      padding-bottom: 10px; }
      @media only screen and (max-width: 991px) {
        .blog-detail .blog-desc-sec .left-side .detail-tab ul li {
          font-size: 18px;
          line-height: 28px; } }
      .blog-detail .blog-desc-sec .left-side .detail-tab ul li:not(:last-child) {
        margin-bottom: 24px; }
      .blog-detail .blog-desc-sec .left-side .detail-tab ul li a {
        opacity: 0.5; }
      .blog-detail .blog-desc-sec .left-side .detail-tab ul li::before {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 10px);
        transform: translateY(calc(-50% + 5px));
        background: url(../img/btn-arrow.svg) no-repeat;
        width: 26px;
        height: 14px; }
      .blog-detail .blog-desc-sec .left-side .detail-tab ul li::after {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        transform: translateY(calc(-50% + 5px));
        left: 0;
        width: 10px;
        height: 10px;
        background-color: red;
        border-radius: 50%;
        opacity: 0; }
      .blog-detail .blog-desc-sec .left-side .detail-tab ul li.activetab {
        padding-left: 20px; }
        .blog-detail .blog-desc-sec .left-side .detail-tab ul li.activetab a {
          opacity: 1; }
        .blog-detail .blog-desc-sec .left-side .detail-tab ul li.activetab::after {
          background: green;
          opacity: 1; }
  .blog-detail .blog-desc-sec .right-side {
    width: calc(100% - 412px);
    padding-left: 129px; }
    .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item {
      margin-bottom: 48px; }
      .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .heading-two {
        margin-bottom: 32px; }
      .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .desc {
        color: #545454;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 991px) {
          .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .desc {
            font-size: 18px;
            line-height: 28px; } }
        .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .desc a {
          display: inline; }
      .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .inner-box:not(:last-child) {
        margin-bottom: 32px; }
      .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .bullet-points {
        font-size: 20px;
        line-height: 30px;
        color: #545454; }
        @media only screen and (max-width: 991px) {
          .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .bullet-points {
            font-size: 18px;
            line-height: 28px; } }
      .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .quotation-box {
        position: relative;
        padding-left: 32px;
        margin: 24px 0 48px 0; }
        .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .quotation-box .quote {
          color: #545454;
          font-weight: 600; }
        .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .quotation-box .author {
          font-size: 20px;
          line-height: 30px;
          font-weight: 600; }
          @media only screen and (max-width: 991px) {
            .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .quotation-box .author {
              font-size: 18px;
              line-height: 28px; } }
        .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .quotation-box::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 8px;
          height: 100%;
          background: #F33B12; }
      .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .inner-img {
        position: relative;
        overflow: hidden;
        padding-top: calc(337/738*100%); }
        .blog-detail .blog-desc-sec .right-side .detail-content-box .content-item .inner-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0; }
@media only screen and (max-width: 1200px) {
  .blog-detail .blog-desc-sec .left-side {
    width: 250px; }
  .blog-detail .blog-desc-sec .right-side {
    width: calc(100% - 250px);
    padding-left: 80px; } }
@media only screen and (max-width: 767px) {
  .blog-detail .blog-desc-sec {
    flex-wrap: wrap; }
    .blog-detail .blog-desc-sec .right-side {
      padding-left: 0;
      width: 100%;
      margin-top: 50px; }
    .blog-detail .blog-desc-sec .left-side {
      width: 100%;
      top: 64px;
      background: #FCFCF9;
      z-index: 99; }
      .blog-detail .blog-desc-sec .left-side .detail-tab ul {
        display: flex;
        overflow-x: auto;
        gap: 30px;
        border-bottom: 1px solid #1E1E31;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none; }
        .blog-detail .blog-desc-sec .left-side .detail-tab ul::-webkit-scrollbar {
          display: none; }
        .blog-detail .blog-desc-sec .left-side .detail-tab ul li {
          flex: 0 0 50%;
          max-width: 50%;
          display: flex;
          align-items: center;
          border: none;
          margin-bottom: 0  !important;
          padding: 0 !important;
          padding: 10px 0 !important;
          scroll-snap-align: center; }
          .blog-detail .blog-desc-sec .left-side .detail-tab ul li::before {
            opacity: 0;
            visibility: hidden; }
          .blog-detail .blog-desc-sec .left-side .detail-tab ul li::after {
            display: none; }
          .blog-detail .blog-desc-sec .left-side .detail-tab ul li.activetab::before {
            bottom: 0;
            background: transparent;
            border-bottom: 3px solid #F33B12;
            width: 90%;
            height: 0;
            top: inherit;
            transform: translate(0);
            right: inherit;
            left: 0;
            opacity: 1;
            visibility: visible; } }

.date {
  position: relative;
  padding-left: 30px; }
  .date::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 21px;
    background: url(../img/color-cal.svg) no-repeat;
    left: 0; }

.tag {
  position: relative;
  padding-left: 30px; }
  .tag::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 15px;
    background: url(../img/color-folder.svg) no-repeat;
    left: 0; }

.small-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #2E2E5A; }
  @media only screen and (max-width: 991px) {
    .small-heading {
      font-size: 18px;
      line-height: 28px; } }

.contact-banner {
  position: relative; }
  .contact-banner::before {
    background: linear-gradient(270deg, rgba(30, 30, 49, 0) 0%, #2E2E5A 49.66%, #2E2E5A 100.76%);
    display: none; }
  .contact-banner .banner-content .content .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 15px; }
  .contact-banner .banner-content .content p {
    color: #F1F1E6;
    font-weight: 600; }
  .contact-banner .image {
    width: 50%;
    right: 0;
    left: inherit; }
  @media only screen and (max-width: 767px) {
    .contact-banner .image {
      width: 100%; } }

.location-list ul li {
  padding-left: 25px;
  position: relative; }
  .location-list ul li:not(:last-child) {
    margin-bottom: 24px; }
  .location-list ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/map.svg) no-repeat; }
  .location-list ul li.mail::before {
    width: 16px;
    height: 12px;
    background: url(../img/mail-icon.svg) no-repeat; }
  .location-list ul li.call::before {
    width: 15px;
    height: 16px;
    background: url(../img/call-icon.svg) no-repeat; }
  .location-list ul li.location a {
    display: block;
    color: #1468CD;
    text-decoration: underline; }
  .location-list ul li.whatsapp::before {
    width: 20px;
    height: 21px;
    background: url(../img/whatsapp-icon.svg) no-repeat;
    filter: brightness(1) invert(1);
    background-size: 15px;
    background-position: center; }

.contact-sec .contct-info-area {
  padding-right: 50px; }
  .contact-sec .contct-info-area .client-name {
    color: #F33B12;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 32px 0 24px 0; }
    @media only screen and (max-width: 991px) {
      .contact-sec .contct-info-area .client-name {
        font-size: 18px;
        line-height: 28px; } }
  @media only screen and (max-width: 1099px) {
    .contact-sec .contct-info-area {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .contact-sec .contct-info-area {
      padding-right: 0; } }

.contact-form {
  padding-left: 100px; }
  .contact-form .form-group {
    margin-bottom: 32px;
    margin-top: 0; }
    .contact-form .form-group label {
      color: #1E1E31;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; }
    .contact-form .form-group .form-input {
      position: relative;
      padding-left: 50px;
      border: 1px solid #1E1E31;
      border-radius: 4px; }
      .contact-form .form-group .form-input .icon {
        position: absolute;
        left: 21px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px; }
      .contact-form .form-group .form-input input, .contact-form .form-group .form-input textarea {
        background: transparent;
        padding: 0;
        border: none; }
      .contact-form .form-group .form-input.textarea-input {
        padding: 10px;
        height: 125px; }
    .contact-form .form-group.call-form-grp .form-input {
      padding-left: 0; }
      .contact-form .form-group.call-form-grp .form-input .form-box .from-input .custom-select .selected-txt {
        border: none;
        padding-left: 50px; }
        .contact-form .form-group.call-form-grp .form-input .form-box .from-input .custom-select .selected-txt .icon {
          top: 40%; }
      .contact-form .form-group.call-form-grp .form-input .form-box .from-input .custom-select ul {
        top: 105%; }
    .contact-form .form-group button {
      background: #F33B12;
      color: #F1F1E6; }
  @media only screen and (max-width: 1099px) {
    .contact-form {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      padding-left: 0;
      margin-top: 50px; }
      .contact-form .form-group {
        margin-bottom: 16px; } }

.eventsSectionPage {
  background: #FCFCF9;
  margin-top: -32px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative; }

.eventstabarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px; }
  .eventstabarea .events-tab-list {
    overflow-x: auto; }
    .eventstabarea .events-tab-list ul {
      gap: 20px;
      display: flex;
      flex-wrap: wrap; }
      .eventstabarea .events-tab-list ul li {
        padding: 10px 20px;
        border: 1px solid #1E1E31;
        cursor: pointer;
        color: #545454;
        text-transform: uppercase;
        font-weight: 700;
        transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
        display: flex;
        align-items: center;
        border-radius: 4px; }
        .eventstabarea .events-tab-list ul li a {
          color: #545454; }
      .eventstabarea .events-tab-list ul li.active-tab {
        background: #1E1E31;
        color: #fff; }
        .eventstabarea .events-tab-list ul li.active-tab a {
          color: #fff; }
    .eventstabarea .events-tab-list::-webkit-scrollbar {
      display: none; }
  .eventstabarea .yearSelectBox {
    max-width: 200px;
    width: 100%; }
    .eventstabarea .yearSelectBox select {
      height: auto;
      padding: 10px 20px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-weight: 700;
      color: #1E1E31;
      border: 1px solid #1E1E31;
      background: url(../img/down-arrow.svg) no-repeat right 20px center;
      border-radius: 4px; }
  @media only screen and (max-width: 991px) {
    .eventstabarea .events-tab-list {
      width: 100%; }
      .eventstabarea .events-tab-list ul {
        gap: 10px;
        margin-bottom: 10px; }
        .eventstabarea .events-tab-list ul li {
          width: 100%;
          justify-content: center; }
    .eventstabarea .yearSelectBox {
      max-width: 100%; } }

.upComingEventArea .tab-content {
  display: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .upComingEventArea .tab-content .eventsList {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -8px; }
    .upComingEventArea .tab-content .eventsList .itemsBox {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      margin-bottom: 40px;
      padding: 0 8px;
      position: relative; }
      .upComingEventArea .tab-content .eventsList .itemsBox .prev-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .upComingEventArea .tab-content .eventsList .itemsBox .items {
        flex: 0 0 100%;
        max-width: 100%;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
        background: #fff;
        transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        padding-right: 0;
        height: 100%;
        border-radius: 8px; }
        .upComingEventArea .tab-content .eventsList .itemsBox .items img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items {
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
          background: #fff;
          transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          border-radius: 8px; }
          .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem {
            padding: 17px;
            color: #545454; }
            .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem .dates {
              font-weight: 400;
              font-size: 24px;
              line-height: 34px;
              font-family: "Playfair Display", sans-serif; }
              .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem .dates span.number {
                font-size: 95px;
                line-height: 105px;
                font-weight: 600;
                color: #1E1E31;
                font-family: "Playfair Display", sans-serif;
                margin-right: 10px; }
                @media only screen and (max-width: 991px) {
                  .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem .dates span.number {
                    font-size: 50px;
                    line-height: 60px; } }
              @media only screen and (max-width: 991px) {
                .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem .dates {
                  font-size: 20px;
                  line-height: 30px; } }
            .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem p {
              margin-bottom: 30px;
              font-weight: 600;
              font-size: 20px;
              line-height: 30px;
              color: #545454; }
              @media only screen and (max-width: 991px) {
                .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .contentItem p {
                  font-size: 18px;
                  line-height: 28px; } }
          .upComingEventArea .tab-content .eventsList .itemsBox .items .inner-items .image img {
            width: 100%; }
      .upComingEventArea .tab-content .eventsList .itemsBox:hover .inner-items {
        background: #1E1E31; }
        .upComingEventArea .tab-content .eventsList .itemsBox:hover .inner-items .contentItem {
          color: #fff; }
          .upComingEventArea .tab-content .eventsList .itemsBox:hover .inner-items .contentItem .dates span.number {
            color: #fff; }
          .upComingEventArea .tab-content .eventsList .itemsBox:hover .inner-items .contentItem .register-now a {
            color: #FD7166; }
          .upComingEventArea .tab-content .eventsList .itemsBox:hover .inner-items .contentItem p {
            color: #fff; }
      .upComingEventArea .tab-content .eventsList .itemsBox:has(.items > img.w-full) {
        flex: 0 0 50%; }
        .upComingEventArea .tab-content .eventsList .itemsBox:has(.items > img.w-full) .items {
          height: 100%;
          overflow: hidden; }
          .upComingEventArea .tab-content .eventsList .itemsBox:has(.items > img.w-full) .items img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
          .upComingEventArea .tab-content .eventsList .itemsBox:has(.items > img.w-full) .items:hover img {
            transform: scale(1.05); }
      .upComingEventArea .tab-content .eventsList .itemsBox.upcoming-event .contentItem .upcoming-tag {
        margin-bottom: 12px; }
        .upComingEventArea .tab-content .eventsList .itemsBox.upcoming-event .contentItem .upcoming-tag span {
          background: #FFBE82;
          border-radius: 100px;
          padding: 4px 10px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          display: inline-block;
          color: #1E1E31; }
      .upComingEventArea .tab-content .eventsList .itemsBox.upcoming-event .contentItem .register-now {
        text-align: right; }
        .upComingEventArea .tab-content .eventsList .itemsBox.upcoming-event .contentItem .register-now a {
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          color: #F33B12;
          text-decoration: underline; }
      @media only screen and (max-width: 991px) {
        .upComingEventArea .tab-content .eventsList .itemsBox {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 32px; }
          .upComingEventArea .tab-content .eventsList .itemsBox:has(.items > img.w-full) {
            flex: 0 0 50%; } }
      @media only screen and (max-width: 767px) {
        .upComingEventArea .tab-content .eventsList .itemsBox {
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 32px; }
          .upComingEventArea .tab-content .eventsList .itemsBox:has(.items > img.w-full) {
            flex: 0 0 100%; } }
.upComingEventArea .show-tab-content {
  display: block; }

.previous-event-sec .blog-top-sec {
  margin-left: 0; }
.previous-event-sec .blog-desc-sec {
  display: block; }
  .previous-event-sec .blog-desc-sec .right-side {
    padding: 0;
    width: 100%; }
    .previous-event-sec .blog-desc-sec .right-side .detail-content-box .content-item {
      margin-bottom: 0; }
  .previous-event-sec .blog-desc-sec .prev-img-gal-sec {
    position: relative; }
    .previous-event-sec .blog-desc-sec .prev-img-gal-sec::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background: linear-gradient(0deg, #FCFCF9 38%, transparent 100%, transparent);
      z-index: 1; }
    .previous-event-sec .blog-desc-sec .prev-img-gal-sec .see-more-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 2; }
      .previous-event-sec .blog-desc-sec .prev-img-gal-sec .see-more-btn .see-link {
        background: #F33B12;
        color: #F1F1E6;
        border-radius: 16px;
        padding: 3px 16px; }
    .previous-event-sec .blog-desc-sec .prev-img-gal-sec.hide-before::before {
      display: none; }
    .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      margin-bottom: 20px; }
      .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px; }
        .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items:first-child {
          flex: 0 0 50%;
          max-width: 50%; }
          .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items:first-child .image {
            padding-top: calc(315 / 630*100%); }
        .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items .image {
          border-radius: 16px;
          position: relative;
          padding-top: calc(315 / 305*100%); }
          .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items .image img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        @media only screen and (max-width: 767px) {
          .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 30px; }
            .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items:first-child {
              flex: 0 0 100%;
              max-width: 100%; }
              .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item .inner-items:first-child .image {
                padding-top: calc(315 / 305*100%); } }
      .previous-event-sec .blog-desc-sec .prev-img-gal-sec .image-grid-layout .image-item:nth-child(even) {
        flex-direction: row-reverse; }
@media only screen and (max-width: 767px) {
  .previous-event-sec .blog-desc-sec .right-side {
    margin-top: 0; }
  .previous-event-sec .blog-desc-sec .prev-img-gal-sec::before {
    height: 16%; } }

.upcoming-even-box {
  padding-left: 48px;
  padding-right: 48px; }
  .upcoming-even-box .upcoming-video {
    position: relative;
    height: 100%; }
    .upcoming-even-box .upcoming-video .wishlist {
      position: absolute;
      right: 36px;
      top: 36px;
      z-index: 1;
      display: block; }
      .upcoming-even-box .upcoming-video .wishlist a.active svg path {
        stroke: #1E1E31; }
    .upcoming-even-box .upcoming-video .guiding-video {
      border-radius: 16px;
      position: relative;
      height: 100%; }
      .upcoming-even-box .upcoming-video .guiding-video video {
        border-radius: 16px; }
      .upcoming-even-box .upcoming-video .guiding-video .play-button {
        background: transparent;
        backdrop-filter: none; }
      .upcoming-even-box .upcoming-video .guiding-video::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #30305980;
        border-radius: 16px; }
    .upcoming-even-box .upcoming-video .image {
      position: relative;
      border-radius: 16px; }
      .upcoming-even-box .upcoming-video .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .upcoming-even-box .upcome-content {
    background: #F1F1E6;
    border-radius: 16px;
    padding: 19px 32px;
    height: 100%; }
    .upcoming-even-box .upcome-content .registered-people {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
      align-items: center; }
      .upcoming-even-box .upcome-content .registered-people .text {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #F33B12;
        font-weight: 500; }
      .upcoming-even-box .upcome-content .registered-people .people-img-flex {
        display: flex; }
        .upcoming-even-box .upcome-content .registered-people .people-img-flex img {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          margin: 0; }
          .upcoming-even-box .upcome-content .registered-people .people-img-flex img:not(:first-child) {
            margin-left: -10px;
            border: 1px solid #F1F1E6; }
    .upcoming-even-box .upcome-content .title-box {
      border-bottom: 1px solid #D6D6D7;
      margin-bottom: 24px;
      padding-bottom: 8px; }
    .upcoming-even-box .upcome-content .details .amount {
      font-size: 20px;
      line-height: 30px;
      margin: 24px 0;
      font-weight: 600; }
      @media only screen and (max-width: 991px) {
        .upcoming-even-box .upcome-content .details .amount {
          font-size: 18px;
          line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .upcoming-even-box {
      padding: 0; }
      .upcoming-even-box .col-50:first-child {
        margin-bottom: 32px; }
      .upcoming-even-box .upcoming-video .wishlist {
        right: 16px;
        top: 16px; }
      .upcoming-even-box .upcome-content {
        padding: 19px 16px; } }

.educator-video-sec {
  position: relative;
  z-index: 1; }

.about-banner .content p {
  font-size: 18px;
  line-height: 28px; }

.commpunity-support-sec .inner-box {
  position: relative;
  background: #F1F1E6;
  padding: 44px 32px; }
  .commpunity-support-sec .inner-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-support.svg) no-repeat; }
  .commpunity-support-sec .inner-box .sup_img_grid {
    display: flex;
    margin: 0 -16px; }
    .commpunity-support-sec .inner-box .sup_img_grid .item {
      padding: 0 16px;
      flex: 0 0 50%;
      max-width: 50%; }
      .commpunity-support-sec .inner-box .sup_img_grid .item .image {
        position: relative;
        padding-top: calc(214/296*100%);
        border-radius: 12px; }
        .commpunity-support-sec .inner-box .sup_img_grid .item .image img {
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-radius: 12px; }
      .commpunity-support-sec .inner-box .sup_img_grid .item.left-side .image {
        padding-top: calc(444/296*100%); }
      .commpunity-support-sec .inner-box .sup_img_grid .item.right-side .inner-right:not(:last-child) {
        margin-bottom: 16px; }
@media only screen and (max-width: 767px) {
  .commpunity-support-sec .inner-box {
    padding: 20px 16px; }
    .commpunity-support-sec .inner-box .sup_img_grid {
      overflow-x: auto;
      margin-top: 30px;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
      .commpunity-support-sec .inner-box .sup_img_grid::-webkit-scrollbar {
        display: none; }
      .commpunity-support-sec .inner-box .sup_img_grid .item {
        flex: 0 0 90%;
        max-width: 90%; }
        .commpunity-support-sec .inner-box .sup_img_grid .item.right-side {
          display: flex;
          gap: 32px; }
          .commpunity-support-sec .inner-box .sup_img_grid .item.right-side .inner-right {
            flex: 0 0 90%;
            max-width: 90%; }
            .commpunity-support-sec .inner-box .sup_img_grid .item.right-side .inner-right:not(:last-child) {
              margin-bottom: 0; } }

.time-marq_sec .heading-five {
  font-weight: 600;
  max-width: 1100px;
  margin: 0 auto; }

.about-arvind-quote {
  position: relative; }
  .about-arvind-quote::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 218px;
    height: 100%;
    background: url(../img/vertical-before2.png) no-repeat;
    filter: brightness(0.5) grayscale(1) contrast(1.2); }
  .about-arvind-quote:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 125px);
    width: 250px;
    height: 48px;
    background: url(../img/about-before.svg) no-repeat; }
  .about-arvind-quote .inner-box {
    display: flex; }
    .about-arvind-quote .inner-box .quote {
      max-width: 700px;
      padding-right: 100px; }
      .about-arvind-quote .inner-box .quote .autor {
        text-align: right;
        font-size: 24px;
        line-height: 34px; }
        @media only screen and (max-width: 991px) {
          .about-arvind-quote .inner-box .quote .autor {
            font-size: 20px;
            line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    .about-arvind-quote::before {
      display: none; }
    .about-arvind-quote .inner-box {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      padding: 24px 16px; }
      .about-arvind-quote .inner-box .quote {
        max-width: 100%;
        padding-right: 0; } }

.unlock-jour-sec .video-box {
  position: relative;
  padding-top: calc(683/457*100%); }
  .unlock-jour-sec .video-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px; }
.unlock-jour-sec .right-side {
  padding-left: 56px;
  padding-right: 56px; }
  .unlock-jour-sec .right-side .about-poineer-wrapper {
    padding-top: 64px;
    position: relative; }
    .unlock-jour-sec .right-side .about-poineer-wrapper .pioneer-title {
      font-weight: 600; }
    .unlock-jour-sec .right-side .about-poineer-wrapper .pioneer-data-box {
      border: none;
      padding: 0;
      margin: 0; }
    .unlock-jour-sec .right-side .about-poineer-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      width: 308px;
      height: 321px;
      background: url(../img/sun-before.svg) no-repeat;
      background-position: center;
      background-size: contain;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
@media only screen and (max-width: 767px) {
  .unlock-jour-sec {
    padding-right: 15px; }
    .unlock-jour-sec .right-side {
      padding: 32px 16px 0; } }

.higher-purpose-box .left-side {
  padding-left: 80px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 34px; }
  .higher-purpose-box .left-side .content p {
    font-size: 24px;
    line-height: 34px;
    color: #545454; }
    @media only screen and (max-width: 991px) {
      .higher-purpose-box .left-side .content p {
        font-size: 20px;
        line-height: 30px; } }
.higher-purpose-box .right-side .video-box {
  position: relative;
  padding-top: calc(515/751*100%); }
  .higher-purpose-box .right-side .video-box video {
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media only screen and (max-width: 767px) {
  .higher-purpose-box {
    padding-left: 16px;
    padding-right: 16px; }
    .higher-purpose-box .left-side {
      padding: 16px 0; } }

.expert-team-sec {
  position: relative;
  overflow: hidden;
  min-height: 600px; }
  .expert-team-sec::before, .expert-team-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/expert-svg.svg) no-repeat;
    z-index: 2;
    pointer-events: none;
    background-size: cover; }
  .expert-team-sec::after {
    background: rgba(30, 30, 49, 0.9);
    z-index: 1;
    border-radius: 12px; }
  .expert-team-sec .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .expert-team-sec .video-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px; }
  .expert-team-sec .expert-team-box {
    position: relative;
    z-index: 3;
    padding-left: 80px;
    padding-right: 80px; }
    .expert-team-sec .expert-team-box .expert-team-inner {
      display: flex;
      margin: 0 -16px;
      flex-wrap: wrap; }
      .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider {
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0 16px; }
        .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .left-side p {
          font-size: 24px;
          line-height: 34px;
          margin-bottom: 30px; }
          @media only screen and (max-width: 991px) {
            .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .left-side p {
              font-size: 20px;
              line-height: 30px; } }
        .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box {
          position: relative;
          overflow: hidden;
          padding-bottom: 300px;
          background: #EDE3D7;
          border-radius: 10px; }
          .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .top-section {
            display: flex;
            padding: 35px 20px;
            gap: 20px; }
            .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .top-section .image img {
              width: 70px;
              height: 70px;
              border-radius: 50%;
              object-fit: cover; }
          .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .big-image {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 300px; }
            .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .big-image img {
              width: 100%;
              display: block;
              height: 100%;
              object-fit: cover; }
          .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .progress-container {
            position: absolute;
            height: 2px;
            background: #A8A5BB;
            border-radius: 2px;
            overflow: hidden;
            top: 17px;
            left: 20px;
            width: calc(100% - 40px);
            margin-bottom: 20px; }
            .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .progress-container .progress-bar {
              height: 100%;
              width: 0%;
              background: #6B687C;
              transition: width 0.3s ease; }
      .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 16px; }
        .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .inner-thumb {
          position: relative;
          padding-bottom: 150px; }
        .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider {
          height: 200px;
          position: static; }
          .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center; }
            .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider .swiper-slide .thumbBox img {
              width: 50px;
              height: 50px;
              opacity: 0.5;
              border-radius: 50%;
              transition: all 0.3s ease;
              object-fit: cover; }
            .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider .swiper-slide.swiper-slide-thumb-active .thumbBox img {
              width: 72px;
              height: 72px;
              opacity: 1; }
  @media only screen and (max-width: 767px) {
    .expert-team-sec .expert-team-box {
      padding-left: 16px;
      padding-right: 16px; }
      .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider,
      .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box {
        flex: 0 0 100%;
        max-width: 100%; }
        .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .testi-card-box,
        .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .testi-card-box {
          margin-top: 32px; }
      .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box {
        margin-top: 32px;
        padding-bottom: 0; }
        .expert-team-sec .expert-team-box .expert-team-inner .main-expert-slider .team-slider .swiper-slide .testi-card-box .big-image {
          position: relative;
          margin: auto;
          height: auto; }
      .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .inner-thumb {
        padding-bottom: 30px;
        margin-top: 30px; }
      .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider {
        min-height: auto;
        height: auto;
        margin: 0 50px; }
        .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider .swiper-slide {
          display: flex;
          justify-content: center;
          align-items: center; }
          .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider .swiper-slide .thumbBox img {
            width: 72px;
            height: 72px; }
          .expert-team-sec .expert-team-box .expert-team-inner .thumb-expert-slider-box .expert-thumb-slider .swiper-slide.swiper-slide-thumb-active .thumbBox img {
            width: 72px;
            height: 72px; } }

.meet-greet-sec .heading-two {
  margin-bottom: 56px; }
.meet-greet-sec .img-wrapper {
  height: 460px; }
  .meet-greet-sec .img-wrapper .image-box {
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    height: 100%; }
    .meet-greet-sec .img-wrapper .image-box .image {
      height: 100%; }
      .meet-greet-sec .img-wrapper .image-box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px; }
    .meet-greet-sec .img-wrapper .image-box .btn-wrapper {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      transition: all 0.5s ease-in-out; }
.meet-greet-sec .content-box p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 32px; }
  @media only screen and (max-width: 991px) {
    .meet-greet-sec .content-box p {
      font-size: 20px;
      line-height: 30px; } }
.meet-greet-sec .content-box .highlight-text {
  color: #F33B12;
  font-weight: 600;
  margin-bottom: 24px; }
.meet-greet-sec .access-component .greet-item:not(:last-child) {
  margin-bottom: 96px; }
.meet-greet-sec .access-component .greet-item:nth-child(even) .row {
  flex-direction: row-reverse; }
@media only screen and (max-width: 767px) {
  .meet-greet-sec .heading-two {
    margin-bottom: 24px;
    text-align: center; }
  .meet-greet-sec .row {
    flex-direction: column-reverse; }
  .meet-greet-sec .img-wrapper {
    height: auto;
    margin-bottom: 30px; }
    .meet-greet-sec .img-wrapper .image-box .btn-wrapper {
      position: relative;
      top: 0;
      transform: none;
      left: 0;
      visibility: visible;
      opacity: 1;
      margin-top: 16px; }
    .meet-greet-sec .img-wrapper .image-box .image {
      height: 300px; }
  .meet-greet-sec .access-component .greet-item:nth-child(even) .row {
    flex-direction: column-reverse; }
  .meet-greet-sec .access-component .greet-item:not(:last-child) {
    margin-bottom: 32px; } }

.podcast-promotion .heading-wrapper {
  text-align: center;
  max-width: 900px;
  margin: auto;
  padding-bottom: 30px; }

.wide-image-slider .podcast-link {
  padding-top: calc(356 / 600 * 100%); }
  @media only screen and (max-width: 767px) {
    .wide-image-slider .podcast-link {
      padding-top: calc(315 / 520 * 100%); } }

.back-btn a span {
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
  display: inline-block; }
  .back-btn a span img {
    filter: brightness(1) invert(1);
    transform: rotate(90deg); }
.back-btn a:hover span {
  transform: translateX(-2px); }

.support-system-banner .banner-heading {
  font-weight: 600; }
.support-system-banner .marquee {
  margin: 0;
  margin-top: 80px;
  padding-bottom: 40px; }
  .support-system-banner .marquee .marquee-wrapper {
    display: flex;
    flex-wrap: nowrap;
    animation: marquee 20s linear infinite; }
    .support-system-banner .marquee .marquee-wrapper .marquee-item {
      width: 16vw;
      margin-right: 80px; }
      .support-system-banner .marquee .marquee-wrapper .marquee-item .image {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: calc(276 / 226 * 100%);
        border: 1px solid #F1F1E6;
        border-radius: 22px;
        overflow: hidden; }
        .support-system-banner .marquee .marquee-wrapper .marquee-item .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 22px; }
      .support-system-banner .marquee .marquee-wrapper .marquee-item:nth-child(odd) .image {
        margin-top: 50px; }
  @media only screen and (max-width: 1200px) {
    .support-system-banner .marquee .marquee-wrapper .marquee-item {
      width: 25vw;
      margin-right: 60px; } }
  @media only screen and (max-width: 991px) {
    .support-system-banner .marquee .marquee-wrapper .marquee-item {
      margin-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .support-system-banner .marquee .marquee-wrapper .marquee-item {
      width: 70vw;
      margin-right: 20px; }
      .support-system-banner .marquee .marquee-wrapper .marquee-item:nth-child(odd) .image {
        margin-top: 0px; } }

.here-help-sec {
  border-radius: 12px;
  position: relative;
  padding-left: 32px;
  padding-right: 32px; }
  .here-help-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/consultant-svg.svg) no-repeat;
    background-position: center; }

.guiding-force-sec .guiding-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px; }
  .guiding-force-sec .guiding-wrapper .left-side {
    padding-right: 45px; }
  .guiding-force-sec .guiding-wrapper .right-side {
    padding-left: 45px; }
    .guiding-force-sec .guiding-wrapper .right-side .sub-content, .guiding-force-sec .guiding-wrapper .right-side .cart-summary .summary-list li.total .sub-total-heading, .cart-summary .summary-list li.total .guiding-force-sec .guiding-wrapper .right-side .sub-total-heading, .guiding-force-sec .guiding-wrapper .right-side .accordian-checkout .customAccordian .accordianItem .accordianHeading, .accordian-checkout .customAccordian .accordianItem .guiding-force-sec .guiding-wrapper .right-side .accordianHeading {
      margin-bottom: 32px; }
  .guiding-force-sec .guiding-wrapper .image-box .image {
    border-radius: 8px;
    position: relative;
    padding-top: calc(500/362*100%); }
    .guiding-force-sec .guiding-wrapper .image-box .image::before {
      content: '';
      background: linear-gradient(180deg, #BFC8CC 0%, #D9E0E2 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top-left-radius: 195px;
      border-top-right-radius: 195px; }
  @media only screen and (max-width: 767px) {
    .guiding-force-sec .guiding-wrapper {
      padding: 0 16px; }
      .guiding-force-sec .guiding-wrapper .right-side, .guiding-force-sec .guiding-wrapper .left-side {
        padding: 0 16px; }
      .guiding-force-sec .guiding-wrapper .right-side .details .info-slot-box .btn-group {
        gap: 16px; }
        .guiding-force-sec .guiding-wrapper .right-side .details .info-slot-box .btn-group a {
          width: 100%; } }

.path-process-sec {
  background: #1E1E31;
  position: relative;
  z-index: 1; }
  .path-process-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../img/bg-gif.gif) no-repeat;
    max-width: 800px;
    height: 100%;
    width: 100%;
    transform: translateX(-50%);
    background-size: 100%;
    background-position: center center;
    z-index: -1;
    opacity: 1; }
  .path-process-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1E1E31;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    z-index: -1;
    opacity: 0.9; }
  .path-process-sec .horizontal-scroll-wrapper {
    overflow: hidden;
    position: relative; }
  .path-process-sec .horizontal-scroll {
    display: flex;
    width: max-content;
    flex-wrap: nowrap; }
  .path-process-sec .timeline-section {
    display: flex;
    padding: 100px 0; }
    .path-process-sec .timeline-section .cards-container {
      display: flex;
      gap: 130px;
      padding: 100px 100px;
      padding-bottom: 0;
      position: relative; }
      .path-process-sec .timeline-section .cards-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 100px;
        width: calc(100% - 200px);
        height: 5px;
        background: #E8E8FF; }
      .path-process-sec .timeline-section .cards-container .card {
        background-color: #303059;
        padding: 20px;
        border-radius: 20px;
        width: 33.33vw;
        position: relative; }
        .path-process-sec .timeline-section .cards-container .card .numbering-box {
          position: absolute;
          top: -135px;
          left: 50%;
          transform: translateX(-50%); }
          .path-process-sec .timeline-section .cards-container .card .numbering-box .number,
          .path-process-sec .timeline-section .cards-container .card .numbering-box .icon {
            width: 72px;
            height: 72px;
            border: 1px solid #FD7166;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #1E1E31;
            font-size: 32px;
            line-height: 40px;
            font-weight: 600;
            color: #fff;
            font-family: "Playfair Display", sans-serif; }
            @media only screen and (max-width: 991px) {
              .path-process-sec .timeline-section .cards-container .card .numbering-box .number,
              .path-process-sec .timeline-section .cards-container .card .numbering-box .icon {
                font-size: 24px;
                line-height: 34px; } }
          .path-process-sec .timeline-section .cards-container .card .numbering-box .icon {
            background: #F33B12;
            border: 1px solid #F33B12;
            position: absolute;
            top: 0;
            left: 0;
            display: none; }
        .path-process-sec .timeline-section .cards-container .card h3 {
          color: #FD7166; }
        .path-process-sec .timeline-section .cards-container .card p {
          font-size: 20px;
          line-height: 30px;
          color: #FCFCF9; }
          @media only screen and (max-width: 991px) {
            .path-process-sec .timeline-section .cards-container .card p {
              font-size: 18px;
              line-height: 28px; } }
        .path-process-sec .timeline-section .cards-container .card.activecard .numbering-box .number {
          display: none; }
        .path-process-sec .timeline-section .cards-container .card.activecard .numbering-box .icon {
          display: flex; }
  @media only screen and (max-width: 767px) {
    .path-process-sec .timeline-section .cards-container {
      gap: 20px;
      padding: 32px; }
      .path-process-sec .timeline-section .cards-container::before {
        top: -32px; }
      .path-process-sec .timeline-section .cards-container .card {
        width: 80vw; }
        .path-process-sec .timeline-section .cards-container .card .numbering-box {
          top: -100px; } }

.expert-list-sec .numerology-expert-list {
  display: flex;
  flex-wrap: wrap; }
  .expert-list-sec .numerology-expert-list .expert-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 16px;
    margin-bottom: 30px; }
    .expert-list-sec .numerology-expert-list .expert-item .inner-item {
      background: #F1F1E6;
      padding: 32px;
      border-radius: 12px;
      height: 100%; }
      .expert-list-sec .numerology-expert-list .expert-item .inner-item .details p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        margin-top: 8px; }
      .expert-list-sec .numerology-expert-list .expert-item .inner-item .details .designation {
        font-weight: 600; }
.expert-list-sec .social-box {
  margin-top: 12px; }
  .expert-list-sec .social-box .sub-content, .expert-list-sec .social-box .cart-summary .summary-list li.total .sub-total-heading, .cart-summary .summary-list li.total .expert-list-sec .social-box .sub-total-heading, .expert-list-sec .social-box .accordian-checkout .customAccordian .accordianItem .accordianHeading, .accordian-checkout .customAccordian .accordianItem .expert-list-sec .social-box .accordianHeading {
    font-weight: 600;
    margin-bottom: 8px; }
  .expert-list-sec .social-box ul {
    display: flex;
    gap: 14px;
    margin: 10px 0;
    justify-content: center; }
.expert-list-sec .image-box .image {
  border-radius: 8px;
  position: relative;
  padding-top: calc(304/216*100%); }
  .expert-list-sec .image-box .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 767px) {
    .expert-list-sec .image-box .image {
      padding-top: calc(90/90*100%); } }
.expert-list-sec .details .rating-box {
  justify-content: flex-start;
  margin: 8px 0; }
  .expert-list-sec .details .rating-box .star {
    color: #1E1E31;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500; }
    .expert-list-sec .details .rating-box .star::before {
      background: url(../img/star.svg) no-repeat; }
  .expert-list-sec .details .rating-box .review {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1E1E31; }
    .expert-list-sec .details .rating-box .review::after {
      background: #F33B12; }
.expert-list-sec .details .info-slot-box {
  margin-top: 16px; }
  .expert-list-sec .details .info-slot-box .info {
    margin-bottom: 12px;
    color: #F33B12;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px; }
    .expert-list-sec .details .info-slot-box .info::before {
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      background: url(../img/orange-info.svg) no-repeat; }
  .expert-list-sec .details .info-slot-box .btn-group .btn-default, .expert-list-sec .details .info-slot-box .btn-group .black-trans-btn {
    padding: 14px 24px; }
@media only screen and (max-width: 767px) {
  .expert-list-sec .numerology-expert-list .expert-item {
    flex: 0 0 100%;
    max-width: 100%; }
    .expert-list-sec .numerology-expert-list .expert-item .inner-item {
      padding: 16px; } }

.slot-detail-sec {
  background: #F1F1E6; }
  .slot-detail-sec .slot-left-side {
    padding-right: 42px; }
    .slot-detail-sec .slot-left-side .expert-team-box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
      .slot-detail-sec .slot-left-side .expert-team-box .image-box .image {
        border-radius: 8px;
        position: relative;
        padding-top: calc(216/216*100%); }
        .slot-detail-sec .slot-left-side .expert-team-box .image-box .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .slot-detail-sec .slot-left-side .expert-team-box .content-box p {
        font-weight: 500; }
      .slot-detail-sec .slot-left-side .expert-team-box .content-box .social-box ul {
        display: flex;
        gap: 14px;
        margin: 10px 0; }
      .slot-detail-sec .slot-left-side .expert-team-box .content-box .rating-client {
        background: #FD7166;
        border-radius: 32px;
        padding: 7px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-weight: 600;
        max-width: 160px;
        text-align: center; }
        .slot-detail-sec .slot-left-side .expert-team-box .content-box .rating-client span {
          color: #1E1E31;
          display: block; }
    .slot-detail-sec .slot-left-side .slot-available-box {
      background: #FCFCF9;
      border-radius: 12px;
      margin-top: 30px; }
      .slot-detail-sec .slot-left-side .slot-available-box .inner-detail {
        padding: 40px 40px 16px 40px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .slot-title {
          border-bottom: 2px solid #D6D6D7;
          padding-bottom: 32px;
          margin-bottom: 32px;
          font-weight: 600; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail {
          border-bottom: 2px solid #D6D6D7;
          padding-bottom: 32px;
          margin-bottom: 32px; }
          .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail ul {
            display: flex;
            gap: 0 32px;
            flex-wrap: wrap;
            margin-bottom: 24px;
            max-width: 320px;
            justify-content: space-between; }
            .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail ul li {
              position: relative;
              padding-left: 32px; }
              .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail ul li::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                background: url(../img/clock.svg) no-repeat;
                width: 25px;
                height: 24px; }
              .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail ul li:last-child::before {
                background: url(../img/multi-user.svg) no-repeat; }
          .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail .timing-info ol,
          .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail .timing-info li {
            list-style-type: decimal;
            color: #F33B12; }
          .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail .timing-info ol {
            position: relative;
            padding-left: 48px; }
            .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail .timing-info ol::before {
              content: '';
              position: absolute;
              top: 5px;
              left: 0;
              background: url(../img/info-vector.svg) no-repeat;
              width: 20px;
              height: 20px;
              opacity: 0.7; }
            .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail .timing-info ol li {
              padding-bottom: 16px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail .plan-item:not(:last-child) {
          margin-bottom: 24px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail .plan-item .inner-box {
          background: #F1F1E6;
          padding: 12px;
          border-radius: 12px;
          position: relative;
          padding-left: 40px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail .plan-item .info {
          margin-top: 12px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail input[type="radio"] {
          appearance: none;
          width: 18px;
          height: 18px;
          border: 2px solid #2E2E5A;
          border-radius: 50%;
          position: relative;
          cursor: pointer;
          vertical-align: middle;
          transition: var(--transition);
          padding: 0;
          position: absolute;
          top: 50%;
          left: 11px;
          transform: translateY(-50%); }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail input[type="radio"]:checked {
          border-color: #2E2E5A;
          background-color: transparent; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail input[type="radio"]:checked::after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%;
          background-color: #2E2E5A; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail label {
          font-weight: 500;
          cursor: pointer;
          transition: var(--transition); }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .plans-detail input[type="radio"]:checked + label {
          color: #2E2E5A; }
      .slot-detail-sec .slot-left-side .slot-available-box .getting-call-box {
        background: #303059;
        padding: 24px 48px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px; }
        .slot-detail-sec .slot-left-side .slot-available-box .getting-call-box .title {
          margin-bottom: 24px;
          font-weight: 600;
          color: #fff; }
  .slot-detail-sec .slot-right-side {
    padding-left: 42px; }
    .slot-detail-sec .slot-right-side .top-content {
      margin-bottom: 32px; }
      .slot-detail-sec .slot-right-side .top-content .title-heading {
        margin-bottom: 32px; }
    .slot-detail-sec .slot-right-side .detail-box {
      margin-bottom: 32px; }
      .slot-detail-sec .slot-right-side .detail-box .sub-content, .slot-detail-sec .slot-right-side .detail-box .cart-summary .summary-list li.total .sub-total-heading, .cart-summary .summary-list li.total .slot-detail-sec .slot-right-side .detail-box .sub-total-heading, .slot-detail-sec .slot-right-side .detail-box .accordian-checkout .customAccordian .accordianItem .accordianHeading, .accordian-checkout .customAccordian .accordianItem .slot-detail-sec .slot-right-side .detail-box .accordianHeading {
        font-family: "Playfair Display", sans-serif;
        margin-bottom: 16px; }
      .slot-detail-sec .slot-right-side .detail-box .desc {
        margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .slot-detail-sec .slot-left-side {
      padding-right: 0; }
      .slot-detail-sec .slot-left-side .slot-available-box .inner-detail {
        padding: 16px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .slot-title,
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail {
          padding-bottom: 16px;
          margin-bottom: 16px; }
        .slot-detail-sec .slot-left-side .slot-available-box .inner-detail .timing-detail ul {
          gap: 20px; }
      .slot-detail-sec .slot-left-side .slot-available-box .getting-call-box {
        padding: 24px 16px; }
    .slot-detail-sec .slot-right-side {
      padding-left: 0;
      margin-top: 32px; }
      .slot-detail-sec .slot-right-side .top-content {
        margin-bottom: 16px; }
        .slot-detail-sec .slot-right-side .top-content .title-heading {
          margin-bottom: 16px; } }

.why-choose-collab {
  position: relative; }
  .why-choose-collab::before, .why-choose-collab:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 186px;
    height: 170px;
    background: url(../img/moon.svg) no-repeat;
    z-index: -1; }
  .why-choose-collab:after {
    right: inherit;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 167px;
    height: 202px;
    background: url(../img/sun.svg) no-repeat; }
  .why-choose-collab .heading-box .sub-content, .why-choose-collab .heading-box .cart-summary .summary-list li.total .sub-total-heading, .cart-summary .summary-list li.total .why-choose-collab .heading-box .sub-total-heading, .why-choose-collab .heading-box .accordian-checkout .customAccordian .accordianItem .accordianHeading, .accordian-checkout .customAccordian .accordianItem .why-choose-collab .heading-box .accordianHeading {
    font-weight: 600; }
  .why-choose-collab .pioneer-data-box {
    border: none;
    margin: auto;
    max-width: 1100px; }
    .why-choose-collab .pioneer-data-box .pioneer-counting {
      justify-content: center; }
      .why-choose-collab .pioneer-data-box .pioneer-counting .counting-box {
        padding: 0 40px;
        padding-bottom: 40px; }
        .why-choose-collab .pioneer-data-box .pioneer-counting .counting-box .number span.animCounter {
          min-width: 50px; }
    @media only screen and (max-width: 1350px) {
      .why-choose-collab .pioneer-data-box {
        max-width: max-content; } }
  @media only screen and (max-width: 767px) {
    .why-choose-collab::before, .why-choose-collab::after {
      background-size: 100%;
      width: 100px; }
    .why-choose-collab::after {
      background-position: bottom; }
    .why-choose-collab .pioneer-data-box .pioneer-counting .counting-box {
      padding: 0 28px;
      padding-bottom: 28px; }
      .why-choose-collab .pioneer-data-box .pioneer-counting .counting-box .number span.animCounter {
        min-width: 36px; } }

.collab-form-sec {
  position: relative; }
  .collab-form-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/collab-form-svg.svg) no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none; }
  .collab-form-sec .collab-form-box {
    max-width: 1024px;
    margin: auto; }
    .collab-form-sec .collab-form-box .contact-form {
      max-width: 700px;
      margin: auto;
      padding: 0; }
      .collab-form-sec .collab-form-box .contact-form .form-group .form-input {
        background: #fff; }
      .collab-form-sec .collab-form-box .contact-form .form-group label {
        color: #F1F1E6; }
      .collab-form-sec .collab-form-box .contact-form .form-group .info {
        margin: 48px 0 16px 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-weight: 600; }
        .collab-form-sec .collab-form-box .contact-form .form-group .info::before {
          top: 3px; }

.our-collab-sec .collab-tab-area .eventstabarea {
  justify-content: center; }

.know-video-sec {
  margin-top: -30px;
  position: relative;
  z-index: 23;
  background: #FCFCF9;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px; }
  .know-video-sec .our-collab-sec {
    position: relative; }
    .know-video-sec .our-collab-sec .collab-video-slider {
      position: static; }
      .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide {
        height: auto; }
        .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item {
          height: 100%; }
          .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .thumb-img {
            position: relative; }
            .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .thumb-img .image {
              position: relative;
              padding-top: calc(338 / 600*100%); }
              .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .thumb-img .image img {
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;
                width: 100%;
                height: 100%;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px; }
              .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .thumb-img .image.videoplay-icon::before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 30px;
                height: 30px;
                background: url(../img/video-svg.svg) no-repeat;
                z-index: 3;
                pointer-events: none; }
            .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .thumb-img a {
              position: absolute;
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              z-index: 2; }
            .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .thumb-img .video-timing {
              position: absolute;
              bottom: 15px;
              left: 15px;
              background: #1E1E31;
              font-size: 12px;
              line-height: 20px;
              font-weight: 400;
              padding: 2px 8px;
              border-radius: 2px;
              color: #F1F1E6; }
          .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content {
            padding-top: 20px;
            padding-right: 12px; }
            .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box {
              display: flex;
              align-items: center;
              justify-content: space-between;
              position: relative; }
              .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .date-tag {
                background: #F33B12;
                border-radius: 60px;
                font-weight: 500;
                color: #F1F1E6;
                padding: 4px 10px; }
              .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side {
                text-align: right; }
                .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .images-box {
                  display: flex;
                  justify-content: flex-end;
                  position: absolute;
                  top: -56px;
                  right: 32px;
                  z-index: 19;
                  width: 100%; }
                  .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .images-box .negative-margin {
                    margin-left: -20px; }
                  .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .images-box .collab-box .subscribe-box {
                    position: absolute;
                    right: 0;
                    visibility: hidden;
                    opacity: 0;
                    background: #F1F1E6;
                    font-size: 12px;
                    line-height: 20px;
                    font-weight: 400;
                    color: #1E1E31;
                    padding: 8px;
                    text-align: center;
                    font-weight: 500;
                    top: -50px;
                    border-radius: 2px; }
                    .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .images-box .collab-box .subscribe-box:before {
                      content: '';
                      position: absolute;
                      width: 16px;
                      height: 16px;
                      background: #F1F1E6;
                      transform: translateX(-50%) rotate(-45deg);
                      left: 50%;
                      bottom: -8px; }
                  .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .images-box .collab-box:hover .subscribe-box {
                    visibility: visible;
                    opacity: 1; }
                  .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .images-box img {
                    width: 56px;
                    height: 56px;
                    border-radius: 50%;
                    margin: 0;
                    object-fit: cover;
                    border: 1px solid #F1F1E6; }
                .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .date-video-box .right-side .views-count {
                  font-weight: 500;
                  color: #9595A6;
                  margin-top: 11px; }
            .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .title-content .heading {
              font-weight: 500;
              margin: 20px 0 10px 0; }
            .know-video-sec .our-collab-sec .collab-video-slider .swiper-slide .video-item .video-content .title-content .desc {
              color: #545454;
              font-size: 14px;
              line-height: 22px;
              font-weight: 400; }
      .know-video-sec .our-collab-sec .collab-video-slider .arrow-slide {
        top: 60px;
        bottom: inherit;
        left: inherit;
        right: 0; }
        .know-video-sec .our-collab-sec .collab-video-slider .arrow-slide.swiper-button-prev {
          right: 84px; }
  @media only screen and (max-width: 767px) {
    .know-video-sec .our-collab-sec .collab-video-slider {
      position: relative;
      padding-top: 40px; }
      .know-video-sec .our-collab-sec .collab-video-slider .arrow-slide {
        top: 0;
        bottom: inherit;
        left: inherit;
        right: 0; }
        .know-video-sec .our-collab-sec .collab-video-slider .arrow-slide.swiper-button-prev {
          right: 64px; } }

.calculator-sec {
  background: url(../img/calculator-bg.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 64px 0;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 2; }
  .calculator-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E1E31;
    opacity: 0.6;
    z-index: -1; }
  .calculator-sec .number-table table {
    border-collapse: collapse;
    max-width: max-content;
    margin: auto; }
    .calculator-sec .number-table table td {
      border: 1px solid #D6D6D7;
      width: 150px;
      height: 40px;
      text-align: center;
      vertical-align: middle;
      font-weight: 600; }
  .calculator-sec .table-cal-footer {
    display: flex;
    border: 1px solid #D6D6D7;
    max-width: max-content;
    margin: 20px auto 20px auto; }
    .calculator-sec .table-cal-footer .result {
      padding: 10px;
      font-weight: 600; }
      .calculator-sec .table-cal-footer .result:not(:last-child) {
        border-right: 1px solid #D6D6D7; }
    @media only screen and (max-width: 767px) {
      .calculator-sec .table-cal-footer {
        flex-wrap: wrap; }
        .calculator-sec .table-cal-footer .result {
          flex: 0 0 100%; }
          .calculator-sec .table-cal-footer .result:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid #D6D6D7; } }
  .calculator-sec .count-dwon-div .number-counting {
    font-family: "Playfair Display", sans-serif;
    color: #FD7166;
    font-size: 200px;
    line-height: 110px;
    text-align: center; }
  .calculator-sec .count-dwon-div .gif-box {
    text-align: center;
    position: relative; }
  .calculator-sec .find-path-card-box {
    max-width: 800px;
    width: 100%;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    background: #FCFCF9;
    margin: auto;
    border-radius: 12px;
    position: relative; }
    .calculator-sec .find-path-card-box .inner-path-box {
      padding: 64px; }
    .calculator-sec .find-path-card-box::-webkit-scrollbar {
      width: 10px; }
    .calculator-sec .find-path-card-box::-webkit-scrollbar-thumb {
      background: #FD7166;
      border-radius: 10px; }
    .calculator-sec .find-path-card-box::-webkit-scrollbar-track {
      background: transparent; }
    .calculator-sec .find-path-card-box.step-two .heading {
      margin-bottom: 40px;
      padding-bottom: 20px;
      border-bottom: 1px solid #D6D6D7; }
      .calculator-sec .find-path-card-box.step-two .heading .name,
      .calculator-sec .find-path-card-box.step-two .heading .text {
        font-weight: 600;
        margin: 0; }
    .calculator-sec .find-path-card-box .cal-input {
      margin-bottom: 16px; }
      .calculator-sec .find-path-card-box .cal-input input,
      .calculator-sec .find-path-card-box .cal-input select,
      .calculator-sec .find-path-card-box .cal-input textarea {
        background: #F1F1E6;
        border: 1px solid #7D7D7D;
        border-radius: 8px;
        color: #1E1E31; }
        .calculator-sec .find-path-card-box .cal-input input::placeholder,
        .calculator-sec .find-path-card-box .cal-input select::placeholder,
        .calculator-sec .find-path-card-box .cal-input textarea::placeholder {
          color: #9595A6; }
      .calculator-sec .find-path-card-box .cal-input select {
        color: #9595A6;
        background: #F1F1E6 url(../img/drp-arrow.svg) no-repeat 95% center;
        padding-right: 40px; }
        .calculator-sec .find-path-card-box .cal-input select option {
          color: #1E1E31; }
      .calculator-sec .find-path-card-box .cal-input label {
        color: #1E1E31;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        font-weight: 600; }
    .calculator-sec .find-path-card-box .btn-group {
      align-items: center; }
    .calculator-sec .find-path-card-box .otp-filed-div {
      display: none;
      margin-top: 30px; }
    .calculator-sec .find-path-card-box .btn-box .resend-otp {
      background: #1E1E31;
      font-weight: 600;
      border-radius: 40px;
      color: #F1F1E6;
      width: auto;
      height: auto;
      padding: 16px 32px;
      cursor: pointer; }
    .calculator-sec .find-path-card-box .btn-box .resend-trans-otp {
      background: transparent;
      font-weight: 600;
      border-radius: 40px;
      color: #1E1E31;
      width: auto;
      height: auto;
      padding: 16px 32px;
      cursor: pointer;
      border: 1px solid #1E1E31; }
    .calculator-sec .find-path-card-box .login-cal-box {
      border-bottom: 1px solid #D6D6D7;
      margin-bottom: 40px;
      padding-bottom: 20px; }
    .calculator-sec .find-path-card-box .personal-detail-form .preview-btn-box {
      text-align: center; }
      .calculator-sec .find-path-card-box .personal-detail-form .preview-btn-box .preview-btn {
        background: #F33B12;
        padding: 17px 32px;
        color: #F1F1E6;
        font-weight: 600;
        border-radius: 32px;
        border: none;
        height: auto;
        width: auto;
        position: relative;
        padding-right: 70px;
        cursor: pointer; }
        .calculator-sec .find-path-card-box .personal-detail-form .preview-btn-box .preview-btn::before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          right: 27px;
          width: 30px;
          height: 30px;
          background: url(../img/right-arrow.svg) no-repeat;
          background-size: 30px;
          background-position: center center;
          transition: all 0.5s ease-in-out; }
        .calculator-sec .find-path-card-box .personal-detail-form .preview-btn-box .preview-btn:hover::before {
          transform: translate(5px, -50%); }
    .calculator-sec .find-path-card-box .personal-detail-form input:disabled,
    .calculator-sec .find-path-card-box .personal-detail-form button:disabled {
      opacity: 0.5; }
    .calculator-sec .find-path-card-box .stcky-bottom-box {
      background: #1E1E31;
      padding: 10px 24px;
      border-radius: 12px;
      left: 0;
      width: 332px;
      right: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .calculator-sec .find-path-card-box .stcky-bottom-box {
          padding: 12px 16px;
          width: 100%; } }
  .calculator-sec .absolute-home {
    position: absolute;
    top: 40px;
    left: 54px; }
    .calculator-sec .absolute-home img {
      filter: brightness(1) invert(1); }
  .calculator-sec .detail-predict {
    background: #F1F1E6;
    border: 1px solid #D6D6D7;
    padding: 32px;
    border-radius: 12px;
    position: relative; }
    .calculator-sec .detail-predict p {
      font-weight: 600;
      margin: 20px 0; }
    .calculator-sec .detail-predict:not(:last-child) {
      margin: 52px 0; }
    .calculator-sec .detail-predict .tags-box {
      position: absolute;
      left: 25px;
      top: -25px;
      color: #fff;
      padding: 10px;
      border-radius: 30px;
      font-weight: 600;
      font-family: "Playfair Display", sans-serif; }
      .calculator-sec .detail-predict .tags-box.month-abs {
        left: 190px; }
      .calculator-sec .detail-predict .tags-box.next-abs {
        left: 300px; }
      .calculator-sec .detail-predict .tags-box.daily-abs {
        left: 140px; }
      .calculator-sec .detail-predict .tags-box.tomorrow-abs {
        left: 230px; }
      .calculator-sec .detail-predict .tags-box.next-year-abs {
        left: 250px; }
      .calculator-sec .detail-predict .tags-box.yearly-abs {
        left: 160px; }
      .calculator-sec .detail-predict .tags-box.strength {
        background: #01BD6B; }
      .calculator-sec .detail-predict .tags-box.predict-tab {
        background: #545454;
        cursor: pointer; }
      .calculator-sec .detail-predict .tags-box.active-tab {
        background: #01BD6B; }
      .calculator-sec .detail-predict .tags-box.weakness {
        background: #FF8682;
        color: #1E1E31; }
      .calculator-sec .detail-predict .tags-box.more-detail {
        background: #1E1E31; }
      @media only screen and (max-width: 480px) {
        .calculator-sec .detail-predict .tags-box.predict-tab {
          left: 7px;
          font-size: 13px;
          line-height: 23px; }
        .calculator-sec .detail-predict .tags-box.daily-abs {
          left: 100px; }
        .calculator-sec .detail-predict .tags-box.tomorrow-abs {
          left: 165px; }
        .calculator-sec .detail-predict .tags-box.month-abs {
          left: 126px; }
        .calculator-sec .detail-predict .tags-box.next-abs {
          left: 203px; }
        .calculator-sec .detail-predict .tags-box.next-year-abs {
          left: 186px; }
        .calculator-sec .detail-predict .tags-box.yearly-abs {
          left: 119px; } }
    .calculator-sec .detail-predict.offer-box {
      background: #FF8682; }
    .calculator-sec .detail-predict .inner-box {
      display: flex;
      justify-content: space-between; }
      .calculator-sec .detail-predict .inner-box .left-side {
        padding-right: 30px; }
      .calculator-sec .detail-predict .inner-box p {
        font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .calculator-sec .detail-predict {
        padding: 16px; }
        .calculator-sec .detail-predict .inner-box {
          flex-wrap: wrap;
          gap: 20px; } }
  @media only screen and (max-width: 991px) {
    .calculator-sec .find-path-card-box {
      max-width: 100%;
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .calculator-sec .absolute-home {
      top: 16px;
      left: 16px; }
    .calculator-sec .find-path-card-box {
      max-width: 100%;
      width: 90%;
      max-height: calc(100vh - 200px); }
      .calculator-sec .find-path-card-box .inner-path-box {
        padding: 16px; }
        .calculator-sec .find-path-card-box .inner-path-box .personal-detail-form .preview-btn-box .preview-btn {
          padding: 12px 24px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          padding-right: 65px; }
        .calculator-sec .find-path-card-box .inner-path-box .btn-box .resend-trans-otp,
        .calculator-sec .find-path-card-box .inner-path-box .btn-box .resend-otp {
          padding: 12px 24px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 400; } }

.calculate-page {
  padding: 0; }

.prediction-text {
  display: none;
  margin-top: 20px; }
  .prediction-text.active-content {
    display: block; }

.card-date {
  width: 400px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 0 0 #000;
  padding: 20px 10px;
  border: 1px solid #e6b74a;
  text-align: center; }
  .card-date .date {
    color: #F33B12;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .card-date .date {
        font-size: 20px;
        line-height: 30px; } }
    .card-date .date::before {
      display: none; }
  .card-date .divider {
    height: 1px;
    background: #e6b74a;
    margin: 10px 0; }
  .card-date .info-text p {
    margin: 8px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #1E1E31;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .card-date {
      width: 100%; } }

.login-sec {
  min-height: 500px; }
  .login-sec .row {
    min-height: 500px; }
  .login-sec .section-heading {
    margin-bottom: 48px; }
    .login-sec .section-heading .heading-five {
      font-weight: 700; }
    .login-sec .section-heading .text {
      color: #545454;
      font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .login-sec {
      height: auto; }
      .login-sec .form-wd .section-heading {
        text-align: center !important; } }

.form-wd {
  max-width: 600px;
  margin: auto; }
  .form-wd .formbx .row {
    min-height: 100%; }
  .form-wd .login-step-one .formbx,
  .form-wd .login-step-two .formbx {
    padding: 0 10%; }
  .form-wd .login-step-two .resend-timer {
    padding: 30px 0 0; }
    .form-wd .login-step-two .resend-timer span {
      font-weight: 600;
      color: #F33B12; }
  .form-wd .login-step-two .resend-otp {
    padding: 30px 0 0; }
    .form-wd .login-step-two .resend-otp span {
      font-weight: 600;
      cursor: pointer;
      color: #F33B12; }
  @media only screen and (max-width: 767px) {
    .form-wd .login-step-one .formbx,
    .form-wd .login-step-two .formbx {
      padding: 0; } }

.otp-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .otp-wrapper .otp-input {
    width: 60px;
    height: 60px;
    margin: 0 20px;
    text-align: center !important;
    cursor: not-allowed;
    pointer-events: none; }
    .otp-wrapper .otp-input:focus {
      border: 1px solid #F33B12;
      outline: none; }
    .otp-wrapper .otp-input:nth-child(1) {
      cursor: pointer;
      pointer-events: all; }
  @media only screen and (max-width: 767px) {
    .otp-wrapper .otp-input {
      margin: 0 10px;
      width: 50px;
      height: 50px; } }

.profileContainer {
  display: flex;
  margin: 0 auto; }
  .profileContainer .sidebar {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    min-height: 500px;
    margin-top: 32px; }
    .profileContainer .sidebar .white-sidebar {
      background: #FCFCF9;
      height: 100%; }
      .profileContainer .sidebar .white-sidebar .profile-iconlist ul li a {
        display: block;
        width: 100%;
        color: #545454; }
      .profileContainer .sidebar .white-sidebar .profile-iconlist ul li:last-child {
        border-bottom: 0; }
      .profileContainer .sidebar .white-sidebar .profile-iconlist ul li.active {
        font-weight: 700; }
        .profileContainer .sidebar .white-sidebar .profile-iconlist ul li.active a {
          background: #F1F1E6 !important;
          color: #1E1E31 !important; }
          .profileContainer .sidebar .white-sidebar .profile-iconlist ul li.active a .profile-icon img {
            filter: none; }
      .profileContainer .sidebar .white-sidebar .profile-iconlist ul li.signout {
        border-top: 1px solid #9595A6; }
    @media only screen and (max-width: 991px) {
      .profileContainer .sidebar {
        display: none; } }
  .profileContainer .profileContent {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
    .profileContainer .profileContent.course-list-sec {
      padding: 0; }
    .profileContainer .profileContent .white-box-border {
      padding: 32px 24px;
      background: #fff;
      border: 1px solid #D6D6D7;
      border-radius: 12px;
      margin: 32px 80px 100px 32px; }
    .profileContainer .profileContent.helpdekbox {
      background: #fff; }
      .profileContainer .profileContent.helpdekbox .white-box-border {
        border: none;
        border-radius: 0;
        margin: 42px 80px 100px 80px;
        padding: 0; }
      .profileContainer .profileContent.helpdekbox .innerProfileBox .heading-area {
        border: none; }
    @media only screen and (max-width: 1200px) {
      .profileContainer .profileContent .white-box-border {
        margin: 24px 16px; } }
    @media only screen and (max-width: 991px) {
      .profileContainer .profileContent {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .profileContainer .profileContent .white-box-border {
          margin: 24px 16px;
          padding: 24px 16px; }
        .profileContainer .profileContent.helpdekbox .white-box-border {
          margin: 32px 16px; } }

.user-name-box {
  padding: 0 15px 15px;
  text-align: center; }
  .user-name-box .userInitials {
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px; }
  .user-name-box .userName {
    color: #1E1E31 !important;
    padding-bottom: 0 !important;
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 34px; }
    @media only screen and (max-width: 991px) {
      .user-name-box .userName {
        font-size: 20px;
        line-height: 30px; } }
  @media only screen and (max-width: 991px) {
    .user-name-box {
      display: block; } }

.profileContent .formbx {
  width: 40%; }

.content .headingHTwo {
  border-bottom: 1px solid #D6D6D7;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.profileContent .heading-area {
  border-bottom: 1px solid #D6D6D7;
  padding-bottom: 16px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .profileContent .heading-area .detail-title {
    font-weight: 600;
    margin-bottom: 24px; }
  .profileContent .heading-area .text {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 991px) {
      .profileContent .heading-area .text {
        font-size: 18px;
        line-height: 28px; } }
  .profileContent .heading-area.my-detail-heading {
    align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    .profileContent .heading-area {
      display: block; }
      .profileContent .heading-area .inner-head-box {
        margin-bottom: 20px; }
        .profileContent .heading-area .inner-head-box .detail-title {
          margin-bottom: 16px; }
      .profileContent .heading-area .absolute-btn {
        margin-top: 20px; } }

.valueBlank input:read-only,
.fill-value input:read-only {
  background-color: #f3f3f3 !important;
  cursor: not-allowed; }

.valueBlank input:read-only:not(:placeholder-shown):not(:focus) + .valueBlank .placeholder,
.valueBlank input:read-only:focus + .valueBlank .placeholder {
  transform: translateY(0) !important;
  transition: unset !important;
  color: #9595A6 !important;
  font-size: 16px !important;
  line-height: 60px !important; }

.iconbtn.editButton {
  padding: 8px 15px; }
  .iconbtn.editButton span {
    font-weight: 600 !important; }
    .iconbtn.editButton span:before {
      background-image: url("/img/edit-profile.svg"); }

.error-fix-elem {
  color: red;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400; }

.profile-iconlist li a {
  position: relative;
  padding: 15px 20px 15px 75px; }
  .profile-iconlist li a .profile-icon {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%); }
  .profile-iconlist li a:hover {
    background: #1E1E31;
    color: #F1F1E6 !important; }
    .profile-iconlist li a:hover .profile-icon img {
      filter: brightness(1) invert(1); }
.profile-iconlist li:last-child {
  border-bottom: 1px solid #545454 !important; }
.profile-iconlist li.signout {
  position: relative;
  cursor: pointer;
  color: #F33B12;
  border-bottom: 0 !important; }
  .profile-iconlist li.signout a {
    position: relative;
    padding: 15px 20px 15px 75px !important; }
  .profile-iconlist li.signout .profile-icon {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%); }
  .profile-iconlist li.signout:hover {
    background: #1E1E31;
    color: #FD7166; }
    .profile-iconlist li.signout:hover a {
      color: #FD7166; }
      .profile-iconlist li.signout:hover a img {
        filter: none; }

.detail-form {
  max-width: 600px;
  padding-top: 20px; }
  .detail-form .user-form-group:not(:last-child) {
    margin-bottom: 24px; }
  .detail-form .user-form-group label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #1E1E31;
    font-weight: 600; }
  .detail-form .user-form-group input, .detail-form .user-form-group select {
    border: 1px solid rgba(125, 125, 125, 0.7);
    background: rgba(241, 241, 230, 0.8);
    border-radius: 8px; }
    .detail-form .user-form-group input::placeholder, .detail-form .user-form-group select::placeholder {
      color: #9595A6; }
  .detail-form .user-form-group select {
    color: #9595A6;
    background: rgba(241, 241, 230, 0.8) url(../img/select-arrow.svg) 97% center no-repeat; }
    .detail-form .user-form-group select option {
      color: #1E1E31; }
  .detail-form .user-form-group button {
    border: none;
    width: auto;
    height: auto; }

.wishlistprofile .heading-area .detail-title {
  margin-bottom: 0; }
.wishlistprofile .heading-area .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
.wishlistprofile .pdp-item {
  height: 100%; }
.wishlistprofile .event-item .video-view .video-content .rating-like-box .rating-box {
  margin-bottom: 0; }
.wishlistprofile .remove {
  color: #ED1C24; }

.nowishlist-avail .image {
  margin-bottom: 15px; }
  .nowishlist-avail .image img {
    max-width: 200px; }
.nowishlist-avail .content .title {
  font-weight: 600;
  margin-bottom: 20px; }
.nowishlist-avail .content .text {
  color: #545454;
  margin-bottom: 20px; }

.help-table table {
  border-collapse: collapse;
  border: 1px solid #D6D6D7; }
  .help-table table thead {
    background: #f0f0f0; }
  .help-table table tr {
    border-bottom: 1px solid #D6D6D7; }
    .help-table table tr th:nth-child(1),
    .help-table table tr td:nth-child(1) {
      width: 10%; }
    .help-table table tr th:nth-child(2),
    .help-table table tr td:nth-child(2) {
      width: 10%; }
    .help-table table tr th:nth-child(3),
    .help-table table tr td:nth-child(3) {
      width: 12%; }
    .help-table table tr th:nth-child(4),
    .help-table table tr td:nth-child(4) {
      width: 13%; }
    .help-table table tr th:nth-child(5),
    .help-table table tr td:nth-child(5) {
      width: 14%; }
    .help-table table tr th:nth-child(6),
    .help-table table tr td:nth-child(6) {
      width: 15%; }
    .help-table table tr th:nth-child(7),
    .help-table table tr td:nth-child(7) {
      width: 10%; }
    .help-table table tr th:nth-child(8),
    .help-table table tr td:nth-child(8) {
      width: 16%; }
    .help-table table tr th,
    .help-table table tr td {
      padding: 12px;
      vertical-align: middle;
      text-align: left;
      overflow-wrap: break-word; }
    .help-table table tr td {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: #545454; }
      .help-table table tr td .pending-text {
        color: #F33B12;
        font-weight: 500; }
@media only screen and (max-width: 767px) {
  .help-table {
    overflow-x: auto; } }

.save-address-box .address-item {
  background: #F4F4F3; }
  .save-address-box .address-item .address-header {
    border-bottom: 1px solid #D6D6D7;
    font-weight: 600;
    padding: 12px 30px; }
  .save-address-box .address-item .address-detail {
    padding: 24px; }
    .save-address-box .address-item .address-detail .inner-addr-detail {
      max-width: 500px; }
    .save-address-box .address-item .address-detail .text {
      margin-bottom: 8px; }
      .save-address-box .address-item .address-detail .text span {
        font-weight: 600; }
    .save-address-box .address-item .address-detail .name {
      color: #2E2E5A;
      font-weight: 600;
      margin-bottom: 12px; }
  .save-address-box .address-item:first-child {
    margin-bottom: 48px; }
  .save-address-box .address-item:last-child .address-detail:not(:last-child) {
    border-bottom: 1px solid #D6D6D7; }
.save-address-box .default-aadr .address-detail {
  position: relative; }
  .save-address-box .default-aadr .address-detail .most-used-addr {
    position: absolute;
    right: 15px;
    top: 24px;
    background: #E0E0E7;
    border-radius: 100px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 4px 12px; }
    @media only screen and (max-width: 767px) {
      .save-address-box .default-aadr .address-detail .most-used-addr {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        display: inline-block; } }

.btn-group-addr {
  display: flex;
  align-items: center;
  margin-top: 52px;
  gap: 32px; }
  .btn-group-addr button {
    width: auto;
    height: 36px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 48px; }
    .btn-group-addr button.remove-btn {
      border: 1px solid #ED1C24;
      color: #ED1C24; }
  @media only screen and (max-width: 767px) {
    .btn-group-addr {
      flex-wrap: wrap;
      margin-top: 32px;
      gap: 16px; }
      .btn-group-addr button {
        padding: 0;
        width: 100%;
        height: 45px;
        line-height: 45px; } }

.my-order-tab-box .filter-tab-area {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between; }
  .my-order-tab-box .filter-tab-area .filter-search-flex {
    display: flex;
    gap: 12px; }
    .my-order-tab-box .filter-tab-area .filter-search-flex .icon {
      border: 1px solid rgba(214, 214, 215, 0.3);
      padding-left: 35px;
      position: relative;
      border-radius: 8px; }
      .my-order-tab-box .filter-tab-area .filter-search-flex .icon::before {
        content: '';
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 24px;
        background: url(../img/search.svg) no-repeat; }
    .my-order-tab-box .filter-tab-area .filter-search-flex .search-box {
      max-width: 260px;
      width: 100%; }
      .my-order-tab-box .filter-tab-area .filter-search-flex .search-box input {
        border: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400; }
        .my-order-tab-box .filter-tab-area .filter-search-flex .search-box input::placeholder {
          color: #D6D6D7; }
    .my-order-tab-box .filter-tab-area .filter-search-flex .filter-btn button {
      color: #D6D6D7;
      cursor: pointer; }
    .my-order-tab-box .filter-tab-area .filter-search-flex .filter-btn::before {
      background: url(../img/filter.svg) no-repeat; }
  .my-order-tab-box .filter-tab-area .tab-list ul {
    display: flex;
    gap: 20px; }
    .my-order-tab-box .filter-tab-area .tab-list ul li .tab {
      border: 1px solid #1E1E31;
      padding: 10px 12px;
      border-radius: 100px;
      font-weight: 600;
      cursor: pointer; }
    .my-order-tab-box .filter-tab-area .tab-list ul li.active-tab .tab {
      color: #F1F1E6;
      background: #1E1E31; }
.my-order-tab-box .tab-content {
  display: none; }
  .my-order-tab-box .tab-content.show-tab-content {
    display: block; }
  .my-order-tab-box .tab-content .up-tab-content {
    display: none; }
    .my-order-tab-box .tab-content .up-tab-content.show-tab {
      display: block; }
    .my-order-tab-box .tab-content .up-tab-content .event-grid-box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 19px; }
      .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item {
        background: #F1F1E6;
        padding: 30px 20px;
        border-radius: 0; }
        .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item .date-box {
          font-family: "Playfair Display", sans-serif;
          margin-bottom: 30px;
          font-size: 24px;
          line-height: 34px;
          color: #545454;
          font-weight: 500; }
          .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item .date-box span {
            font-size: 72px;
            line-height: 82px;
            font-weight: 600;
            color: #1E1E31; }
            @media only screen and (max-width: 991px) {
              .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item .date-box span {
                font-size: 50px;
                line-height: 60px; } }
          @media only screen and (max-width: 991px) {
            .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item .date-box {
              font-size: 20px;
              line-height: 30px; } }
        .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item:nth-child(even) {
          background: #FCFCF9; }
        .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item p {
          font-weight: 500;
          color: #545454; }
        .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item .detail-link-box {
          display: flex;
          gap: 24px;
          margin-top: 30px; }
          .my-order-tab-box .tab-content .up-tab-content .event-grid-box .event-item .detail-link-box a {
            color: #F33B12;
            text-decoration: underline;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400; }
  .my-order-tab-box .tab-content .upcome-tab-list {
    margin-bottom: 32px; }
    .my-order-tab-box .tab-content .upcome-tab-list ul {
      display: flex;
      gap: 32px; }
      .my-order-tab-box .tab-content .upcome-tab-list ul li {
        color: #545454;
        padding-bottom: 12px;
        cursor: pointer; }
        .my-order-tab-box .tab-content .upcome-tab-list ul li.active {
          color: #F33B12;
          border-bottom: 1px solid #F33B12;
          font-weight: 600; }
  .my-order-tab-box .tab-content .consult-upcome-box {
    background: #F1F1E6;
    padding: 22px 40px;
    border-radius: 16px; }
    .my-order-tab-box .tab-content .consult-upcome-box .text-event {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 991px) {
        .my-order-tab-box .tab-content .consult-upcome-box .text-event {
          font-size: 18px;
          line-height: 28px; } }
    .my-order-tab-box .tab-content .consult-upcome-box .consult-list {
      display: flex;
      gap: 54px;
      margin-top: 32px;
      margin-bottom: 40px; }
      .my-order-tab-box .tab-content .consult-upcome-box .consult-list li .detail .text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600; }
      .my-order-tab-box .tab-content .consult-upcome-box .consult-list li .detail .head {
        font-size: 18px;
        line-height: 28px;
        color: #7D7D7D; }
      .my-order-tab-box .tab-content .consult-upcome-box .consult-list li:first-child .detail .text {
        text-decoration: underline; }
    .my-order-tab-box .tab-content .consult-upcome-box .heading-five {
      color: #303059; }
    .my-order-tab-box .tab-content .consult-upcome-box .btn-box {
      display: flex;
      gap: 24px; }
    .my-order-tab-box .tab-content .consult-upcome-box.event-box .consult-list li:first-child .detail .text {
      text-decoration: none; }
    .my-order-tab-box .tab-content .consult-upcome-box.consult-completed-box {
      position: relative; }
      .my-order-tab-box .tab-content .consult-upcome-box.consult-completed-box .timing {
        font-size: 18px;
        line-height: 28px;
        color: #1E1E31; }
      .my-order-tab-box .tab-content .consult-upcome-box.consult-completed-box .btn-box {
        position: absolute;
        right: 70px;
        bottom: 62px; }

.product-deliver-box .product-item {
  max-width: 850px;
  padding-bottom: 32px;
  margin-bottom: 24px; }
  .product-deliver-box .product-item:not(:last-child) {
    border-bottom: 1px solid #D6D6D7; }
  .product-deliver-box .product-item .prod-header {
    background: #F4F4F3;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #D6D6D7;
    margin-bottom: 24px; }
    .product-deliver-box .product-item .prod-header .left-side ul {
      display: flex;
      align-items: center;
      gap: 16px; }
      .product-deliver-box .product-item .prod-header .left-side ul li {
        position: relative; }
        .product-deliver-box .product-item .prod-header .left-side ul li:first-child {
          padding-left: 39px; }
          .product-deliver-box .product-item .prod-header .left-side ul li:first-child::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 29px;
            height: 24px;
            background: url(../img/profile-icon/delivered.svg) no-repeat; }
        .product-deliver-box .product-item .prod-header .left-side ul li span {
          font-weight: 600; }
        .product-deliver-box .product-item .prod-header .left-side ul li:not(:last-child)::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: -8px;
          width: 1px;
          height: 80%;
          background: #1E1E31;
          margin: auto; }
    .product-deliver-box .product-item .prod-header .right-side .down-invoice a {
      text-decoration: underline;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      font-weight: 500; }
  .product-deliver-box .product-item .prod-content .inner-content {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 50px;
    padding: 0 100px; }
    .product-deliver-box .product-item .prod-content .inner-content .pro-img {
      width: 70px;
      height: 92px;
      background: #F1F1E6;
      border-radius: 4px;
      display: flex; }
      .product-deliver-box .product-item .prod-content .inner-content .pro-img img {
        width: 50px;
        height: 50px;
        margin: auto; }
    .product-deliver-box .product-item .prod-content .inner-content .content {
      width: calc(100% - 100px); }
      .product-deliver-box .product-item .prod-content .inner-content .content .prod-name {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #2E2E5A; }
        @media only screen and (max-width: 991px) {
          .product-deliver-box .product-item .prod-content .inner-content .content .prod-name {
            font-size: 18px;
            line-height: 28px; } }
      .product-deliver-box .product-item .prod-content .inner-content .content .payment-detail-list {
        border-bottom: 1px solid #D6D6D7;
        padding-bottom: 12px;
        margin-bottom: 30px; }
        .product-deliver-box .product-item .prod-content .inner-content .content .payment-detail-list ul li {
          margin-bottom: 8px; }
          .product-deliver-box .product-item .prod-content .inner-content .content .payment-detail-list ul li span {
            font-weight: 600; }
.product-deliver-box .on-the-way-item .prod-header .left-side ul li:first-child::before {
  width: 23px;
  height: 18px;
  background: url(../img/profile-icon/truck.svg) no-repeat; }

.prod-total-result {
  text-align: center;
  margin: 30px 0; }

.order-summary-box .order-summary .accordian-container .accordian-item .accord-header {
  margin-bottom: 24px;
  position: relative;
  padding-right: 30px;
  cursor: pointer; }
  .order-summary-box .order-summary .accordian-container .accordian-item .accord-header::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 9px;
    transform: translateY(-50%);
    background: url(../img/drp-arrow.svg) no-repeat; }
  .order-summary-box .order-summary .accordian-container .accordian-item .accord-header .price-flex div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .order-summary-box .order-summary .accordian-container .accordian-item .accord-header .price-flex div {
        font-size: 18px;
        line-height: 28px; } }
  .order-summary-box .order-summary .accordian-container .accordian-item .accord-header.active-header::before {
    transform: translateY(-50%) rotate(180deg); }
.order-summary-box .order-summary .accordian-container .accordian-item .accord-body {
  display: none; }
  .order-summary-box .order-summary .accordian-container .accordian-item .accord-body.open {
    display: block; }
  .order-summary-box .order-summary .accordian-container .accordian-item .accord-body .text {
    color: #7D7D7D; }
  .order-summary-box .order-summary .accordian-container .accordian-item .accord-body ul li {
    margin-bottom: 24px; }
.order-summary-box .btn-box {
  display: flex;
  gap: 20px;
  margin-top: 24px; }
  .order-summary-box .btn-box .black-trans-btn,
  .order-summary-box .btn-box .btn-dark {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 24px;
    font-weight: 500; }
    .order-summary-box .btn-box .black-trans-btn span,
    .order-summary-box .btn-box .btn-dark span {
      height: 40px; }
.order-summary-box .price-flex {
  display: flex;
  justify-content: space-between; }
.order-summary-box .total-flex {
  border-bottom: 1px solid #D6D6D7;
  padding-bottom: 12px; }
  .order-summary-box .total-flex div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .order-summary-box .total-flex div {
        font-size: 18px;
        line-height: 28px; } }

.track-back a span img {
  filter: none; }

.track-order {
  max-width: calc(100% - 80px);
  padding: 30px 0 0 30px;
  margin-bottom: 96px; }
  .track-order .top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    padding-left: 50px; }
    .track-order .top-box .track-title .heading-five {
      font-weight: 600;
      margin: 0; }
    .track-order .top-box .track-id {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (max-width: 991px) {
        .track-order .top-box .track-id {
          font-size: 18px;
          line-height: 28px; } }
  .track-order .track-record-list {
    padding-left: 60px;
    max-width: 600px; }
    .track-order .track-record-list .track-item {
      display: flex;
      gap: 20px; }
      .track-order .track-record-list .track-item:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 25px; }
      .track-order .track-record-list .track-item .track-date {
        position: relative;
        padding-right: 16px;
        flex: 0 0 30%;
        max-width: 30%; }
        .track-order .track-record-list .track-item .track-date::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          background: #D6D6D7;
          width: 1px;
          height: 100%; }
      .track-order .track-record-list .track-item .delivery-status {
        flex: 0 0 70%;
        max-width: 70%; }
        .track-order .track-record-list .track-item .delivery-status .status {
          color: #1E1E31;
          font-weight: 600;
          font-size: 18px;
          line-height: 28px; }
  @media only screen and (max-width: 767px) {
    .track-order {
      max-width: calc(100% - 32px);
      padding: 30px 0 0 16px; }
      .track-order .top-box {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 10px 0;
        margin: 30px 0; }
      .track-order .track-record-list {
        padding-left: 0;
        max-width: 100%; }
        .track-order .track-record-list .track-item {
          flex-wrap: wrap; }
          .track-order .track-record-list .track-item:not(:last-child) {
            border-bottom: 1px solid #D6D6D7; }
          .track-order .track-record-list .track-item .track-date, .track-order .track-record-list .track-item .delivery-status {
            flex: 0 0 100%;
            max-width: 100%; }
          .track-order .track-record-list .track-item .track-date::before {
            display: none; } }

.white-box-border {
  padding: 32px 24px;
  background: #fff;
  border: 1px solid #D6D6D7;
  border-radius: 12px;
  margin: 32px 0; }

.my-order-details .inner-detail .heading-area .detail-title {
  margin-bottom: 8px; }
.my-order-details .inner-detail .white-box-border .address-detail-info .col-50:first-child {
  padding-right: 32px; }
.my-order-details .inner-detail .white-box-border .address-detail-info .col-50:last-child {
  padding-left: 32px; }
@media only screen and (max-width: 767px) {
  .my-order-details .inner-detail .white-box-border .address-detail-info .col-50:first-child {
    padding-right: 16px; }
  .my-order-details .inner-detail .white-box-border .address-detail-info .col-50:last-child {
    padding-left: 16px;
    margin: 32px 0; } }
.my-order-details .inner-detail .white-box-border .order-content-detail .detail-info .heading {
  font-weight: 600;
  margin-bottom: 12px; }
.my-order-details .inner-detail .white-box-border .order-content-detail .detail-info ul li {
  color: #303059;
  margin-bottom: 10px; }
.my-order-details .inner-detail .white-box-border .order-content-detail .detail-info.top-detail-box {
  border-bottom: 1px solid #D6D6D7;
  padding-bottom: 24px;
  margin-bottom: 42px; }

.order-detail-summary {
  background: rgba(241, 241, 230, 0.6);
  padding: 32px 28px; }
  .order-detail-summary .top-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px; }
    .order-detail-summary .top-section .image {
      width: 88px;
      height: 88px; }
    .order-detail-summary .top-section .pdp-detail {
      padding-left: 48px; }
      .order-detail-summary .top-section .pdp-detail span {
        font-weight: 500;
        color: #324B4D;
        margin-bottom: 4px;
        display: block; }
      .order-detail-summary .top-section .pdp-detail .pdp-name {
        font-size: 20px;
        line-height: 30px;
        color: #324B4D;
        font-weight: 600;
        margin-bottom: 16px; }
        @media only screen and (max-width: 991px) {
          .order-detail-summary .top-section .pdp-detail .pdp-name {
            font-size: 18px;
            line-height: 28px; } }
      .order-detail-summary .top-section .pdp-detail .price {
        color: #1E1E31;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 16px; }
        @media only screen and (max-width: 991px) {
          .order-detail-summary .top-section .pdp-detail .price {
            font-size: 18px;
            line-height: 28px; } }
      .order-detail-summary .top-section .pdp-detail .download-invoice {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        text-decoration: underline;
        color: #F33B12;
        font-weight: 500; }
  .order-detail-summary .order-placed-box {
    border-bottom: 1px solid #D6D6D7;
    margin-bottom: 32px; }
    .order-detail-summary .order-placed-box ul li {
      margin-bottom: 10px; }
      .order-detail-summary .order-placed-box ul li span {
        font-weight: 600; }
  .order-detail-summary .order-summary-box .total-flex {
    border-bottom: none; }
  @media only screen and (max-width: 767px) {
    .order-detail-summary {
      padding: 24px 16px; }
      .order-detail-summary .top-section {
        margin-bottom: 24px; }
        .order-detail-summary .top-section .pdp-detail {
          padding-left: 0;
          margin-top: 24px;
          width: 100%; } }

.dataTables_wrapper #mytable_filter {
  margin-bottom: 30px; }
  .dataTables_wrapper #mytable_filter label {
    display: flex;
    align-items: center;
    gap: 20px; }
    .dataTables_wrapper #mytable_filter label input {
      border: 1px solid #D6D6D7;
      padding-left: 50px;
      position: relative;
      border-radius: 8px;
      background: url(../img/search.svg) no-repeat;
      background-position: 7% center; }
.dataTables_wrapper #mytable_length {
  display: none; }

.edit-btn {
  width: auto;
  border: none;
  cursor: pointer;
  padding: 0; }
  .edit-btn span {
    position: relative;
    padding-left: 34px; }
    .edit-btn span::before {
      content: '';
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background: url(../img/profile-icon/edit-profile.svg) no-repeat; }

.page-not-found-sec .not-found-box {
  border: 1px solid #D6D6D7;
  background: #fff;
  padding: 32px 0;
  max-width: 1024px;
  margin: auto;
  border-radius: 8px; }
  .page-not-found-sec .not-found-box .content {
    margin-top: 47px; }
    .page-not-found-sec .not-found-box .content .black-trans-btn {
      height: 56px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      line-height: 56px;
      padding: 0 32px; }
    .page-not-found-sec .not-found-box .content p {
      font-size: 20px;
      line-height: 30px;
      color: #1E1E31; }
      @media only screen and (max-width: 991px) {
        .page-not-found-sec .not-found-box .content p {
          font-size: 18px;
          line-height: 28px; } }
    .page-not-found-sec .not-found-box .content .heading {
      font-weight: 600;
      margin-bottom: 12px; }
    .page-not-found-sec .not-found-box .content .text {
      max-width: 550px;
      margin: auto;
      margin-bottom: 47px; }
.page-not-found-sec.thank-you-sec .image .lottie {
  margin: auto; }
.page-not-found-sec.thank-you-sec .content {
  margin: 0; }
@media only screen and (max-width: 767px) {
  .page-not-found-sec .not-found-box {
    padding: 16px; }
    .page-not-found-sec .not-found-box .content {
      margin-top: 20px; }
      .page-not-found-sec .not-found-box .content .black-trans-btn {
        height: 50px;
        line-height: 50px;
        padding: 0 20px; }
      .page-not-found-sec .not-found-box .content .text {
        margin-bottom: 30px; } }

.cart-section .inner-cart .section-heading .heading-five {
  font-weight: 600; }
  .cart-section .inner-cart .section-heading .heading-five span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 10px; }

.cart-item-detail-area {
  border-top: 1px solid #D6D6D7; }
  .cart-item-detail-area .item-detail {
    padding: 32px 0; }
    .cart-item-detail-area .item-detail:not(:last-child) {
      border-bottom: 1px solid #D6D6D7; }
    .cart-item-detail-area .item-detail:first {
      border-top: 1px solid #D6D6D7; }
    .cart-item-detail-area .item-detail ul {
      display: flex;
      justify-content: space-between; }
      .cart-item-detail-area .item-detail ul li .item-inner-content {
        display: flex;
        gap: 20px;
        align-items: center; }
        .cart-item-detail-area .item-detail ul li .item-inner-content .imgproduct {
          width: 162px;
          height: 152px;
          background: #F1F1E6;
          padding: 16px 20px;
          border-radius: 12px; }
          .cart-item-detail-area .item-detail ul li .item-inner-content .imgproduct img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .cart-item-detail-area .item-detail ul li .cart-content .pdp-name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
        font-weight: 600; }
      .cart-item-detail-area .item-detail ul li .cart-content .quantity-select {
        margin-bottom: 0; }
      .cart-item-detail-area .item-detail ul li .price-detail {
        height: 100%;
        position: relative; }
        .cart-item-detail-area .item-detail ul li .price-detail .price {
          color: #545454;
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          margin-bottom: 10px; }
          .cart-item-detail-area .item-detail ul li .price-detail .price span {
            margin-left: 6px;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            color: #1E1E31; }
            @media only screen and (max-width: 991px) {
              .cart-item-detail-area .item-detail ul li .price-detail .price span {
                font-size: 18px;
                line-height: 28px; } }
        .cart-item-detail-area .item-detail ul li .price-detail .actual-price span {
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          color: #545454;
          position: relative; }
          .cart-item-detail-area .item-detail ul li .price-detail .actual-price span:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #545454;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%); }
        .cart-item-detail-area .item-detail ul li .price-detail .remove {
          position: absolute;
          right: 0;
          bottom: 0; }
          .cart-item-detail-area .item-detail ul li .price-detail .remove button {
            font-style: italic;
            color: #ED1C24;
            padding: 0;
            cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .cart-item-detail-area {
      border: 0; }
      .cart-item-detail-area .item-detail ul {
        flex-wrap: wrap;
        gap: 20px; }
        .cart-item-detail-area .item-detail ul li {
          width: 100%; }
          .cart-item-detail-area .item-detail ul li .item-inner-content {
            flex-wrap: wrap; }
            .cart-item-detail-area .item-detail ul li .item-inner-content .cart-content {
              width: 100%; }
          .cart-item-detail-area .item-detail ul li .imgproduct {
            height: 190px; }
          .cart-item-detail-area .item-detail ul li .price-detail {
            text-align: left !important; } }

.cart-summary {
  background: #F1F1E6;
  margin: 32px 0;
  padding: 36px 32px;
  border-radius: 8px; }
  .cart-summary .heading-twenty {
    font-weight: 600;
    margin-bottom: 24px; }
  .cart-summary .summary-list li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 24px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E1E31; }
    .cart-summary .summary-list li .sub-total-heading {
      color: #545454; }
    .cart-summary .summary-list li span {
      text-align: right; }
    .cart-summary .summary-list li:last-child {
      margin-bottom: 0; }
  .cart-summary .summary-list li.total {
    padding-top: 24px;
    border-top: 1px solid #D6D6D7;
    margin-top: 24px; }
    .cart-summary .summary-list li.total .sub-total-heading {
      padding-bottom: 0 !important;
      color: #1E1E31;
      font-weight: 600; }
      .cart-summary .summary-list li.total .sub-total-heading span {
        color: #545454;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400; }
    .cart-summary .summary-list li.total span {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 0 !important;
      font-weight: 600;
      color: #1E1E31; }
      @media only screen and (max-width: 991px) {
        .cart-summary .summary-list li.total span {
          font-size: 18px;
          line-height: 28px; } }
  .cart-summary .coupon-section {
    position: relative;
    margin: 32px 0 32px; }
    .cart-summary .coupon-section .coupon-label {
      color: #545454;
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }
    .cart-summary .coupon-section .formbx .input-box {
      position: relative; }
    .cart-summary .coupon-section .form-error {
      top: 100%;
      left: 0; }
    .cart-summary .coupon-section .input {
      position: relative;
      height: 48px;
      padding-right: 70px;
      border-radius: 10px;
      border: 1px solid #D6D6D7; }
    .cart-summary .coupon-section .placeholder {
      line-height: 48px; }
    .cart-summary .coupon-section .apply-btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      font-weight: 600;
      padding: 0 20px;
      width: auto;
      cursor: pointer; }
      .cart-summary .coupon-section .apply-btn:hover {
        color: #1E1E31; }
    .cart-summary .coupon-section .remove-coupon {
      position: relative;
      padding-left: 30px;
      margin-top: 15px; }
      .cart-summary .coupon-section .remove-coupon .coupon-heading {
        font-size: 16px;
        line-height: 26px;
        color: #64AF3B;
        font-weight: 400; }
      .cart-summary .coupon-section .remove-coupon p {
        color: #545454; }
      .cart-summary .coupon-section .remove-coupon .coupon-remove-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: auto;
        padding: 0;
        background-color: transparent;
        font-weight: 600;
        color: #ED1C24; }
      .cart-summary .coupon-section .remove-coupon:after {
        content: "";
        height: 24px;
        width: 24px;
        background: url("../img/profile-icon/coupon-tag.svg") no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        top: 50%;
        transform: translate(0, -50%); }
  .cart-summary .cart-btn-sec .underline-btntxt {
    color: #1E1E31;
    margin: 0 auto;
    font-weight: 400;
    margin-top: 18px; }
  @media only screen and (max-width: 767px) {
    .cart-summary {
      margin: 0 0 30px; }
      .cart-summary .coupon-section {
        margin: 40px 0 30px; }
      .cart-summary .cart-btn-sec {
        text-align: left !important; } }
  @media only screen and (max-width: 767px) {
    .cart-summary {
      padding: 20px; }
      .cart-summary .summary-list li.total .sub-total-heading span {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400; }
      .cart-summary .coupon-section {
        margin: 24px 0; } }

.empty-cart {
  max-width: 1024px;
  margin: auto;
  text-align: center; }
  .empty-cart .trckwrap a {
    margin-top: 32px; }
  .empty-cart .image img {
    max-width: 200px; }

.accordian-checkout .customAccordian {
  border: 0;
  border-radius: 0; }
  .accordian-checkout .customAccordian .accordianItem {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .accordian-checkout .customAccordian .accordianItem .accordianHeading {
      background: transparent;
      padding: 20px 0 !important;
      font-weight: 600; }
    .accordian-checkout .customAccordian .accordianItem .accordian-flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .accordian-checkout .customAccordian .accordianItem .accordian-flex .addrfullAddress {
        font-weight: 400; }
      .accordian-checkout .customAccordian .accordianItem .accordian-flex .changeAccord {
        width: auto;
        height: auto; }
    .accordian-checkout .customAccordian .accordianItem .accordionDisabled {
      color: #545454; }
  .accordian-checkout .customAccordian .address-preview {
    margin-bottom: 20px; }
    .accordian-checkout .customAccordian .address-preview .edit-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px; }
.accordian-checkout .login-checkout-sec {
  margin-bottom: 32px; }
  .accordian-checkout .login-checkout-sec .form-wd {
    width: 48%;
    max-width: 100%;
    margin: 0; }
    .accordian-checkout .login-checkout-sec .form-wd .text-center {
      text-align: left !important; }
    .accordian-checkout .login-checkout-sec .form-wd .formbx {
      padding: 0; }
      .accordian-checkout .login-checkout-sec .form-wd .formbx input {
        background: #F1F1E6;
        border: 1px solid rgba(214, 214, 215, 0.7); }
      .accordian-checkout .login-checkout-sec .form-wd .formbx button {
        max-width: fit-content; }
  .accordian-checkout .login-checkout-sec .com-pad-96 {
    padding: 0; }
  .accordian-checkout .login-checkout-sec .section-heading {
    display: none; }
  .accordian-checkout .login-checkout-sec .login-step-two .resend-timer {
    padding: 30px 0 0; }
  .accordian-checkout .login-checkout-sec .login-step-two .resend-otp {
    padding: 30px 0 0; }
  .accordian-checkout .login-checkout-sec .otp-wrapper .otp-input:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .accordian-checkout .login-checkout-sec .form-wd {
      width: 100%; } }
.accordian-checkout .checkout-address-content {
  padding: 20px 0 10px; }
  .accordian-checkout .checkout-address-content .content {
    padding: 0; }
    .accordian-checkout .checkout-address-content .content h2.headingHTwo {
      display: none; }
    .accordian-checkout .checkout-address-content .content .address-cta .default-btn {
      padding: 8px 30px; }

.choose-payment-method {
  border: none !important; }
  .choose-payment-method p {
    margin-bottom: 30px; }
  .choose-payment-method .payment-list-option input {
    -webkit-appearance: auto;
    appearance: auto;
    width: 18px;
    height: 18px;
    accent-color: #1E1E31; }
  .choose-payment-method li {
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    display: flex;
    gap: 20px;
    align-items: center; }
    .choose-payment-method li:last-child {
      border-bottom: 0; }

.order-actions {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px; }
  .order-actions .checkboxcontainer {
    margin-bottom: 20px;
    font-weight: 400; }
    .order-actions .checkboxcontainer a {
      text-decoration: underline; }
  .order-actions .contine-shopping {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .radio-container p {
    margin: 16px 0 0 -30px; }

.radio-tick {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #9595A6;
  border-radius: 50%;
  transform: translateY(-50%); }
  .radio-tick:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1E1E31;
    transform: translate(-50%, -50%); }

.radio-container input:checked ~ .radio-tick {
  border: 2px solid #1E1E31; }

.radio-container input:checked ~ .radio-tick:after {
  display: block; }

.add-address-box .choose-address {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  padding: 15px 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #D6D6D7;
  border-radius: 12px; }
  .add-address-box .choose-address input {
    display: none; }
  .add-address-box .choose-address .btn-group {
    align-items: center;
    margin: 20px 0;
    border-top: 1px solid rgba(214, 214, 215, 0.7);
    padding-top: 20px; }
  .add-address-box .choose-address p {
    margin-bottom: 10px; }
    .add-address-box .choose-address p.name {
      font-weight: 600; }
.add-address-box .new_adreess {
  width: auto;
  background: transparent;
  color: #1E1E31;
  border: 1px solid #1E1E31;
  height: auto;
  padding: 10px 28px;
  margin-bottom: 20px;
  border-radius: 40px;
  cursor: pointer; }

.address-section-in, .payment-section-in {
  border-top: 1px solid rgba(214, 214, 215, 0.7);
  padding-top: 20px; }
  .address-section-in .st-title, .payment-section-in .st-title {
    font-size: 24px;
    line-height: 34px;
    color: #1E1E31;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .address-section-in .st-title, .payment-section-in .st-title {
        font-size: 20px;
        line-height: 30px; } }

.orderConfirmSection {
  margin: 42px 0; }
  .orderConfirmSection .white-box-border {
    padding: 0; }
  .orderConfirmSection .orderConfirmBox {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #A9A9A9;
    background: #EFF9EA; }
    .orderConfirmSection .orderConfirmBox .sub-content, .orderConfirmSection .orderConfirmBox .cart-summary .summary-list li.total .sub-total-heading, .cart-summary .summary-list li.total .orderConfirmSection .orderConfirmBox .sub-total-heading, .orderConfirmSection .orderConfirmBox .accordian-checkout .customAccordian .accordianItem .accordianHeading, .accordian-checkout .customAccordian .accordianItem .orderConfirmSection .orderConfirmBox .accordianHeading {
      font-weight: 600; }
    .orderConfirmSection .orderConfirmBox .sub-text {
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (max-width: 991px) {
        .orderConfirmSection .orderConfirmBox .sub-text {
          font-size: 18px;
          line-height: 28px; } }
  .orderConfirmSection .confirmOrderDetail .detail-order-box {
    width: 100%; }
    .orderConfirmSection .confirmOrderDetail .detail-order-box .qyt-price-box {
      display: flex; }
      .orderConfirmSection .confirmOrderDetail .detail-order-box .qyt-price-box ul {
        align-items: center; }
    .orderConfirmSection .confirmOrderDetail .detail-order-box .orderStaus.mobile-div {
      display: none; }
  @media only screen and (max-width: 991px) {
    .orderConfirmSection .orderConfirmBox {
      flex-direction: column;
      text-align: center;
      padding: 20px 15px;
      gap: 15px; }
      .orderConfirmSection .orderConfirmBox .icon .imgbx {
        height: 60px;
        width: 60px; }
        .orderConfirmSection .orderConfirmBox .icon .imgbx img {
          width: 100%;
          height: auto; }
    .orderConfirmSection .detail-order-box .pro-history-order {
      position: relative;
      margin-top: 20px; }
      .orderConfirmSection .detail-order-box .pro-history-order:after {
        content: "";
        background: #CECECE;
        height: 1px;
        width: 94%;
        left: 50%;
        top: 0;
        position: absolute;
        transform: translate(-50%, 0); }
    .orderConfirmSection .detail-order-box .orderStaus.mobile-div {
      display: block !important;
      padding: 0 0 10px;
      margin-top: 0;
      border-bottom: 1px solid #CECECE; }
    .orderConfirmSection .detail-order-box .orderStaus.desktop-div {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .orderConfirmSection .orderConfirmBox .icon .imgbx {
      height: 30px;
      width: 30px; } }

.detail-order-box .address-order {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 15px 10px;
  padding: 20px; }
  .detail-order-box .address-order .heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px; }
  .detail-order-box .address-order .shipping-add {
    padding-bottom: 40px; }
    .detail-order-box .address-order .shipping-add .sub-text {
      max-width: 300px; }
.detail-order-box .orderStaus {
  padding: 20px; }
  .detail-order-box .orderStaus .detail-order-status {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #545454;
    font-weight: 500; }
  .detail-order-box .orderStaus .red-outlinebtn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
.detail-order-box .pro-history-order {
  border-top: 1px solid #D6D6D7;
  padding: 20px; }
  .detail-order-box .pro-history-order:nth-child(even) {
    background: #FCFCF9;
    border-radius: 12px; }
  .detail-order-box .pro-history-order .img-bx {
    height: 82px;
    overflow: hidden;
    text-align: left;
    width: 109px;
    padding: 0 15px; }
    .detail-order-box .pro-history-order .img-bx img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .detail-order-box .pro-history-order .text-order {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 15px; }
    .detail-order-box .pro-history-order .text-order .pdp-name {
      font-weight: 600;
      width: 100%;
      margin-bottom: 30px; }
    .detail-order-box .pro-history-order .text-order .btngap {
      padding-top: 8px;
      width: 100%; }
      .detail-order-box .pro-history-order .text-order .btngap a {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400; }
  .detail-order-box .pro-history-order .qyt-price-box ul {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    height: 100%;
    align-items: flex-end; }
    .detail-order-box .pro-history-order .qyt-price-box ul li {
      color: #545454;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
  @media only screen and (max-width: 991px) {
    .detail-order-box .pro-history-order .img-bx {
      margin: 20px 0; } }
@media only screen and (max-width: 991px) {
  .detail-order-box .order-id-info {
    display: block;
    margin-bottom: 0;
    padding: 20px 20px 0; }
    .detail-order-box .order-id-info .order-cta-box {
      margin-top: -15px; }
  .detail-order-box .address-order {
    grid-template-columns: 1fr; }
    .detail-order-box .address-order p {
      margin-bottom: 0; }
    .detail-order-box .address-order .shipping-add {
      padding-bottom: 0; }
    .detail-order-box .address-order .mobile-div.status-detail {
      display: block;
      position: relative; }
      .detail-order-box .address-order .mobile-div.status-detail:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #CECECE;
        position: absolute;
        left: 0;
        bottom: 0; }
      .detail-order-box .address-order .mobile-div.status-detail .orderStaus {
        margin-top: 0;
        padding: 0 0 24px;
        flex-direction: column;
        align-items: flex-start; }
  .detail-order-box .pro-history-order {
    border: 0;
    padding: 0 15px 20px; }
    .detail-order-box .pro-history-order .text-order {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      gap: 5px; }
      .detail-order-box .pro-history-order .text-order .qyt-price-box.mobile-div {
        display: block !important;
        height: auto !important; }
      .detail-order-box .pro-history-order .text-order .qyt-price-box {
        width: 100%; }
        .detail-order-box .pro-history-order .text-order .qyt-price-box ul {
          width: 100%;
          gap: 0;
          height: auto;
          align-items: flex-end;
          flex-direction: column;
          gap: 5px; }
          .detail-order-box .pro-history-order .text-order .qyt-price-box ul li {
            width: 100%; }
      .detail-order-box .pro-history-order .text-order .btngap {
        padding-top: 0; }
    .detail-order-box .pro-history-order .qyt-price-box.destop-div, .detail-order-box .pro-history-order .hide-mobile {
      display: none; }
  .detail-order-box .desktop-div.status-detail {
    display: none !important; } }

.order-summary-bx {
  padding-left: 20px; }
  .order-summary-bx li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px; }
    .order-summary-bx li:last-child {
      margin-bottom: 0; }
  .order-summary-bx .price-title {
    font-size: 16px;
    line-height: 26px;
    color: #545454; }
  .order-summary-bx .price-amount {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E1E31; }
  .order-summary-bx .total-price-title,
  .order-summary-bx .total-price-amount {
    color: #1E1E31;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 991px) {
      .order-summary-bx .total-price-title,
      .order-summary-bx .total-price-amount {
        font-size: 18px;
        line-height: 28px; } }
  @media only screen and (max-width: 991px) {
    .order-summary-bx {
      padding-left: 0;
      border-left: 0;
      border-right: 0;
      padding-top: 9px; } }

.search-content-box {
  position: relative;
  padding-top: 51px !important; }
  .search-content-box::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    background: url(../img/search-before.svg) no-repeat;
    width: 103px;
    height: 51px; }
  .search-content-box .search-input-box {
    position: relative; }
    .search-content-box .search-input-box .btn-white-arrow {
      border-radius: 0px;
      position: absolute;
      right: 0;
      height: 50px;
      padding: 0 32px;
      padding-right: 64px; }
      .search-content-box .search-input-box .btn-white-arrow::before {
        right: 32px; }
      @media only screen and (max-width: 767px) {
        .search-content-box .search-input-box .btn-white-arrow {
          padding: 0 16px;
          padding-right: 44px; }
          .search-content-box .search-input-box .btn-white-arrow::before {
            right: 10px; } }
    .search-content-box .search-input-box input {
      color: #F1F1E6;
      border: 1px solid #F1F1E6; }
      .search-content-box .search-input-box input::placeholder {
        color: #F1F1E6; }
  .search-content-box .display-heading {
    font-weight: 400; }

.search-section .search-result-box {
  position: relative; }
.search-section .search-result .total-result {
  font-weight: 400; }
  .search-section .search-result .total-result span {
    font-weight: 600; }
.search-section .search-result .search-results-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .search-section .search-result .search-results-list .result-card {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 30px; }
    .search-section .search-result .search-results-list .result-card .src-img {
      width: 95px;
      height: 90px; }
      .search-section .search-result .search-results-list .result-card .src-img img {
        width: 100%;
        height: 100%; }
    .search-section .search-result .search-results-list .result-card .result-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px;
      color: #1E1E31; }
      @media only screen and (max-width: 991px) {
        .search-section .search-result .search-results-list .result-card .result-title {
          font-size: 20px;
          line-height: 30px; } }
    .search-section .search-result .search-results-list .result-card .result-desc {
      font-size: 0.95rem;
      color: #545454;
      margin-bottom: 15px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #FCFCF9;
  box-shadow: 4px 4px 11.6px 0px #2E2E5A1F;
  height: 80px; }
  header .nav-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px; }
    header .nav-bar .left-side .logo {
      width: 150px;
      transition: all .5s ease;
      padding: 10px 0; }
      header .nav-bar .left-side .logo img {
        height: 100%; }
    header .nav-bar .menu-list {
      flex: 1 1 auto; }
      header .nav-bar .menu-list > ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 36px;
        justify-content: center; }
        header .nav-bar .menu-list > ul li {
          line-height: 80px;
          transition: all 0.5s ease-in-out; }
          header .nav-bar .menu-list > ul li a {
            color: #1E1E31;
            position: relative; }
            header .nav-bar .menu-list > ul li a:hover {
              color: #F33B12; }
          header .nav-bar .menu-list > ul li.dropdown {
            position: relative; }
            header .nav-bar .menu-list > ul li.dropdown > a {
              position: relative;
              display: inline-block;
              padding-right: 20px; }
              header .nav-bar .menu-list > ul li.dropdown > a::before {
                content: '';
                position: absolute;
                top: 50%;
                right: 0;
                width: 15px;
                height: 9px;
                transform: translateY(-50%);
                background: url(../img/drp-arrow.svg) no-repeat;
                transition: all 0.5s ease-in-out; }
            header .nav-bar .menu-list > ul li.dropdown .subMenu {
              display: none;
              position: absolute;
              top: 100%;
              left: 0;
              backdrop-filter: blur(42px);
              -webkit-backdrop-filter: blur(42px);
              background: #FCFCF9;
              width: 250px;
              z-index: 10;
              transform: translateY(20px);
              box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.12); }
              header .nav-bar .menu-list > ul li.dropdown .subMenu ul li {
                padding: 12px 15px;
                font-size: 16px;
                line-height: 24px;
                font-weight: 400; }
                header .nav-bar .menu-list > ul li.dropdown .subMenu ul li:not(:last-child) {
                  border-bottom: 1px solid #D6D6D7; }
                header .nav-bar .menu-list > ul li.dropdown .subMenu ul li a {
                  display: block;
                  text-align: center; }
                  header .nav-bar .menu-list > ul li.dropdown .subMenu ul li a:hover {
                    color: #F33B12; }
            header .nav-bar .menu-list > ul li.dropdown:hover > a::before {
              transform: translateY(-50%) rotate(180deg); }
            header .nav-bar .menu-list > ul li.dropdown:hover .subMenu {
              display: block;
              top: 100%;
              transform: translateY(0); }
      @media only screen and (max-width: 991px) {
        header .nav-bar .menu-list {
          display: none; } }
    header .nav-bar .right-side .search-login > ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 27px; }
      header .nav-bar .right-side .search-login > ul li.hambermenu .menu-btn {
        width: 16px;
        height: 12px;
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 10; }
        header .nav-bar .right-side .search-login > ul li.hambermenu .menu-btn span {
          display: block;
          width: 100%;
          height: 0;
          border: 1px solid #1E1E31;
          transition: all 0.3s ease;
          border-radius: 2px; }
          header .nav-bar .right-side .search-login > ul li.hambermenu .menu-btn span:nth-child(2) {
            width: 70%; }
      header .nav-bar .right-side .search-login > ul li .cartBtn1 {
        position: relative; }
        header .nav-bar .right-side .search-login > ul li .cartBtn1 span {
          position: absolute;
          top: -4px;
          right: -2px;
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          border-radius: 50%;
          background-color: #e21616;
          color: #fff;
          line-height: 1;
          width: 16px;
          height: 16px;
          display: flex;
          justify-content: center;
          align-items: center; }
    @media only screen and (max-width: 1200px) {
      header .nav-bar {
        gap: 15px; } }
    @media only screen and (max-width: 1099px) {
      header .nav-bar .left-side .logo {
        width: 130px; } }
    @media only screen and (max-width: 767px) {
      header .nav-bar .left-side .logo {
        width: 100px; }
      header .nav-bar .right-side .search-login ul {
        gap: 15px !important; }
        header .nav-bar .right-side .search-login ul li .login-btn {
          padding: 12px 20px; } }
  @media only screen and (max-width: 1099px) {
    header .nav-bar .menu-list > ul {
      gap: 10px; }
    header .nav-bar .right-side .search-login ul {
      gap: 10px; } }
  @media only screen and (max-width: 767px) {
    header {
      height: 64px; }
      header .wrapper,
      header .nav-bar {
        height: 100%; } }
  header.fixed-header {
    background: #fff;
    border-bottom: 1px solid #F1F1E6; }

.hambermenu-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background: rgba(30, 30, 49, 0.5);
  transition: all 0.5s ease-in-out; }
  .hambermenu-div .side-ham-menu-list {
    max-width: 550px;
    background: #1E1E31;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition-delay: 0.3s; }
    .hambermenu-div .side-ham-menu-list .scroll-div {
      padding: 0 60px;
      padding-top: 73px; }
    .hambermenu-div .side-ham-menu-list .close-icon {
      position: absolute;
      right: 50px;
      top: 50px;
      color: #F1F1E6;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .hambermenu-div .side-ham-menu-list .close-icon {
          top: 16px;
          right: 16px; } }
    .hambermenu-div .side-ham-menu-list .menuList ul li {
      padding-bottom: 32px;
      position: relative; }
      .hambermenu-div .side-ham-menu-list .menuList ul li a {
        color: #F1F1E6;
        font-size: 32px;
        line-height: 40px;
        position: relative;
        padding-right: 45px;
        font-weight: 300; }
        @media only screen and (max-width: 991px) {
          .hambermenu-div .side-ham-menu-list .menuList ul li a {
            font-size: 24px;
            line-height: 34px; } }
        .hambermenu-div .side-ham-menu-list .menuList ul li a::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 35px;
          height: 18px;
          background: url(../img/right-orange.svg) no-repeat;
          transform: translate(0, -50%);
          visibility: hidden;
          opacity: 0;
          transition: all 0.5s ease-in-out; }
        .hambermenu-div .side-ham-menu-list .menuList ul li a:hover {
          color: #FD7166;
          text-decoration: underline; }
          .hambermenu-div .side-ham-menu-list .menuList ul li a:hover::before {
            visibility: visible;
            opacity: 1;
            transform: translate(5px, -50%); }
      @media only screen and (max-width: 767px) {
        .hambermenu-div .side-ham-menu-list .menuList ul li {
          padding-bottom: 20px; }
          .hambermenu-div .side-ham-menu-list .menuList ul li a {
            padding-right: 0;
            display: block; }
            .hambermenu-div .side-ham-menu-list .menuList ul li a::before {
              display: none; } }
    @media only screen and (max-width: 767px) {
      .hambermenu-div .side-ham-menu-list .menuList .mobile-drp > a {
        position: relative; }
        .hambermenu-div .side-ham-menu-list .menuList .mobile-drp > a::after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background: url(../img/drp-arrow.svg) no-repeat;
          filter: brightness(1) invert(1);
          width: 15px;
          height: 9px; }
      .hambermenu-div .side-ham-menu-list .menuList .mobile-drp .subMenu {
        display: none;
        margin-top: 30px;
        padding-left: 20px; }
      .hambermenu-div .side-ham-menu-list .menuList .mobile-drp.active-menu > a:after {
        transform: translateY(-50%) rotate(180deg); } }
    .hambermenu-div .side-ham-menu-list .addr-location {
      padding-top: 30px;
      margin-bottom: 34px;
      border-top: 1px solid rgba(214, 214, 215, 0.5);
      border-bottom: 1px solid rgba(214, 214, 215, 0.5); }
      .hambermenu-div .side-ham-menu-list .addr-location .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 300;
        color: #F1F1E6;
        margin-bottom: 24px; }
        @media only screen and (max-width: 991px) {
          .hambermenu-div .side-ham-menu-list .addr-location .title {
            font-size: 20px;
            line-height: 30px; } }
      .hambermenu-div .side-ham-menu-list .addr-location .address ul li {
        color: #E0E0E7;
        font-weight: 300; }
        .hambermenu-div .side-ham-menu-list .addr-location .address ul li.mail a::before {
          background: url(../img/mail-fly.svg) no-repeat;
          width: 22px;
          height: 22px; }
        .hambermenu-div .side-ham-menu-list .addr-location .address ul li a {
          font-weight: 300;
          color: #E0E0E7; }
          .hambermenu-div .side-ham-menu-list .addr-location .address ul li a::before {
            background: url(../img/call-blue.svg) no-repeat;
            width: 24px;
            height: 24px; }
        .hambermenu-div .side-ham-menu-list .addr-location .address ul li:first-child {
          position: relative;
          padding-left: 34px; }
          .hambermenu-div .side-ham-menu-list .addr-location .address ul li:first-child::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            background: url(../img/map-icon.svg) no-repeat center;
            background-size: contain; }
    .hambermenu-div .side-ham-menu-list .social-list ul {
      gap: 40px; }
    .hambermenu-div .side-ham-menu-list .mobile-login-links {
      display: none; }
    @media only screen and (max-width: 991px) {
      .hambermenu-div .side-ham-menu-list .scroll-div {
        padding: 0 16px;
        padding-top: 32px; }
        .hambermenu-div .side-ham-menu-list .scroll-div .user-profile {
          margin-bottom: 32px; }
          .hambermenu-div .side-ham-menu-list .scroll-div .user-profile .user-name-box .userName {
            color: #F1F1E6 !important; }
        .hambermenu-div .side-ham-menu-list .scroll-div .mobile-login-links {
          display: block; }
          .hambermenu-div .side-ham-menu-list .scroll-div .mobile-login-links .profile-iconlist ul li a {
            display: block;
            padding: 0;
            padding-left: 40px; }
            .hambermenu-div .side-ham-menu-list .scroll-div .mobile-login-links .profile-iconlist ul li a .profile-icon {
              left: 0; }
              .hambermenu-div .side-ham-menu-list .scroll-div .mobile-login-links .profile-iconlist ul li a .profile-icon img {
                filter: brightness(1) invert(1); }
          .hambermenu-div .side-ham-menu-list .scroll-div .mobile-login-links .profile-iconlist ul li.signout a {
            padding: 0 0 0 39px !important; }
            .hambermenu-div .side-ham-menu-list .scroll-div .mobile-login-links .profile-iconlist ul li.signout a .profile-icon img {
              filter: none; } }
  .hambermenu-div.ham-active {
    visibility: visible;
    opacity: 1; }
    .hambermenu-div.ham-active .side-ham-menu-list {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); }

.scroll-div {
  max-height: 100vh;
  overflow-y: auto;
  height: 100%; }

.login-user {
  position: relative; }
  .login-user:hover .single-dropdown {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .login-user {
      display: none; } }

.single-dropdown {
  position: absolute;
  right: 0;
  top: 50px;
  width: 260px;
  background: #FCFCF9;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .single-dropdown li {
    display: block;
    border-bottom: 1px solid #D6D6D7;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    line-height: 26px !important; }
    .single-dropdown li:last-child {
      border-bottom: 0; }
    .single-dropdown li:before {
      display: none; }
    .single-dropdown li a {
      color: #1E1E31;
      display: block; }

footer {
  background: #1E1E31;
  color: #F1F1E6; }
  footer .footer-top {
    position: relative;
    padding: 40px 0;
    z-index: 4; }
    footer .footer-top .left-side .footer-logo {
      margin-bottom: 25px; }
      footer .footer-top .left-side .footer-logo img {
        width: 250px; }
    footer .footer-top .left-side p {
      padding-right: 20px;
      font-weight: 500; }
    footer .footer-top .footer-link ul li a {
      color: #F1F1E6;
      font-weight: 300;
      position: relative;
      padding-bottom: 10px;
      display: inline-block; }
      footer .footer-top .footer-link ul li a::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        pointer-events: none;
        background: #F1F1E6;
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
        transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
        will-change: transform; }
      footer .footer-top .footer-link ul li a:focus::before, footer .footer-top .footer-link ul li a:hover::before {
        transform: scale3d(1, 1, 1);
        transform-origin: 0% 50%; }
    footer .footer-top .footer-link ul li:not(:last-child) {
      margin-bottom: 10px; }
    footer .footer-top .footer-link .footer-heading {
      font-weight: 500;
      padding-bottom: 34px; }
      footer .footer-top .footer-link .footer-heading span {
        position: relative;
        padding-bottom: 10px; }
        footer .footer-top .footer-link .footer-heading span::before {
          content: '';
          position: absolute;
          bottom: 0;
          width: 100%;
          border: 1px solid #F1F1E6; }
    footer .footer-top .footer-right-side .news-letter {
      margin-bottom: 27px; }
      footer .footer-top .footer-right-side .news-letter .input-box {
        display: flex;
        border-bottom: 1px solid rgba(241, 241, 230, 0.2); }
        footer .footer-top .footer-right-side .news-letter .input-box input {
          padding-left: 0;
          border: none;
          color: #F1F1E6; }
          footer .footer-top .footer-right-side .news-letter .input-box input::placeholder {
            color: #F1F1E6;
            font-family: "DM Sans", sans-serif;
            font-weight: 400; }
        footer .footer-top .footer-right-side .news-letter .input-box .newsletter-btn {
          width: auto;
          height: auto;
          border: none;
          cursor: pointer;
          padding: 0; }
          footer .footer-top .footer-right-side .news-letter .input-box .newsletter-btn img {
            filter: brightness(0) invert(1); }
      footer .footer-top .footer-right-side .news-letter .heading {
        font-family: "Playfair Display", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.03em;
        margin-bottom: 15px; }
        @media only screen and (max-width: 991px) {
          footer .footer-top .footer-right-side .news-letter .heading {
            font-size: 20px;
            line-height: 30px; } }
  footer .footer-bottom {
    background: #F1F1E6;
    padding: 20px; }
    footer .footer-bottom .flex-row {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      footer .footer-bottom .flex-row .w-50 {
        flex: 0 0 50%;
        max-width: 50%; }
    footer .footer-bottom p {
      font-family: "Playfair Display", sans-serif;
      font-weight: 600;
      letter-spacing: 0.03em;
      color: #1E1E31; }
    footer .footer-bottom .footer-link-bottom ul {
      display: flex;
      justify-content: flex-end;
      gap: 20px; }
      footer .footer-bottom .footer-link-bottom ul li {
        position: relative; }
        footer .footer-bottom .footer-link-bottom ul li:not(:last-child)::before {
          content: '';
          position: absolute;
          top: 0;
          right: -10px;
          height: 70%;
          width: 0;
          border: 1px solid #1E1E31;
          margin: auto;
          bottom: 0; }
        footer .footer-bottom .footer-link-bottom ul li a:hover {
          text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    footer .footer-top {
      padding: 0; }
      footer .footer-top .left-side {
        margin-bottom: 30px; }
        footer .footer-top .left-side .footer-logo {
          margin-bottom: 0; }
          footer .footer-top .left-side .footer-logo img {
            width: 160px; }
        footer .footer-top .left-side p {
          padding: 0;
          font-weight: 300; }
      footer .footer-top .footer-link ul li {
        margin-bottom: 24px; }
    footer .footer-bottom {
      padding: 8px; }
      footer .footer-bottom p {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400; }
      footer .footer-bottom .flex-row {
        flex-wrap: wrap; }
        footer .footer-bottom .flex-row .w-50 {
          flex: 0 0 100%;
          max-width: 100%; }
      footer .footer-bottom .footer-link-bottom {
        margin-top: 20px; }
        footer .footer-bottom .footer-link-bottom ul {
          flex-wrap: wrap;
          gap: 6px; }
          footer .footer-bottom .footer-link-bottom ul li {
            width: 100%; }
            footer .footer-bottom .footer-link-bottom ul li::before {
              display: none; }
            footer .footer-bottom .footer-link-bottom ul li a {
              font-size: 12px;
              line-height: 20px;
              font-weight: 400; } }

.address ul li {
  display: block;
  padding-bottom: 15px; }
  .address ul li a {
    position: relative;
    padding-left: 30px;
    color: #F1F1E6; }
    .address ul li a::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      background: url(../img/call.svg) no-repeat center;
      background-size: contain;
      transform: translateY(-50%); }
  .address ul li.mail a::before {
    background: url(../img/mail.svg) no-repeat center; }

.social-list ul {
  display: flex;
  gap: 15px; }
  .social-list ul li img {
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social-list ul li:hover img {
    transform: translateY(-4px); }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.common-col, .col-20, .col-25, .col-30, .col-33, .col-35, .col-40, .col-50, .col-60, .col-65, .col-70, .col-100 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media only screen and (max-width: 767px) {
    .col-20 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-25 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  @media only screen and (max-width: 991px) {
    .col-25 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .col-25 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }
  @media only screen and (max-width: 767px) {
    .col-30 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-33 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media only screen and (max-width: 767px) {
    .col-33 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-35 {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%; }
  @media only screen and (max-width: 767px) {
    .col-35 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }
  @media only screen and (max-width: 767px) {
    .col-40 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-50 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (max-width: 767px) {
    .col-50 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }
  @media only screen and (max-width: 767px) {
    .col-60 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-65 {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%; }
  @media only screen and (max-width: 767px) {
    .col-65 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }
  @media only screen and (max-width: 767px) {
    .col-70 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .col-100 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

/*# sourceMappingURL=main.css.map */
