@charset "utf-8";
/* CSS Document */
/* iframe {
  display: none;
} */
.container_fluid {
  margin: 0;
  padding: 0;
}
.cookies {
  display: none;
  width: 80%;
  height: auto;
  background-color: white;
  border-radius: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: auto; /* Updated */
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 30%; /* Updated */
  left: 50%; /* Updated */
  transform: translate(-50%, -50%); /* Updated */
  position: fixed;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cookies img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cookie-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #3a3a3c;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  margin-top: 12px;
  right: 60px;
  position: relative;
}
.cookie-button {
  width: 20%;
  background: linear-gradient(to right, #3b37d5, #19c1eb);
  border-radius: 8px;
  color: white;
  padding: 13px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  top: 12px;
  right: 20px;
  position: relative;
  /* Additional styling properties */
  text-align: center; /* Center text horizontally */
  transition: background-color 0.3s; /* Smooth transition on hover */
}

.cookie-button:hover {
  background: linear-gradient(to right, #19c1eb, #3b37d5);
  /* Reverse the gradient on hover */
  color: white;
  text-decoration: none;
}

.cookie-button:active {
  color: white;
  text-decoration: none;
}

.banner {
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #944bf1 url("../images/home-banner-bg.png") no-repeat 0 0 scroll;
  background-size: cover;
}
@media (min-width: 768px) {
  .menu .navbar-nav > li > a:focus,
  .menu .navbar-nav > li > a:hover,
  .menu .navbar-nav > li.active > a,
  .menu .navbar-nav > li.active > a:focus,
  .menu .navbar-nav > li.active > a:hover {
    background-color: transparent !important;
    color: white;
  }
  .menu {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .menu ul {
    margin-left: 130px;
    margin-top: 20px;
  }
  /* Custom styles for the navbar */
  .menu .navbar {
    background-color: transparent;
  }

  .menu .navbar-brand img {
    max-width: 100%;
    margin-top: 20px;
  }

  .menu .nav > li > a {
    background-color: transparent;
    color: white;
  }

  .menu .nav > li > a:hover {
    background-color: transparent;
    color: #fda94f;
  }
  .menu .navbar-toggle {
    margin-top: 25px;
  }
  .menu .navbar-toggle .icon-bar {
    background-color: white;
  }

  .menu .navbar-right {
    bottom: 10px;
    position: relative;
  }

  .navbar-right .get-started {
    background-color: #fda94f;
    border: 0;
    text-decoration: none;
    color: #383349;
    padding: 12px 20px 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .navbar-right .get-started:hover {
    background-color: #f79f40;
    color: #fff;
  }
  .navbar-right .login-btn {
    background-color: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    right: 20px;
    position: relative;
  }

  .navbar-right .login-btn:hover {
    background-color: transparent;
    border: 2px solid #fda94f;
    color: #fda94f;
  }
  .dropdown-menu {
    background-color: aqua;
    text-align: center;
  }
  .features-dropdown {
    background-color: white;
    width: 380px;
    height: 450px;
    border-radius: 20px !important;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
  }
  .see-all-features h4 a {
    color: #999999;
    text-decoration: none;
  }
  .see-all-features h4 a:hover {
    color: #999999;
    text-decoration: none;
  }
  .see-all-features .see-all-features-text {
    display: inline-block; /* Make the h4 and img inline */
    padding-right: 220px;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
  }

  .see-all-features img {
    max-width: 20px; /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle; /* Align the image vertically in the middle */
    bottom: 18px;
    left: 110px;
    position: relative;
  }

  .dropdown-box h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
  }
  .dropdown-box h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
  }

  .dropdown-box .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
  }

  .dropdown-box .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 30px; /* Adjust the margin as needed */
  }

  .dropdown-box .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
  }

  .dropdown-box .content .text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
  }
  .dropdown-box h6 a {
    color: #383349;
    text-decoration: none;
  }
  .dropdown-box .content h6 {
    font-size: 14px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
    color: #383349;
    line-height: 1.3;
    text-decoration: none;
  }

  .dropdown-box .content p {
    font-size: 12px; /* Adjust the font size as needed */
    margin: 0;
    line-height: 1.3;
    color: #afafaf;
    font-weight: 300;
    padding-top: 5px;
  }
  .industries-dropdown {
    background-color: white;
    width: 340px;
    height: 300px;
    border-radius: 20px !important;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
  }

  .dropdown-box-industries h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
  }

  .dropdown-box-industries .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
  }

  .dropdown-box-industries .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 30px !important; /* Adjust the margin as needed */
  }

  .dropdown-box-industries .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
  }

  .dropdown-box-industries .content .text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
  }
  .dropdown-box-industries h6 a {
    color: #383349;
    text-decoration: none;
  }
  .dropdown-box-industries .content h6 {
    font-size: 14px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
    color: #383349;
    line-height: 1.3;
    text-decoration: none;
  }

  .dropdown-box-industries .content p {
    font-size: 12px; /* Adjust the font size as needed */
    margin: 0;
    line-height: 1.3;
    color: #afafaf;
    font-weight: 300;
    padding-top: 5px;
  }
  /*integrations nav style starts here---------*/
  .integrations-dropdown {
    background-color: white;
    width: 340px;
    height: 360px;
    border-radius: 20px !important;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
  }
  .dropdown-box-integrations {
    text-align: left; /* Align the content to the left */
  }
  .show-all-channels h4 a {
    color: #999999;
    text-decoration: none;
  }
  .show-all-channels h4 {
    display: inline-block; /* Make the h4 and img inline */
    padding-left: 30px;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
  }

  .show-all-channels img {
    max-width: 20px; /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle; /* Align the image vertically in the middle */
    bottom: 18px;
    left: 130px;
    position: relative;
  }

  .dropdown-box-integrations .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 30px; /* Adjust the margin as needed */
  }

  .dropdown-box-integrations .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
  }

  .dropdown-box-integrations .content .text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
  }
  .dropdown-box-integrations h6 a {
    color: #383349;
    text-decoration: none;
  }
  .dropdown-box-integrations .content h6 {
    font-size: 14px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
    color: #383349;
    line-height: 1.3;
  }
  .dropdown-box-integrations .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 30px;
    border-width: 0.2px;
  }
  /*integrations nav style ends here---------*/

  /*resources nav style starts here---------*/
  .resources-dropdown {
    background-color: white;
    width: 480px;
    height: auto;
    border-radius: 20px !important;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
    left: auto;
    right: -200px; /* Adjust this value as needed */
    transform: translateX(10px);
  }
  .dropdown-box-resources {
    text-align: left;
  }

  .dropdown-box-resources .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
  }
  .dropdown-box-resources .content .text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
  }
  .dropdown-box-resources .content-two {
    display: flex;
    align-items: center;
    padding-left: 0px;
    right: 60px;
    position: relative;
    margin-top: 20px;
  }
  .dropdown-box-resources .content-two .text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
  }
  .dropdown-box-resources h6 a {
    color: #383349;
    text-decoration: none;
  }
  .dropdown-box-resources .content-two h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #383349;
    line-height: 1.3;
  }
  .dropdown-box-resources .content img {
    max-width: 50px;
    margin-right: 10px;
  }

  .dropdown-box-resources .content h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #383349;
    line-height: 1.3;
  }
  .yellow-box {
    background-color: #fff7ee;
    width: 100%;
    min-height: 114px;
    margin-top: 31px;
    border-top: 2px solid #eedcc8;
    text-align: left;
    overflow: hidden;
    display: inline-flex;
    padding-bottom: 20px;
  }

  .yellow-box h3 {
    font-size: 16px;
    color: #383349;
    font-weight: 700;
    padding-left: 30px;
  }

  .custom-column {
    padding-left: 30px;
    width: 100%;
  }
  .custom-column-two {
    right: 10px;
    position: relative;
    width: 100%;
  }
  .custom-column-two h5 a {
    color: #383349;
    text-decoration: none;
  }
  .custom-column-two h5 {
    font-size: 15px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
  }

  .custom-column-two p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
  }
  .custom-column h5 a {
    color: #383349;
    text-decoration: none;
  }
  .custom-column h5 {
    font-size: 15px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
  }

  .custom-column p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  li.dropdown.resources {
    display: none;
  }
}
/*Resources nav style ends here---------*/

