body {
  font-family: "TT Chocolates";
  color: #36464F;
}

.container-fluid {
  padding: 0px !important;
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 100% !important;
  }
}

.topbar {
  background: #F9F9F9;
  padding: 8px 12px;
  font-size: 16px;
  text-align: center;
}

.logo {
  width: 100%;
  max-width: 276px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .logo {
    margin-bottom: 40px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TT Chocolates";
  color: #36464F;
}

p {
  font-size: 16px;
  font-family: "Roboto";
  color: #36464F;
  font-weight: 300;
}

h1 {
  font-size: 52px;
  font-weight: 300;
}
h1 span {
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 300;
}

h5 {
  font-size: 24px;
  font-weight: 400;
}
h5 span {
  color: #FFA800;
}

.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0.01%, #F1F1F1 100%);
  padding: 40px 0px 120px;
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .header {
    margin-bottom: 40px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header h5 {
    margin-bottom: 40px;
  }
}

.options {
  display: flex;
  gap: 4px;
  max-width: 788px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  padding: 0px 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .options {
    background: #fff;
    flex-direction: column;
    position: relative;
    padding: 24px 12px;
    gap: 24px;
    margin-bottom: -24px;
  }
}
.options .innerBox {
  padding: 24px 24px 0px;
  border-top: 1px solid #FFA800;
  background: linear-gradient(180deg, rgba(255, 168, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .options .innerBox {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.options .innerBox h5 {
  font-weight: 600;
  margin-bottom: 12px;
}
.options .innerBox p {
  font-weight: 300;
}
.options .innerBox:first-child {
  border-top-left-radius: 12px;
}
.options .innerBox:last-child {
  border-top-right-radius: 12px;
}
.options .innerBox .arrowCircle {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(255, 168, 0, 0.2);
  border-radius: 40px;
  height: 32px;
  width: 32px;
  margin: 0px auto;
}

.expertise h2 span {
  color: #FFA800;
  font-weight: 700;
}
.expertise .technology, .expertise .innovation, .expertise .insurance {
  display: flex;
  gap: 12px;
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 0px 0px 12px 12px;
  border-right: 1px dashed #7165E4;
  border-bottom: 1px dashed #7165E4;
  border-left: 1px dashed #7165E4;
  background: linear-gradient(0deg, rgba(113, 101, 228, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.expertise .technology p, .expertise .innovation p, .expertise .insurance p {
  color: #777;
  margin-bottom: 0px;
  font-weight: 300;
}
.expertise .technology p span, .expertise .innovation p span, .expertise .insurance p span {
  color: #6458D8;
  font-weight: 700;
}
.expertise .insurance {
  border-color: #2CCCCC;
  background: linear-gradient(0deg, rgba(44, 204, 204, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.expertise .insurance p span {
  color: #2CCCCC;
}
.expertise .innovation {
  border-color: #FFA800;
  background: linear-gradient(0deg, rgba(255, 168, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.expertise .innovation p span {
  color: #FFA800;
}

.solutionBox {
  padding: 24px;
  border-radius: 0px 0px 24px 24px;
  border-bottom: 1px solid #2CCCCC;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40.38%, #FFF 100%);
  box-shadow: 0px 8px 16px 0px rgba(44, 204, 204, 0.1);
  margin-bottom: 24px;
}
.solutionBox .title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.solutionBox .title img {
  width: 40px;
}
.solutionBox .title h5 {
  font-weight: 600;
  font-size: 18px;
}
.solutionBox p {
  margin-bottom: 0px;
  font-weight: 300;
}

.usp {
  background: rgba(255, 168, 0, 0.1);
  padding: 40px 0px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.usp .accordion-flush {
  max-height: 500px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .usp .accordion-flush {
    margin-top: 40px;
  }
}
.usp .accordion-flush .accordion-item {
  background: transparent;
  border-bottom-color: #FFA800;
  border-radius: 12px;
  margin-bottom: 12px;
}
.usp .accordion-flush .accordion-item .accordion-button {
  background: transparent;
  color: #36464F;
  font-size: 18px;
  font-weight: 500;
}
.usp .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #36464F;
}
.usp .accordion-flush .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.usp .accordion-flush .accordion-item .accordion-button:after {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  background-size: 16px;
  background-position: center;
  height: 28px;
  width: 28px;
}
.usp .accordion-flush .accordion-body {
  font-size: 14px;
  font-weight: 300;
  border-radius: 12px;
}
.usp .accordion-collapse {
  background: rgba(255, 168, 0, 0.2);
  border-radius: 12px;
}

.expertise {
  margin-bottom: 80px;
}
.expertise ul {
  margin: 0;
  padding: 0;
}
.expertise ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.expertise ul li .circle {
  background: #E7E7E7;
  border-radius: 100px;
  flex: 1 0 0;
  height: 50px;
  max-width: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise ul li div {
  flex: 1 0 0;
}
.expertise ul li div h6 {
  font-weight: 700;
  font-size: 18px;
}

footer {
  background: #36464F;
  padding-top: 24px;
}
footer h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
footer a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12px;
}
footer a:hover {
  color: #FFA800;
}
footer p, footer a {
  color: #fff;
  font-weight: 300;
}
footer .socialIcon {
  margin-right: 12px;
}
footer .disclaimer {
  background: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  border-radius: 50px;
  padding: 8px 12px;
  text-align: center;
  margin: 12px 0px;
}
footer .copyright {
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  padding: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0px;
}/*# sourceMappingURL=index.css.map */