@import "fonts.css";
@import "home_page.css";
@import "synapsepage.css";
@import "firstpasspage.css";
@import "capabilities.css";
@import "about.css";
@import "support.css";
@import "fpsuite.css";
@import "site-icons.css";
@import "text-mover.css";
@import "blog.css";
@import "allblogs.css";
@import "blog6.css";
@import "termsofuse.css";
@import "gallery.css";
@import "responsive.css";
/* @import "fpsuite-responsive.css"; */

html,
body {
  font-family: "Axiforma", sans-serif;
  font-size: 1rem;
  color: #222222;
}

.main-container {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.header-sec {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  padding: 15px 35px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 75px;
  position: fixed;
  z-index: 3;
  background-color: #ffffff;
  width: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 35px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-right > div:nth-child(1) {
  min-width: 20vw;
}

.header .logo-dark {
  cursor: pointer;
}

.navigation-menu li span {
  color: #222222;
  font-size: 0.86vw;
  text-transform: capitalize !important;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.content {
  padding-top: 65px;
}

h1 {
  font-weight: 800;
}

.overflowX-hidden {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
  opacity: 0.5;
}

:root {
  --no-of-slides: 6;
  --slides-in-view: 4;
  --slide-width: 200px;
  --slide-height: 100px;
  --iteration-time: 10s;
}

.highlight {
  background-color: yellow;
}

#search {
  border-radius: 8px;
  border: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
  font-family: "Axiforma";
  font-size: 1.02vw;
  max-width: 85px;
  transition: max-width 1s;
  padding: 9px 0;
}

input#search:focus,
input:not(:placeholder-shown)#search {
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  max-width: 20vw;
  padding: 9px 35px 9px 20px;
}

input#search::placeholder {
  font-size: 0.86vw;
}

input#search:focus ~ .searchicon {
  animation: 2s bounce linear infinite;
}

.searchicon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  animation: 2s bounce linear;
}

.language-switcher button {
  /* border: none; */
  border: 1px solid #222222;
  background-color: transparent;
  border-radius: 22px;
  font-size: 0.88vw;
  padding: 6px 15px;
  min-width: 80px;
}

.language-switcher button:hover {
  background-color: #222222;
  color: #ffffff;
}

.contact-sec {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.navigation-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 500;
}

.navigation-menu li {
  cursor: pointer;
}

/* .navigation-menu li:hover {
    animation: 1s bounce linear infinite;
} */

.navigation-menu li:last-child {
  animation: none;
}

#home .carousel-indicators {
  align-items: center;
}

#home .carousel-indicators button[data-bs-target].indicators {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #999999;
}

#home .carousel-indicators .active {
  background-color: #4074fc;
  border: 1px solid #4074fc !important;
}

#home .carousel-control-next,
#home .carousel-control-prev {
  position: unset !important;
  text-indent: 0;
}

#home .carousel-control-next-icon,
#home .carousel-control-prev-icon {
  width: 1rem;
  height: auto;
  background-image: none;
}

#home.bordered {
  border: 20px solid #fff !important;
}

#home .centrize {
  z-index: 100;
}

#home-slider .carousel-item .col-sm-5 img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

.greysec_bg {
  background-color: #f7f7fb;
}

.greysec_bg h1 {
  font-size: 3.9vw;
}

.greysec_bg p {
  font-size: 1vw;
  padding-right: 80px;
}

.greybutton {
  text-decoration: none;
  background: #222222;
  padding: 18px 40px;
  border-radius: 60px;
  color: #ffffff;
  font-size: 0.94vw;
  margin-top: 10px;
  display: inline-block;
  transition: all 0.5s;
}

.greybutton:hover {
  background: #0c75f9;
  color: #ffffff;
}

.map-widget {
  display: flex;
  justify-content: space-around;
  width: 85%;
  margin: 60px auto;
}

.map-widget > .map h2 {
  font-size: 1.52vw;
  font-weight: 800;
}

.map-widget .map {
  text-align: center;
}

/* .map-widget.map:hover {
    animation: 2s bounce linear;
} */

.map-widget > .map a {
  font-size: 0.94vw;
  color: #222222;
  text-decoration: none;
}

.map-widget > .map a:hover {
  font-size: 0.94vw;
  color: #222222;
  text-decoration: underline;
}

.container-footer {
  width: 76%;
  margin: 0 auto;
  display: flex;
}

.container-footer .widget:last-child {
  border-right: none;
}

.container-footer .widget h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 0;
}

.container-footer .widget ul {
  font-size: 0.8vw;
  color: #222222;
  font-weight: 300;
}

.widget h6 {
  font-size: 1.11vw;
}

.container-footer {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 30px;
  z-index: 1;
}

.container-footer .widget ul li {
  margin-bottom: 15px;
}

.container-footer .widget ul li a {
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  color: #222222;
}

.container-footer .widget ul li a:hover {
  color: #000000;
}

.container-footer .widget {
  text-align: left;
  border: none;
  padding-left: 3%;
}

.container-footer .footer-caption {
  padding-right: 3%;
  padding-left: 0;
  width: 18%;
}

