@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;500;600;700&display=swap");


@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("../../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0; 
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

select:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  overflow-x: hidden;
  padding-top: 93px;
}

button:disabled,
button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* utilities */

.swi-bg-pink {
  background-color: #ff1ea4;
}

.swi-bg-purple {
  background-color: #7f1eff;
}

.swi-color-pink {
  color: #ff1ea4;
}

.swi-color-purple {
  color: #7f1eff;
}

.swi-color-dark-grey {
  color: rgba(0, 0, 0, 0.6);
}

.swi-btn-purple {
  background-color: #7f1eff;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  border: 0;
  transition: transform 100ms;
}

.swi-btn-grey {
  padding: 10px 30px;
  display: inline-block;
  align-items: center;
  background-color: #efefef;
  border-radius: 30px;
  border: 0;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 20px;
  transition: transform 100ms;
}

.swi-btn-grey:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}

.swi-hero-cta-learn-more {
  margin: 10px 0 0 10px;
}

.swi-btn-purple:hover {
  color: #ffffff;
  transform: scale(1.05);
}

.swi-color-gradient {
  font-family: "Pacifico", cursive;
  font-weight: normal;
  background: linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.swi-start-up-financing-color-gradient {
  font-family: "Pacifico", cursive;
  font-weight: normal;
  background: linear-gradient(
    0deg, #FFB940 1.94%, #FF1EA4 102.23%
  );
  background: -webkit-linear-gradient(
    0deg, #FFB940 1.94%, #FF1EA4 102.23%
  );
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.swi-nav-bar {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 100ms linear;
} 

/* TO BE COMMENT ON 30 JUNE */
/*
.swi-blog-content-header{
  margin-top: 80px;
}

.swi-promo-banner {
  width: 100%;
  background-color: #7f1eff;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 15px;
}
*/
/* TO BE COMMENT ON 30 JUNE */

.swi-promo-banner i {
  margin-right: 10px;
  vertical-align: middle;
}

.swi-nav-bar.swi-nav-bar-white {
  background-color: #f8f8f8;
}

.swi-nav-bar.swi-nav-bar-purple {
  background-color: #b073ff;
  box-shadow: 0 10px 10px #b073ff;
}

.swi-nav-bar-container {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 20px;
}

.swi-logo {
  /* width: 120px; */
  width: 135px;
  transition: transform 100ms;
}

.cc-nsge {
  transition: transform 100ms ease;
}

.swi-logo:hover {
  transform: scale(1.05);
}

.cc-nsge:hover {
  transform: scale(1.05);
}

.swi-nav-bar-links-menu {
  display: none;
}

.swi-nav-bar-links {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  transition: color 300ms linear;
}

.swi-nav-cta {
  display: none;
}

.swi-nav-bar-links.swi-nav-bar-links-purple {
  color: #7f1eff;
}

.swi-nav-bar-links:focus {
  outline: 0;
}

.swi-nav-bar-links:hover {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0.3);
}

.swi-nav-bar-links.swi-nav-bar-links-purple:hover {
  color: #7f1eff;
  background-color: #f2e8ff;
}

.swi-nav-bar-links-icon {
  margin-right: 10px;
}

.swi-nav-bar-links-menu .swi-nav-bar-links:last-child {
  margin-right: 0;
}

.swi-nav-bar-btn {
  margin-left: auto;
  border: 0;
  background-color: transparent;
}

.swi-nav-bar-btn i {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.15);
}

.swi-hero-section {
  padding-bottom: 200px;
}

.swi-hero-container {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}

.swi-hero-info-container {
  width: 600px;
  max-width: 100%;
  padding: 100px 0;
}

.swi-hero-h1 {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 25px;
  font-weight: 700;
}

.swi-hero-h1-highlight {
  font-size: 110px;
  padding-right: 20px;
  line-height: 140px;
  display: inline-block;
}

.swi-hero-p {
  font-size: 20px;
  margin-bottom: 12px;
}

.swi-google-review {
  width: 350px;
  display: block;
}

.swi-hero-img-container {
  margin-left: auto;
}

.swi-hero-img-container-inner {
  width: 900px;
  position: relative;
}

.swi-hero-img-1 {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 1;
  width: 350px;
}

.swi-hero-img-2 {
  position: absolute;
  top: 390px;
  left: 0;
  z-index: 1;
  width: 350px;
}

.swi-hero-img-3 {
  position: absolute;
  right: -420px;
  top: 0;
}

.swi-sections {
  margin-bottom: 50px;
}

.swi-h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.swi-start-up-financing-h2 {
  font-size: 40px;
  font-weight: 700;
}

.swi-contact-us-section .swi-h2 {
 font-size: 30px; 
}

.swi-h2-inline-center {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 600ms ease;
}

.swi-h2-inline-center.inactive {
  opacity: 0;
}

.swi-start-up-financing-h2-inline-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.swi-h2-highlight {
  font-size: 80px;
  padding: 0 20px;
}

.swi-h2-highlight.slide-in {
  opacity: 1;
  transition: opacity 600ms ease;
}

.swi-h2-highlight.slide-in.inactive {
  opacity: 0;
}

.swi-contact-us-section .swi-h2-highlight {
  font-size: 60px;
}

/* mobile menu */
/* MOBILE MENU */
.swi-mobile-menu {
  position: fixed;
  width: 90vw;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: translateX(140vw);
  transition: transform 300ms linear;
  overflow-y: auto;
  min-height: 100vh;
  display: none;
}

.swi-mobile-menu.swi-mobile-menu-open {
  transform: translateX(0);
}

.swi-mobile-menu-container {
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.swi-mobile-logo {
  width: 45px;
}

.swi-mobile-menu-top-bar-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.swi-mobile-menu-close-btn:focus {
  outline: none;
}

.swi-mobile-menu-nav-btns {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.swi-mobile-nav-get-started {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #7f1eff;
  padding: 10px 15px;
  border-radius: 30px;
}

.swi-mobile-nav-get-started:hover {
  color: #fff;
}

.swi-mobile-menu-close-btn {
  background-color: transparent;
  border: 0;
  margin-left: 10px;
  height: 24px;
}

.swi-mobile-menu-close-btn > i {
  color: rgba(0, 0, 0, 0.6);
}

.swi-mobile-menu-services-container {
  margin-bottom: 30px;
}

.swi-mobile-menu-services {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.swi-mobile-menu-services:last-of-type {
  margin-bottom: 0;
}

.swi-mobile-menu-services-info {
  display: flex;
  align-items: center;
}

.swi-mobile-menu-services-icons {
  width: 45px;
  height: 45px;
  background-color: #7f1eff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 15px;
}

.swi-mobile-menu-services-icons i {
  color: #ffffff;
}

.swi-mobile-menu-services-name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-weight: 600;
}

.swi-mobile-menu-services-arrow {
  color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
}

.swi-mobile-menu-user-related-container {
  margin-bottom: 30px;
}

.swi-mobile-menu-socials-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.swi-mobile-menu-socials-img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.swi-mobile-menu-copyright {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.swi-mobile-menu-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 15px;
}

.swi-mobile-menu-btns:last-of-type {
  margin-bottom: 0;
}

.swi-mobile-menu-btns i {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}

.swi-mobile-menu-btns-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.swi-mobile-menu-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.swi-mobile-menu-p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-bottom: 20px;
}
/* end mobile menu */

/* step 1 */

.swi-3-steps-img-container-1 {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
}

.swi-3-steps-img-container-1-inner {
  position: relative;
  width: 1200px;
  height: 500px;
}

.swi-step-1-img-1 {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 800px;
  opacity: 1;
  transition: all 1.2s ease;
}

.swi-step-1-img-1.inactive {
  right: -50%;
  opacity: 0;
}

.swi-step-1-img-2 {
  position: absolute;
  left: 50px;
  top: 80px;
  width: 500px;
  opacity: 1;
  transition: all 1.2s ease;
}

.swi-step-1-img-2.inactive {
  opacity: 0;
  left: -50px;
}

/* end step 1 */

/* step 2 */
.swi-3-steps-img-container-2 {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  position: relative;
}

.swi-3-steps-img-container-2-inner {
  position: relative;
  width: 1200px;
  height: 650px;
}

.swi-step-2-img-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: initial;
  z-index: 1;
  opacity: 1;
  transition: opacity 600ms ease;
}

.swi-step-2-img-1.inactive {
  opacity: 0;
}

.swi-step-2-img-2 {
  width: 400px;
  position: absolute;
  top: 30px;
  left: 120px;
  opacity: 1;
  transition: opacity 600ms ease;
}

.swi-step-2-img-2.inactive {
  opacity: 0;
}

.swi-step-2-img-3 {
  width: 500px;
  position: absolute;
  top: 10px;
  right: 80px;
  opacity: 1;
  transition: opacity 600ms ease;
}

.swi-step-2-img-3.inactive {
  opacity: 0;
}

.swi-step-2-img-4 {
  width: initial;
  position: absolute;
  z-index: 2;
  top: 180px;
  left: 320px;
  opacity: 1;
  transition: opacity 600ms ease;
}

.swi-step-2-img-4.inactive {
  opacity: 0;
}

.swi-step-2-img-5 {
  width: initial;
  position: absolute;
  z-index: 2;
  top: 310px;
  left: 380px;
  transition: all 600ms ease;
}

.swi-step-2-img-5.inactive {
  left: 450px;
  opacity: 0
}
/* end step 2 */
/* step 3 */
.swi-3-steps-img-container-3 {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  position: relative;
}

.swi-3-steps-img-container-3-inner {
  position: relative;
  width: 1200px;
  height: 650px;
}

.swi-step-3-img-1 {
  position: absolute;
  left: 400px;
  width: initial;
  z-index: 1;
  opacity: 1;
  transition: all 600ms ease;
}

.swi-step-3-img-1.inactive {
  opacity: 0;
  left: 450px
}

.swi-step-3-img-2 {
  width: 500px;
  position: absolute;
  top: 100px;
  left: 30px;
  opacity: 1;
  transition: all 600ms ease;
}

.swi-step-3-img-2.inactive {
  left: -20px;
  opacity: 0;
}

/* end step 3 */

.swi-3-steps-titles-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 10px -2px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border-radius: 50px;
}

.swi-3-steps-number {
  background-color: #7f1eff;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
}

.swi-3-steps-titles {
  font-size: 25px;
  font-weight: 700;
}

.swi-3-steps-p {
  font-size: 20px;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* usp */

.swi-h2-stacking-row-2 {
  display: block;
}

.swi-usp-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1425px;
  margin: 0 auto;
}

.swi-usp-grid {
  background-color: #f2f2f2;
  border-radius: 30px;
  overflow: hidden;
  opacity: 1;
  transition: all 600ms ease;
}

.swi-usp-grid.inactive {
  opacity: 0;
}

.swi-usp-grid-1 {
  grid-area: 1 / 1 / 2 / 3;
}