.banner_contents {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner_contents .row.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner_contents .blue_tittle {
  font-size: 16px;
  font-weight: 600;
  color: #fda94f;
  padding: 0;
  margin: 40px auto -15px;
}
.banner_contents .suporting_text {
  font-size: 48px;
  color: white;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 8px;
  text-transform: capitalize;
}
.suporting_text img {
  display: none;
  vertical-align: middle;
  margin-left: 5px; /* Optional: Add some spacing between the images */
  transition: opacity 0.5s ease-in-out;
  margin-top: -5px;
}

.suporting_text img.active {
  display: inline-block;
  opacity: 1;
}
.banner_contents p {
  color: white;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 70%;
  margin: 20px auto;
}
.banner_contents .font-small {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
}
.banner_contents .btn-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.error-message {
  font-family: "Outfit", sans-serif;
  color: #fda94f;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
}

.banner_contents .banner_image {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}

.button_one {
  background-color: #00d0bf;
  border-radius: 52px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #383349;
  padding: 16px 24px 16px 24px;
  margin-top: 30px;
}
.button_one:hover {
  background-color: #fda94f;
}
.button_two {
  background-color: transparent;
  border-radius: 52px;
  border: 2px solid white;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 14px 24px 14px 24px;
  margin-left: 20px;
  margin-top: 30px;
}
.button_two:hover {
  background-color: transparent;
  border: 2px solid #fda94f;
  color: #fda94f;
}
.sec-two {
  padding-top: 80px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding-bottom: 65px;
}
.sec-two h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  color: #383349;
}
.sec-two p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  color: #383349;
  padding-top: 12px;
}
.batch_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.batch_container img {
  max-width: 10%;
  margin: 20px; /* Adjust margin as needed */
}
.sec-three {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  border-radius: 44px;
  background-color: #fffae8;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 88px;
}
.sec-three h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  color: #383349;
  text-align: center;
  padding-top: 88px;
  padding-bottom: 10px;
}
.sec-three-box img {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  margin-left: 85px;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
}
.sec-three-box-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #383349;
  text-align: left;
  padding-top: 120px;

  padding-left: 40px;
}
.sec-three-box-content p {
  width: 75%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #383349;
  text-align: left;
  padding-top: 8px;
  padding-left: 40px;
}
.sec-three-box-content a {
  width: 75%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #6a52c5;
  text-align: left;
  padding-top: 16px;
  padding-left: 40px;
  text-decoration: underline;
}
/*sec-three-box-one------Ends here------------------*/