.container-footer .heading3 {
  color: #333333;
  line-height: 40px;
  font-size: 2.35vw;
}

.container-footer .footer-logo {
  width: 70%;
  margin-top: 70%;
}

.container-footer h6 {
  font-weight: 900;
  color: #333333;
  line-height: 1.5;
}

.copyright-sec {
  background-color: #f7f7fb;
  padding: 15px 0;
  font-size: 0.89vw;
  text-align: center;
  color: #222222;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-15%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-7%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0);
  }
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-60 {
  width: 60%;
}

.clients-section {
  padding: 140px 0 140px 0;
}

.site-section h1 {
  font-size: 2.22vw;
  margin-bottom: 2.35vw;
}

.footer-social {
  font-size: 0.82vw;
}

.footer-social img {
  height: 24px;
}

.map-name {
  margin-bottom: 0.3rm;
}

.map-link {
  text-transform: uppercase;
}

.map-link span {
  font-weight: 300;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 68%;
}

.footer-links a {
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) bottom / 0 0.05em
    no-repeat;
  transition: 0.5s background-size;
}

.footer-links a:hover {
  background-size: 100% 0.1em;
}

.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-65 {
  width: 65%;
}

.application-screens {
  display: block;
  width: 80%;
  margin: 0 auto;
  object-fit: contain;
}

.mt-86 {
  margin-top: 86px;
}

.mt-95 {
  margin-top: 6.9vw;
}

.mt-30 {
  margin-top: 30px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-104 {
  margin-top: 104px;
}

.highlight-info {
  color: #e22526;
}

.navigation-menu span.active {
  font-weight: bold;
  color: #007bff;
  /* Example active link color */
}

ul.topnav {
  list-style-type: none;
  overflow: hidden;
}

ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.25vw;
  font-family: "Contrail One";
}

/* ul.topnav li a:hover {
	background-color: #111;
} */

.icon {
  display: none;
}

.fw-600 {
  font-weight: 600;
}

.fw-exbold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.fw-medium {
  font-weight: 500;
}

.fw-light {
  font-weight: 300;
}

.description-gray {
  color: #666666;
}

.section-heading {
  font-size: 2.22vw;
  font-weight: normal;
}

#successStoriesCarousel {
  font-size: 1.17vw;
}

.whitebutton {
  text-decoration: none;
  background: #ffffff;
  padding: 18px 40px;
  border-radius: 60px;
  color: #4074fc;
  font-size: 0.94vw;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #4074fc;
}

.chat_bot {
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 10;
  background: linear-gradient(180deg, #6581ff 0%, #924fe3 100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.chat_bot i {
  font-size: 1.76vw;
  color: #ffffff;
}

.error {
  color: #e74c3c;
}

.success {
  color: #28a745;
}

.vertical-content {
  display: none;
}

.close-icon {
  font-size: 8vw;
  color: #ffffff;
}

.navigation-menu .responsive {
  display: none;
}

#result {
  padding: 10px;
  font-size: 0.782vw;
  width: 40%;
  /* text-align: left; */
}

#result.error {
  color: #e74c3c;
}

#result.success {
  color: #2ecc71;
}

#result {
  display: none;
}

.emp-staff img {
  width: 35%;
}

#captcha {
  color: #e74c3c;
  font-size: 0.75rem;
  text-align: left;
}