.swi-usp-grid-2 {
  grid-area: 2 / 1 / 3 / 3;
}
.swi-usp-grid-3 {
  grid-area: 3 / 1 / 5 / 2;
}
.swi-usp-grid-4 {
  grid-area: 3 / 2 / 4 / 3;
}
.swi-usp-grid-5 {
  grid-area: 4 / 2 / 5 / 3;
}
.swi-usp-grid-6 {
  grid-area: 5 / 1 / 6 / 3;
}

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

.swi-usp-content-container {
  display: flex;
}

.swi-usp-titles {
  font-weight: 700;
  font-size: 30px;
}

.swi-usp-img-container {
  display: flex;
  flex-direction: column;
  /* margin-left: auto; */
}

.swi-usp-img-container-ml-auto {
  margin-left: auto;
}

.swi-usp-img {
  margin-top: auto;
}

.swi-usp-3-img {
  padding-top: 30px;
  width: 750px;
  margin-left: 10px;
}

.swi-usp-4-img {
  width: 320px;
}

.swi-usp-5-img {
  width: 300px;
}

.swi-usp-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 30px;
}

.swi-usp-icons {
  width: 60px;
  margin-bottom: 15px;
}

.swi-usp-content-container-column {
  flex-direction: column;
}

.swi-usp-p {
  font-size: 20px;
}