.sec-three-box-two-content h3 {
  width: 95%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #383349;
  text-align: left;
  padding-top: 180px;
  padding-left: 80px;
}
.sec-three-box-two-content p {
  width: 95%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #383349;
  text-align: left;
  padding-top: 8px;
  padding-left: 80px;
}
.sec-three-box-two-content a {
  width: 95%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #6a52c5;
  text-align: left;
  padding-top: 16px;
  padding-left: 80px;
  text-decoration: underline;
}
.sec-three-box-two img {
  width: 80%;
  margin: 0 auto;
  margin-top: 110px;
  margin-left: 53px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
}
/*sec-three-box-two------Ends here------------------*/

.sec-three-box-two-content,
.sec-three-box-two,
.mobile-version-content-image,
.mobile-version-content,
.sec-three-box-four-content,
.sec-three-box-four {
  display: block; /* Show these elements by default */
}

/* Media query for screens smaller than 768px (mobile) */
@media (max-width: 767px) {
  .sec-three-box-two-content,
  .sec-three-box-two,
  .sec-three-box-four-content,
  .sec-three-box-four {
    display: none; /* Hide these elements on mobile screens */
  }

  .mobile-version-content-image,
  .mobile-version-content {
    display: block; /* Show these elements on mobile screens */
  }
}

/* Additional styles to hide .mobile-version-content-image, .mobile-version-content on desktop */
@media (min-width: 768px) {
  .mobile-version-content-image,
  .mobile-version-content {
    display: none; /* Hide these elements on desktop screens */
  }
}
.sec-three-box-three img {
  width: 80%;
  margin: 0 auto;
  margin-top: 110px;
  margin-left: 85px;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
}
.sec-three-box-three-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #383349;
  text-align: left;
  padding-top: 180px;
  padding-left: 40px;
}
.sec-three-box-three-content p {
  width: 75%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #383349;
  text-align: left;
  padding-top: 8px;
  padding-left: 40px;
}
.sec-three-box-three-content a {
  width: 75%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #6a52c5;
  text-align: left;
  padding-top: 16px;
  padding-left: 40px;
  text-decoration: underline;
}
/*sec-three-box-three------Ends here------------------*/
.sec-three-box-four-content h3 {
  width: 95%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #383349;
  text-align: left;
  padding-top: 180px;
  padding-left: 80px;
}
.sec-three-box-four-content p {
  width: 95%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #383349;
  text-align: left;
  padding-top: 8px;
  padding-left: 80px;
}
.sec-three-box-four-content a {
  width: 95%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #6a52c5;
  text-align: left;
  padding-top: 16px;
  padding-left: 80px;
  text-decoration: underline;
}
.sec-three-box-four img {
  width: 80%;
  margin: 0 auto;
  margin-top: 110px;
  margin-left: 53px;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
}
/*sec-three-box-four------Ends here------------------*/