#submitbtn {
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  height: 3.18vw;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .map-link {
    pointer-events: auto;
  }

  .map-widget > .map h2 {
    font-size: 4.52vw;
  }

  #successStoriesCarousel .carousel-control-prev img,
  #successStoriesCarousel .carousel-control-next img {
    width: 20px;
  }

  #successStoriesCarousel .carousel-inner,
  .integration-padding {
    padding: 20px;
  }

  #successStoriesCarousel .carousel-inner {
    min-height: 300px;
  }

  ul.topnav.responsive {
    gap: 50px !important;
  }

  .greysec_bg h1 {
    font-size: 9vw;
  }

  .greysec_bg p {
    font-size: 3vw;
    padding-right: 10px;
  }

  .w-75 {
    width: 90% !important;
  }

  .greybutton {
    font-size: 4vw;
    padding: 14px 35px;
    border-radius: 45px;
  }

  input#search:focus,
  input:not(:placeholder-shown)#search {
    max-width: 43vw;
    font-size: 3vw;
    padding: 8px 35px 9px 10px;
  }

  #home-slider {
    /* height: calc(100vh - 65px) !important; */
    height: 100%;
  }

  #home-slider .carousel-item video {
    height: 25vh !important;
  }

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

  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* h2 {
        font-size: 4.5vw !important;
    } */

  .clients-section .w-75 {
    width: 90% !important;
  }

  .clients-section .w-70 {
    width: 90%;
  }

  .global-partners-section {
    padding: 50px;
  }

  .global-partners-section .w-70 {
    width: 100%;
  }

  .company-section {
    padding: 50px 0;
  }

  .company-section h1 {
    width: 86%;
    margin: 0 auto 2rem auto;
  }

  .section-big-right,
  .section-full,
  .channels,
  .happier-conversations {
    margin: 60px auto 0px auto;
  }

  .section-big-right .row .col-sm-6:last-child img,
  .section-big-left .row .col-sm-5:first-child img {
    width: 70% !important;
  }

  .section-big-left .row {
    flex-direction: column-reverse;
  }

  .section-big-left .col-sm-7 {
    padding-left: 65px;
  }

  .section-big-right .row .col-sm-6:last-child {
    text-align: right;
  }

  .success-stories {
    margin-top: 90px;
  }

  .success-stories h2 {
    margin-bottom: 30px;
    font-size: 7.5vw;
    line-height: 9vw;
  }

  .synapse-reach,
  .firstpass-reach {
    flex-wrap: wrap;
    font-size: 3.5vw;
    padding: 35px 0;
  }

  .synapse-reach > div {
    width: 31% !important;
  }

  .synapse-reach > div:nth-child(1) {
    padding-right: 0 !important;
    width: 100% !important;
    margin-bottom: 12px;
  }

  .site-section h1,
  .demo-heading {
    font-size: 8vw !important;
  }

  .milestones {
    font-size: 2.5vw;
    width: 85%;
  }

  .footer-social {
    font-size: 3.5vw;
  }

  .map-widget > .map a {
    font-size: 4vw;
  }

  .map-widget > .map a:hover {
    font-size: 4vw;
  }

  .widget h6,
  .capabilities-tabs-contentarea h6 {
    font-size: 3vw;
  }

  .capabilities-column {
    margin-bottom: 30px;
  }

  .demo-heading {
    padding-top: 100px;
  }

  .demo-heading,
  .demo-subheading {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .milestone {
    width: 45%;
  }

  .big-padding {
    padding: 60px 30px;
  }

  .p-5 {
    padding: 2rem !important;
  }

  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .map-widget {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
  }

  .map-widget .map {
    width: 42%;
    text-align: left;
    pointer-events: auto;
  }

  .synapse-hero {
    min-height: initial;
    background-position: left bottom;
    background-size: 100% auto;
  }

  .synapse-hero h1 {
    font-size: 6vw;
    width: 60%;
    margin: 0 30px;
  }

  .synapse-hero p {
    font-size: 3vw;
    width: 92% !important;
    text-align: left;
    padding: 0 10px;
  }

  .synapse-hero .greybutton {
    font-size: 3vw;
  }

  .synapse-hero .greybutton.mt-30 {
    margin-top: 0;
  }

  .container-footer {
    flex-direction: column-reverse;
  }

  .channels {
    width: 85%;
    margin: 30px auto 0 auto;
  }

  .channels h2 {
    font-size: 5vw;
    width: 100%;
  }

  .channels .channel {
    font-size: 3vw;
    padding: 30px 0;
  }

  .channels .channel i {
    font-size: 6.5vw;
  }

  .happier-conversations h3 {
    width: 90%;
    margin: 0 auto;
  }

  .happier-conversations .sub-heading {
    font-size: 5vw;
  }

  .happier-conversations p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .happier-conversations .row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .happier-conversations .row img {
    max-width: 85%;
    margin-bottom: 35px;
  }

  .container-footer .footer-caption {
    width: 100% !important;
    margin-top: 40px;
  }

  .application-screens {
    width: 95%;
  }

  .application-screens.mt-95 {
    margin-top: 2vw;
    position: relative;
    top: 40px;
    margin-bottom: 60px;
  }

  .copyright-sec {
    font-size: 3vw;
  }

  .container-footer .heading3 {
    font-size: 8.5vw;
  }

  .footer-caption .footer-logo {
    margin-top: 0;
  }

  .footer-caption .heading3 {
    float: unset;
  }

  .footer-links {
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .footer-links .widget {
    width: 50%;
  }

  .container-footer .widget ul {
    font-size: 2.6vw;
  }

  .channels-container {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .channel {
    width: 47%;
  }

  .story-border {
    border-right: none;
  }

  .section-big h3 {
    margin-bottom: 45px;
  }

  .section-big h5 {
    font-size: 4vw;
  }

  .happier-conversations {
    width: 80% !important;
  }

  .section-big {
    margin: 50px auto 0 auto;
  }

  .four-items-container .box-item {
    width: 50%;
  }

  .four-items-container .box-item h3 {
    font-size: 3vw;
  }

  .four-items-container .box-item i {
    font-size: 6vw;
  }

  .four-items-container .box-item span,
  .four-items-container .content-box-item span,
  .fp-features-section .features .feature span {
    font-size: 2vw;
  }

  .section-big-left {
    margin: 30px auto 0 0;
  }

  .section-big-left .row h5 {
    font-size: 3vw;
  }

  .section-80 {
    margin: 40px auto 0 auto;
  }

  .section-80 h3 {
    font-size: 7vw;
    margin-bottom: 15px;
  }

  .section-80 h6 {
    font-size: 4.5vw;
  }

  .section-80 .row > div {
    margin-bottom: 30px;
  }

  .section-full.bg-white h3.section-heading {
    font-size: 6.5vw;
  }

  .section-full.bg-white h6 {
    font-size: 4vw;
  }

  .section-full.bg-white ul {
    font-size: 3vw;
  }

  .section-full.integration-padding .section-heading {
    font-size: 3.8vw;
  }

  .success-story-heading {
    font-size: 2.5vw;
  }

  .success-story-content {
    font-size: 1.88vw;
  }

  .synapse-reach > div:nth-child(1),
  .firstpass-reach > div:nth-child(1) {
    font-size: 3.5vw;
  }

  .firstpass-reach > div:nth-child(1),
  .firstpass-reach > div:nth-child(2) {
    width: 35%;
  }

  .reach-number {
    font-size: 2.89vw;
  }

  .reach-text {
    font-size: 1.6vw;
  }

  .synapse-reach > div:nth-child(4) {
    padding-bottom: 0 !important;
  }

  .section-full .demo-subheading {
    font-size: 2.8vw;
  }

  .demo-form > div > div {
    width: 100%;
    gap: 1rem;
    flex-direction: column;
  }

  .demo-form textarea {
    width: 100%;
  }
  .demo-form input[type="email"],
  .demo-form input[type="text"] {
    width: 30vw;
    height: 4vh;
  }

  #submitbtn {
    height: 4vh;
  }

  .demo-form button {
    margin: 30px 0;
    padding: 1.84vw 3.82vw;
    margin-left: 15px;
  }

  #result {
    width: 100%;
  }

  .header-right > div:nth-child(1) {
    max-width: 10vw;
  }

  .fp-hero {
    width: 95%;
    padding-top: 30px;
  }

  .fp-hero h1 {
    font-size: 6vw;
    text-align: left;
    width: 88%;
  }

  .fp-hero p {
    font-size: 2vw;
    width: 95%;
  }

  .fp-hero .mt-30 {
    margin-top: 15px;
  }

  .application-screens {
    width: 96%;
  }

  .fp-features-section .features {
    top: 0;
    padding: 30px 10px;
    flex-wrap: wrap;
    gap: 2%;
  }

  .fp-features-section .features .feature {
    width: 45%;
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .fp-features-section .features .feature i {
    font-size: 6.5vw;
  }

  .fp-features-section .features .feature h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .fp-features-text {
    font-size: 6.18vw;
    width: 60%;
    top: 50px;
    left: 50px;
  }

  .win-win,
  .section-80 {
    width: 85%;
  }

  .win-win h3 {
    width: 90%;
    font-size: 3.5vw;
    margin-bottom: 30px;
  }

  .section-small {
    margin: 40px auto 0 auto;
  }

  .section-small h3 {
    font-size: 4.23vw;
  }

  .section-small p {
    width: 80%;
    font-size: 2.1vw;
  }

  .fp-product-info.mt-185 {
    margin-top: 50px;
  }

  .fp-product-info h3 {
    font-size: 4.22vw;
  }

  .pillars > div {
    margin-bottom: 20px;
  }

  .pillar-highlight {
    font-size: 3.67vw;
  }

  .pillar p {
    font-size: 2.88vw;
  }

  .fp365 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .fp365 h3 {
    width: 100%;
    font-size: 4vw;
  }

  .fp365 p {
    font-size: 1.78vw;
    width: 100%;
  }

  .fp-suite-hero {
    width: 80%;
    height: 85vh;
  }

  .fp-suite-hero img {
    width: 100%;
  }

  .fp-suiteitem-heading {
    padding: 0 25px;
  }

  .fp-suiteitem-heading h1 {
    font-size: 8.72vw;
    line-height: 9vw;
    font-weight: 800;
    width: 71.88%;
  }

  .fp-suiteitem-heading p {
    font-size: 2.5vw;
    line-height: 3.25vw;
  }

  .fp-suiteitem-features {
    padding: 50px;
  }

  .fp-suiteitem-heading .mt-133 {
    margin-top: 60px;
  }

  .fp-suiteitem-heading .mt-70 {
    margin-top: 30px;
  }

  .fp-suiteitem-heading .pe-75 {
    padding-right: 0;
  }

  .fp-suiteitem-features.fp-suiteitem-features.mt-133 {
    margin-top: 60px;
  }

  .fp-suiteitem-heading .w-90 {
    width: 100%;
  }

  .fp-suiteitem-heading .w-90 > div {
    padding: 0;
  }

  .fp-suiteitem-features h3 {
    font-size: 4.67vw;
  }

  .fp-suiteitem-features h6 {
    font-size: 3.5vw;
  }

  .fp-suiteitem-features h2 {
    font-size: 4.22vw;
  }

  .fp-suiteitem-features h4 {
    font-size: 3.28vw;
  }

  .fp-suiteitem-features h5 {
    font-size: 3.1vw;
  }

  .fp-suiteitem-features h1 {
    font-size: 6.44vw;
    width: 100%;
    margin-top: 20px;
  }

  .fp-suiteitem-features p {
    font-size: 2.88vw;
    line-height: 3.76vw;
    width: 100%;
  }

  .key-item {
    padding-right: 0;
  }

  .key-item p {
    font-size: 2.77vw;
    line-height: 3.22vw;
  }

  .benifit.benefit-with-number {
    padding-right: 0;
  }

  .benifit.benefit-with-number h6 {
    font-size: 5.1vw;
  }

  .benifit.benefit-with-number p {
    font-size: 3.77vw;
    line-height: 4.22vw;
  }

  .benefit-number {
    width: 3vw;
    height: 3vw;
    font-size: 5.01vw;
    padding: 1.5rem;
  }

  .feature-item i {
    font-size: 9.9vw;
  }

  .feature-item h6 {
    font-size: 3.28vw;
    line-height: 3.55vw;
  }

  .feature-item p {
    font-size: 2.77vw;
    line-height: 3.38vw;
  }

  .key-benefits {
    margin-top: 50px;
    padding: 0 30px;
  }

  .key-benefits h2 {
    font-size: 6.67vw;
  }

  .key-benefits .benifit {
    padding-right: 0;
  }

  .key-benefits .mt-100 {
    margin-top: 20px;
  }

  .benifit {
    padding-right: 0;
  }

  .benifit h6 {
    font-size: 3.1vw;
  }

  .benifit p {
    font-size: 2.77vw;
    line-height: 3.22vw;
  }

  .final-text {
    font-size: 4.38vw;
    line-height: 5.71vw;
    width: 100%;
  }

  .capabilities-main-text,
  .key-benefits.highlight-box,
  .white_bg {
    padding: 30px;
  }

  .w-80 {
    width: 95%;
  }

  .capabilities-main-text h1 {
    font-size: 5.34vw;
  }

  .capabilities-main-text p {
    font-size: 3vw;
    line-height: 3.76vw;
  }

  .best-in-class h1 {
    padding: 60px 0 0 60px;
    font-size: 7.57vw;
    line-height: 8.69vw;
    width: 100%;
  }

  .best-in-class p {
    padding: 20px 0px 0px 60px;
    width: 90%;
    font-size: 3.32vw;
  }

  .capabilities-tabs-container {
    margin: 60px auto 60px auto;
    width: 100%;
  }

  .capabilities-tabs-container > div {
    flex-direction: column;
  }

  .capabilities-tabs-area {
    width: 100%;
    flex-direction: row !important;
  }

  .capabilities-tabs-area .nav-link {
    height: initial;
    width: 33%;
    border-right: 1px solid #d3d3d3;
    border-bottom: none;
  }

  .capabilities-tabs-area button {
    padding-left: 15px;
  }

  .capabilities-tabs-area button {
    font-size: 2.5vw;
  }

  .capabilities-tabs-area.nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background-color: #0d6efd;
    left: 45%;
    top: 35px;
    border-radius: 50%;
    z-index: 0;
  }

  .capabilities-tabs-area .tab-pane {
    padding-top: 40px;
  }

  .capabilities-tabs-contentarea {
    font-size: 3vw;
    line-height: 3.83vw;
    width: 90%;
    padding-top: 30px;
  }

  .capabilities-tabs-contentarea i {
    font-size: 10vw;
  }

  .support-main-text {
    padding: 50px;
  }

  .support-main-text h1 {
    font-size: 6vw;
    width: 100%;
  }

  .support-main-text h3 {
    font-size: 4vw;
    width: 100%;
  }

  .support-main-text p {
    font-size: 3vw;
    line-height: 3.76vw;
    width: 100%;
  }
  .support-main-text .demo-form {
    margin-top: 20px;
  }
  .demo-form {
    flex-direction: column;
    padding: 30px;
  }

  .demo-form > div {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .demo-form > div > .d-flex.flex-column {
    width: 90%;
  }
  .demo-form button {
    margin: 0 auto;
    /* width: 30%; */
    font-size: 3vw;
  }

  .demo-form input[type="email"],
  .demo-form input[type="text"],
  .demo-form input[type="tel"] {
    width: 80%;
    font-size: 3vw;
    height: 6vh;
  }

  #submitbtn {
    height: 5vh;
  }

  .about_bluevector {
    left: 3%;
  }

  .about_bluevector img {
    width: 100px !important;
  }

  .blog-heading {
    padding: 40px;
  }

  .blog-heading p,
  .blog-heading ul li {
    font-size: 3.72vw;
  }

  .blog-heading h1 {
    font-size: 5.793vw;
    width: 90%;
  }

  .blog-heading h5 {
    font-size: 3.5vw;
  }

  .blog-heading .mt-130,
  .blog-heading .mt-100 {
    margin-top: 30px;
  }

  .blog-heading img {
    margin: 20px 0;
  }

  .blog-heading .mt-45 {
    margin-top: 20px;
  }

  .blog-heading h6 {
    font-size: 4vw;
  }

  .blog_list {
    width: 90%;
  }

  .blog-table {
    width: 100%;
  }

  .blog-table thead th {
    font-size: 4.02vw;
    width: 50%;
  }

  .blog-table td {
    font-size: 3.92vw;
    width: 50%;
  }

  .blog-heading dl dt {
    font-size: 3.2vw;
  }

  .blog-heading dl dd {
    font-size: 3vw;
  }

  .fp-termsof-use {
    padding: 0 40px;
  }

  .fp-termsof-use p {
    font-size: 2.85vw;
    line-height: 5.46vw;
    word-break: break-word;
  }

  .fp-termsof-use h3 {
    font-size: 3.8vw;
  }

  .fp-termsof-use h6 {
    font-size: 2.39vw;
  }

  .aboutus {
    padding: 20px;
  }

  .aboutus-main-text {
    padding: 50px;
  }

  .aboutus-main-text h1 {
    font-size: 8vw;
  }

  .aboutus-main-text h3,
  .grey_bg h3,
  .careers h3,
  .section-big-right h3,
  .section-big-left h3,
  .happier-conversations h3,
  .section-big h3,
  .capabilities-main-text h3 {
    font-size: 7vw;
  }

  .aboutus-main-text p {
    font-size: 3vw;
    line-height: 3.76vw;
  }

  .about-adapt-evolve > .row > .w-70 {
    width: 50%;
  }

  .about-adapt-evolve h6 {
    font-size: 4.39vw;
  }

  p {
    font-size: 3.5vw !important;
    line-height: normal !important;
  }

  .about-adapt-evolve {
    margin-bottom: 60px;
  }

  .grey_bg .w-75 {
    width: 100% !important;
  }

  .grey_bg p {
    font-size: 3vw;
    width: 80%;
    margin: 0 auto;
  }

  .pl-120.about-adapt-evolve {
    padding-left: 30px !important;
  }

  .mission_img {
    width: 65px;
  }

  .about-adapt-evolve .mt-100 {
    margin-top: 0;
  }

  .aboutus .pl-120 {
    padding-left: 40px !important;
  }

  .about_ceo .ceo-name {
    font-size: 3.11vw;
  }

  .about_ceo .designation {
    font-size: 3vw;
  }

  .aboutus .yellow_bg {
    left: 0;
  }

  .yellow_bg h3 {
    font-size: 5vw;
  }

  .yellow_bg p {
    font-size: 2.88vw;
  }

  .white_bg {
    left: 30px;
    top: -30px;
  }

  .white_bg h4 {
    font-size: 4.5vw;
  }

  .careers .highlight-info {
    font-size: 5vw;
  }

  .white_bg p {
    font-size: 2.89vw;
  }

  .culture.py-120 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .culture {
    padding: 20px;
  }

  .culture .px-5 {
    padding: 0 !important;
  }

  .careers p {
    font-size: 2.45vw;
    line-height: 4.68vw;
  }

  .careers_sec .d-flex {
    flex-direction: column;
  }

  .careers_sec h2 {
    font-size: 6.23vw;
  }

  .careers_sec h3 {
    font-size: 4.5vw;
    width: 100%;
  }

  .work-space h3 {
    font-size: 5.5vw;
    width: 90%;
    margin: 0 auto;
  }

  .workforce {
    width: 20% !important;
    margin-right: 5%;
    font-size: 2.78vw;
  }

  .workforce img {
    height: 4vh;
    width: auto;
  }

  .workforce:nth-child(2) img {
    width: 8.5vw;
  }

  .chat_bot i {
    font-size: 5.76vw;
  }

  .fp-back-arrow {
    font-size: 4.52vw;
  }

  .bullet-items > div {
    padding: 0;
    text-align: center;
  }

  .bullet-items img {
    width: 75%;
  }

  .bullet-items li {
    margin: 10px 0 30px 0;
    font-size: 2.77vw;
  }

  .mtb-80 {
    margin: 30px 0;
  }

  .key-benefits .table-bordered {
    width: 100%;
  }

  .key-benefits .table-bordered th {
    font-size: 3vw;
  }

  .key-benefits .table-bordered td {
    font-size: 2.88vw;
  }

  .emp-staff {
    width: 100%;
  }

  .emp-staff img {
    width: 80%;
  }

  .highlight-points {
    width: 90%;
    font-size: 2.88vw;
    line-height: 3.72vw;
  }

  .key-benefits .benifit img {
    width: 75%;
  }

  .key-benefits.fp-flow .benifit {
    padding-right: 30px;
  }

  .key-benefits.key-benefits-box {
    padding: 30px;
    text-align: center;
  }

  .key-benefits.key-benefits-box h2 {
    margin-top: 30px;
    text-align: left;
  }

  .key-benefits.key-benefits-box p {
    font-size: 2.88vw;
    line-height: 3.5vw;
  }

  .key-benefits.key-benefits-box i {
    font-size: 11.68vw;
  }

  .final-text-big {
    font-size: 4.38vw;
    line-height: 5.71vw;
    width: 90%;
  }

  .fp-suiteitem-features.fp-engage i {
    font-size: 6.94vw;
    margin-bottom: 10px;
  }

  .fp-suiteitem-features.fp-engage h6 {
    font-size: 3.28vw;
    margin-bottom: 10px;
  }

  .fp-suiteitem-features.fp-engage p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .fp-suiteitem-features.fp-engage p.big-text-dark {
    font-size: 3vw;
    line-height: 4vw;
  }

  .fp-suiteitem-features.fp-engage .sub-feature h6 {
    font-size: 2.9vw;
    margin-bottom: 10px;
  }

  .key-benefits.regular .sub-benefits .benifit {
    padding-right: 30px;
  }

  .key-benefits.regular h3 {
    font-size: 4.28vw;
    margin-bottom: 30px;
  }

  .key-benefits.regular .sub-benefits h6 {
    font-size: 3.28vw;
    line-height: 3.33vw;
  }

  .key-benefits.regular p {
    font-size: 2.77vw;
  }

  .key-benefits.regular .lh-15 {
    line-height: initial;
  }

  .key-benefits.highlight-box h1 {
    font-size: 5.22vw;
    margin: 20px 0;
  }

  .key-benefits.highlight-box h3 {
    font-size: 3vw;
  }

  .key-benefits.highlight-box p {
    font-size: 2.78vw;
    line-height: 3.5vw;
  }

  .key-benefits.highlight-box ul li {
    font-size: 2.58vw;
    line-height: 3.5vw;
  }

  .key-benefits.highlight-box .final-text {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }

  .heading-40 {
    font-size: 6vw;
    width: 100%;
    line-height: 1.2;
  }

  .highlighted-list-full {
    font-size: 2.58vw;
    line-height: 3.5vw;
    margin-bottom: 0;
  }

  .fp-livecast .w-80 {
    width: 100%;
  }

  .benefits-white-box {
    padding: 40px 20px 20px 20px;
  }

  .benefits-white-box.rp-90 .benifit {
    padding-right: 0;
  }

  .benefits-white-box.rp-90 .benifit h6 {
    margin-bottom: 10px;
  }

  .fp-suiteitem-features.fp-escalate .feature-item i {
    font-size: 8.11vw;
  }

  input#search {
    padding-right: 25px;
    height: 35px;
  }

  input#search::placeholder,
  #emailForm input::placeholder {
    font-size: 2.86vw;
    position: relative;
    top: 2px;
  }
  #result {
    font-size: 3.5vw;
  }
  .rw-words {
    display: block;
    margin: 30px 0;
    text-indent: 0;
    padding: 5px 0;
  }
}

