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

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

.form-group {
  margin-top: 10px;
}

.form-design {
  border: 1px solid #07074D;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 21px;
}

.default-btn {
  background: #054BB5;
  color: #fff;
  border-radius: 6px;
  height: 4rem;
  border: none;
  padding: 0 1.5rem;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: -0.03px;
}

.main-heading h3 {
  font-size: 40px;
  line-height: 50px;
}
.main-heading p {
  font-size: 18px;
}

.form-design:hover {
  background: #ffffff;
  border: 1px solid #054BB5;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}

.form-design:focus {
  background: #ffffff;
  border: 1px solid #054BB5;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}

.data-wrapper {
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.data-wrapper table tr .col-xl {
  width: 250px;
}
.data-wrapper table.fixed-width tr td {
  width: 20%;
}
.data-wrapper table.fixed-width tr .col-xl {
  width: 250px;
}
.data-wrapper .data-title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #252631;
  font-family: "Roboto", sans-serif;
}
.data-wrapper .data-value {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.175px;
  color: #404850;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.data-wrapper .status--danger {
  color: #ff3d00;
}
.data-wrapper .status--success {
  color: #1fbd7b;
}

@media screen and (max-width: 575px) {
  .default-btn {
    height: 40px;
  }
}
.feature-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 380px;
  margin-bottom: 4rem;
  font-family: "Poppins", sans-serif;
  padding: 3rem 2rem;
}
.feature-card:hover {
  box-shadow: 0px 25px 124px rgba(88, 106, 106, 0.2);
}
.feature-card .card-heading {
  max-height: 100px;
}
.feature-card .card-heading .icon {
  width: 95px;
  height: 95px;
  border-radius: 15px;
  margin: auto;
  background: rgba(5, 75, 181, 0.1);
}
.feature-card .card-heading .icon img {
  width: 40px;
  height: 40px;
}
.feature-card .card-body .title {
  color: #011212;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-top: 2rem;
}
.feature-card .card-body .content {
  color: #011212;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .feature-card {
    padding: 2rem;
    height: auto;
  }
  .feature-card .card-body h4.title {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  .feature-card .card-body p.content {
    font-size: 16px;
  }
}

.page-header {
  background: #054BB5;
  padding: 1rem 0;
  font-family: "Poppins", sans-serif;
}
.page-header .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.page-header .nav-item {
  padding: 0 1rem;
  position: relative;
}
.page-header .nav-item:after {
  content: "";
  width: 1px;
  height: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 10px;
}
.page-header .nav-item:last-child::after {
  display: none;
}
.page-header .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.page-header .nav-item .nav-link.router-link-active {
  color: #fff;
}
.page-header .nav-btn-link {
  background: #fff;
  border-radius: 44px;
  padding: 1rem 3rem;
  color: #054BB5;
  font-family: "Poppins", sans-serif;
}
.page-header .nav-link-text {
  color: #fff;
  display: block;
  margin-right: 1.4rem;
}

.page-footer {
  background: #17191a;
  padding-top: 3rem;
}
.page-footer .logo {
  width: 100%;
  text-align: center;
}
.page-footer .footer-hr-wrapper {
  display: flex;
  align-items: center;
}
.page-footer .footer-hr-wrapper .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
}
.page-footer .footer-hr-wrapper .footer-hr {
  border-top: 1px solid #fff;
  width: 100%;
}
.page-footer .social-links-wrapper {
  padding-top: 80px;
}
.page-footer .social-links {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.page-footer .social-links .social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
}
.page-footer .footer-links {
  padding-top: 60px;
  padding-bottom: 2rem;
}
.page-footer .footer-links ul li {
  position: relative;
  flex: 1;
  text-align: center;
}
.page-footer .footer-links ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.page-footer .footer-links ul li a:after {
  content: "";
  width: 1px;
  height: 70%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 4px;
  right: 0;
}
.page-footer .copyright {
  padding: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-footer .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .page-footer .footer-hr-wrapper .footer-hr,
.page-footer .footer-hr-wrapper .dot {
    display: none;
  }
}

