a,
body,
center,
code,
details,
div,
dl,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
p,
s,
section,
span,
time,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
details,
footer,
header,
menu,
nav,
section {
  display: block;
}
:root {
  --switches-bg-color: goldenrod;
  --switches-label-color: white;
  --switch-bg-color: white;
  --switch-text-color: goldenrod;
}
header .nav-item .nav-link {
  color: #333;
}
body {
  line-height: 1;
  font-family: Cabin, sans-serif;
  font-display: swap;
}
body, html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
ul {
  list-style: none;
  padding: 0;
}
.container,
.container-fluid {
  padding: 0;
}
.container .row,
.container-fluid .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
input {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
a,
button,
input {
  font-family: Cabin, sans-serif;
  font-display: swap;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.icon-label {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.form-flex {
  display: block;
  column-count: 2;
}
.form-flex label {
  display: none;
}
.hero-equal-height {
  position: relative;
  min-height: 660px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.transform-banner img {
  width: 100%;
}
.hero-banner-text ul.banner-list li {
  color: rgb(23 38 69);
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0;
}
.hero-banner-text ul.banner-list li svg {
  margin-right: 10px;
  color: #0f0;
}
.section-reviews {
  padding: 20px 0;
}
.section-reviews .review-images-flex {
  display: flex;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;
}
.section-reviews .review-images-flex .image-block img {
  width: 200px;
}
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  50% {
    -webkit-transform: translate(-60px, -60px);
    transform: translate(-60px, -60px);
  }
  70% {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  50% {
    -webkit-transform: translate(-60px, -60px);
    transform: translate(-60px, -60px);
  }
  70% {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes arrow-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrow-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.solid-btn {
  color: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  background: #7202bb;
  border: 2px solid #7202bb;
  border-radius: 30px;
}
.input-head {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
}
.input-head-para {
  color: #777;
  font-size: 16px;
  line-height: 26px;
}
.sign-up-form-wrap {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  top: 50px;
  left: -300px;
}
.single-promo .single-promo-icons {
  margin-bottom: 20px;
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.ats-page-under-tabs .nav-item {
  position: relative;
  background: #7202bb;
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  background: #7202bb;
  border: 2px solid #7202bb;
  border-radius: 30px;
}
.ats-page-under-tabs .nav-link::before {
  content: "";
  background: url(https://connect.stradsolutions.com/assets/media/windows.svg);
  background-size: 50px;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
}
.ats-page-under-tabs .nav-link {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 26px;
  border: none !important;
  padding: 13px 50px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.switches-container {
  width: 400px;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #7202bb;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
  font-size: 22px;
  font-weight: 700;
}
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.switch {
  border-radius: 3rem;
  background-color: #fab005;
  height: 100%;
}
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #333;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 125ms;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 22px;
}
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0);
}
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(96%);
}
.switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}
.switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.faq .accordion-button {
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  width: 80%;
  text-align: left;
  padding-bottom: 20px;
  color: #7202bb;
  cursor: pointer;
}
.faq .accordion-item button.accordion-button {
  position: relative;
}
.faq .accordion-item button.accordion-button::after {
  content: "-";
  position: absolute;
  right: 0;
}
.faq .accordion-item button.accordion-button.collapsed::after {
  content: "\2b";
  position: absolute;
  right: 0;
}
.faq .accordion-body p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 41px;
  width: 80%;
}
.faq .accordion {
  padding: 30px 60px;
}
.faq {
  padding: 60px 0 100px;
}
.faq-ig img {
  max-width: 100%;
  height: auto;
}
.cbh-phone {
  position: fixed;
  right: -63px;
  bottom: 200px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone {
  visibility: visible;
}
.cbh-phone .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 38px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.cbh-phone .cbh-ph-img-circle1 {
  width: 65px;
  height: 65px;
  top: 64px;
  left: 42px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTAyLTIyVDE1OjIxOjM0KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wMi0yMlQxNToyNDozNCswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wMi0yMlQxNToyNDozNCswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjEyZGExOC05NjBiLWRiNDAtYTZjYi1kNDkyYTQ2NTJhNGIiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5MTk0NDBkYS1hMTc1LWRkNGUtOWE0YS05MTE0NjNhMjAwNWMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNzc3MzM0Ni0yNDA4LTYzNGYtYWYzZi1mNTYzNjBjZjA2MWIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU3NzczMzQ2LTI0MDgtNjM0Zi1hZjNmLWY1NjM2MGNmMDYxYiIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yMlQxNToyMTozNCswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjEyZGExOC05NjBiLWRiNDAtYTZjYi1kNDkyYTQ2NTJhNGIiIHN0RXZ0OndoZW49IjIwMjEtMDItMjJUMTU6MjQ6MzQrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4q/AY3AAAQNUlEQVRoga2aaZSdRZnHf1Xvdt+79L29d5JOOovZDMkQAoaAA+gBVzyozHEBFBlkHNTRAXUWlTCoZ9xm0VFkPI4RyBxEcQGPDOpIhlEZAgRZkpCFJJ3eku6+3X335d2q5kMnndzuTtLR/PtT11P1VP1rebb3Cq01s6F3eJSRsQksIXAtEyVAY6CVJtQhlmFhqAgZi1FCo1QkLM8/L/TDi0KtVwopFwqt2oUQGYQwtNZFrRmXWh+NTOOAtKwXnCh8TiJKoWMTIui0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);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}
.cbh-phone .cbh-ph-circle {
  border-color: rgb(64 195 81);
}
.cbh-phone .cbh-ph-circle-fill {
  background-color: rgb(64 195 81);
}
.cbh-phone .cbh-ph-img-circle1 {
  background-color: transparent;
}
.common-popup .content-popup .request-demo-from {
  padding: 66px 44px;
}
.common-popup .content-popup .request-demo-from h3 {
  font-size: 36px;
  color: #0c2f6f;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  font-display: swap;
  margin-bottom: 20px;
}
.common-popup .content-popup .request-demo-from p {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
  margin-bottom: 34px;
}
.common-popup .content-popup .request-demo-from p a {
  color: #606060;
  text-decoration: none;
  font-weight: 800;
}
.common-popup .content-popup .request-demo-from .mb-3 {
  margin-bottom: 18px;
}
.common-popup .content-popup .request-demo-from input {
  padding: 18px 26px;
  border: 1px solid #606060;
  border-radius: 10px;
  font-size: 16px;
  color: #606060;
  font-weight: 400;
  outline: 0;
}
.common-popup .content-popup .request-demo-from .red-btn {
  display: block;
  text-align: center;
  color: #fff;
  border: 2px solid transparent;
}
.common-popup .content-popup .request-demo-from .red-btn:hover {
  color: #fd4c5c;
  border-color: #fd4c5c;
}
.common-popup
  .content-popup
  .request-demo-from
  input::-webkit-input-placeholder {
  color: #606060;
}
.common-popup .content-popup .request-demo-from input:-ms-input-placeholder {
  color: #606060;
}
.common-popup .content-popup .request-demo-from input::placeholder {
  color: #606060;
}
.modal.request-demo-popup .modal-dialog {
  max-width: 1000px;
}
.modal.request-demo-popup .modal-dialog .modal-body {
  padding: 0;
}
.common-popup .close-btn svg {
  width: 24px;
  height: 24px;
}
.live-demo-btn {
  width: 160px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background: #fd4c5c;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -71px;
  transform: rotate(270deg);
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.25s all linear;
  z-index: 100;
}
.live-demo-btn a {
  font-size: 21px;
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.common-popup .close-btn {
  width: 30px;
  height: 30px;
  background: #ed3237;
  position: absolute;
  top: -89px;
  right: -6px;
  border-radius: 100%;
  border-width: 0;
  color: #fff;
  padding: 1px 4px;
  cursor: pointer;
}
.common-popup .close-btn svg {
  width: 24px;
  height: 24px;
}
.common-popup .modal-content {
  border-radius: 15px;
}
.common-popup .content-popup .request-demo-from {
  padding: 35px 44px 25px;
}
.common-popup .content-popup .request-demo-from h3 {
  font-size: 24px;
  color: #0c2f6f;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  font-display: swap;
  margin-bottom: 35px;
  line-height: 35px;
}
.common-popup .content-popup .request-demo-from p {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
  margin-bottom: 34px;
}
.common-popup .content-popup .request-demo-from p a {
  color: #606060;
  text-decoration: none;
  font-weight: 800;
}
.common-popup .content-popup .request-demo-from .mb-3 {
  margin-bottom: 18px;
}
.common-popup .content-popup .request-demo-from input {
  padding: 18px 26px;
  border: 1px solid #606060;
  border-radius: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  outline: 0;
  margin-bottom: 20px;
}
.common-popup .content-popup .request-demo-from .request-from .form-flex label {
  display: inline-block;
}
.common-popup .content-popup .request-demo-from .red-btn {
  display: block;
  text-align: center;
  color: #fff;
  border: 2px solid transparent;
}
.common-popup .content-popup .request-demo-from .red-btn:hover {
  color: #fd4c5c;
  border-color: #fd4c5c;
}
.common-popup
  .content-popup
  .request-demo-from
  input::-webkit-input-placeholder {
  color: #606060;
}
.common-popup .content-popup .request-demo-from input:-ms-input-placeholder {
  color: #606060;
}
.common-popup .content-popup .request-demo-from input::placeholder {
  color: #606060;
}
.modal.request-demo-popup .modal-dialog {
  max-width: 800px;
}
.modal.request-demo-popup .modal-dialog .modal-body {
  padding: 0;
}
.content-popup .request-demo-from .request-from .form-flex {
  display: block;
  column-count: 2;
}
.logo-lg {
  width: 60px;
  height: 58px;
}
.hero-equal-height {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: relative;
    margin-top: 115px;
}
/* .gradient-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to left,
    rgb(50 162 245 / 90%),
    rgb(22 111 126 / 88%),
    rgba(15, 116, 170, 0.85),
    rgba(30, 139, 181, 0.88),
    rgb(21 70 96 / 90%)
  );
} */
.shape-bottom img.bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.z-index {
  z-index: 9;
}
.text-center {
  text-align: center !important;
}
.mb-top {
  position: relative;
  top: 100px;
}
.position-relative {
  position: relative !important;
  top: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.hero-banner-text {
  position: relative;
  z-index: 2;
  left: 0;
  height: auto;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
}
.sign-up-form-wrap {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.hero-banner-text h1 {
  color: rgb(23 38 69);
  font-weight: 700;
  font-size: 63px;
  line-height: 75px;
  padding: 15px 0;
}
.hero-banner-text p.hero-para {
    color: rgb(23 38 69);
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    border-radius: 30px;
    text-align: start;
}
.price-block p {
  font-size: 35px;
  color: rgb(23 38 69);
  padding: 15px 26px;
  font-weight: 700;
}
.price-block p span.currency-symbol,
.price-block p span.tenure {
  font-size: 18px;
  margin-right: 5px;
}
.connect-us {
  color: #333;
  background: #fff;
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding: 12px 30px;
  margin: 15px 0;
  position: relative;
  z-index: 2;
}
.connect-us a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.feature {
  width: 100%;
  padding: 100px 0 60px;
}
.feature-img-mid {
  text-align: center;
}
.feature-img-mid img {
  display: block;
}
.com-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.com-heading h2 {
  font-size: 40px;
  color: #000;
  line-height: 50px;
  font-weight: 600;
  margin: 15px 0;
}
.com-heading p {
  font-size: 18px;
  color: #777;
  line-height: 24px;
  font-weight: 400;
  margin: 15px auto;
}
.feature-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 40px;
  gap: 30px;
}
.feature-wrapper .icons svg {
  width: 40px;
  height: 40px;
}
.feature-wrapper .icons svg path {
  fill: #7202bb;
}
.feature-wrapper .icons img {
  width: 40px;
  height: 40px;
}
.feature-wrapper .features-details h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-wrapper .features-details p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
  width: 90%;
}
.features-details {
  padding: 0 20px;
}
.gradient-overlay {
  position: relative;
  width: 100%;
  /* margin-top: 115px; */
}
.gradient-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(50, 100, 245, 0.9),
    rgba(74, 84, 232, 0.88),
    rgba(91, 66, 219, 0.85),
    rgba(104, 44, 203, 0.88),
    rgba(114, 2, 187, 0.9)
  );
}
.experience-power {
  background: url(https://appbeats.themetags.com/img/hero-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  margin: 100px 0 0;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience-power .experience-power-description {
  text-align: center;
}
.experience-power .experience-power-description h2 {
  color: #fff;
  position: relative;
  font-size: 40px;
  line-height: 50px;
  width: 70%;
  margin: 0 auto;
}
.value-to-business {
  padding: 100px 0 100px;
  overflow: hidden;
}
.value-to-business .nav-item {
  margin: 0 5px;
}
.value-to-business .nav-tabs {
  margin-top: 50px;
}
.value-to-business .nav-item button {
  display: block;
  width: auto;
  padding: 24px 0;
  text-transform: capitalize;
  margin: 0 auto;
  width: 100%;
}
.value-to-business .tab-click-content-left p {
  margin-bottom: 20px;
}
.value-to-business .tab-click-content-left p:last-child {
  margin-bottom: 0;
}
.why-need {
  width: 100%;
  padding: 50px 0 100px;
}
.single-promo {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  height: 260px;
  background: #fff;
}
.single-promo .single-promo-icons svg path {
  fill: #7202bb;
}
.single-promo .single-promo-icons svg {
  width: 60px;
  height: 60px;
}
single-promo-icons img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.single-promo-title h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-promo-description p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
  width: 90%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.locations {
  padding: 0 0;
  width: 100%;
}
.locations .map-details {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  width: 280px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
}
.map-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.map-head .map-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.map-head .map-continent h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.map-details .map-pointers .ul-pointers-list ul li {
  font-size: 16px;
  color: #777;
  line-height: 20px;
  font-weight: 400;
}
.map {
  position: relative;
}
.india-gate {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 118px;
  right: 271px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.north-america-gate {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 46px;
  right: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  left: 118px;
}
.europe-gate {
  width: 150px;
  height: 100px;
  position: absolute;
  top: -16px;
  right: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  left: 550px;
}
.request-demo {
  background: 0 0;
  background-color: #b2a8e726;
}
.demo-l,
.demo-l img {
  background: #fff;
  border-radius: 10px;
}
.request-demo .demo-l img {
  border-radius: 10px 0 0 10px;
}
.request-demo {
  padding: 80px 0;
}
.request-demo .contact-btn {
  margin-top: 70px;
}
.request-demo form {
  margin-top: 40px;
}
.request-demo .contact-btn input[type="submit"] {
  -moz-user-select: none;
  background: #096bd8;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
  width: auto;
  line-height: 1;
}
.request-demo .demo-l {
  width: 100%;
  height: 100%;
}
.request-demo .demo-l img {
  display: block;
  width: 100%;
  height: 100%;
}
.social-icons svg path {
  fill: #333;
}
.footer-fb {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
}
.footer-twitter {
  width: 16px;
  height: 16px;
  background: #1bc7e4;
  border-radius: 50%;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
}
.footer-lg {
  text-align: left;
}
.footer-lg img {
  width: 60px;
  height: 100px;
}
.footer-para {
  margin: 20px 0;
}
.footer-para p {
  width: 300px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.footer-cta svg {
  height: 20px;
  width: 20px;
}
.footer-cta svg path {
  fill: #fff;
}
.footer-links {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
  justify-content: center;
  gap: 20px;
  position: relative;
  left: 0;
}
.footer-cta ul {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.footer-links ul li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
  justify-content: start;
}
button.scroll-top:focus {
  outline: 0;
}
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 999;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #7202bb;
  transition: 1s ease;
  border: none;
}
.scroll-top span {
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0) 80%
  );
}
.border-tp {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin: 29px 0;
}
.footer-linkedin {
  width: 16px;
  height: 16px;
  background: #1bc7e4;
  border-radius: 50%;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
}
.copyright-text-ft {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
}
.policy ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
}
.policy ul li a {
  color: #fff;
  text-decoration: none;
}
.advanced-mobile-platform {
  padding: 10px 150px 100px;
  /* background: #7202bb; */
  position: relative;
}
.advanced-mobile-platform .com-heading h2 {
  color: #000000;
}
.advanced-mobile-platform .heading2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.advanced-mobile-platform .mobile-platform-slider .mobile-items {
  text-align: center;
  padding: 0;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.advanced-mobile-platform .mobile-platform-slider .splide__slide {
  display: flex;
  align-items: center;
}
.advanced-mobile-platform .mobile-platform-slider .mobile-items img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 38px;
  box-shadow: rgba(100, 100, 111, 0.8) 0 2px 12px 0;
}
.advanced-mobile-platform .mobile-platform-slider .mobile-items .frame-mobile {
  position: relative;
  transition: 0.1s all linear;
  border-radius: 20px;
}
.mb-platform-btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.anchor-mb-platform-btn:hover {
  background: #fab005;
  color: #000;
}
.anchor-mb-platform-btn {
  background: #7202bb;
  border-radius: 30px;
  padding: 16px 50px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
}
.advanced-mobile-platform
  .mobile-platform-slider
  .mobile-items
  .frame-mobile
  .top-mobicut {
  width: auto;
  border-radius: 0;
  display: none;
}
.advanced-mobile-platform
  .mobile-platform-slider
  .is-active
  .mobile-items
  .frame-mobile {
  position: relative;
  border-radius: 51px;
  transition: 0.1s all linear;
}
.advanced-mobile-platform
  .mobile-platform-slider
  .is-active
  .mobile-items
  .frame-mobile
  .top-mobicut
  img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.advanced-mobile-platform
  .mobile-platform-slider
  .splide__slide.is-active
  .mobile-items:before {
  content: none;
}
.advanced-mobile-platform .mobile-set {
  position: absolute;
  left: 0;
  right: 0;
  top: 294px;
  margin: auto;
  width: 318px;
  z-index: 8;
  overflow: hidden;
  display: none;
}
.advanced-mobile-platform .mobile-set img {
  display: block;
}
.advanced-mobile-platform .red-btn {
  text-align: center;
  display: block;
  width: 156px;
  margin: 121px auto 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: 0.25s all linear;
  background: #fff;
  height: 110px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.logo-lg {
  display: block;
}
header .navbar {
  padding: 10px 30px;
}
header .navbar-toggler {
  display: none;
}
header .navbar-brand {
  display: inline-block;
  vertical-align: middle;
}
header .navigation-bar {
  width: 80%;
  display: inline-block;
  float: right;
  vertical-align: middle;
  text-align: right;
  margin-top: 25px;
}
header .navigation-bar .navbar-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
header .navigation-bar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
header .navigation-bar .navbar-nav .nav-item .nav-link {
  font-size: 19px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  padding: 12px;
  display: block;
}
header .navigation-bar .navbar-nav .nav-item .nav-link.active {
  color: #3894be;
}
.top-banner {
  color: #fff;
  position: relative;
  background-color: #6c6e73;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #6c6e73;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.top-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
}
.clear {
  clear: both;
}
.heading {
  font-size: calc(35px + (58 - 35) * (100vw - 400px) / (1200 - 400));
  color: #fff81d;
  font-weight: 500;
  line-height: 104px;
}
.heading2 {
  font-size: calc(35px + (35 - 35) * (100vw - 400px) / (1200 - 400));
  color: #36a7c0;
  font-weight: 500;
  text-align: center;
}
.top-banner .banner-content .heading {
  margin-bottom: 66px;
}
.btn {
  padding: 12px 29px !important;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  text-transform: capitalize;
  color: #fff !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  background: #7202bb !important;
  border: 2px solid #7202bb;
  border-radius: 30px;
  margin-top: 10px;
  opacity: 0.7;
}
.btn1 {
  color: #fff6f6;
  background: #536ce5;
  border: 1px solid transparent;
  margin-right: 26px;
  transition: 0.25s all linear;
}
.btn1:hover {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  transition: 0.25s all linear;
}
.btn2 {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  transition: 0.25s all linear;
}
.btn2:hover {
  color: #000;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.25s all linear;
}
.btn3 {
  color: #36a7c0;
  background: 0 0;
  border: 1px solid #36a7c0;
  transition: 0.25s all linear;
}
.btn3:hover {
  color: #fff;
  background: #3894be;
  border: 1px solid transparent;
  transition: 0.25s all linear;
}
.about-us {
  z-index: 5;
  position: relative;
}
.about-us .about-content {
  padding-left: 26%;
  padding-right: 60px;
}
.about-us .about-content .heading2 {
  text-align: left;
  margin-bottom: 30px;
  color: #36a7c0;
}
.about-us .about-content p {
  font-size: 16px;
  line-height: 28px;
  color: #2d2d2d;
  margin-bottom: 25px;
  font-weight: 400;
}
.about-us .accordion-container {
  position: relative;
  height: auto;
  margin: 0 auto;
}
.about-us .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.about-us .accordion {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 1px 5px 22px #ddd;
  border-radius: 8px;
}
.about-us .accordion > a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #36a7c0;
  font-weight: 500;
  background: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.about-us .accordion > a i {
  float: right;
  margin-top: 2px;
}
.about-us .accordion > a.active {
  background-color: #fff;
  color: #36a7c0;
  border-radius: 8px 8px 0 0;
}
.about-us .content {
  display: none;
  padding: 35px 50px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 8px 8px;
}
.about-us .accordion > a .fa:before {
  font-size: 20px;
  color: #36a7c0;
}
.contact-info {
  padding: 100px 0;
  text-align: center;
  background: #e9f8fe;
  z-index: 5;
  position: relative;
}
footer {
  color: #000;
  padding: 40px 0 20px;
  text-align: center;
  z-index: 5;
  bottom: 0;
  background-image: linear-gradient(
    to left,
    #3264f5,
    #4a54e8,
    #5b42db,
    #682ccb,
    #7202bb
  );
  width: 100%;
  color: #fff;
}
footer p a {
  color: #36a7c0;
  font-weight: 600;
}
.live-demo-btn {
  width: 160px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background: #fab005;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -71px;
  transform: rotate(270deg);
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.25s all linear;
  z-index: 100;
}
.Benefits-start {
  padding: 60px 0;
  background: url(https://appbeats.themetags.com/img/hero-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  margin-bottom: 30px;
}
.Benefits-start:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(50, 100, 245, 0.9),
    rgba(74, 84, 232, 0.88),
    rgba(91, 66, 219, 0.85),
    rgba(104, 44, 203, 0.88),
    rgba(114, 2, 187, 0.9)
  );
  z-index: -1;
}
.benefits-para-wrapper p {
  font-size: 20px;
  color: #fff;
}
.benefits-h1-wrapper h2 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.afford-host-plans {
  padding: 60px 0;
  background: url(https://appbeats.themetags.com/img/hero-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  margin-bottom: 60px;
}
.afford-host-plans:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(50, 100, 245, 0.9),
    rgba(74, 84, 232, 0.88),
    rgba(91, 66, 219, 0.85),
    rgba(104, 44, 203, 0.88),
    rgba(114, 2, 187, 0.9)
  );
  z-index: -1;
}
.afford-host-h2-wrapper {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.afford-host-para-wrapper {
  font-size: 20px;
  color: #fff;
}
.hero-banner-text h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  header .navigation-bar {
    width: 80%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  .heading {
    line-height: 74px;
  }
  .about-us .about-content {
    padding: 30px 60px;
  }
  .about-us .about-content .heading2 {
    margin-bottom: 30px;
  }
  .about-us .accordion > a {
    font-size: 18px;
  }
  .about-us .about-content p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  header .navigation-bar {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  .modal.request-demo-popup .modal-dialog {
    max-width: 650px;
  }
  .common-popup .content-popup .request-demo-from input {
    margin-bottom: 15px;
  }
  .anchor-mb-platform-btn {
    padding: 13px 30px;
    font-size: 15px;
  }
  .mb-platform-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .hero-banner-text h1 {
    color: rgb(23 38 69);
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    padding: 15px 0;
  }
  .sign-up-form-wrap {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    padding: 20px 50px !important;
    left: 0;
  }
  .hero-banner-text {
    /* left: 80px; */
  }
  .com-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .advanced-mobile-platform {
    padding: 25px 100px 70px;
  }
  .feature-wrapper {
    gap: 0;
  }
  .feature {
    width: 100%;
    padding: 60px 0 0;
  }
  .feature .com-heading {
    margin-bottom: 70px;
  }
  .request-demo {
    padding: 50px 0;
  }
  .locations {
    padding: 0;
  }
  .experience-power .experience-power-description h2 {
    width: 80%;
  }
  .request-demo .com-heading {
    margin-bottom: 50px;
  }
  .faq {
    padding: 30px 0;
  }
}
@media (max-width: 1280px) {
  .heading {
    line-height: 76px;
  }
  .about-us .about-content {
    padding: 30px 60px;
  }
  .about-us .about-content .heading2 {
    margin-bottom: 30px;
  }
  .about-us .accordion > a {
    font-size: 18px;
  }
  header .navigation-bar {
    width: 80%;
  }
  .advanced-mobile-platform {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .heading {
    line-height: 60px;
  }
  .about-us .about-content {
    padding: 30px 60px;
  }
  .about-us .about-content .heading2 {
    margin-bottom: 30px;
  }
  .about-us .accordion > a {
    font-size: 18px;
  }
  .about-us .about-content p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  header .navigation-bar {
    width: 76%;
  }
  .top-banner {
    height: 81vh;
  }
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  header {
    padding: 0;
  }
  header .navbar {
    padding: 10px 10px;
  }
  header .navbar-toggler {
    display: inline-block;
    vertical-align: top;
    float: right;
  }
  header .navbar-toggler {
    background: 0 0;
    border: 0;
    border-width: 0;
    margin-top: 15px;
  }
  header .navbar-toggler .bar {
    padding: 10px;
    color: #000;
    text-decoration: none;
    display: block;
  }
  header .navbar-toggler .bar.close-icon {
    display: none;
  }
  header .navbar-toggler .bar svg {
    width: 30px;
    height: 30px;
    color: #fff;
  }
  header .navigation-bar {
    width: 100%;
    float: none;
    display: none;
    text-align: left;
    padding-top: 30px;
  }
  header .navigation-bar .navbar-nav .nav-item {
    display: block;
  }
  .heading {
    line-height: 40px;
  }
  .btn {
    padding: 13px 14px;
    font-size: 14px;
  }
  .heading br {
    display: none;
  }
  .about-us .about-content {
    padding: 70px 15px;
  }
  .contact-info {
    padding: 50px 0;
  }
  header .navbar-brand {
    width: 65%;
  }
  .top-banner {
    height: 81vh;
  }
  .about-us .content {
    padding: 25px;
  }
  .top-banner .banner-content {
    padding: 0 20px;
  }
  .hero-banner-text h1,
  .hero-banner-text p.hero-para {
    padding: 15px 20px;
  }
  .hero-banner-text h1 {
    font-size: 38px;
    color: rgb(23 38 69);
    font-weight: 700;
  }
  .connect-us {
    margin: 15px 20px;
  }
  .feature {
    width: 100%;
    padding: 100px 0 100px;
  }
  .com-heading p {
    width: 80%;
  }
  .feature-wrapper {
    display: flex;
    gap: 40px;
    padding: 30px;
  }
  .com-heading h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
  }
  .live-demo-btn {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    width: auto;
    padding: 0;
    border-radius: 6px 6px 0 0;
  }
  .live-demo-btn a {
    padding: 20px 20px;
    display: block;
  }
  .feature-wrapper .features-details p {
    width: 100%;
  }
  .feature-img-mid {
    text-align: center;
    padding: 0 20px;
  }
  .text-right-area {
    margin: 50px 0;
  }
  .feature-wrapper {
    margin-bottom: 0;
  }
  .com-heading p {
    width: 80%;
    margin: 15px auto;
  }
  .features-details {
    padding: 0;
  }
  .feature {
    width: 100%;
    padding: 100px 0 0;
  }
  .single-promo {
    margin: 15px auto;
  }
  .advanced-mobile-platform .heading2 {
    font-size: 28px;
  }
  .advanced-mobile-platform .mobile-platform-slider .mobile-items {
    width: 90%;
  }
  .europe-gate,
  .india-gate,
  .north-america-gate {
    border-radius: 10px;
    width: 80px;
    height: 50px;
  }
  .north-america-gate {
    top: -26px;
    right: auto;
  }
  .india-gate {
    top: 0;
    right: 60px;
    z-index: 1;
  }
  .experience-power .experience-power-description h2 {
    width: auto;
    font-size: 22px;
    line-height: 32px;
    padding: 0 20px;
  }
  .north-america-gate {
    top: -26px;
    right: auto;
    left: 20px;
    z-index: 1;
  }
  .europe-gate {
    top: -44px;
    left: 139px;
  }
  .request-demo {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-banner-text {
    position: relative;
    margin-top: 80px ; 
    top: 10px;
    transform: translateY(0);
  }
  .hero-banner-text h1 {
    position: relative;
    margin-top: 385px;
    font-size: 33px;
    line-height: 43px;
  }
  .hero-banner-text p.hero-para {
    width: auto;
    padding: 5px 20px;
    position: absolute;
    top: -28px;
  }
  .section-reviews {
    padding: 20px 0;
    margin-top: 294px;
  }
  .switches-container {
    width: 100%;
  }
  .sign-up-form-wrap {
    margin: 10px 20px;
    padding: 25px !important;
  }
  .sign-up-form-wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 30px auto;
  }
  .why-need {
    margin: 100px 0 40px;
    padding: 0;
  }
  .map-head .map-continent h3 {
    font-size: 22px;
  }
  .feature-wrapper {
    padding: 20px;
    gap: 20px;
  }
  .request-demo {
    padding: 60px 0;
  }
  .feature-wrapper .icons svg {
    width: 40px;
    height: 40px;
  }
  .map {
    width: 360px;
    height: auto;
    margin: 0 auto;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .faq .accordion {
    padding: 30px 20px;
  }
  .faq .accordion-button {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  .faq .accordion-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
  }
  .faq .accordion-item button.accordion-button.collapsed::after,
  .faq .accordion-item button.accordion-button::after {
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
  }
  .footer-info,
  .footer-links {
    padding: 10px 20px;
  }
  .pipe {
    display: none;
  }
  .copyright-text-ft {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 13px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .common-popup .content-popup .request-demo-from {
    padding: 30px 20px;
  }
  .common-popup .content-popup .request-demo-from h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .common-popup .content-popup .request-demo-from input {
    padding: 14px 0;
    width: 100%;
    text-align: left;
    text-indent: 10px;
  }
  .social-icons {
    margin: 0 20px 40px;
  }
  .live-demo-btn a {
    font-size: 18px;
    padding: 12px 20px;
  }
  .single-promo {
    height: auto;
  }
  header .navbar-toggler .bar svg {
    color: #333;
  }
  header .navbar {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navigation-bar {
    background-color: #fff;
  }
  header .navbar-brand {
    padding: 10px 10px;
  }
  .anchor-mb-platform-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .mb-platform-btn {
    position: absolute;
    bottom: 30px;
  }
  .switches-container {
    width: auto;
    margin: 30px 20px;
  }
  .com-heading h2 {
    width: auto;
    padding: 0 20px;
  }
  .advanced-mobile-platform {
    padding: 20px 0 100px;
  }
  .feature {
    width: 100%;
    padding: 60px 0 0;
  }
  .com-heading {
    margin-bottom: 30px;
  }
  .experience-power {
    margin: 60px 0 0;
    height: 260px;
  }
  .request-demo .demo-l img {
    border-radius: 10px;
  }
  .faq {
    padding: 60px 0 0;
  }
  .gradient-overlay {
    padding-top: 60px;
  }
  .afford-host-h2-wrapper {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .afford-host-plans {
    padding: 30px 0;
    background: #7202bb;
    margin-bottom: 30px;
  }
  .afford-host-para-wrapper p {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
  .benefits-h1-wrapper h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .Benefits-start {
    padding: 30px 0;
    background: #7202bb;
    margin-bottom: 30px;
  }
  .benefits-para-wrapper p {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 350px) and (max-width: 567px) {
      header .navbar {
        padding: 10px 10px;
    }
    p.hero-para {
    font-size: 18px !important;
}
.hero-equal-height {
    margin-top: 610px !important;
}
.hero-banner-text h1 {
    line-height: 50px;
}
ul.banner-list {
    padding: 15px;
}
.banner-connect-us {
    margin: 0 20px;
}
section.section-reviews {
    margin-top: 383px;
}
.faq .accordion {
    padding: 30px 20px;
}
footer {
    padding: 10px;
    width: 100%;
}
}


.content-popup .hbspt-form {
  padding: 20px;
}


.plan-h2-wrapper h2 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}
.pricing-plan{
    padding: 60px 0;
}

.plan-tabel {
  max-width: 100%;
  overflow-x: auto;
}

.plan-tabel table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.plan-tabel thead {
  background-color: #f5f5f5;
}

.plan-tabel thead th {
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.plan-tabel tbody td {
  padding: 14px 12px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #eee;
}

.plan-intel,
.plan-gb {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

/* Gradient Order Now Button */
.plan-order-now-btn {
  display: inline-block;
  background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
  padding: 10px 20px;
  color: white;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.plan-order-now-btn:hover {
  background: linear-gradient(135deg, #3f5efb 0%, #fc466b 100%);
  transform: scale(1.05);
}

/* os tabs */
.os-tabs {
  padding: 65px 0;
}
.os-h2-wrapper {
  font-size: 40px;
  color: #000;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
}
.tabs-container {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: auto;
}

.os-tabs-wrapper .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  gap: 12px;
}

.os-tabs-wrapper .tab {
  flex: 1;
  font-size: 18px;
  padding: 12px 20px;
  text-align: center;
  font-weight: 600;
  background: #0b0d39;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 120px;
}

.tab.active {
  background: linear-gradient(to right, #fc466b, #3f5efb);
}

.tab-contents {
  display: none;
  text-align: center;
}

.tab-contents.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.os-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #333;
  width: 120px;
}

.os-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Responsive CSS */
@media only screen and (max-width: 768px) {
  .os-h2-wrapper {
    font-size: 28px;
    line-height: 36px;
  }

  .os-tabs {
    padding: 40px 15px;
  }

  .tabs-container {
    padding: 15px;
  }

  .os-tabs-wrapper .tab {
    font-size: 14px;
    padding: 10px;
    min-width: auto;
    flex: 1 1 100%;
    border-radius: 20px;
  }

  .tab-contents.active {
    gap: 20px;
  }

  .os-box {
    width: 100px;
  }

  .os-box img {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .tab-contents.active {
    flex-direction: column;
    align-items: center;
  }

  .os-box {
    width: 100%;
  }

  .os-tabs-wrapper .tab {
    font-size: 13px;
    padding: 8px;
    border-radius: 20px;
  }

  .tabs-container {
    padding: 10px;
  }
}


    .plan-h2-wrapper p {
    text-align: center;
    font-size: 18px;
    color: #999;
    padding: 15px 0;
}

.plan-h3-wrapper h3 {
    font-size: 32px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}
.form-last-text{
  text-align: center;
}
.form-last-text p {
    font-size: 15px;
    color: #ed3237;
}

/* price plan tabs */
.price-tabs {
      display: inline-flex;
      border-radius: 30px;
      background: #ddd;
      padding: 5px;
      margin-bottom: 30px;
    }

    .tab-button {
      border: none;
      padding: 10px 30px;
      font-size: 25px;
      cursor: pointer;
      border-radius: 30px;
      background: transparent;
      transition: background 0.3s, color 0.3s;
    }

    .tab-button.active {
      background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
      color: #fff;
      font-weight: bold;
    }

    .tab-content {
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.4s ease, transform 0.4s ease;
      background: #fff;
      /* padding: 20px; */
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .tab-content.active {
      display: block;
    }

    .tab-content.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 600px) {
      .tab-button {
        padding: 10px 15px;
        font-size: 14px;
      }
    }
    .price-tab-wrapper {
    text-align: center;
}
.banner-connect-us {
    display: inline-block;
    /* background: linear-gradient(to right, #fc466b, #3f5efb); */
    color: #fff;
    border: 2px solid #172645;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 12px 50px;
    border-radius: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    margin-top: 20px;
}
.banner-connect-us a {
    color: #000000;
    text-decoration: none;
    display: block;
    font-size: 22px;
}
.sign-up-form-header p {
    margin: 10px 0;
    font-size: 16px;
}
.modal-head-wrapper h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}
.modal-head-wrapper p{
      margin: 10px 0;
    font-size: 16px;
    text-align: center;
}