@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

html,
body {
  width: 100%;
  font-family: "DM Sans", sans-serif !important;
}

.red-text {
  color: #653279;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

.heading {
  h3 {
    font-size: 28px;
    color: #653279;
    font-family: "Dancing Script", cursive !important;
    font-weight: 800;
  }

  h2 {
    font-size: 47px;
    color: #000;
    line-height: 53px;
    font-weight: 500;
    font-family: "Cinzel", serif !important;
  }

  p {
    line-height: 30px;
    font-size: 16px;
  }
}

button.btn.btn-light {
  background: #653279;
  color: #fff;
  padding: 1px;
  padding: 5px 6px 5px 19px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  font-size: 15px;

  i {
    background-color: #ffffff;
    font-size: 17px;
    padding: 10px;
    color: #653279;
    border-radius: 10px;
    margin-left: 20px;
  }
}

.slider-container {
  width: 100%;
  position: relative;
  background: #000;
  overflow: hidden;
  margin: 0 auto;
}

.form-check-input:checked {
  background-color: #653279 !important;
  border-color: #653279 !important;
}

@media (min-width: 769px) {
  .slider-container {
    height: 108vh;
    max-width: 1920px;
  }
}

@media (max-width: 768px) {
  .slider-container {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }
}

.banner-section {
  position: relative;
  /* padding: 25px; */
}

.slice {
  position: absolute;
  top: -100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500% 100%;
  opacity: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, top;
  z-index: 1;
}

.slice.active {
  animation: fall 1.5s ease-out forwards;
}

@media (min-width: 769px) {
  .slice {
    width: calc(100% / 5);
  }

  .slice:nth-child(1) {
    left: 0;
    background-position: 0% 0%;
    animation-delay: 0s;
    margin-left: 0;
    z-index: 1;
  }

  .slice:nth-child(2) {
    left: calc(100% / 5);
    background-position: 25% 0%;
    animation-delay: .30s;
    margin-left: -0.5px;
    z-index: 2;
  }

  .slice:nth-child(3) {
    left: calc(100% / 5 * 2);
    background-position: 50% 0%;
    animation-delay: .3s;
    margin-left: -0.5px;
    z-index: 3;
  }

  .slice:nth-child(4) {
    left: calc(100% / 5 * 3);
    background-position: 75% 0%;
    animation-delay: .45s;
    margin-left: -0.5px;
    z-index: 4;
  }

  .slice:nth-child(5) {
    left: calc(100% / 5 * 4);
    background-position: 100% 0%;
    animation-delay: .6s;
    margin-left: -0.5px;
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .slice {
    width: calc(100% / 3);
  }

  .slice:nth-child(1) {
    left: 0;
    background-position: 0% 0%;
    animation-delay: 0s;
    margin-left: 0;
    z-index: 1;
  }

  .slice:nth-child(2) {
    left: calc(100% / 3);
    background-position: 50% 0%;
    animation-delay: .2s;
    margin-left: -0.5px;
    z-index: 2;
  }

  .slice:nth-child(3) {
    left: calc(100% / 3 * 2);
    background-position: 100% 0%;
    animation-delay: .4s;
    margin-left: -2.0px;
    z-index: 3;
    width: calc((100% / 3) + 2.5px);
  }

  .slice:nth-child(4),
  .slice:nth-child(5) {
    display: none;
  }
}

@keyframes fall {
  0% {
    top: -100%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    top: 0%;
    opacity: 1;
  }
}

.content-overlay {
  position: absolute;
  top: 55%;
  left: 24%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
  opacity: 0;
  width: 37%;
  max-width: 1020px;
  /* padding: 0px 0px 0px 0px; */
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 60px;
  border-radius: 38px;
}

.content-overlay.show {
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.content-overlay h1 {
  font-size: 42px;
  text-transform: capitalize;
  line-height: 52px;
  font-family: "Cinzel", serif;
}

.content-overlay p {
  display: none;
}

.content-overlay button#subtitle {
  display: none
}

.banner-section .nav-section {
  background: #653279;
  /* background: #fff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999999999;
  width: 100%;
  /* padding: 0px 37px; */
  position: absolute;
  padding-left: 75px;
  padding-right: 75px;
}

.main-nav {
  position: absolute;
  width: 100%;
  top: 0;
}

.nav-section .nav-link {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  padding: 29px 0px;
  margin: 0px 15px;
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.nav-section .nav-link:hover {
  opacity: 1;
  color: #fff !important;
}

.nav-section .nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
}

.nav-section button {
  background-color: #fff;
  border: 0;
  padding: 3px 42px;
  font-size: 18px;
  color: #653279;
  height: 97px;

  i {
    margin-right: 15px;
  }
}

.nav-section .nav-link-ltr::before {
  width: 0%;
  bottom: 22px;
}

.nav-section .nav-link-ltr:hover::before {
  width: 100%;
}

.nav-section .nav-link-fade-up::before {
  width: 100%;
  bottom: 5px;
  opacity: 0;
}

.nav-section .nav-link-fade-up:hover::before {
  bottom: 10px;
  opacity: 1;
}

.nav-section .nav-link-grow-up::before {
  height: 0%;
  width: 100%;
  bottom: 0px;
}

.nav-section .nav-link-grow-up:hover::before {
  height: 5px;
}

.about-section {
  padding: 90px 0;

  .about-contnet {
    padding: 28px 11px 28px 46px;

    h2 {
      line-height: 53px;
      font-size: 37px;
      font-weight: 500;
      margin: 22px 0;
    }
  }

}

.news-section {
  background-color: #fcf1e6;
  padding: 90px 0;

  img {
    border-radius: 20px 20px 0 0;
  }

  .news-content {
    padding: 35px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 15px 30px -11px #00000024;

    h5 {
      font-size: 21px;
      line-height: 31px;
      color: #000;
      font-weight: 500;
    }

    p {
      font-size: 17px;
      color: #653279;
      font-weight: 500;
      margin-top: 33px;
    }
  }
}

.faq-section {
  padding: 90px 0;




  .accordion-header {
    width: 100%;
    /* padding: 18px 20px; */
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    background-color: #fff;
  }

  .icon {
    font-size: 24px;
    font-weight: 600;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .accordion-item {
    margin-bottom: 25px;
    margin-top: -13px;
    border: 0;
    border-bottom: 1px solid #00000033;
    padding: 20px 0;
  }

  .accordion-content {
    overflow: hidden;
    height: 0;
    padding: 0 20px;
    transition: height 0.35s cubic-bezier(.25, .46, .45, .94),
      padding 0.35s cubic-bezier(.25, .46, .45, .94);
    padding: 6px !important;
  }



  /* Active state icon */
  .accordion-item.active .icon {
    transform: rotate(180deg);
  }

}

.footer {
  background-color: #1a1a1a;
  padding-top: 80px;
  padding-bottom: 15px;

  .footer-inner {
    h5 {
      color: #fff;
      font-size: 25px;
      font-family: "Cinzel", serif;
    }

    p {
      color: #fff;
      font-size: 20px;
      margin-top: 18px;
      margin-left: 9px;
    }

    ul {
      padding: 0;

      li {
        list-style: none;
        padding: 10px 0;

        a {
          color: #fff;
          text-decoration: none;

          i {
            margin-right: 12px;
          }
        }
      }
    }
  }

  .copyright {
    padding-top: 35px;
    border-top: 1px solid #ffffff30;
    margin-top: 18px;

    p {
      color: #fff;
      font-size: 17px;
    }
  }
}

.mobile-nav {

  display: none;

  .mobile-main-nav {
    background: #653279;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;

    a.btn.btn-primary {
      background-color: transparent;
      color: #fff;
      border: 0;
      padding: 0 !important;
      font-size: 19px;
    }
  }
}

.modal-backdrop {
  display: none;
}

.offcanvas {
  max-width: 76% !important;

  .offcanvas-body {
    ul {
      padding-left: 6px;

      li {
        list-style: none;
        margin-bottom: 21px;
        font-weight: 400;
        font-size: 15px;

        a {
          color: #000;
        }
      }
    }
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  background: #653279;

  .btn-close {
    background-image: none !important;
    padding-bottom: 12px !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-40 {
  padding-left: 12px;
}


.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}




.inner-banner {
  height: 480px;
  background: url(../images/Banner/inner-banner.png) no-repeat;
  background-size: cover;
  padding: 50px 0;

  .inner-banner-content {
    padding: 14% 5% 5% 6%;

    h2 {
      font-size: 58px;
      font-family: "Cinzel", serif;
      color: #fff;
      font-weight: 500;
      text-shadow: -4px 2px 5px rgba(0, 0, 0, 0.8);
    }
  }
}

.testimonials {
  padding: 90px 0;

  .testimonial-box {
    background-color: #fff;
    border: 1px solid #00000012;
    padding: 28px;
    box-shadow: 0px 21px 30px -24px #00000033;
    border-radius: 21px;

    p {
      line-height: 28px;
    }

    .icn {
      background-color: #653279;
      display: flex;
      width: 60px;
      height: 60px;
      font-size: 20px;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-radius: 27%;
      margin-right: 13px;
    }
  }

  .box-inner {
    display: flex;
    border-top: 1px solid #0000001f;
    padding-top: 30px;
    margin-top: 25px;

    h5 {
      font-size: 17px;
    }

  }
}


.team-section {
  padding: 90px 0;

  .team-card {
    text-align: center;

    .team-img {
      position: relative;
      overflow: hidden;
      border-radius: 12px;

      img {
        width: 100%;
        transition: 0.5s ease;
      }

      .overlay {
        position: absolute;
        inset: 0;
        background: rgba(101, 50, 121, 0.85);
        opacity: 0;
        transition: 0.4s ease;
        display: flex;
        justify-content: center;
        align-items: center;

        .social {
          display: flex;
          gap: 15px;
          padding: 0;
          margin: 0;
          transform: translateY(20px);
          opacity: 0;
          transition: 0.4s ease;

          li {
            list-style: none;

            a {
              font-size: 18px;
              color: #fff;
              padding: 10px;
              border-radius: 50%;
              /* background: rgba(0, 0, 0, 0.3); */
              transition: 0.3s;

              &:hover {
                /* background: #fff; */
                color: #ff5e5e;
              }
            }
          }
        }
      }
    }

    &:hover {
      .team-img {
        img {
          transform: scale(1.1);
        }

        .overlay {
          opacity: 1;

          .social {
            transform: translateY(0);
            opacity: 1;
          }
        }
      }
    }

    .team-name {
      margin-top: 15px;
      font-size: 20px;
      font-weight: 700;
      color: #000;
    }

    .team-role {
      margin-top: 4px;
      color: #000;
    }
  }
}


.contact-section {
  padding: 90px 0px;

  .contact-left {
    padding-right: 50px;

    .contact-detail {
      margin-top: 50px;

      h6 {
        font-size: 20px;
      }

      i {
        color: #fff;
      }

      a {
        display: block;
        color: #666666;
        font-size: 17px;
        text-decoration: none;
        font-weight: 300;
      }

      .icn {
        width: 60px;
        height: 60px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        background: #653279;

        i {
          color: #fff;
          font-size: 25px;
        }
      }
    }
  }


  .contact-right {
    padding: 45px;
    border-radius: 25px;
    border: 1px solid #ffffff17;
    background: #eeeeee85;

    form {
      textarea {
        width: 100%;
        background: #fff;
        border: 0;
        font-size: 15px;
        padding: 20px 20px;
        border-radius: 13px;
        border: 1px solid #ffffff12;
        color: #676767;
        height: 150px;
      }

      .form-select {
        background: #fff;
        border: 0;
        font-size: 15px;
        padding: 20px 20px;
        border-radius: 13px;
        border: 1px solid #ffffff12;
        color: #676767;
      }

      .form-control {
        background: #fff;
        border: 0;
        font-size: 15px;
        padding: 20px 20px;
        border-radius: 13px;
        border: 1px solid #ffffff12;
        color: #676767;
      }

      input::placeholder {
        color: #676767;
      }
    }
  }
}

.map-section {
  padding-bottom: 90px;
}

.pl-50 {
  padding-left: 50px;
}


.form-container {
  width: 100vw;
  height: 100vh;
  background-color: #7b2cbf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drag-file-area {
  border: 1px dashed #7b2cbf;
  border-radius: 40px;
  padding: 30px 50px;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.drag-file-area .upload-icon {
  font-size: 20px;
}

.drag-file-area h3 {
  font-size: 20px;
  margin: 15px 0;
}

.drag-file-area label {
  font-size: 19px;
  line-height: 24px;
}

.drag-file-area label .browse-files-text {
  color: #7b2cbf;
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
  top: -25px;
}

.default-file-input {
  opacity: 0;
}

.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #BB0000;
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}

.file-block {
  color: #f7fff7;
  background-color: #7b2cbf;
  transition: all 1s;
  width: 390px;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
}

.file-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.file-icon {
  margin-right: 10px;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon {
  cursor: pointer;
}



.contact-section-new {
  padding: 90px 0;
}

.contact-section-new h2 {
  font-size: 33px;
}

.contact-section-new .f-inner {
  padding-top: 20px;
  position: relative;
}

.contact-section-new .f-inner .line {
  width: 950px;
  height: 1px;
  background-color: #653279;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 79px;
  z-index: -99;
}


.contact-section-new .stepper {
  display: flex;
  justify-content: space-evenly;
  margin: 17px 0 50px 0;
}

.contact-section-new .step {
  padding: 15px 44px;
  border-radius: 15px;
  background: #f6deff;
  text-align: center;
  font-size: 17px;
  color: #14021b;
  font-weight: 500;
}

.contact-section-new .step.active {
  color: #fff;
  font-weight: 600;
  background: #653279;
}

.contact-section-new .quiz {
  padding: 45px;
  border-radius: 8px;
  background: #eeeeee85;

}

.contact-section-new .q {
  margin-bottom: 12px;
}

.contact-section-new .btns {
  margin-top: 16px;
  margin-bottom: 20px;
}

.contact-section-new .btn {
  display: inline-block;
  padding: 8px 21px;
  border-radius: 8px;
  border: 0;
  background: var(--accent);
  color: #030303c9 !important;
  font-weight: 600;
  cursor: pointer;
  margin-right: 8px;
  background: #e9e9e9 !important;
}

.contact-section-new .quiz-action {
  text-align: end;
}

.contact-section-new .btn.ghost {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.contact-section-new .btn.primary {
  background-color: #653279 !important;
  color: #fff !important;
  font-size: 15px;
  padding: 14px 27px;
  font-weight: 400;
}

.contact-section-new button#prevBtn {
  background-color: #6532793d !important;
  color: #4f305c !important;
  font-size: 15px;
  padding: 14px 27px;
  font-weight: 400;
}

.contact-section-new .btn.selected {
  transform: translateY(-1px);
  background: #653279 !important;
  color: #fff !important;
}

.contact-section-new .feedback {
  margin-top: 10px;
  color: #b44;
}

.contact-section-new form {
  padding: 45px;
  border-radius: 8px;
  background: #eeeeee85;

}

.contact-section-new fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.contact-section-new .form-select {
  font-size: 15px !important;
  padding: 18px !important;
  border-radius: 8px !important;
  color: #6d6a6a;
}

.contact-section-new .hidden {
  display: none;
}

.contact-section-new label {
  display: block;
  font-size: 15px;
  margin: 10px 0;
}

.contact-section-new input[type=text],
.contact-section-new input[type=email],
.contact-section-new textarea {
  width: 100%;
  padding: 18px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  font-size: 15px;
  margin-top: 9px;
  border: 1px solid #ced4da;
}

.contact-section-new textarea {
  font-size: 15px !important;
  padding: 18px !important;
  border-radius: 8px !important;
  color: #6d6a6a;
}

.contact-section-new .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.contact-section-new .form-control {
  font-size: 15px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #ced4da;
}

.contact-section-new .form-check {
  border-radius: 8px !important;
  background: #fff !important;
  padding: 8px 40px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #ced4da !important;
  margin: 20px 0 !important;
  color: #6d6a6a;
}

.contact-section-new .form-check-input[type=checkbox] {
  border-radius: .25em;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
}

.contact-section-new .stepText {
  color: #000000b3;
  font-size: 13px;
  /* background: #e9e9e9; */
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 500;
  border: 1px solid #00000080;
}


.contact-section-new .ineligible {
  padding: 14px;
  border-radius: 8px;
  background: #fff6f6;
  border: 1px solid #ffd6d6;
  color: #8a1f1f;
  margin-top: 12px;
}

.contact-section-new .message {
  padding: 45px;
  border-radius: 19px;
  background: #ffffff;
  border: 1px solid #4bae50;
  color: #1b6a2f;
  text-align: center;
  width: 28%;
  margin: auto;
  box-shadow: 0px 9px 22px -19px #00000047;
}


@media screen and (min-device-width: 350px) and (max-device-width: 576px) {
  .banner-section .nav-section {
    display: none;
  }

  .team-section {
    padding: 30px 0;

    .mt-5 {
      margin-top: 2rem !important;
    }
  }

  .inner-banner {
    .inner-banner-content {
      padding: 18% 5% 0% 6%;
    }
  }

  .pl-50 {
    padding-left: 0;
  }

  .form-control {
    padding: 12px 15px !important;
    font-size: 13px !important;
  }

  .contact-section {
    padding: 40px 0px;

    textarea {

      height: 110px !important;
    }

    .contact-left {
      padding-right: 0px;
      margin-top: 30px;
    }



    .contact-right {
      padding: 27px;
      margin-top: 20px;

      h2 {
        font-size: 24px !important;
      }
    }

    label {
      display: block;
    }

    .default-file-input {
      display: contents;
      text-align: center;
    }

    .drag-file-area {
      padding: 20px 30px;
    }

    .drag-file-area h3 {
      margin-bottom: 33px;
    }
  }

  .testimonials {
    padding: 30px 0;

    .testimonial-box {
      padding: 27px;
      margin-bottom: 25px;

      p {
        margin-bottom: 0;
      }
    }

    .mt-5 {
      margin-top: 2rem !important;
    }
  }

  .inner-banner {
    & .inner-banner-content {
      h2 {
        font-size: 35px;
      }
    }
  }

  .inner-banner {
    height: auto !important;
    text-align: center;
  }

  .slider-container {
    margin-top: 65px;
  }

  .contact-section-new .message {
    padding: 20px;
    width: 100%;
  }

  .mobile-nav {
    display: block !important;
    position: fixed;
    top: 0 !important;
    z-index: 99999;
  }

  .content-overlay {
    width: 47%;
    padding: 22px;
    top: 52%;
    left: 29%;

    h1 {
      font-size: 17px;
      line-height: 29px;
      margin-bottom: 0;
    }
  }

  .about-section {
    position: relative;
    padding-top: 133px;
    padding-bottom: 15px;

    img {
      max-width: 150px;
      position: absolute;
      right: 25px;
      top: 33px;
    }

    .about-contnet {
      padding: 23px 0px 28px 0px;

      h2 {
        line-height: 37px;
        font-size: 25px;
        margin: 10px 0;
      }
    }
  }

  .heading {
    p {
      line-height: 25px;
      font-size: 15px;
    }

    h2 {
      font-size: 28px;
      line-height: 40px;
    }
  }

  .news-section {
    padding: 30px 0;

    .mt-5 {
      margin-top: 2rem !important;
    }

    .news-box {
      margin-bottom: 30px;
    }

    .news-content {
      padding: 21px;
      box-shadow: none !important;

      h5 {
        font-size: 17px;
        line-height: 29px;
      }

      p {
        margin-top: 13px;
        margin-bottom: 4px;
        font-size: 15px;
      }
    }

    button.btn.btn-light {
      margin-top: 0 !important;
    }
  }

  .faq-section {
    padding: 30px 0;

    .accordion-content {
      p {
        font-size: 14px;
      }
    }

    .accordion-header {
      font-size: 15px;
    }
  }

  .pr-70 {
    padding-right: 11px !important;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 10px;


    & .footer-inner {
      p {
        font-size: 15px;
        margin-left: 0;
      }

      h5 {
        margin-top: 16px;
        font-size: 20px;
      }

      ul {
        li {
          list-style: none;
          padding: 6px 0;
          font-size: 14px;
        }
      }
    }

    .copyright {
      p {
        color: #fff;
        font-size: 15px;
      }
    }
  }

  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .container-fluid {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  button.btn.btn-light {
    font-size: 12px;

    i {
      font-size: 11px;
      margin-left: 13px;
    }
  }

  .offcanvas {
    & .offcanvas-body {
      & ul {
        li {
          list-style: none;
          margin-bottom: 27px;
          font-weight: 500;
          font-size: 14px;
        }
      }
    }
  }

  .mobile-nav {
    .mobile-main-nav {
      padding: 15px 23px;
    }
  }

  div#offcanvasExample {
    z-index: 999999999 !important;
  }

  .drag-file-area h3 {
    font-size: 13px;
  }

  .drag-file-area .upload-icon {
    font-size: 15px;
  }

  .drag-file-area label {
    font-size: 15px;
  }

  .faq-section {
    .accordion-content {
      padding: 3px !important;
    }

    .accordion-item {
      padding: 6px 0 !important;
    }
  }

  .small,
  small {
    display: none;
  }


  .contact-section-new .step {
    padding: 22px 22px;
    font-size: 15px;
    border-radius: 120px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-section-new .f-inner .line {
    width: auto !important;
    height: 1px;
    top: 60px;
  }

  .contact-section-new .stepper {
    justify-content: space-between;
  }

  .contact-section-new .quiz {
    padding: 28px;
  }

  .contact-section-new .q {
    font-size: 13px;
  }


  .contact-section-new .btn.primary {
    font-size: 12px;
    padding: 14px 25px;
  }

  .contact-section-new form {
    padding: 28px;
  }

  .contact-section-new input[type=text],
  .contact-section-new input[type=email],
  .contact-section-new textarea {
    padding: 12px;
  }

  .contact-section-new button#prevBtn {
    font-size: 12px;
    padding: 14px 25px;
  }

  .contact-section-new .stepText {
    display: none;
  }

  .contact-section-new label {
    font-size: 13px;
  }


}