.sec-four {
  width: 90%;
  margin: 0 auto;
  height: auto;
  border-radius: 32px;
  background-color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 70px;
  padding-bottom: 50px;
}
.sec-four h3 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #383349;
  text-align: left;
  padding-top: 120px;
  padding-left: 70px;
}
.sec-four p {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #383349;
  text-align: left;
  padding-top: 8px;
  padding-left: 70px;
}
.sec-four img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.sec-five .container {
  /* width: 90%; */
  background-color: #e8f8ff;
  margin-top: 44px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 32px;
  margin: 0 auto;
  padding-bottom: 44px;
}
.box-text {
  max-width: 450px;
  height: auto;
}
.sec-five h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  padding-left: 80px;
  padding-top: 44px;
}
.sec-five-para {
  max-width: 90%;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 8px;
  text-align: left;
}
.sec-five .box-one {
  background-color: white;
  border-radius: 24px;
  margin-top: 44px;
  max-width: 302px;
  min-height: 230px;
  margin-left: 80px;
}
.box-one img {
  padding-top: 60px;
  margin-left: 44px;
}
.box-one h5 {
  width: 100%;
  padding-top: 10px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
.sec-five .box-two {
  background-color: white;
  border-radius: 24px;
  margin-top: 44px;
  max-width: 302px;
  min-height: 230px;
}
.box-two img {
  padding-top: 60px;
  margin-left: 44px;
}
.box-two h5 {
  width: 100%;
  padding-top: 10px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
.sec-five .box-three {
  background-color: white;
  border-radius: 24px;
  margin-top: 44px;
  max-width: 302px;
  min-height: 230px;
  margin-left: 80px;
}
.box-three img {
  padding-top: 60px;
  margin-left: 44px;
}
.box-three h5 {
  width: 100%;
  padding-top: 10px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
.sec-five .box-four {
  background-color: white;
  border-radius: 24px;
  margin-top: 44px;
  max-width: 302px;
  min-height: 230px;
  margin-left: 0px;
}
.box-four img {
  padding-top: 60px;
  margin-left: 44px;
}
.box-four h5 {
  width: 100%;
  padding-top: 10px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
.sec-five .box-five {
  background-color: white;
  border-radius: 24px;
  margin-top: 44px;
  max-width: 302px;
  min-height: 230px;
}
.box-five img {
  padding-top: 60px;
  margin-left: 44px;
}
.box-five h5 {
  width: 100%;
  padding-top: 10px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
.sec-six {
  width: 90%;
  margin: 0 auto;
  margin-top: 78px;
  background-color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  padding-bottom: 40px;
}

.sec-six h3 {
  font-size: 32px;
  font-weight: 800;
  padding-top: 75px;
  padding-left: 80px;
  color: #1f93c5;
}

.sec-six p {
  width: 95%;
  font-size: 24px;
  font-weight: 400;
  padding-top: 48px;
  padding-left: 80px;
  line-height: 1.6;
  color: #383349;
}

.sec-six h5 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 24px;
  padding-left: 80px;
  color: #000000;
}

.sec-six h6 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 1px;
  padding-left: 80px;
  color: #000000;
}

.sec-six img {
  width: 80%;
  margin-top: 0px;
  bottom: 40px;
  position: relative;
}

.contolers {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px; /* Adjust margin as needed */
}

.contolers span {
  font-size: 24px;
  margin: 0 10px;
  color: #1f93c5;
  cursor: pointer;
}
.sec-six .row {
  display: flex;
  flex-direction: row; /* Default order of columns for larger screens */
}
.sec-seven {
  background-color: white;
  margin-top: 44px;
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 40px;
}
.sec-seven h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 48px;
  text-align: center;
  margin: 0 auto;
  color: #383349;
}
.sec-seven .logo-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  margin-top: 20px;
  flex-wrap: wrap;
}

.sec-seven .logo-container img {
  max-width: 100%;
  filter: grayscale(100%);
  margin: 0 -2px; /* Adjust the margin as needed for equal spacing */
}
.sec-eight {
  background-color: #6a52c5;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 40px;
}
.sec-eight h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #fda94f;
  padding-top: 48px;
  padding-left: 60px;
  padding-bottom: 0;
}
.sec-eight h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  bottom: 10px;
  position: relative;
  padding-left: 60px;
}
.sec-eight p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: white;
  padding-left: 60px;
  bottom: 10px;
  position: relative;
}
.sec-eight a button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #2e2452;
  background-color: #fda94f;
  padding: 20px 24px 20px 24px;
  margin-top: 120px;
  border-radius: 12px;
  text-decoration: none;
  margin-left: 160px;
  border: none;
}
.sec-eight a button:hover {
  border: 2px solid #fda94f;
  color: #fda94f;
  background-color: transparent;
}
.sec-footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #2e2452;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.sec-footer .first-column {
  margin-left: 80px;
}
.first-column img {
  margin-top: 40px;
  display: block;
  width: 60%;
}
.first-column p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  color: white;
  padding-top: 18px;
}
.social-icon-container {
  display: inline-flex;
  margin-top: 15px;
  margin-left: 0;
  right: 65px;
  position: relative;
}
.social-icon-container ul li {
  display: inline;
  list-style: none;
  color: white;
  margin-left: 0;
}
.social-icon-container li a {
  padding-left: 30px;
  font-size: 18px;
  color: white;
}
.social-icon-container li a:hover {
  color: #fda94f;
}
.sec-footer .second-column {
  margin-left: 50px;
}
.second-column h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  padding-top: 40px;
}
.second-column ul {
  padding-left: 0;

  list-style: none;
}
.second-column ul li {
  padding-top: 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.second-column li a {
  color: white;
  text-decoration: none;
}
.second-column li a:hover {
  color: #fda94f;
  text-decoration: none;
}
.sec-footer .third-column {
  margin-left: 40px;
}
.third-column h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  padding-top: 40px;
}
.third-column ul {
  padding-left: 0;

  list-style: none;
}
.third-column ul li {
  padding-top: 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.third-column li a {
  color: white;
  text-decoration: none;
}
.third-column li a:hover {
  color: #fda94f;
  text-decoration: none;
}
.sec-footer .fourth-column {
  margin-left: 30px;
}
.fourth-column h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  padding-top: 40px;
}
.fourth-column ul {
  padding-left: 0;

  list-style: none;
}
.fourth-column ul li {
  padding-top: 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.fourth-column li a {
  color: white;
  text-decoration: none;
}
.fourth-column li a:hover {
  color: #fda94f;
  text-decoration: none;
}
.sec-footer .fifth-column {
  margin-left: 0px;
}
.fifth-column h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  padding-top: 40px;
}
.fifth-column input {
  width: 70%;
  height: 40px;
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid white;
  color: white;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.fifth-column input:hover {
  border: 1px solid #fda94f;
  color: white;
}
.fifth-column button {
  width: 70%;
  height: 40px;
  background-color: #00d0bf;
  border-radius: 12px;
  color: #2e2452;
  text-align: center;

  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  border: none;
}
.fifth-column button:hover {
  background-color: #fda94f;
  color: #2e2452;
}
.footer-line {
  border: 1px solid white;
  opacity: 0.3;
  width: 88%;
  margin: 0 auto;
  margin-top: 25px;
}
.footer-end {
  font-size: 13px;
  font-weight: 400;
  padding-top: 20px;
  color: white;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0 !important;
}

.banner_contents #crmWebToEntityForm.zcwf_lblLeft {
  box-shadow: 0 0.75rem 1.625rem 0 rgba(54, 141, 255, 0.1);
  border: 1px solid #e3ebfc;
  border-radius: 12px;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#crmWebToEntityForm .zcwf_title {
  display: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
}
#crmWebToEntityForm form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
#crmWebToEntityForm .zcwf_row {
  margin: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab label {
  font-size: 15px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 19.6px;
  margin-bottom: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab {
  display: none;
}
#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld {
  margin-top: 0;
  width: 100%;
  float: none;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input {
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  padding: 10px;
  min-height: 48px;
  border: none !important;
  border-radius: 4px;
  color: #3a3a3c;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus,
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus-visible {
  border: none !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input.is-invalid {
  border-color: red !important;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select {
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #d9d8fe;
  border-radius: 4px;
  color: #3a3a3c;
  margin-top: 5px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus,
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus-visible {
  border: 1px solid #00212c !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row_checkbox_list {
  margin-top: 20px;
}
#crmWebToEntityForm .zcwf_row_checkbox_list > .zcwf_col_lab {
  margin-bottom: 20px;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab {
  order: 2;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab label {
  font-weight: 400;
  font-size: 16px;
  color: #00212c;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld {
  padding-right: 0;
  margin-top: 0;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld input {
  margin-top: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .zcwf_button {
  display: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button {
  display: block;
  background: #fda94f;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  border-radius: 12px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:hover {
  background: #f79f40;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
#crmWebToEntityForm .zcwf_row.position-absolute {
  position: absolute;
  right: auto;
  left: auto;
  top: 105px;
  display: none;
  margin: auto;
}
.g-recaptcha iframe[title="reCAPTCHA"] {
  display: block !important;
}
.g-recaptcha > div {
  width: 100%;
  margin: auto;
}
.mb-100{
  margin-bottom: 100px !important;
}