.homepage-container .hero {
  background: #054BB5;
}
.homepage-container .hero .content {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
}
.homepage-container .hero .content h3 {
  font-size: 65px;
  font-weight: 600;
  font-family: "Inter", sans-serif, Verdana;
  margin: 0;
}
.homepage-container .hero .content p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.homepage-container .hero .content .btn.btn-primary {
  background: #fff;
  border-radius: 44px;
  height: 54px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #054BB5;
  position: relative;
}
.homepage-container .hero .content .btn.btn-primary img {
  display: inline-block;
  margin-left: 10px;
}
.homepage-container .hero .content .dots-bg {
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icons/dots-xl.svg");
  position: absolute;
  left: -170px;
  z-index: 10;
}
.homepage-container .hero .phone-backdrop {
  position: relative;
}
.homepage-container .hero .phone-backdrop .phone-bg {
  width: 100%;
  height: 630px;
  background-image: url("../icons/mobile-shott.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  position:absolute;
}
.homepage-container .hero .phone-backdrop .dots-bg {
  width: 230px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icons/dots.svg");
  position: absolute;
  top: 50px;
  right: -100px;
  z-index: 10;
}
.homepage-container .brands {
  padding: 100px 0;
}
.homepage-container .info {
  font-family: "Poppins", sans-serif;
  padding: 100px 0;
}
.homepage-container .info h3 {
  margin: 0;
  font-size: 57px;
  color: #011212;
  line-height: 75px;
}
.homepage-container .info p {
  color: #011212;
  font-size: 18px;
}
.homepage-container .info .primary-link-btn {
  background: #054BB5;
  height: 54px;
  border-radius: 44px;
  width: 30%;
}
.homepage-container .info .laptop-bg {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-image: url("../icons/info-laptop.svg");
  background-size: cover;
  position: absolute;
  left: -170px;
  z-index: 100;
}
.homepage-container .info .dots-bg {
  width: 90%;
  height: 150px;
  background-repeat: no-repeat;
  background-image: url("../icons/dots-hr.svg");
  background-size: contain;
  bottom: -140px;
  position: absolute;
  z-index: 10;
  right: 40px;
}
.homepage-container .info .dots-right {
  width: 300px;
  height: 120px;
  background-repeat: no-repeat;
  background-image: url("../icons/dots.svg");
  background-size: contain;
  position: absolute;
  z-index: 10;
  right: -250px;
}
.homepage-container .features {
  padding-top: 200px;
  padding-bottom: 100px;
}
.homepage-container .features .heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.homepage-container .features .heading h3 {
  font-size: 57px;
  line-height: 75px;
  color: #011212;
  margin: 0;
}
.homepage-container .features .heading p {
  font-size: 18px;
  color: #011212;
  font-weight: 300;
}
.homepage-container .solution .section-heading {
  font-family: "Poppins", sans-serif;
}
.homepage-container .solution .section-heading h3 {
  font-size: 57px;
  line-height: 75px;
  margin: 0;
  color: #011212;
}
.homepage-container .solution .section-heading p {
  font-size: 18px;
  color: #011212;
  font-weight: 300;
}
.homepage-container .solution .solution-list {
  margin-top: 3rem;
}
.homepage-container .solution .solution-list .solution-item {
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
}
.homepage-container .solution .solution-list .solution-item .heading {
  display: flex;
  align-items: center;
}
.homepage-container .solution .solution-list .solution-item .heading img.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}
.homepage-container .solution .solution-list .solution-item .heading h3 {
  font-size: 24px;
  margin: 0;
}
.homepage-container .solution .solution-list .solution-item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.homepage-container .solution .solution-backdrop {
  position: relative;
}
.homepage-container .solution .solution-backdrop .dots-bg {
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../icons/dots-wide.svg");
  position: absolute;
  top: 40px;
  right: -120px;
}
.homepage-container .solution .solution-backdrop .laptop-bg {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../icons/laptop-right.svg");
  position: absolute;
  right: -200px;
  top: 100px;
  z-index: 100;
}
.homepage-container .get-app {
  background: #054BB5;
  padding: 90px 0;
}
.homepage-container .get-app .get-app-content {
  font-family: "Poppins", sans-serif;
}
.homepage-container .get-app .get-app-content h3 {
  font-size: 57px;
  line-height: 75px;
}
.homepage-container .get-app .get-app-content p {
  font-size: 18px;
}
.homepage-container .get-app .get-app-content .btn-container {
  padding-top: 3rem;
}
.homepage-container .get-app .get-app-content button {
  background: #000;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.homepage-container .get-app .get-app-content button .app-info p {
  font-size: 12px;
}
.homepage-container .get-app .get-app-content button .app-info h4 {
  font-size: 16px;
}
.homepage-container .get-app .get-app-content .app-store {
  background-image: url("../icons/app-store.svg");
}
.homepage-container .get-app .get-app-content .play-store {
  background-image: url("../icons/play-store.svg");
}
.homepage-container .get-app .app-backdrop {
  background-image: url("../icons/get-app.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 570px;
  background-size: cover;
  background-position: right;
  position: absolute;
  top: -120px;
  right: -70px;
}
.homepage-container .services {
  padding: 90px 0;
}
.homepage-container .services .services-heading h3 {
  font-size: 57px;
  line-height: 75px;
  font-family: "Poppins", sans-serif;
}
.homepage-container .opportunities {
  font-family: "Poppins", sans-serif;
  background: #054BB5;
  padding: 90px 0;
}
.homepage-container .opportunities h3 {
  font-size: 57px;
  line-height: 75px;
  margin-bottom: 2rem;
}
.homepage-container .opportunities .side-content p {
  margin-bottom: 2rem;
  font-size: 18px;
}
.homepage-container .reviews {
  padding-top: 200px;
  padding-bottom: 60px;
  position: relative;
}
.homepage-container .reviews h3 {
  font-size: 57px;
  line-height: 75px;
  position: relative;
  z-index: 100;
}
.homepage-container .reviews .dots-bg {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../icons/dots-wide.svg");
  position: absolute;
  top: -70px;
}
.homepage-container .reviews .link-btn {
  height: 60px;
  background: #054BB5;
  padding: 0 2rem;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 3rem;
}
@media screen and (max-width: 575px) {
  .homepage-container .hero .content h3 {
    font-size: 57px;
  }
  .homepage-container .hero .content p {
    font-size: 18px;
  }
  .homepage-container .hero .content .dots-bg {
    display: none;
  }
  .homepage-container .hero .phone-backdrop .phone-bg {
    display: none;
  }
  .homepage-container .hero .phone-backdrop .dots-bg {
    display: none;
  }
  .homepage-container .brands {
    padding: 100px 0 30px 0;
  }
  .homepage-container .info {
    padding: 100px 0 30px 0;
  }
  .homepage-container .info h3 {
    font-size: 44px;
    line-height: 60px;
  }
  .homepage-container .info p {
    font-size: 16px;
  }
  .homepage-container .info .dots-bg {
    display: none;
  }
  .homepage-container .info .dots-right {
    display: none;
  }
  .homepage-container .info .laptop-bg {
    display: none;
  }
  .homepage-container .info .primary-link-btn {
    width: 40%;
  }
  .homepage-container .features {
    padding: 100px 0 30px 0;
  }
  .homepage-container .features .heading h3 {
    font-size: 44px;
  }
  .homepage-container .features .heading p {
    font-size: 16px;
  }
  .homepage-container .solution {
    padding: 50px 0;
  }
  .homepage-container .solution .section-heading h3 {
    font-size: 44px;
  }
  .homepage-container .solution .section-heading p {
    font-size: 16px;
  }
  .homepage-container .solution .solution-list .solution-item {
    margin-bottom: 0;
  }
  .homepage-container .solution .solution-list .solution-item p {
    margin-bottom: 2rem;
  }
  .homepage-container .solution .solution-backdrop .dots-bg {
    display: none;
  }
  .homepage-container .solution .solution-backdrop .laptop-bg {
    position: relative;
    right: 0;
    height: 350px;
    display: none;
  }
  .homepage-container .get-app .get-app-content h3 {
    font-size: 44px;
  }
  .homepage-container .get-app .get-app-content p {
    font-size: 16px;
  }
  .homepage-container .get-app .app-backdrop {
    display: none;
  }
  .homepage-container .services .services-heading h3 {
    font-size: 44px;
    line-height: 60px;
  }
  .homepage-container .opportunities h3 {
    font-size: 44px;
    line-height: 60px;
  }
  .homepage-container .reviews h3 {
    font-size: 44px;
    line-height: 60px;
  }
  .homepage-container .reviews .dots-bg {
    display: none;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 800px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.about-container .about-hero-container {
  padding: 100px 0;
  background: #054BB5;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.about-container .about-hero-container h3 {
  font-size: 57px;
  line-height: 75px;
  color: #fff;
}
.about-container .about-hero-container p {
  font-size: 18px;
  color: #fff;
}
.about-container .about-hero-container::before {
  content: "";
  width: 300px;
  height: 130px;
  background-image: url("../icons/dots-xl.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 50px;
  background-size: contain;
}
.about-container .about-hero-container:after {
  content: "";
  width: 300px;
  height: 130px;
  background-image: url("../icons/dots-xl.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  background-size: contain;
  top: 60px;
}
.about-container .who-we-are {
  padding: 120px 0;
  background: #f5f7fa;
  font-family: "Poppins", sans-serif;
}
.about-container .who-we-are h3 {
  font-size: 57px;
  line-height: 75px;
  color: #054BB5;
  margin-bottom: 2rem;
}
.about-container .who-we-are p {
  font-size: 18px;
}
.about-container .who-we-are .sub-section {
  padding-top: 200px;
}
.about-container .core-values {
  background: #fff;
  padding: 100px 0;
}
.about-container .core-values .main-heading {
  margin-bottom: 100px;
}
.about-container .core-values .values-card .icon {
  background: rgba(5, 75, 181, 0.1);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.about-container .core-values .values-card .icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.about-container .core-values .values-card .card-content {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #011212;
}
.about-container .team {
  background: #f5f7fa;
  padding: 140px 0;
}
.about-container .team .main-heading {
  padding-bottom: 100px;
}
.about-container .team .team-row-2 {
  margin-top: 50px;
}
.about-container .team .team-photo-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.about-container .team .team-photo-wrapper .team-photo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 200px;
}
.about-container .team .team-photo-wrapper .team-1 {
  background-image: url("../icons/team-1.svg");
}
.about-container .team .team-photo-wrapper .team-2 {
  background-image: url("../icons/team-2.svg");
}
.about-container .team .team-photo-wrapper-gray .team-photo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 150px;
  margin-bottom: 1rem;
}
.about-container .team .team-photo-wrapper-gray .team-3 {
  background-image: url("../icons/team-3.svg");
}
.about-container .team .team-photo-wrapper-gray .team-4 {
  background-image: url("../images/vic_.png");
}
.about-container .team .team-photo-wrapper-gray .team-5 {
  background-image: url("../images/mesh_.png");
}
.about-container .team .team-photo-wrapper-gray .team-6 {
  background-image: url("../icons/team-2.svg");
}
.about-container .team .team-photo-wrapper-gray .team-7 {
  background-image: url("../images/remi_img.png");
}
/* .about-container .team .team-photo-wrapper-gray .team-8 {
  background-image: url("../images/chaytor-modified.png");
} */
.about-container .team .team-photo-wrapper-gray .team-9 {
  background-image: url("../images/woodhouse_img.png");
}
.about-container .team .team-photo-wrapper-gray .team-10 {
  background-image: url("../images/marie_img.png");
}
.about-container .team .team-photo-wrapper-gray .team-11 {
  background-image: url("../images/williamson_img.png");
}
.about-container .team .team-photo-wrapper-gray .team-12 {
  background-image: url("../images/muna_img.png");
}
.about-container .team .team-photo-wrapper-gray .team-13 {
  background-image: url("../images/quine_img.png");
}
.about-container .team .team-photo-wrapper-gray .team-14 {
  background-image: url("../images/luis_img.png");
}
.about-container .team .team-details {
  font-family: "Poppins", sans-serif;
}
.about-container .team .team-details p {
  margin-bottom: 0;
}
.about-container .team .team-details .name {
  font-size: 24px;
  color: #0053D0;
}
.about-container .team .team-details .title {
  font-size: 18px;
  color: rgba(1, 18, 18, 0.7);
}
.about-container .team .team-details .team-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  border: 1px solid #054BB5;
  background: #e7effc;
  height: 54px;
  color: #054BB5;
  padding: 0 1rem;
  margin-top: 24px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  min-width: 160px;
}
.about-container .team .team-details .team-btn span {
  display: inline-block;
  margin-right: 16px;
}
.about-container .jobs {
  background: #054BB5;
  padding: 100px 0;
  font-family: "Poppins", sans-serif;
}
.about-container .jobs h3 {
  font-size: 48px;
}
.about-container .jobs .jobs-btn {
  border: 1px solid #fff;
  color: #054BB5;
  border-radius: 30px;
  margin-top: 2rem;
  height: 54px;
  padding: 0 2rem;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.about-container .more-questions {
  padding-top: 100px;
  background: #fff;
  font-family: "Poppins", sans-serif, Verdana;
}
.about-container .more-questions h3 {
  font-size: 57px;
  margin-bottom: 2rem;
}
.about-container .more-questions p {
  color: #011212;
  font-size: 18px;
  line-height: 28px;
}
.about-container .more-questions .links {
  margin-top: 2rem;
}
.about-container .more-questions .links .links-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #054BB5;
  border-radius: 50px;
  margin-right: 2rem;
}

.scene {
  perspective: 800px;
}
.scene .custom_card {
  cursor: pointer;
  transition: 1s ease-in-out;
  transform-style: preserve-3d;
}
.scene .custom_card:hover {
  transform: rotateY(0.5turn);
}
.scene .custom_card .card__face {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 1s ease-in-out;
}
.scene .custom_card .card__face--back {
  transform: rotateY(0.5turn);
}

.faq-container .faq-banner {
  background: #054BB5;
  padding: 90px 0;
  position: relative;
}
.faq-container .faq-banner:before {
  content: "";
  background-image: url("../icons/dots.svg");
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 30px;
}
.faq-container .faq-banner:after {
  content: "";
  background-image: url("../icons/dots.svg");
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.faq-container .faq-banner h3 {
  font-size: 57px;
  color: #fff;
  font-family: "Poppins", sans-serif, Verdana;
  position: relative;
  z-index: 100;
}
.faq-container .questions {
  padding: 100px 0;
  background: #f5f7fa;
}
.faq-container .questions .accordion .card {
  border: none;
  margin-bottom: 0.6rem;
}
.faq-container .questions .accordion .card-header {
  background: #fff;
}
.faq-container .questions .accordion .card-header .btn {
  color: #443e3e;
  text-decoration: none;
  font-family: "Poppins", sans-serif, Verdana;
  display: flex;
  justify-content: space-between;
}
.faq-container .more-questions {
  padding-top: 100px;
  background: #fff;
  font-family: "Poppins", sans-serif, Verdana;
}
.faq-container .more-questions h3 {
  font-size: 57px;
  margin-bottom: 2rem;
}
.faq-container .more-questions p {
  color: #011212;
  font-size: 18px;
  line-height: 28px;
}
.faq-container .more-questions .links {
  margin-top: 2rem;
}
.faq-container .more-questions .links .links-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #054BB5;
  border-radius: 50px;
  margin-right: 2rem;
}

.authClass {
  background-color: #ffffff !important;
}

.input-group {
  border: 1px solid #07074D;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 2px;
}

.input-group:hover {
  background: #ffffff;
  border: 1px solid #054BB5;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}

.input-design {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: transparent;
  outline: none;
}

.input-group-text {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.input-group .input-design:focus {
  background: #ffffff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px transparent;
  border-radius: 6px;
}

.input-group .input-design:hover {
  background: #ffffff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px transparent;
  border-radius: 6px;
}

.input-group .input-design:active {
  background: #ffffff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px transparent;
  border-radius: 6px;
}

.authClass {
  background-color: #ffffff !important;
}

.input-group {
  border: 1px solid #07074D;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 2px;
}

.input-group:hover {
  background: #ffffff;
  border: 1px solid #054BB5;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}

.input-design {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: transparent;
  outline: none;
}

.input-group-text {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.input-group .input-design:focus {
  background: #ffffff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px transparent;
  border-radius: 6px;
}

.input-group .input-design:hover {
  background: #ffffff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px transparent;
  border-radius: 6px;
}

.input-group .input-design:active {
  background: #ffffff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 3px transparent;
  border-radius: 6px;
}