@media screen and (min-width: 577px) and (max-width: 1023px) {
  .greybutton {
    font-size: 2vw;
  }

  .story-client-logo {
    width: 100%;
  }

  .map-widget > .map h2 {
    font-size: 2.4vw;
  }

  ul.topnav.responsive {
    width: 60% !important;
  }

  .pe-5 {
    padding-right: 2rem !important;
  }

  .ps-5 {
    padding-left: 2rem !important;
  }

  .milestones {
    font-size: 1.8vw;
  }

  .container-footer {
    width: 85%;
  }

  .map-widget {
    width: 90%;
  }

  .widget h6 {
    font-size: 1.8vw;
  }

  .container-footer .widget ul {
    font-size: 1.5vw;
  }

  .clients-section {
    padding: 80px 0;
  }

  .global-partners-section {
    padding: 80px;
  }

  .w-70 {
    width: 85%;
  }

  .site-section h1 {
    font-size: 3.5vw;
  }

  .greysec_bg h1 {
    font-size: 4vw;
  }

  .greysec_bg p {
    padding-right: 0;
  }

  p {
    font-size: 1.9vw !important;
  }

  h2 {
    font-size: 2.4vw;
  }

  .key-benefits .benifit {
    padding-right: 0;
  }

  .fp-suite-hero img {
    width: 100%;
  }

  .fp365 h3 {
    font-size: 4vw;
    width: 80%;
  }

  .fp365 p {
    font-size: 1.3vw;
    width: 100%;
  }

  .benifit h6 {
    font-size: 2vw;
  }

  .benifit p {
    font-size: 1.5vw;
    line-height: 2.1vw;
  }

  .key-benefits .benifit {
    width: 50%;
  }

  .key-benefits .benifit img {
    width: 70%;
  }

  .benefits-white-box.rp-90 .benifit {
    width: 50%;
    padding-right: 20px;
  }

  .fp-suiteitem-features p {
    font-size: 1.3vw;
    line-height: 2;
  }
  .channels {
    margin: 30px auto;
  }
  .synapse-hero {
    min-height: initial;
  }
  .happier-conversations {
    width: 85%;
    margin: 60px auto 0 auto;
  }
  .happier-conversations p {
    line-height: 1.5;
  }
  .sub-heading {
    font-size: 3vw;
  }
  .section-big {
    margin: 50px auto 0 auto;
  }
  .section-big h3 {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
  .section-big .row .col-sm-7,
  .section-big .row .col-sm-5 {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .section-big h5 {
    font-size: 4.5vw;
  }
  .section-big p {
    font-size: 3vw !important;
  }
  .section-big-right {
    margin: 60px 0 0 auto;
  }
  .section-big-right .col-sm-6 {
    width: 100%;
  }
  .four-items-container {
    display: flex;
    flex-wrap: wrap;
  }
  .four-items-container .box-item {
    width: 50%;
  }
  .section-big-right h3 {
    font-size: 6vw;
  }
  .box-item h3 {
    font-size: 3vw;
  }
  .box-item span {
    font-size: 2.5vw;
  }
  .box-item i {
    font-size: 8vw;
  }
  .section-big-left h3 {
    font-size: 5vw;
  }
  .section-big-left {
    margin: 30px auto 0 0;
  }
  .section-big-left .col-sm-5,
  .section-big-left .col-sm-7 {
    width: 100%;
  }
  .section-big-left .col-sm-7 {
    padding-left: 65px;
  }
  .section-big-left .row {
    flex-direction: column-reverse;
  }
  .section-big-left .four-items-container {
    display: flex;
    flex-wrap: wrap;
  }
  .section-big-left .four-items-container .content-box-item {
    width: 50%;
  }
  .content-box-item h5,
  .content-box-item {
    font-size: 3vw;
  }
  .section-80 {
    width: 90%;
  }
  .section-80 h3 {
    font-size: 6vw;
  }
  .section-80 h6 {
    font-size: 4.5vw;
  }
  .section-80 p {
    font-size: 3vw !important;
  }
  .channels-container .channel {
    width: 30%;
  }
  .section-full .section-heading {
    font-size: 5vw;
  }
  .section-full .col-sm-6 {
    width: 100%;
  }
  .section-full h6 {
    font-size: 4vw;
  }
  .section-full ul {
    font-size: 3vw;
  }
  .map-widget {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
  }
  .map-widget .map {
    width: 42%;
    text-align: left;
  }
  .map-widget > .map h2 {
    font-size: 4.52vw;
  }
  .map-widget > .map a {
    font-size: 4vw;
  }
  .fp-hero {
    width: 90%;
  }
  .fp-hero p {
    font-size: 3vw;
  }
  .fp-hero h1 {
    font-size: 6vw;
  }
  .fp-application-screens {
    width: 90%;
    margin-bottom: 20px;
  }
  .features {
    width: 100%;
    flex-wrap: wrap;
  }
  .features .feature {
    width: 46%;
    margin-bottom: 2%;
  }
  .fp-features-text {
    left: 100px;
    top: 50px;
  }
  .win-win {
    width: 90%;
  }
  .win-win h3 {
    width: 100%;
    font-size: 5vw;
  }
  .fp-product-info h3 {
    font-size: 4vw;
  }
  .pillars {
    gap: 15px;
  }
  .pillar h1 {
    font-size: 6vw;
  }
  .pillar-highlight {
    font-size: 4vw;
  }
}

@media screen and (max-width: 820px) {
  .sub-heading-big {
    font-size: 6.5vw;
  }

  #home-slider .carousel-item video {
    height: 50vh;
  }

  #home-slider .carousel-item .col-md-6 img {
    height: 35px;
  }

  ul.topnav {
    left: -100%;
    position: absolute;
    animation: 0.4s menuLeftClose;
  }

  ul.topnav li {
    display: none;
  }

  ul.topnav li.icon a {
    float: right;
    display: inline-block;
    color: #000000;
    padding: 0;
  }

  .header-left {
    justify-content: space-between;
  }

  .icon {
    display: block;
    text-decoration: none;
  }

  .header {
    padding: 15px 25px;
  }

  .header-left {
    width: 100%;
  }

  .header-right {
    align-self: flex-end;
  }

  ul.topnav.responsive {
    border-radius: 0 15px 0 0;
    position: absolute;
    top: 65px;
    left: 0;
    width: 80%;
    height: 100vh;
    background-color: #2e263e;
    padding: 80px 40px;
    min-width: 80px;
    z-index: 1000;
    flex-direction: column;
    animation: 0.4s menuLeft;
    gap: 30px;
  }

  @keyframes menuLeft {
    0% {
      left: -100%;
    }

    100% {
      left: 0%;
    }
  }

  @keyframes menuLeftClose {
    0% {
      left: 0%;
    }

    100% {
      left: -100%;
    }
  }

  ul.topnav.responsive li span {
    color: #ffffff;
  }

  .header-left .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
  }

  ul.topnav.responsive li {
    float: none;
  }

  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

  ul.topnav.responsive li {
    display: block;
    width: 100%;
  }

  .navigation-menu.responsive li span {
    font-weight: 300;
  }

  .navigation-menu.responsive li span.active {
    color: #fd4041;
    font-weight: 600;
  }
}

@media screen and (min-width: 821px) and (max-width: 1023px) {
  .header {
    padding: 15px 40px;
  }
}

@media screen and (max-width: 360px) {
  .header {
    padding: 15px;
  }

  .header-left img {
    width: 105px;
  }

  input#search:focus,
  input:not(:placeholder-shown)#search {
    max-width: 40vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 576px) {
  .happier-conversations .col-sm-6 {
    width: 100%;
  }
  .section-big .row .col-sm-7,
  .section-big .row .col-sm-5 {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .fp_imgsec {
    width: 800px;
  }
}