.swi-industry-content-container {
  display: flex;
  /*max-width: 80%;*/
  max-width: 1540px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.swi-industry-img-container-inner {
  width: 800px;
  position: relative;
}

.swi-industry-info-container {
  width: 800px;
  max-width: 100%;
}

.swi-industry-p {
  font-size: 20px;
  margin-bottom: 20px;
}

.swi-industry-img-container {
  margin-right: auto;
}

.swi-industry-img-1 {
  position: absolute;
  z-index: 1;
  width: 400px;
  left: 260px;
  top: 80px;
  opacity: 1;
  transition: all 1.2s ease
}

.swi-industry-img-1.inactive {
  opacity: 0;
  top: 130px
}

.swi-industry-img-2 {
  position: absolute;
  width: 800px;
  top: 0;
  right: 0;
  opacity: 1;
  transition: all 1.2s ease
}

.swi-industry-img-2.inactive {
  opacity: 0;
  right: -50px
}

.swi-api-logos-desktop {
  max-width: 80%;
  display: block;
  margin: 0 auto 100px auto;
  /* padding: 50px 0; */
}

.swi-partners-container {
  max-width: 80%;
  margin: 0 auto;
  opacity: 1;
  transition: all 600ms ease;
}

.swi-partners-container.inactive {
  opacity: 0;
}

.swi-flex-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swi-flex-header > h1,
.swi-flex-header > h2,
.swi-flex-header > h3 {
  text-align: right;
}

.swi-partners-img {
  width: 600px;
  margin-left: 20px;
}

.swi-partners-logos {
  display: block;
  max-width: 80%;
  margin: 50px auto 50px auto;
}

.swi-testimonials .carousel-item {
  background-color: #f00;
  max-width: 60%;
}

.swi-google-reviews-carousel,
.swi-google-reviews-carousel-incorp {
  overflow: visible;
  max-height: 350px;
}

.swi-google-reviews-slide {
  width: 50%;
  background-color: transparent;
  opacity: 0.5;
  height: auto;
}

.swi-google-reviews {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  padding: 50px 30px;
  height: 100%;
}

.swi-google-reviews-slide.swiper-slide-active {
  opacity: 1;
}

.swi-google-reviews-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.swi-google-reviews-name-icon {
  background-color: #7f1eff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.swi-google-reviews-name-title {
  font-size: 20px;
  font-weight: 600;
}

.swi-google-reviews-content {
  max-width: 600px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.swi-testimonials-container {
  width: 50%;
  margin-left: auto;
}

.swi-h2-clients {
  margin-left: auto;
}

.swi-testimonials-slide-container {
  width: 90%;
  height: auto;
  padding-bottom: 30px;
  opacity: 0.5;
  transition: opacity 300ms linear;
}

.swi-testimonials-slide-container.swiper-slide-prev {
  opacity: 0;
}

.swi-testimonials-slide-container.swiper-slide-active {
  opacity: 1;
}

.swi-testimonials {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  padding: 50px 30px;
  height: 100%;
  width: 100%;
}

.swi-testimonial-content {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 600px;
  text-align: center;
}

.swi-testimonial-person {
  display: flex;
  align-items: center;
}

.swi-testimonial-name {
  font-size: 20px;
  font-weight: 600;
}

.swi-testimonial-designation {
  color: #7f1eff;
  display: block;
  font-size: 16px;
}

.swi-testimonial-img-container {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.swi-testimonial-img {
  width: 100%;
  border-radius: 50%;
}

.swi-client-endorsement {
  opacity: 1;
  transition: all 600ms ease;
}

.swi-client-endorsement.inactive {
  opacity: 0;
}

.swi-clients-logo {
  width: 80%;
  display: block;
  margin: 50px auto 80px auto;
}

.swi-achievements-data-container {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.swi-achievements {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swi-achievments-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.swi-achievements-img {
  width: 60px;
  margin-right: 15px;
}

.swi-achievements-data {
  font-size: 40px;
  font-weight: 700;
}

.swi-achievements-info {
  font-size: 20px;
  text-align: center;
}

.swi-services {
  /*max-width: 70%;*/
  max-width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  padding: 30px;
  display: flex;
}

.swi-services-section .swi-h2-inline-center {
  opacity: 1;
  transition: all 600ms ease;
}

.swi-services-section .swi-h2-inline-center.inactive {
  opacity: 0;
}

.swi-services-title {
  font-size: 35px;
  margin-bottom: 10px;
}

.swi-services-img-container-inner {
  width: 600px;
  height: 300px;
  position: relative;
}

.swi-services-img-container-right {
  position: relative;
  padding-right: 48px;
}

.swi-services-img-container-left {
  position: relative;
  margin-left: 30px;
  /* width: 800px; */
}

.swi-services-img-1 {
  position: absolute;
  width: 600px;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 1.2s ease;
}

.swi-services-img-1.inactive {
  opacity: 0;
  bottom: -50px;
} 

.swi-services-img-2 {
  position: absolute;
  width: 500px;
  right: 50px;
  bottom: 0;
  opacity: 1;
  transition: all 1.2s ease;
}

.swi-services-img-2.inactive {
  opacity: 0;
  bottom: 50px;
}

.swi-services-img-3 {
  position: absolute;
  width: 600px;
  right: 30px;
  bottom: 0;
  opacity: 1;
  transition: all 1.2s ease;
}

.swi-services-img-3.inactive {
  opacity: 0;
  right: 80px;
}

.swi-services-info-container {
  width: 500px;
  max-width: 100%;
  padding: 30px 0;
}

.swi-services-p {
  font-size: 20px;
  margin-bottom: 20px;
}

.swi-google-review-container {
  opacity: 1;
  transition: all 600ms ease;
}

.swi-google-review-container.inactive {
  opacity: 0;
}

/*add on*/
.swi-drop-google-reviews{
  width: 1150px;
  height: 453px;
  margin-bottom: 30px;
  padding: 40px 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(15px);
  margin-top: -483px;
  z-index: 999;
}

.swi-drop-google-reviews-inner{
  margin-top: 40px;
}

.swi-drop-google-reviews-inner::before{
  opacity: 0.35;
}

.swi-drop-google-reviews-name-title{
  color: #181818;
  font-size: 25px;
  font-weight: 700;
}

.swi-drop-google-reviews-star{
  width: 242.173px;
  height: 41px;
}

.swi-drop-google-reviews-content{
  padding: 10px;
}

.swi-drop-google-reviews-content-purple{
  color: #8216FD;
  font-family: Poppins;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

.swi-video-feature-section {
  opacity: 1;
  transition: all 600ms ease;
}

.swi-video-feature-section.inactive {
  opacity: 0;
}

.blur-card{
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  filter: blur(15px);
}

.swi-start-up-financing {
  width: 1150px;
  height: 453px;
  background-color: #FBDCA7;
  border-radius: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  padding: 40px 20px;
  display: flex;
  overflow: hidden;
}

.swi-start-up-financing-title {
  font-size: 35px;
  margin-bottom: 10px;
}

.swi-start-up-financing-img-container-inner {
  width: 600px;
  height: 300px;
  position: relative;
}

.swi-funding-societies-img-1{
  position: absolute;
  right: 0;
}

.swi-start-up-financing-img-1 {
  position: absolute;
  width: 600px;
  right: 0;
  bottom: 0;
}
.swi-start-up-financing-img-2 {
  position: absolute;
  width: 500px;
  right: 50px;
  bottom: 0;
}
.swi-start-up-financing-img-3 {
  position: absolute;
  width: 600px;
  right: 30px;
  bottom: 0;
}

.swi-start-up-financing-info-container {
  width: 1200px;
  max-width: 100%;
  display: flex;
}

.swi-start-up-financing-p {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.swi-start-up-financing-content{
  margin-left: -10px;
}

.higher-loan-amount-btn{
  position: relative;
  display: block;
  width: 385px;
  height: 385px;
  border-radius: 385px;
  background: #F0E4FE;
  bottom: 0;
  right: -170px;
  top: 170px;
}

.higher-loan-amount-btn-text{
  position: relative;
  top: 100px;
  left: 90px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 180px;
  color: #8216FD;
}
/*add on*/

.swi-h2-sign-up .swi-h2-highlight {
  font-size: 100px;
  padding-bottom: 20px;
  padding-right: 5px;
}

.swi-services-section {
  margin-top: 100px;
}

.swi-blogs-section .slide-in {
  opacity: 1;
  transition: all 600ms ease;
}

.swi-blogs-section .slide-in.inactive {
  opacity: 0;
}

.swi-blog-posts-container {
  width: 60%;
  margin: 0 auto 50px auto;
  display: flex;
}

.swi-blog-posts-carousel {
  padding: 0 30px 30px 30px;
  overflow: visible;
}

.swi-blog-posts-slide.swiper-slide-active > .swi-blog-posts,
.swi-blog-posts-slide.swiper-slide-prev > .swi-blog-posts,
.swi-blog-posts-slide.swiper-slide-next > .swi-blog-posts {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.swi-blog-posts {
  display: block;
  background-color: #ffffff;

  border-radius: 30px;
  overflow: hidden;
  margin: 0 10px;
}

.swi-blog-posts:hover {
  text-decoration: none;
}

.swi-blog-posts-content {
  padding: 30px;
}

.swi-blog-posts-img-container {
  max-width: 900px;
  max-height: 600px;
}

.swi-blog-posts-img {
  width: 100%;
  object-fit: cover;
}

/* .swi-newsletter-info {
    padding-bottom: ;
} */

.swi-blog-posts-title {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.swi-blog-posts-p {
  font-size: 16px;
}

.swi-newsletter-container {
  display: flex;
  width: 60%;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 30px;
  align-items: center;
  border-radius: 30px;
}

.swi-newsletter-form {
  margin-left: 20px;
}

.swi-newsletter-img-container-inner {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.swi-newsletter-img {
  width: 100%;
}

.swi-newsletter-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.swi-newsletter-p {
  font-size: 20px;
  margin-bottom: 20px;
}

.swi-newsletter-input-container {
  position: relative;
}

.swi-newsletter-input {
  width: 100%;
  padding: 25px 190px 25px 25px;
  border-radius: 40px;
  display: block;
  border: 0;
  font-size: 20px;
  font-weight: 500;
}

.swi-newsletter-input:focus {
  border: 2px solid #7f1eff;
  outline: 0;
}

.swi-newsletter-submit-btn {
  position: absolute;
  right: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.swi-usp-img-container-inner {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.swi-hero-img-mobile,
.swi-step-1-img-mobile,
.swi-step-2-img-mobile,
.swi-step-3-img-mobile,
.swi-industry-img-mobile {
  display: none;
}

.swi-contact-us-form-container {
  display: flex;
}

.swi-location {
  width: 100%;
  position: relative;
  padding-top: 10px;
}

.swi-location::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 93%
  );

  height: 50px;
}

.swi-contact-us-form {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.swi-contact-us-container .slide-in {
  opacity: 1;
  transition: all 600ms ease;
}

.swi-contact-us-container .slide-in.inactive {
  opacity: 0;
}

.swi-contact-us-containers {
  background-color: #ffffff;
  margin: 0 10px;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 50%;
}

.swi-contact-us-info,
.swi-contact-us-enquiry-type {
  padding: 50px 50px 0 50px;
}

.swi-contact-us-section {
  max-width: 70%;
  margin: 0 auto;
}

.swi-contact-us-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.swi-contact-us-p {
  font-size: 20px;
  margin-bottom: 20px;
}

.swi-contact-us-p i,
.swi-contact-us-p a {
  color: #7f1eff;
}

.swi-contact-us-p i {
  vertical-align: middle;
}

.swi-contact-us-p a:hover {
  color: #7f1eff;
}

.swi-contact-us-sub-title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}

.swi-enquiry-types {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.swi-enquiry-types i {
  /* width: 40px; */
  color: #7f1eff;
  font-size: 30px;
  margin-right: 10px;
}

.swi-enquiry-types-text {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.swi-contact-us-next-btn-container {
  margin-top: auto;
  padding: 0 50px;
}

.swi-contact-us-next-btn {
  width: 100%;
  background-color: #f2e8ff;
  border: 0;
  padding: 20px 0;
  border-radius: 40px;
  font-size: 20px;
  color: #7f1eff;
  font-weight: 600;
  transition: transform 100ms;
}

.swi-contact-us-next-btn:hover {
  color: #7f1eff;
  transform: scale(1.05);
}

.swi-contact-us-next-btn:focus {
  outline: none;
}

.swi-modals .modal-body {
  padding: 30px;
}

.swi-modals .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.swi-modals .modal-content form {
  overflow-y: auto;
}

.swi-modals .modal-footer {
  border-top: 0;
}

.swi-contact-us-socials {
  display: flex;
  margin-bottom: 30px;
}

.swi-contact-us-social-links {
  display: block;
  margin-right: 10px;
}

.swi-socials-icons {
  width: 45px;
  transition: all 100ms ease;
}

.swi-socials-icons:hover {
  transform: scale(1.05);
}

.swi-nav-dropdown-menu {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.swi-nav-dropdown-item {
  padding: 20px 30px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05) 61;
  display: flex;
  align-items: center;
}

.swi-nav-dropdown-item:hover {
  background-color: #f6f6f6;
}

.swi-nav-dropdown-item-text {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.swi-nav-dropdown-menu .swi-nav-dropdown-item:last-child {
  border-bottom: 0;
}

.swi-nav-dropdown-services-icons {
  background-color: #7f1eff;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.swi-nav-dropdown-services-icons i {
  color: #ffffff;
  font-size: 22px;
}

.swi-nav-dropdown-item-icons {
  color: #b7b7b7;
  margin-right: 10px;
}

/* START SUB PAGES */
.swi-sub-page-h1-black-text {
  font-weight: 700;
  font-size: 40px;
  display: block;
}

.swi-sub-page-h1-break-point {
  display: none;
}

.swi-sub-page-h1-highlight {
  font-size: 80px;
}

.swi-sub-page-h1 {
  text-align: center;
  padding: 0 10px;
}

.swi-sub-page-hero-img-container {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swi-sub-page-hero-img {
  max-width: 100%;
}

.swi-sub-page-hero-section {
  margin-bottom: 40px;
  /* TO COMMENT OUT ON 30 JUNE */
  /* margin-top: 80px; */
  /* TO COMMENT OUT ON 30 JUNE */
}

.swi-sub-page-faq-header {
  text-align: center;
  margin-bottom: 30px;
}

.swi-sub-page-faq-header-black-text {
  font-size: 30px;
  font-weight: 700;
}

.swi-sub-page-faq-header-highlight {
  font-size: 60px;
}

.swi-sub-page-faq-btns {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 10px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 20px 0;
}

.swi-sub-page-faq-btn-icon {
  width: 45px;
  height: 45px;
  background-color: #7f1eff;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.swi-sub-page-faq-btn-icon > i {
  color: #ffffff;
}

.swi-sub-page-faq-btn-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
}

.swi-sub-page-more-faq-link {
  text-align: center;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 40px;
}

.swi-sub-page-text-link-purple,
.swi-sub-page-text-link-purple:hover {
  color: #7f1eff;
}

.swi-sub-page-faq-section {
  max-width: 80%;
  margin: 0 auto 50px auto;
}

.swi-sub-page-usp-section {
  max-width: 80%;
  margin: 0 auto;
}

.swi-sub-page-usp-img-incorp-1 {
  max-width: 100%;
}

.swi-sub-page-usp-header {
  margin-bottom: 20px;
}

.swi-sub-page-usp-header-highlight {
  font-size: 60px;
  padding: 0 10px 10px 0;
  line-height: 75px;
}

.swi-sub-page-usp-p {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}

.swi-sub-page-usp-container-inner {
  align-items: center;
  justify-content: center;
}

.swi-sub-page-usp-img-container-inner-inline {
  display: flex;
  justify-content: flex-end;
}

.swi-sub-page-usp-stacking-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swi-sub-page-usp-img-container-inner-stacking {
  display: flex;
  justify-content: center;
}

.swi-sub-page-usp-img-incorp-2 {
  max-width: 90%;
}

.swi-sub-page-usp-section {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.swi-sub-page-additional-info-section {
  max-width: 60%;
  margin: 0 auto 80px auto;
}

.swi-sub-page-additional-info-grid-item {
  background-color: #f2f2f2;
  border-radius: 30px;
  overflow: hidden;
}

.swi-gov-req-img {
  max-width: 100%;
  margin-top: 50px;
}

.swi-sub-page-additional-info-icons {
  width: 60px;
}

.swi-sub-page-sub-header-stacking {
  /* padding: 40px 40px 0 0; */
  padding: 40px 40px 0 40px;
}

.swi-sub-page-sub-header-stacking .swi-sub-page-additional-info-icons {
  margin-bottom: 10px;
}

.swi-sub-page-sub-header {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}

.swi-sub-page-list-no-dot {
  list-style: none;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  /* padding: 0 40px 40px 0; */
  padding: 0 40px 0px 40px;
}

.swi-sub-page-list-item-no-dot {
  margin-bottom: 10px;
}

.swi-sub-page-additional-info-inline-container {
  align-items: center;
}

.swi-sub-page-additional-info-grid-row-container {
  margin-bottom: 30px;
}

.swi-sub-page-sub-header-inline {
  display: flex;
  align-items: center;
  padding: 40px 40px 0 40px;
  margin-bottom: 20px;
}

.swi-sub-page-sub-header-inline .swi-sub-page-sub-header {
  margin-bottom: 0;
}

.swi-sub-page-sub-header-inline .swi-sub-page-additional-info-icons {
  margin-right: 15px;
}

.swi-sub-page-grid-content {
  padding: 0 40px;
}

.swi-sub-page-grid-p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.swi-sub-page-additional-info-grid-item.swi-sub-page-additional-info-grid-item-height-auto {
  height: auto;
}

.swi-sub-page-additional-info-grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swi-myinfo-passbase-img {
  max-width: 110%;
  padding-left: 25px;
  padding-top: 55px;
}

.swi-docs-needed-img {
  max-width: 150%;
}

.swi-sub-page-grid-content {
  margin-bottom: 20px;
}

.swi-sub-page-signup-section {
  /* max-width: 50%;
  margin: 0 auto 80px auto; */
  position: relative;
}

.swi-sub-page-signup-header {
  text-align: center;
  margin-bottom: 50px;
}

.swi-sub-page-signup-header-highlight {
  font-size: 90px;
  padding-right: 10px;
}


.swi-sub-page-requirements-header-highlight {
  font-size: 60px;
}

.swi-sub-page-signup-plan-select-container {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 30px 40px;
}

.swi-sub-page-signup-plan-info-header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.swi-sub-page-signup-plan-title {
  font-size: 20px;
  font-weight: 600;
}

.swi-sub-page-signup-plan-price {
  font-size: 30px;
  font-weight: 700;
  margin-left: auto;
  margin-right: 10px;
}

.swi-sub-page-signup-plan-info-list {
  list-style: none;
}

.swi-sub-page-signup-plan-info-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.swi-sub-page-signup-plan-info-list-check-icon {
  width: 25px;
  margin-right: 15px;
}

.swi-sub-page-select-plan-btn {
  display: block;
  text-align: center;
  background-color: #f2e8ff;
  border: 0;
  padding: 20px;
  border-radius: 40px;
  color: #7f1eff;
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
  transition: transform 100ms;
}

.swi-sub-page-select-plan-btn:hover {
  color: #7f1eff;
  transform: scale(1.05);
}

/* .swi-plans-container {
    margin-bottom: 30px;
} */

.swi-basic-plan {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  /* padding-bottom: 40px; */
}

.swi-plans {
  padding-bottom: 40px;
}

.swi-sub-page-tooltip-grey {
  display: block;
  display: flex;
  align-items: flex-start;
  color: #b7b7b7;
  margin-top: 10px;
}

.swi-sub-page-tooltip-grey:hover {
  color: #7f1eff;
}

.swi-sub-page-tooltip-grey i {
  margin-right: 5px;
}

.swi-sub-page-tooltip-grey-text {
  font-size: 14px;
}

.swi-list-item-align-top {
  align-items: flex-start;
}

.swi-other-service-header {
  margin-bottom: 80px;
  text-align: center;
}

.swi-myinfo-col,
.swi-docs-needed-col {
  margin-bottom: 30px;
  max-height: 700px;
}

.swi-sub-page-usp-info-container-stacking {
  text-align: center;
}

/* COSEC SPECIFIC */

.swi-sub-page-h1-cosec {
  margin-top: 10px;
}
.swi-sub-page-h1-cosec .swi-sub-page-h1-highlight {
  padding-right: 10px;
}

.swi-sub-page-usp-header-black-text {
  font-weight: 700;
}

.swi-sub-page-usp-img-cosec-1 {
  max-width: 90%;
}

.swi-sub-page-usp-img-cosec-2 {
  max-width: 100%;
}

.swi-plan-per-yr-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.swi-footnotes-container {
  margin-top: 30px;
}

.swi-footnotes {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
/* END COSEC */

/* ND */
.swi-sub-page-usp-img-container-inner-nd-2 {
  justify-content: flex-start;
}

.swi-sub-page-usp-img-nd-1 {
  max-width: 70%;
}

.swi-sub-page-usp-img-nd-2 {
  max-width: 70%;
}
/* END ND */
/* END SUB PAGES */

/* FOOTER */

.swi-footer {
  background-color: #f3f3f3;
  padding: 40px 20px;
  margin-top: 80px;
}

.swi-footer-column-row {
  margin-bottom: 30px;
}

.swi-footer-headers {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.swi-footer-links-list {
  display: flex;
  flex-direction: column;
}

.swi-footer-links {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 20px;
}

.swi-footer-links:hover {
  color: rgba(0, 0, 0, 0.7);
}

.swi-footer-socials {
  display: flex;
  align-items: baseline;
}

.swi-footer-socials-img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.swi-footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.swi-footer-copyright {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

/* END FOOTER */

/* INFO PAGES */

.swi-success-pages-container{
  padding: 20px 30px 0 30px;
}

.swi-info-pages-container {
  padding: 0 30px;
  /* TO COMMENT OUT ON 30 JUNE */
  /* margin-top: 50px; */
  /* TO COMMENT OUT ON 30 JUNE */
}

.swi-info-pages-sections {
  margin-bottom: 60px;
}
.swi-info-pages-main-header-infos {
  margin-bottom: 40px;
  padding-top: 10px;
}
.swi-info-pages-main-header-h1 {
  /*font-size: 80px;*/
  text-align: center;
  font-size: 60px;
}

.swi-info-pages-main-header-h1-search {
  text-align: center;
  font-size: 60px;
}

.swi-info-pages-main-header-h1-ssic {
    text-align: center;
    font-size: 60px;
}

.swi-info-pages-main-header-h1-accounting {
  font-size: 60px;
}

.swi-info-pages-main-header-img-container {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swi-info-pages-main-header-p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.swi-info-pages-hero-img {
  max-width: 100%;
}

.swi-info-pages-secondary-header-container {
  display: flex;
  align-items: center;
}

.swi-info-pages-secondary-header-container {
  margin-bottom: 20px;
}

.swi-info-pages-secondary-header-img {
  max-width: 50px;
  margin-right: 15px;
}

.swi-info-pages-secondary-header {
  font-weight: 700;
  font-size: 20px;
}

.swi-info-pages-tertiary-header-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.swi-info-pages-tertiary-header-img {
  max-width: 45px;
  margin-right: 15px;
}

.swi-info-pages-tertiary-header {
  font-size: 15px;
  font-weight: 700;
}

.swi-info-pages-tertiary-header-no-icon {
  font-weight: 600;
  font-size: 24px !important;
}

.swi-info-pages-p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.swi-info-pages-p a,
.swi-info-pages-list-item a {
  color: #7f1eff;
}

.swi-info-pages-p a:hover,
.swi-info-pages-list-item a:hover {
  color: #7f1eff;
}

.swi-info-pages-p small {
  font-size: 15px;
}

.swi-info-pages-list {
  list-style: none;
}

.swi-info-pages-list-item {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}

.swi-info-pages-list-item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #7f1eff;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
/* END INFO PAGES */

/* ACCORDION */
.swi-accordion-header,
.swi-accordion-item {
  border: 0;
  border-radius: 0;
}

.swi-accordion-item-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.swi-accordion-item-container:last-of-type {
  border-bottom: 0;
}

.swi-accordion-header {
  background-color: #ffffff;
}

.swi-accordion {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.swi-accordion-title {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  border: 0;
  width: 100%;
  display: flex;
  padding: 20px 0;
  text-align: left;
}

.swi-accordion-title[aria-expanded="true"] {
  color: #7f1eff;
}

.swi-accordion-title:focus {
  outline: none;
}

.swi-accordion-header {
  padding: 10px 30px;
}

/* .swi-accordion-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
} */
/* END ACCORDION */

/* FORM INPUTS */
.swi-modal-big-header {
  /* font-weight: 700; */
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 10px;
}

.swi-static-modal-input {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border: 0;
  padding: 20px;
  border-radius: 8px;
  background-color: #f2f2f2;
  transition: background 100ms linear;
}

.swi-static-modal-select {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border: 0;
  padding: 20px;
  border-radius: 8px;
  background-color: #f2f2f2;
  appearance: none;
}

.swi-static-modal-enquiry-input {
  width: 100%;
  height: 200px;
  padding: 20px;
  display: block;
  border-radius: 8px;
  background-color: #f2f2f2;
  appearance: none;
  resize: none;
  border: 0;
  transition: background 100ms linear;
  margin-bottom: 20px;
}

.swi-static-modal-inputs-required {
  position: relative;
}

.swi-static-modal-inputs-required::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 107, 115, 1);
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
}

.swi-static-modal-enquiry-input:focus,
.swi-static-modal-input:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

/* END FORM INPUTS */

/* SUB PAGE INPUTS */
.swi-sub-page-input {
  display: block;
  width: 100%;
  padding: 20px 30px;
  border-radius: 40px;
  margin-bottom: 20px;
  border: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
}

.swi-sub-page-input:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 3px #dedede;
}

.swi-sub-page-input-message-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.swi-sub-page-input-message-container i {
  font-size: 28px;
  margin-right: 10px;
}

/* END SUB PAGE INPUTS */
.swi-otp-wrapper {
  margin-bottom: 30px;
}

.swi-otp-input {
  width: 100%;
  height: 100px;
  max-height: 150px;
  text-align: center;
  border: 0;
  background-color: #ffffff;
  border-radius: 10px;
  appearance: none;
  box-shadow: 0px 0px 0px 3px #dedede;
  font-size: 30px;
  font-weight: 700;
  -moz-appearance: textfield;
  transition: background 100ms linear;
}

.swi-otp-input:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-otp-timer {
  font-weight: 600;
  color: #7f1eff;
}

.swi-hero-typing-text {
  color: #000;
  position: absolute;
  font-weight: 500;
  z-index: 1;
  font-size: 15px;
  top: 295px;
  left: 370px;
  width: 100%;
}

/* ACCOUNTING */

.swi-btn-light-purple {
  background-color: #f2e8ff;
  color: #7f1eff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  border: 0;
  transition: transform 100ms;
  /* box-shadow: 0 0 0 2px rgba(127, 30, 255, 0.2); */
}

.swi-btn-light-purple:hover {
  color: #7f1eff;
  transform: scale(1.05);
}

.swi-btn-white-outlined {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  border: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.swi-btn-white-outlined:hover {
  color: rgba(0, 0, 0, 0.3);
}
.custom-checkbox .custom-control-label {
  padding-left: 5px;
  cursor: pointer;
}

.custom-control-input {
  width: 20px;
  height: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7f1eff;
}

.custom-checkbox
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f2e8ff;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f2e8ff;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #f2e8ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border: 0;
  background-color: #7f1eff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  left: -1.4rem
}

.custom-control-label {
  padding-left: 10px;
}

.custom-control-label::before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 0.1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  font-family: "Material Icons";
  color: #fff;
  content: "check";
  left: -1.4rem;
  top: 0;
}

.swi-accounting-calculated-price {
  font-weight: 700;
  font-size: 50px;
  word-break: break-word;
}

.swi-accounting-frequency {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
/* end accounting */

.swi-toggle-header-btn {
  border: 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}

.swi-toggle-header-img {
  margin-right: 15px;
  width: 50px;
}

.swi-toggle-header-text {
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.swi-clients-logos {
  width: 7668px;
  height: 150px;
  background: url(/assets/Static/img/swiftly-clients.svg) repeat-x;
  animation: clients 30s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes clients {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3834px);
  }
}

.swi-apis {
  margin-top: 20px;
  width: 4690px;
  height: 150px;
  background: url(/assets/Static/img/swiftly-apis.svg) repeat-x;
  animation: api 30s linear infinite;
  animation-fill-mode: forwards;
}

.swi-partners {
  margin-top: 20px;
  width: 6612px;
  height: 150px;
  background: url(/assets/Static/img/swiftly-partners.svg) repeat-x;
  animation: partners 30s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes api {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2345px);
  }
}

@keyframes partners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3307px);
  }
}

/* gradient test */

.swi-hero-gradient-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

#gradient-canvas {
  position: absolute;
  width: 100%;
  height: 100%;

  right: 0;
  --gradient-color-1: #ffbc3f;
  --gradient-color-2: #ff6b73;
  --gradient-color-3: #f2e8ff;
  --gradient-color-4: #ff6b73;
}

.swi-user-profile-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swi-user-profile-img {
  width: 100%;
  margin-bottom: 20px;
}

.swi-user-profile-title {
  font-weight: 600;
  font-size: 20px;
}

.swi-user-profile-desc {
  font-size: 18px;
  font-weight: 500;
  color: #7f1eff;
}

.swi-our-team-read-more {
  width: fit-content;
  margin-top: auto;
}

.swi-hero-watch-demo-link {
  display: flex;
  align-items: center;
  width: fit-content;
}

.swi-hero-watch-demo-link i {
  margin-right: 10px;
  font-size: 30px;
  color: #7f1eff;
}

.swi-hero-watch-demo-link-text {
  color: #7f1eff;
  font-size: 18px;
  font-weight: 600;
}

/* #swi-get-started {
    animation: pulse 1s infinite;
}

@keyframes pulse {
	10% {transform: scale(1.2)}
} */

#swi-nav-get-started {
  transition: color 100ms linear;
  font-size: 18px;
}

#swi-nav-get-started.swi-nav-get-started-purple {
  color: #7f1eff;
  font-weight: 500;
}

#swi-nav-get-started.swi-nav-get-started-white {
  color: #ffffff;
  font-weight: 400;
}

.swi-nav-bar-links.swi-nav-bar-links-white {
  color: #ffffff;
  font-weight: 400;
}

.swi-nav-tabs {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
}

.swi-tabs .swi-tabs-link {
  color: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
  white-space: nowrap;
  display: inline-block;
}

.swi-tabs .swi-tabs-link:hover {
  border: none;
}

.swi-tabs .swi-tabs-link.active {
  color: #fff;
  background-color: #7f1eff;
  border: 0;
  border-radius: 30px;
  font-weight: 500;
}

.swi-tabs h3 {
  font-size: revert;
}

.swi-single-price-container {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 30px 40px;
  max-width: 100%;
  margin: 0 20px;
}

.swi-single-price-header-text {
  font-size: 20px;
  font-weight: 600;
}

.swi-hero-gradient-wrapper {
  position: absolute;
  width: 100vw;
  top: 0;
  right: 0;
  z-index: -1;
  overflow-x: hidden;
}

.swi-hero-gradient-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 190%;
  height: 100%;
  z-index: 999;
  background-image: linear-gradient(-90deg, #f8f8f800, #f8f8f8 90%);
}

.swi-hero-gradient-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100px;
  z-index: 999;
  bottom: 0;
  background-image: linear-gradient(180deg, #f8f8f800, #f8f8f8 90%);
}

#swi-hero-gradient-canvas {
  --gradient-color-1: #ff6b73;
  --gradient-color-2: #ffbc3f;
  --gradient-color-3: #ff6b73;
  --gradient-color-4: #ffbc3f;
  height: 100%;
}

#swi-pricing-gradient-canvas {
  --gradient-color-1: #ff6b73;
  --gradient-color-2: #ffbc3f;
  --gradient-color-3: #ff6b73;
  --gradient-color-4: #ffbc3f;
  height: 100%;
}

#swi-pricing-section {
  position: relative;
}

#swi-pricing-section .slide-in {
  opacity: 1;
  transition: all 600ms ease;
}

#swi-pricing-section .slide-in.inactive {
  opacity: 0;
}

.swi-pricing-gradient-wrapper {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.swi-pricing-gradient-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 600px;
    z-index: 999;
    background-image: linear-gradient(0deg, #f8f8f800, #f8f8f8 90%);
}

.swi-pricing-gradient-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 600px;
    z-index: 999;
    background-image: linear-gradient(180deg, #f8f8f800, #f8f8f8 90%);
}

.swi-hero-section-wrapper {
  margin: 0 auto;
  max-width: 90%;
  /* COMMENT OUT ON 30 JUNE */
  /* margin-top: 70px; */
  /* COMMENT OUT ON 30 JUNE */
}

.swi-hero-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swi-hero-section-info-container {
  margin-bottom: 30px;
}

.swi-hero-section-h1 {
  font-size: calc(1.8vw + 1.8vh + 1.8vmin);
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.swi-hero-section-h1-highlight {
  font-family: "Pacifico", cursive;
  font-weight: normal;
  background: linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  font-size: calc(4vw + 4vh + 4vmin);
  padding-right: 10px;
  filter: drop-shadow(2px 2px 20px rgba(255, 255, 255, 1));
  line-height: calc(5vw + 5vh + 5vmin);
  padding-right: 15px;
}

.swi-hero-section-desc {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.swi-hero-section-google-review-img {
  max-width: 250px;
  margin-bottom: 30px;
}

.swi-hero-section-img-mobile {
  width: 150%;
  filter: drop-shadow(2px 2px 10px rgba(255, 255, 255, 1));
}

.swi-hero-section-img-desktop-animation {
  display: none;
}

.swi-hero-typing-text {
  width: 200px;
}

/* file input */
.swi-static-file-upload {
  position: absolute !important;
  opacity: 0 !important;
  width: 100%;
  height: 100% !important;
  display: block;
  cursor: pointer;
}
.swi-static-labels {
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.swi-file-input-label {
  color: #959595;
  margin-top: 8px;
}
.swi-static-upload-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f1eff;
}

.swi-five-star-review-star {
  color: rgba(255, 188, 63, 1);
  font-size: 50px;
  padding: 0 5px;
  vertical-align: middle;
  margin-bottom: 12px;
}

.swi-glowing-highlight {
  filter: drop-shadow(2px 2px 20px rgba(255, 255, 255, 1));
}

.swi-pricing-plan-container-wrapper {
  justify-content: center;
}

.swi-pricing-page-containers {
  background-color: #fff;
  
  transition: background-color 200ms linear, transform 100ms linear;
}

.swi-pricing-page-containers.swi-pricing-page-container-left {

  border-radius: 20px 20px 0 0;
  box-shadow: -20px 10px 20px rgba(0, 0, 0, 0.1);
  
}

.swi-pricing-page-containers.swi-pricing-page-container-right {

  border-radius: 0 0 20px 20px;
  box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.1);
  
}

.swi-pricing-page-containers.swi-pricing-page-container-middle {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.swi-pricing-page-container-middle-col {
  z-index: 1;
}

.swi-pricing-page-containers.swi-pricing-page-container-single {
  border-radius: 20px;
}

.swi-pricing-page-plan-header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* .swi-pricing-page-containers.swi-pricing-page-container-middle .swi-pricing-page-plan-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

.swi-pricing-page-plan-content {
  padding: 20px 20px 0 20px;
}



.swi-pricing-page-plan-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  transition: color 300ms linear;

}

.swi-pricing-page-plan-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
  transition: color 300ms linear;
}

.swi-pricing-page-plan-cost {
  font-size: 35px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  transition: color 300ms linear;
}

.swi-pricing-page-plan-usp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
}

.swi-pricing-page-plan-usps {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.swi-pricing-view-more-btn {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 0;
  background-color: transparent;
}

.swi-pricing-page-usp-icon {
  background-color: #f2e8ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
  align-self: flex-start;
}

.swi-pricing-view-more-icon {
  background-color: #ececec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.swi-pricing-view-more-icon i {
  color: #797979;
}

.swi-pricing-page-usp-icon i {
  color: #7f1eff;
}

.swi-pricing-view-more-text {
  color: #7f1eff;
  font-weight: 500;
  font-size: 14px;
}

.swi-pricing-page-usp-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  transition: color 300ms linear;
}



.swi-pricing-page-containers:hover {
  background-color: #f2e8ff;
  border-radius: 20px;
  transform: scale(1.05)
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-desc,
.swi-pricing-page-containers:hover .swi-pricing-page-usp-text {
  color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-sub-page-tooltip-grey * {
  color: #7f1eff;
  font-weight: 600;
}

.swi-pricing-page-containers:hover .swi-plan-per-yr-text {
  color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-text {
  color: #7f1eff;
  font-weight: 600;
}

.swi-pricing-page-containers:hover .swi-pricing-btn {
  background-color: #7f1eff;
  color: #fff;
}

.swi-pricing-page-containers:hover .swi-pricing-page-usp-icon {
  background-color: #fff;
  border: 1px solid rgba(127, 30, 255, 0.3); 
}

.swi-pricing-page-plan-small-note {
  color: #7f1eff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  transition: color 300ms linear;
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-small-note {
  color: #7f1eff;
  font-weight: 300;
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-cost {
  color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-pricing-view-more-icon {
  background-color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-pricing-view-more-icon i {
  color: #ffffff;
}


/* .swi-pricing-page-containers.swi-pricing-page-container-middle .swi-pricing-page-plan-small-note {
  color: #fff;
  
  font-weight: 300;
}

.swi-pricing-page-plan-cost-premium {
  font-size: 35px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
} */

.swi-pricing-page-get-started-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  background-color: #7f1eff;
  padding: 15px 30px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  text-align: center;
}

.swi-pricing-btn {
  color: #7f1eff;
  font-weight: 600;
  font-size: 20px;
  background-color: #f2e8ff;
  padding: 15px 30px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  text-align: center;
}

.swi-pricing-btn:hover {
  color: #7f1eff;
}

.swi-pricing-page-get-started-btn:hover {
  color: #ffffff;
}

.swi-mobile-menu-other-links-container {
  margin-bottom: 10px;
}

.swi-mobile-menu-other-links {
  font-size: 16px;
  color: #7f1eff;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}

.swi-mobile-menu-other-links:hover {
  color: rgba(0, 0, 0, 0.9);
}

.float-left{
  float: left;
}


/* blog */

.swi-blog-box-container {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 200ms linear;
  display: flex;
  flex-direction: column;
  height: 520px;
}

.swi-blog-box-link-container {
  display: block;
  text-decoration: none;
}

.swi-blog-box-container:hover {
  transform: scale(1.05);
}

.swi-blog-box-img-container {
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
}

.swi-blog-box-img {
  width: 100%;
  display: block;
}

.swi-blog-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.9)
}

.swi-blog-box-title:hover {
  color: rgba(0, 0, 0, 0.9)
}

.swi-blog-box-date {
  color: #7f1eff;
  font-weight: 500;
  margin-bottom: 15px;
}

.swi-blog-box-description {
  font-size: 16px;
  color:rgba(0, 0, 0, 0.6);
  /* margin-bottom: 20px; */
}

.swi-blog-box-link {
  display: block;
  background-color: #7f1eff;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  border-radius: 30px;
  transition: transform 200ms linear;
}

.swi-blog-box-link:hover {
  color: #fff;
  transform: scale(1.05);
}

.swi-blog-box-content {
  padding: 20px;
}

.swi-blog-box-link-container {
  padding: 0 20px 20px 20px;
  margin-top: auto;
}

.swi-blog-content-title-parent-page {
  font-family: "Pacifico", cursive;
  font-weight: normal;
  font-size: 60px;
  display: inline-block;
  background: linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  line-height: 1;
}

/* new sub headers */
.swi-sub-page-main-headers {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  white-space: nowrap;
}

.swi-sub-page-main-headers-highlight {
  font-family: "Pacifico", cursive;
  font-weight: normal;
  font-size: 60px;
  background: linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 188, 63, 1) 30%,
    rgba(255, 107, 115, 1) 63%
  );
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  line-height: 1;
}
/* end */

.swi-blog-content-date {
  font-size: 16px;
  font-weight: 500;
  color:#7f1eff;
}

.swi-blog-content-title {
  font-weight: 700;
  font-size: 30px;
}

.swi-blog-content-img-container {
  border-radius: 20px;
  overflow: hidden;
}

.swi-blog-content-img {
  width: 100%;
}

/* blog socials */
.swi-blog-content-socials {
  display: flex;
  justify-content: center;
}

.swi-blog-content-social-links {
  padding: 0 5px;
}

.swi-blog-content-social-links-img {
  width: 40px;
}

/* blog contents */

.swi-blog-content-container h2,
.swi-blog-content-container h3,
.swi-blog-content-container h4,
.swi-blog-content-container h5,
.swi-blog-content-container h6,
.swi-blog-content-container strong {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  margin-bottom: 15px;
}

.swi-blog-content-container strong{
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);

}

.swi-blog-content-container h2 {
  font-size: 30px;
}

.swi-blog-content-container h3,
.swi-blog-content-container h4,
.swi-blog-content-container h5,
.swi-blog-content-container h6,
.swi-blog-content-container strong {
  font-size: 20px;
}

.swi-blog-content-container ul,
.swi-blog-content-container li {
  padding: 0;
}

.swi-blog-content-container li {
  vertical-align: middle;
}


.swi-blog-content-container p,
.swi-blog-content-container li {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px
}

.swi-blog-content-container a,
.swi-blog-content-container a:hover {
  color: #7f1eff;
}

/* TO COMMENT OUT ON 30 JUNE */
/*
.swi-adwords-hero-section {
  margin-top: 80px;
}
*/
/* TO COMMENT OUT ON 30 JUNE */

.swi-embed-video-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.swi-overkill-img-wrapper {
  position: relative;
}

.swi-overkill-img-mobile {
  width: 100px;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 999;
}


.swi-plan-per-month-text{
  text-align: center;
  margin-bottom: 10px;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
  .swi-blog-box-container{
    height: 580px;
  }

  .higher-loan-amount-btn{
    top: 190px;
    right: -380px !important;
  }
}



/* file input */

/* new hero section */

/* end new hero section  */

@media (max-width: 1600px) {
  .swi-usp-grid-container {
    max-width: 1200px;
  }

  .swi-industry-content-container {
    flex-direction: column;
    align-items: center;
  }

  .swi-industry-info-container {
    margin-top: 430px;
  }

  .swi-industry-img-container-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .swi-industry-info-container {
    text-align: center;
  }

  .swi-industry-content-container {
    padding-bottom: 50px;
  }

  .swi-services-title {
    font-size: 30px;
  }

  .swi-services {
    max-width: 80%;
  }

  .swi-start-up-financing-title {
    font-size: 30px; /*add on*/
  }

  .swi-start-up-financing {
    max-width: 1000px; /*add on*/
  }

  .swi-drop-google-reviews {
    max-width: 1000px !important;
  } /*add on*/

  .swi-blog-posts-container {
    width: 80%;
  }

  .swi-newsletter-container {
    width: 80%;
  }

  .swi-industry-p {
    text-align: left;
  }

  /* START SUB PAGES */
  .swi-sub-page-additional-info-section {
    max-width: 90%;
  }

  /* .swi-sub-page-signup-section {
    max-width: 70%;
  } */
  /* END SUB PAGES */
}

@media (max-width: 1200px) {
  .swi-contact-us-form-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .swi-contact-us-containers {
    width: 100%;
  }

  .swi-contact-us-enquiry-type {
    margin-bottom: 30px;
  }

  .swi-contact-us-form {
    margin-bottom: 30px;
  }

  .swi-contact-us-section {
    max-width: 80%;
  }

  .swi-blog-posts-container {
    width: 90%;
  }

  .swi-h2-sign-up .swi-h2-highlight {
    margin-bottom: 30px;
  }

  .swi-h2-highlight-loving-swiftly{
    font-size: 50px !important;
  } /*add on*/

  .swi-achievements-img {
    width: 50px;
  }

  .swi-achievements-data {
    font-size: 35px;
  }

  .swi-clients-logo {
    width: 90%;
  }

  .swi-h2-clients {
    margin-bottom: 50px;
  }

  .swi-flex-header-clients {
    flex-direction: column;
  }

  .swi-partners-logos {
    max-width: 70%;
  }

  .swi-hero-img-1 {
    width: 500px;
    top: 0;
    left: 50px;
  }

  .swi-hero-img-2 {
    width: 500px;
    top: 260px;
    left: 50px;
  }

  .swi-hero-img-3 {
    display: none;
  }

  .swi-hero-typing-text {
    /*
        display: none;
        */
  }

  /* .swi-flex-header {
        flex-direction: column;
    } */

  .swi-partners-img {
    width: 400px;
  }

  .swi-h2-clients {
    margin-left: 0;
    text-align: center!important;
  }

  .swi-testimonials-container {
    margin-left: 0;
  }

  .swi-partners-container {
    max-width: initial;
  }

  .swi-newsletter-container {
    width: 90%;
  }

  .swi-testimonials-carousel {
    overflow: visible;
  }

  .swi-testimonials-container {
    width: 100%;
  }
  .swi-services {
    flex-direction: column;
    align-items: center;
  }

  .swi-start-up-financing {
    flex-direction: column;
    align-items: center;
  } /*add on*/

  .swi-start-up-financing-title {
    font-size: 30px; /*add on*/
  }

  .swi-start-up-financing {
    max-width: 100% !important; /*add on*/
    height: 700px;
  }

  .swi-start-up-financing-info-container{
    display: block;
  }

  .swi-drop-google-reviews {
    max-width: 100% !important;
    height: 700px;
    margin-top: -730px;
  } 
  
  .swi-funding-societies-img-1{
    margin-top: 20px;
    height: 80px;
  }

  .higher-loan-amount-btn {
    right: -400px;
    top: 150px;
  }

  .higher-loan-amount-btn-text{
    top: 70px;
    left: 100px !important;
    font-size: 16px;
    width: 150px;
  }

  .swi-start-up-financing-p{
    /* width: 600px !important; */
  }

  .swi-drop-google-reviews-inner{
    margin-top: 200px;
  }
  
  /*add on*/

  .swi-usp-grid-container {
    padding: 0 10px;
  }

  .swi-usp-grid-1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .swi-usp-grid-2 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .swi-usp-grid-3 {
    grid-area: 3 / 1 / 4 / 3;
  }
  .swi-usp-grid-4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .swi-usp-grid-5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  .swi-usp-titles {
    font-size: 25px;
  }

  .swi-usp-1-img {
    width: 600px;
  }

  .swi-usp-3-img {
    width: 600px;
  }

  .swi-usp-4-img {
    margin-top: 120px;
  }

  .swi-usp-5-img {
    width: 230px;
    margin-top: 50px;
  }

  .swi-usp-6-img {
    width: 600px;
  }

  .swi-usp-p {
    font-size: 18px;
  }

  .swi-usp-content-container-column {
    flex-direction: row;
  }

  .swi-usp-img-2 {
    width: 800px;
  }

  .swi-services {
    max-width: 55%;
  }

   /*add on*/
  .swi-start-up-financing {
    max-width: 55%;
  }

  .swi-drop-google-reviews {
    max-width: 55%;
  }
   /*add on*/

  .swi-step-2-img-4 {
    top: 200px;
    left: 200px;
  }

  .swi-step-2-img-5 {
    top: 330px;
  }

  /* .swi-hero-h1 {
        font-size: 50px;
    } */

  .swi-h2 {
    font-size: 30px;
  }

  .swi-h2-highlight {
    font-size: 60px;
  }

  .swi-hero-h1-highlight {
    font-size: 90px;
  }

  /* START SUB PAGES */
  .swi-sub-page-more-faq-link {
    font-size: 18px;
  }

  .swi-sub-page-usp-header-highlight {
    font-size: 50px;
  }

  .swi-sub-page-usp-p {
    font-size: 18px;
  }

  .swi-sub-page-usp-img-incorp-2 {
    max-width: 70%;
  }

  .swi-sub-page-list-no-dot {
    font-size: 18px;
  }

  .swi-sub-page-grid-p {
    font-size: 18px;
  }

  /* .swi-sub-page-signup-section {
    max-width: 80%;
  } */

  /* ND */

  .swi-sub-page-usp-img-nd-1 {
    max-width: 100%;
  }

  .swi-sub-page-usp-img-nd-2 {
    max-width: 90%;
  }
  /* END ND */

  /* END SUB PAGES */
}

@media (min-width: 500px) {
  .swi-otp-input {
    font-size: 40px;
  }

  .swi-single-price-container {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .swi-hero-section-desc {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .swi-otp-input {
    height: 150px;
    font-size: 50px;
  }

  .swi-basic-plan {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }

  .swi-plans {
    padding: 0 30px;
  }

  .swi-footer-column-row {
    height: 230px;
  }

  /* INFO PAGES */
  .swi-info-pages-main-header-h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .swi-info-pages-main-header-h1-search {
    font-size: 74px;
    line-height: 110px;
  }

  .swi-info-pages-main-header-h1-ssic {
    font-size: 74px;
    line-height: 110px;
  }

  .swi-info-pages-hero-img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }

  .swi-nav-tabs {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .swi-single-price-container {
    max-width: 500px;
  }

  .swi-pricing-plan-container-wrapper {
    align-items: center;
  }


  .swi-pricing-page-get-started-btn{
    width: max-content;
  }




}

@media (min-width: 992px) {
  .swi-nav-bar-container {
    max-width: 1600px;
  }

  /* INFO PAGES */

  .swi-info-pages-main-header {
    align-items: center;
  }

  .swi-info-pages-main-header-h1 {
    text-align: right;
  }

  .swi-info-pages-main-header-h1-search {
    text-align: right;
  }

  .swi-info-pages-main-header-h1-ssic {
    text-align: right;
  }

  .swi-infopage-header-whitespace{
    white-space: pre-line;
  }

  .swi-info-pages-main-header-h1.swi-info-pages-main-header-h1-login {
    text-align: center;
  }

  .swi-info-pages-main-header-p.swi-info-pages-main-header-p-login {
    text-align: center;
  }

  .swi-info-pages-main-header-p {
    text-align: right;
    font-size: 30px;
  }

  .swi-info-pages-hero-img {
    max-width: 90%;
    margin: 0 auto;
  }

  .swi-info-pages-tertiary-header-img {
    max-width: 50px;
  }

  .swi-info-pages-secondary-header-img {
    max-width: 60px;
  }

  .swi-info-pages-secondary-header {
    font-size: 25px;
  }

  .swi-info-pages-tertiary-header {
    font-size: 20px;
  }

  .swi-accordion-title {
    font-size: 20px;
  }

  .swi-info-pages-p,
  .swi-info-pages-list-item {
    font-size: 18px;
  }

  .swi-info-pages-main-content {
    max-width: 80%;
    margin: 0 auto;
  }

  /* FAQ */
  .swi-toggle-header-img {
    width: 60px;
  }

  .swi-toggle-header-text {
    font-size: 25px;
  }

  .swi-single-price-container {
    max-width: 650px;
  }

  .swi-hero-section-wrapper {
    max-width: none;
    /* CHANGE MARGIN TOP TO 30px ON 30 JUNE */
    /* margin-top: 100px; */
    /* CHANGE MARGIN TOP TO 30px ON 30 JUNE */
    width: min-content;
    padding-right: 1080px;
    padding-left: 20px;

  }

  .swi-hero-section-mobile-img-wrapper {
    display: none;
  }

  .swi-hero-section-img-desktop-animation {
    display: block;
    width: 150%;
    height: 650px;
    position: relative;
    margin-left: 40px;
  }

  .swi-hero-section-container {
    flex-direction: row;
    align-items: center;
  }

  .swi-hero-section-h1 {
    font-size: calc(1.5vw + 1.5vh + 1.5vmin);
  }

  .swi-hero-section-h1-highlight {
    font-size: calc(3vw + 3vh + 3vmin);
  }

  .swi-hero-section-desc {
    font-size: 18px;
  }

  .swi-hero-gradient-wrapper::before {
    width: 100%;
  }

  .swi-hero-section-desktop-imgs {
    position: absolute;
  }

  .swi-hero-section-desktop-img-1 {
    top: 135px;
    left: 20px;
    max-width: 280px;
    z-index: 2;
    opacity: 1;
    transition: all 600ms ease;
  }

  .swi-hero-section-desktop-img-1.inactive {
    opacity: 0;
  }

  .swi-hero-section-desktop-img-2 {
    top: 290px;
    left: 30px;
    max-width: 260px;
    z-index: 2;
    opacity: 1;
    transition: all 1.2s ease;
  }

  .swi-hero-section-desktop-img-2.inactive {
    left: 0;
    opacity: 0;
  }

  .swi-hero-section-desktop-img-3 {
    max-width: 900px;
    left: 200px;
    top: -30px;
    opacity: 1;
    transition: all 1.2s ease; 
  }

  .swi-hero-section-desktop-img-3.inactive {
    left: 1100px;
    opacity: 0;
  }

  .swi-pricing-plan-container-wrapper {
    align-items: center;
  }

  .swi-pricing-page-containers.swi-pricing-page-container-left {
    border-radius: 20px 0 0 20px;
  }

  .swi-pricing-page-containers.swi-pricing-page-container-right {
    border-radius: 0 20px 20px 0;
  }

  .swi-pricing-page-containers.swi-pricing-page-container-middle .swi-pricing-page-plan-content {
    padding: 25px 20px 95px 20px;
    min-height: 380px;
  }

  .swi-sub-page-main-headers {
    font-size: 40px;
  }

  .swi-blog-content-title {
    font-size: 40px;
  }

  .swi-blog-content-title-parent-page {
    font-size: 90px;
  }


}

@media screen and (max-width: 1200px) {
  .swi-mobile-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .swi-otp-input {
    height: 120px;
  }

  .swi-nav-bar-links-menu {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .swi-nav-bar-btn {
    display: none;
  }

  .swi-nav-cta {
    display: initial;
    color: #fff;
    background-color: #7f1eff;
    font-weight: 500;
    transition: all 100ms ease;
  }

  .swi-nav-cta:hover {
    color: #fff;
    background-color: #7f1eff;
    transform: scale(1.05);
  }

  .swi-nav-bar-container {
    max-width: 1600px;
    padding: 15px 20px;
  }

  .swi-info-pages-main-header-h1.swi-info-pages-main-header-h1-login {
    text-align: right;
  }

  .swi-info-pages-main-header-p.swi-info-pages-main-header-p-login {
    text-align: right;
  }

  .swi-sub-page-faq-header {
    display: none;
  }

  .swi-sub-page-faq-section {
    max-width: 90%;
  }

  .swi-sub-page-faq-btns {
    border: 0;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  }

  /* INFO PAGES */

  .swi-info-pages-main-header-h1 {
    font-size: 100px;
    line-height: 120px;
  }

  .swi-info-pages-main-header-h1-search {
    line-height: 130px;
    font-size: 90px;
  }

  .swi-info-pages-main-header-h1-ssic {
    line-height: 110px;
    font-size: 90px;
  }

  .swi-info-pages-main-content {
    max-width: 80%;
    margin: 0 auto;
  }

  .swi-hero-section-wrapper {
    padding: 0;
    overflow-x: visible;
    width: min-content;
    padding-right: 1080px;
    padding-left: 20px;
  }

  .swi-hero-gradient-wrapper::before {
    width: 70%;
  }

  /* incorp pricing container */

  .swi-sub-page-pricing-container-3-col {
    max-width: 1500px;
  }
}

@media (min-width: 1500px) {
  .swi-hero-section-h1 {
    font-size: calc(1.2vw + 1.2vh + 1.2vmin);
  }

  .swi-hero-section-h1-highlight {
    font-size: calc(2.5vw + 2.5vh + 2.5vmin);
    line-height: calc(3.5vw + 3.5vh + 3.5vmin);
  }
}

@media (min-width: 1600px) {
  .swi-sub-page-faq-section {
    max-width: 80%;
  }

  /* INFO PAGES */

  .swi-info-pages-main-content {
    max-width: 90%;
  }
}

@media (min-width: 1900px) {
  .swi-sub-page-faq-section {
    max-width: 65%;
  }
}

@media (max-width: 992px) {
  .swi-newsletter-input {
    padding: 20px 190px 25px 25px;
    font-size: 18px;
  }

  .swi-newsletter-p {
    font-size: 18px;
  }

  .swi-achievements-info {
    font-size: 16px;
  }

  .swi-achievements-img {
    width: 40px;
  }

  .swi-hero-p {
    width: 600px;
    font-size: 18px;
  }

  .swi-services-p {
    font-size: 18px;
  }
  
 /*add on*/
  .swi-start-up-financing-p {
    font-size: 16px;
    /* width: 500px !important; */
  } 
  /*add on*/

  .swi-3-steps-p,
  .swi-industry-p {
    font-size: 18px;
  }

  .swi-btn-purple,
  .swi-btn-grey {
    font-size: 16px;
  }

  .swi-hero-section {
    padding-bottom: 50px;
  }
  .swi-hero-img-container-inner,
  .swi-3-steps-img-container-inner,
  .swi-industry-img-container-inner {
    display: none;
  }

  .swi-hero-img-mobile {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .swi-industry-info-container {
    margin-top: 0;
  }

  .swi-step-1-img-mobile,
  .swi-step-2-img-mobile,
  .swi-step-3-img-mobile {
    display: block;
    max-width: 80%;
    margin: 0 auto 20px auto;
  }

  .swi-industry-img-mobile {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .swi-3-steps-img-container {
    padding-bottom: 0;
  }

  .swi-hero-container {
    flex-direction: column;
  }

  .swi-hero-info-container {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .swi-hero-h1 {
    font-size: 35px;
    line-height: 45px;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .swi-hero-h1-highlight {
    font-size: 90px;
  }

  .swi-h2-inline-center {
    flex-direction: column;
  }

  .swi-start-up-financing-h2-inline-center {
    flex-direction: column;
  }

  .swi-h2-highlight {
    font-size: 60px;
  }

  .swi-usp-grid-container {
    display: block;
    padding: 0;
  }

  .swi-usp-grid {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .swi-usp-1-img {
    width: 500px;
    padding: 0 30px;
  }

  .swi-usp-2-img {
    width: 550px;
  }

  .swi-usp-3-img {
    width: 500px;
  }

  .swi-usp-4-img {
    width: 300px;
    margin-top: 0;
  }

  .swi-usp-6-img {
    width: 500px;
  }

  .swi-usp-img-container-ml-auto {
    margin-left: auto;
  }

  .swi-partners-img {
    width: 400px;
  }

  /* START SUB PAGES */
  .swi-sub-page-hero-img {
    max-width: 130%;
    margin-left: 200px;
  }

  .swi-sub-page-h1-break-point {
    display: block;
  }

  .swi-sub-page-h1-highlight {
    font-size: 100px;
  }

  .swi-sub-page-usp-header-highlight {
    font-size: 40px;
  }

  .swi-sub-page-usp-header {
    margin-bottom: 10px;
  }

  .swi-sub-page-list-no-dot {
    font-size: 16px;
  }

  .swi-sub-page-grid-p {
    font-size: 16px;
  }

  .swi-sub-page-signup-plan-info-list-item {
    font-size: 16px;
  }

  .swi-sub-page-signup-plan-info-list-check-icon {
    width: 20px;
  }

  /* .swi-plans {
        padding: 0 30px
    } */

  .swi-sub-page-signup-header-highlight {
    font-size: 60px;
  }

  .swi-sub-page-usp-info-container {
    text-align: center;
    margin-bottom: 50px;
  }

  /* COSEC */
  .swi-sub-page-usp-img-cosec-1 {
    max-width: 60%;
    margin: 0 auto 50px auto;
  }

  .swi-sub-page-usp-img-cosec-2 {
    max-width: 90%;
    margin: 0 auto 10px auto;
  }
  /* END COSEC */

  /* ND */

  .swi-sub-page-h1-nd {
    margin-bottom: 40px;
  }
  .swi-sub-page-h1-nd .swi-sub-page-h1-highlight {
    font-size: 90px;
    line-height: 100px;
  }

  .swi-sub-page-hero-img-nd {
    max-width: 100%;
    margin-left: 0;
  }
  .swi-sub-page-usp-info-container .swi-sub-page-tooltip-grey {
    justify-content: center;
  }

  .swi-sub-page-usp-img-nd-1 {
    max-width: 80%;
    margin: 0 auto;
  }

  .swi-sub-page-usp-img-nd-2 {
    max-width: 70%;
    margin: 0 auto;
  }
  /* END ND */

  /* accounting */
  .swi-btn-light-purple {
    font-size: 16px;
  }

  .swi-btn-white-outlined {
    font-size: 16px;
  }

  /* end accounting */

  /* END SUB PAGES */
}

@media (max-width: 768px) {
  .swi-achievements-data-container {
    flex-direction: column;
  }

  .swi-achievements {
    margin-bottom: 50px;
  }

  .swi-achievements-img {
    width: 80px;
  }

  .swi-achievements-data {
    font-size: 50px;
  }

  .swi-achievements-info {
    font-size: 20px;
  }

  .swi-newsletter-container {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .swi-blog-posts-p {
    font-size: 18px;
  }

  .swi-services {
    max-width: 80%;
  }
  
 /*add on*/
  .swi-start-up-financing {
    max-width: 80%;
    height: 750px;
  }

  .swi-start-up-financing-info-container{
    display: block;
  }

  .swi-services-img-container-left{
    margin-left: 20px;
    /* width: 400px; */
  }

  .swi-services-img-container-right {
    position: relative;
  }

  .swi-funding-societies-img-1{
    margin-top: 20px;
    height: 80px;
    right: 0
  }

  .swi-drop-google-reviews {
    height: 750px;
    max-width: 80%;
    margin-top: -780px;
  }

  .swi-drop-google-reviews-inner{
    margin-top: 200px;
  }

  .higher-loan-amount-btn{
    top: 190px;
    right: -200px;
  }

  .higher-loan-amount-btn-text{
    top: 70px;
  }
 /*add on*/

  .swi-flex-header > h1,
  .swi-flex-header > h2,
  .swi-flex-header > h3 {
    text-align: center;
  }

  .swi-blog-posts-container {
    flex-direction: column;
    width: 60%;
  }

  .swi-blog-posts {
    margin: 0 0 30px 0;
  }
  .swi-hero-p {
    font-size: 18px;
    width: 100%;
  }

  .swi-hero-h1 {
    font-size: 30px;
  }

  .swi-3-steps-p {
    font-size: 18px;
    width: 100%;
  }

  .swi-industry-content-container {
    padding: 0 30px;
  }

  .swi-usp-grid-2 .swi-usp-content-container {
    flex-direction: column;
  }

  .swi-usp-grid-6 .swi-usp-content-container {
    flex-direction: column;
  }

  .swi-usp-grid-1 .swi-usp-content-container {
    flex-direction: column-reverse;
  }

  .swi-usp-img {
    max-width: 120%;
  }

  .swi-usp-1-img {
    width: 80%;
    margin: 0 auto;
  }

  .swi-usp-img-container-ml-auto {
    margin-top: auto;
  }

  .swi-step-1-img-mobile,
  .swi-step-2-img-mobile,
  .swi-step-3-img-mobile {
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  .swi-usp-5-img {
    margin-right: 30px;
  }

  .swi-flex-header {
    flex-direction: column;
  }

  .swi-partners-img {
    margin-left: 0;
  }

  .swi-clients-logo,
  .swi-partners-logos,
  .swi-api-logos-desktop {
    display: none;
  }

  /* START SUB PAGES */

  .swi-sub-page-hero-img {
    max-width: 150%;
    margin-left: 0;
  }

  .swi-sub-page-requirements-header-highlight {
    font-size: 30px;
  }

  .swi-sub-page-usp-header-highlight {
    font-size: 50px;
  }

  .swi-sub-page-usp-img-incorp-2 {
    max-width: 100%;
  }

  .swi-sub-page-h1-black-text {
    font-size: 35px;
  }

  /* COSEC */
  .swi-sub-page-usp-img-cosec-1 {
    max-width: 70%;
    margin: 0 auto 50px auto;
  }

  /* END COSEC */

  /* ND */
  .swi-sub-page-hero-img-nd {
    max-width: 100%;
    margin-left: 0;
  }

  .swi-sub-page-h1-nd .swi-sub-page-h1-highlight {
    font-size: 70px;
    line-height: 85px;
  }
  /* END ND */

  /* END SUB PAGES */
}

@media (max-width: 576px) {
  .swi-info-pages-main-header-h1-accounting {
    font-size: 40px;
  }

  .swi-info-pages-main-header-h1-search {
    font-size: 40px;
  }

  .swi-info-pages-main-header-h1-ssic {
    font-size: 40px;
  }

  .swi-info-pages-main-header-h1 {
    font-size: 40px;
  }

  .swi-contact-us-info,
  .swi-contact-us-enquiry-type {
    padding: 40px 30px 0 30px;
  }

  .swi-contact-us-next-btn-container {
    padding: 0 30px;
  }

  .swi-contact-us-section {
    max-width: 100%;
    padding: 0 40px;
  }

  .swi-contact-us-p {
    font-size: 16px;
  }

  .swi-enquiry-types-text {
    font-size: 16px;
  }

  .swi-google-reviews-slide {
    width: 80%;
  }

  .swi-hero-p {
    width: 100%;
  }

  .swi-industry-content-container {
    max-width: 100%;
    margin: 0;
  }

  .swi-hero-img-mobile {
    max-width: 200%;
  }

  .swi-h2 {
    font-size: 22px;
    line-height: normal;
  }

  .swi-usp-titles {
    font-size: 22px;
  }

  .swi-hero-container {
    max-width: 100%;
    padding: 0 30px;
  }

  .swi-usp-grid-3 .swi-usp-content-container,
  .swi-usp-grid-4 .swi-usp-content-container {
    flex-direction: column;
  }

  .swi-usp-1-img {
    padding: 0;
    width: 100%;
  }

  .swi-usp-4-img {
    width: 100%;
  }

  .swi-usp-6-img {
    width: 350px;
  }

  .swi-usp-img-container-ml-auto {
    margin-left: auto;
  }

  .swi-google-review {
    width: 100%;
    max-width: 300px;
  }

  .swi-3-steps-p {
    text-align: left;
    font-size: 16px;
    padding: 0 20px;
  }

  .swi-hero-h1 {
    font-size: 30px;
    line-height: 45px;
    white-space: initial;
    margin-bottom: 10px;
  }

  .swi-hero-h1-highlight {
    font-size: 70px;
    line-height: 80px;
  }

  .swi-hero-p {
    font-size: 16px;
  }

  .swi-h2-highlight {
    padding: 0;
    font-size: 50px;
  }

  .swi-usp-info-container {
    padding-bottom: 20px;
  }

  .swi-step-1-img-mobile {
    max-width: 140%;
    margin-left: 120px;
  }

  .swi-industry-img-mobile {
    max-width: 150%;
  }

  .swi-step-2-img-mobile {
    max-width: 130%;
    margin-left: 90px;
  }

  .swi-step-3-img-mobile {
    max-width: 120%;
    margin-left: 30px;
  }

  .swi-btn-purple,
  .swi-btn-grey {
    font-size: 16px;
  }

  .swi-usp-p {
    font-size: 16px;
  }

  .swi-usp-3-img {
    padding-top: 0;
  }

  .swi-usp-grid-5 {
    height: 560px;
  }

  .swi-usp-grid-5 .swi-usp-content-container {
    flex-direction: column-reverse;
  }

  .swi-usp-grid-5 .swi-usp-img-container {
    margin-top: 0;
  }

  .swi-usp-5-img {
    width: 250px;
    margin-top: 0;
  }

  .swi-industry-p {
    font-size: 16px;
  }

  .swi-google-reviews-content,
  .swi-testimonial-content {
    font-size: 16px;
  }

  .swi-h2-clients {
    margin-bottom: 20px;
  }

  .swi-services-section {
    margin-top: 20px;
  }

  /* START SUB PAGE */

  .swi-sub-page-h1-black-text {
    font-size: 20px;
  }

  .swi-sub-page-faq-header-black-text {
    font-size: 25px;
  }

  .swi-sub-page-h1-highlight {
    font-size: 80px;
    line-height: 90px;
  }

  /* .swi-sub-page-signup-section {
    max-width: 100%;
    padding: 0 20px;
  } */

  .swi-sub-page-faq-section {
    max-width: 90%;
  }

  .swi-sub-page-hero-img-incorp {
    max-width: 200%;
  }

  /* COSEC */

  .swi-sub-page-h1-black-text-lg {
    font-size: 30px;
  }

  .swi-sub-page-hero-img-cosec {
    max-width: 200%;
    margin-left: 400px;
  }

  /* COSEC */

  .swi-sub-page-usp-img-cosec-2 {
    max-width: 130%;
  }
  /* END COSEC */

  /* ND */

  .swi-sub-page-h1-nd .swi-sub-page-h1-highlight {
    font-size: 65px;
    line-height: 75px;
  }
  /* END ND */
  /*add on*/
  .swi-services-img-container-left{
    margin-left: 20px;
    /* width: 270px; */
  }

  .swi-start-up-financing-info-container{
    display: block;
  }

  .swi-start-up-financing{
    height: 700px;
  }

  .swi-funding-societies-img-1{
    margin-top: 20px;
    height: 90px;
    right: 0
  }

  .higher-loan-amount-btn{
    top: 150px;
    right: -60px;
  }

  .higher-loan-amount-btn-text{
    top: 80px;
    left: 80px;
  }

  .swi-drop-google-reviews{
    max-width: 100%;
    height: 700px;
    margin-top: -780px;
  }

  .swi-drop-google-reviews-inner{
    margin-top: 200px;
  }

  /* .swi-start-up-financing-p{
    width: 400px !important;
  } */
  /*add on*/
}

@media (max-width: 500px) {
  .swi-newsletter-input {
    padding-right: 30px;
  }

  .swi-services-container {
    padding: 0 15px;
  }

  .swi-start-up-financing-container {
    padding: 0 15px;
  } /*add on*/

  .swi-h2-sign-up .swi-h2-highlight {
    font-size: 60px;
  }

  .swi-services {
    max-width: 100%;
  }

  .swi-services-img-container-inner {
    width: 100%;
  }

  .swi-services-img-1 {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }

  .swi-services-img-2 {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }

  .swi-services-img-3 {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }

/*add on*/
  .swi-start-up-financing {
    max-width: 100%;
  }

  .swi-drop-google-reviews {
    max-width: 100% !important;
  } 
  /*add on*/

  .swi-start-up-financing-img-container-inner {
    width: 100%;
  }

  .swi-start-up-financing-img-1 {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }

  .swi-start-up-financing-img-2 {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }

  .swi-start-up-financing-img-3 {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
  /*add on*/

  .swi-blog-posts-container {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .swi-newsletter-container {
    padding: 40px 10px 0 10px;
  }

  .swi-newsletter-form {
    margin-left: 0;
    padding: 0 20px 0 20px;
  }

  .swi-newsletter-input {
    display: block;
    margin-bottom: 40px;
  }

  .swi-newsletter-submit-btn {
    position: static;
    display: block;
  }

  .swi-achievements-info {
    font-size: 16px;
  }

  .swi-services-p {
    font-size: 16px;
  }

  .swi-start-up-financing-p {
    font-size: 14px;
    /* width: 320px !important; */
  } /*add on*/

  .swi-blog-posts-p {
    font-size: 16px;
  }

  .swi-newsletter-p {
    font-size: 16px;
  }

  .swi-contact-us-section {
    padding: 0 20px;
  }

  .swi-partners-img {
    width: 300px;
  }
}

@media (max-width: 390px) {
  .swi-h2-highlight {
    font-size: 40px;
    line-height: 55px;
  }

  .swi-services {
    max-width: 100%;
  }

  .swi-services-img-1 {
    width: 400px;
  }

  .swi-services-img-2 {
    width: 400px;
  }

  .swi-services-img-3 {
    width: 400px;
  }

  /*add on*/
  .swi-start-up-financing {
    max-width: 100%;
  }

  .swi-drop-google-reviews {
    max-width: 100% !important;
  } 

  .swi-start-up-financing {
    height: 650px !important;
  }

  .higher-loan-amount-btn-text {
    top: 60px;
    left: 80px !important;
    font-size: 16px;
    width: 150px;
  }

  .swi-drop-google-reviews {
    margin-top: -680px;
    height: 650px !important;
  }

  .swi-drop-google-reviews-inner {
    margin-top: 150px;
  }
  /*add on*/
  .swi-start-up-financing-p {
    font-size: 12px !important;
    /* width: 280px !important; */
  }

  .swi-funding-societies-img-1{
    margin-top: 20px;
    height: 80px;
    right: 0;
  }

  .swi-start-up-financing-img-1 {
    width: 400px;
  }

  .swi-start-up-financing-img-2 {
    width: 400px;
  }

  .swi-start-up-financing-img-3 {
    width: 400px;
  }
  /*add on*/

  .swi-api-logos-mobile-container {
    width: 400vw;
  }

  .swi-partners-logos-mobile-container {
    width: 900vw;
    animation: partners 60s linear infinite;
  }

  .swi-partners-logos-mobile-container {
    width: 460vw;
  }

  /* @keyframes api{
        0%{background-position: 0 0;}
        100%{background-position: 400vw 0;}
    } */

  /* @keyframes partners{
        0%{background-position: 0 0;}
        100%{background-position: 900vw 0;}
    } */

  /* @keyframes clients{
        0%{background-position: 0 0;}
        100%{background-position: 300vw 0;}
    } */

  /* COSEC */

  .swi-sub-page-hero-img-cosec {
    max-width: 200%;
    margin-left: 300px;
  }

  /* COSEC */
  .swi-sub-page-usp-img-cosec-1 {
    max-width: 90%;
    margin: 0 auto 50px auto;
  }

  /* END COSEC */
  /* ND */
  .swi-sub-page-h1-nd .swi-sub-page-h1-highlight {
    font-size: 70px;
    line-height: 85px;
  }
  /* END ND */
}
/* Houdini */
@property --blink-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}
 
@keyframes blink-animation {
  0%, 100% {
    opacity: var(--blink-opacity, 1);
  }
  50% {
    opacity: 0;
  }
}