@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap");
.bg-primary {
  background-color: #435EBE !important;
}
.bg-primary.bg-primary-hover:hover {
  background-color: #0d54c1 !important;
}

.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
}

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

.text-primary {
  color: rgb(67, 94, 190) !important;
}

.text-dark {
  color: rgb(22, 31, 56);
}

.text-blue {
  color: rgb(58, 158, 165) !important;
}

.bg-blue {
  background-color: rgb(58, 158, 165) !important;
}
.bg-blue.bg-blue-hover:hover {
  background-color: #328a91 !important;
}

.para-primary, .welcome-info-list li, .general-section-body li, .welcome-section li {
  color: rgb(68, 76, 99);
}

.text-secondary {
  color: #444C63;
}

.text-secondary-black {
  color: #444C63 !important;
}

.text-secondary-white {
  color: #E8F2F7;
}

.text-secondary-gray {
  color: #DBDEEA;
}

.font-weight-400 {
  font-weight: 400;
}

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

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

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 28px;
}

.text-1xl {
  font-size: 32px;
}

.text-2xl {
  font-size: 48px;
}

.text-base {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.text-size-15 {
  font-size: 15px;
}

.text-size-18 {
  font-size: 18px;
}

.text-size-36 {
  font-size: 36px;
}

.text-size-24 {
  font-size: 24px;
}

.text-size-22 {
  font-size: 22px;
}

.mw-280 {
  max-width: 280px;
}

.pt-166 {
  padding-top: 166px;
}

.h-40 {
  height: 40px;
}

.h-48 {
  height: 48px;
}

.mh-40 {
  min-height: 40px;
}

.min-h-56 {
  min-height: 56px;
}

.width-100 {
  width: 100px;
}

.width-200 {
  width: 200px !important;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-410 {
  max-width: 410px;
}

.rounded-px-6 {
  border-radius: 6px;
}

.border-btn-blue {
  border: 1px solid #435EBE;
  border-radius: 20px;
}
.border-btn-blue:hover {
  background-color: #435EBE;
  color: #fff !important;
}

html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
  font-family: "Lexend", sans-serif;
}

.page-section {
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .page-section {
    padding: 1rem 0;
  }
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #f4623a;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: #212529;
  margin-right: 0px;
}
#mainNav .navbar-brand img {
  max-width: 176px;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 0;
  line-height: normal;
  position: relative;
}

#mainNav .navbar-nav .nav-item .nav-link:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .login-link {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav .nav-item .nav-link.active-link:after {
    visibility: visible;
  }
  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #435EBE;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  #mainNav.navbar-shrink .login-link .login-link-anchor {
    background-color: #fff !important;
    color: #435EBE !important;
  }
  #mainNav.navbar-shrink .login-link .get-link-certified div {
    padding: 0rem 1.5rem !important;
    border-radius: 50rem !important;
    background-color: #fff !important;
    text-decoration: none !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainNav.navbar-shrink .login-link .get-link-certified div span {
    color: rgb(58, 158, 165) !important;
  }
  #mainNav.navbar-shrink .login-link .login-link-anchor {
    background-color: #fff !important;
    color: #435EBE !important;
  }
  #mainNav.navbar-shrink .login-link-external {
    background-color: #fff !important;
    color: #435EBE !important;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1100) {
  #mainNav .navbar-nav .nav-item {
    padding: 0 0.9rem;
  }
}
header.masthead {
  height: 100vh;
  background: linear-gradient(to bottom, rgba(22, 31, 56, 0.6) 0%, rgba(22, 31, 56, 0.6) 100%);
}

header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 0rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 3.5rem;
  }
}
.employee-support-slider .employee-support-info {
  font-size: 26px;
  line-height: 38px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .employee-support-slider .employee-support-info {
    font-size: 20px;
    line-height: 30px;
  }
}
.employee-support-slider .employee-swiper {
  text-align: center;
}
.employee-support-slider .employee-swiper img {
  max-width: 200px;
}

@media (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid rgba(68, 76, 99, 0.12);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .login-link {
    margin-top: 10px;
  }
  .navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
  }
  .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    background: url(../assets/img/icons/toggle-icon.svg) no-repeat center center;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background: url(../assets/img/icons/toggle-close.svg) no-repeat center center;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 15px !important;
  }
}
footer .top-footer {
  background-color: rgb(68, 76, 99);
}
footer .top-footer .top-footer-title {
  margin-bottom: 30px;
}
footer .top-footer .top-footer-title .hr-line {
  height: 1px;
}
footer .top-footer .top-footer-title .footer-logo {
  background-color: rgb(68, 76, 99);
}
footer .top-footer .top-footer-title .footer-logo img {
  max-width: 200px;
}
footer .top-footer .footer-link-block h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .top-footer .footer-link-block li {
  color: rgb(209, 230, 240);
  margin-bottom: 10px;
}
footer .top-footer .footer-link-block li a {
  color: rgb(209, 230, 240);
  text-decoration: none;
}
footer .top-footer .footer-link-block li a:hover {
  color: #fff;
}
footer .top-footer .footer-link-block .hyphen-hover li a {
  display: flex;
  align-items: center;
}
footer .top-footer .footer-link-block .hyphen-hover li a:before {
  content: "";
  float: left;
  width: 0px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-right: 4px;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
footer .top-footer .footer-link-block .hyphen-hover li a:hover::before {
  width: 12px;
}
footer .top-footer .footer-link-block .address-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 3px;
  margin-right: 14px;
}
footer .top-footer .footer-link-block .address-list li.address:before {
  background: url(../assets/img/icons/address-icon.svg) no-repeat center center;
}
footer .top-footer .footer-link-block .address-list li.phone:before {
  background: url(../assets/img/icons/phone.svg) no-repeat center center;
}
footer .top-footer .footer-link-block .app-box-list li {
  width: 180px;
}
footer .top-footer .footer-link-block .app-box-list li img {
  max-width: 180px;
}
footer .top-footer .footer-link-block .app-box-list li .bg-black {
  width: 180px;
  display: inline-flex;
  background-color: #000;
  border-radius: 6px;
  margin-top: 10px;
}
footer .bottom-footer {
  background-color: rgb(22, 31, 56);
  min-height: 80px;
}
footer .bottom-footer .bottom-links a {
  color: #fff;
  text-decoration: none;
}
footer .bottom-footer .bottom-links a:not(:first-of-type) {
  margin-left: 20px;
}

.contact-section {
  background: url(../assets/img/icons/sound-left.svg) no-repeat right 2% center, url(../assets/img/icons/sound-right.svg) no-repeat left 2% center, rgb(236, 248, 248);
  background-size: auto 80%, auto 80%;
}
@media (max-width: 767px) {
  .contact-section {
    background-size: auto 40%, auto 40%;
  }
}
.contact-section h4 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .contact-section h4 {
    font-size: 20px;
  }
}
.contact-section h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .contact-section h6 {
    font-size: 18px;
  }
}
.contact-section .contact-frm-wrapper {
  max-width: 840px;
}
.contact-section .contact-frm-wrapper .btn-submit {
  width: 130px;
  margin-top: 30px;
}
.contact-section .contact-frm-wrapper input {
  border-radius: 0px;
  border: none;
  padding-left: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(177, 201, 201);
  margin-top: 30px;
}
.contact-section .contact-frm-wrapper input:focus {
  border-bottom-color: rgb(67, 94, 190);
}
.contact-section .contact-frm-wrapper input:focus, .contact-section .contact-frm-wrapper input:active {
  box-shadow: none;
}
.contact-section .contact-frm-wrapper input::-moz-placeholder {
  color: rgb(22, 31, 56);
}
.contact-section .contact-frm-wrapper input::placeholder {
  color: rgb(22, 31, 56);
}

.welcome-info-list li, .general-section-body li, .welcome-section li {
  display: flex;
  margin-bottom: 14px;
}
.welcome-info-list li:before, .general-section-body li:before, .welcome-section li:before {
  content: "";
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  background: url(../assets/img/icons/tick-icon.svg) no-repeat center center #3A9EA5;
  background-size: 14px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}

.welcome-section {
  min-height: 810px;
}
.welcome-section .welcome-title {
  font-size: 22px;
}
.welcome-section .welcome-title-info {
  font-size: 26px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .welcome-section .welcome-title-info {
    font-size: 20px;
    line-height: 30px;
  }
}
.welcome-section .btn-getstart {
  width: 160px;
}

.banner-bottom-block {
  z-index: 99;
}
.banner-bottom-block .banner-social-link .hyphen {
  width: 20px;
  height: 1px;
  border-radius: 1px;
}
.banner-bottom-block .banner-social-link a img {
  float: left;
}
.banner-bottom-block .banner-prev, .banner-bottom-block .banner-next {
  cursor: pointer;
  float: left;
}
.banner-bottom-block .banner-progress {
  width: 100%;
  height: 2px;
  float: left;
}
.banner-bottom-block .banner-controls .banner-progress-wrapper {
  min-width: 240px;
  height: 2px;
  float: left;
}
.banner-bottom-block .banner-controls .banner-progress-wrapper .swiper-pagination-progressbar-fill {
  background-color: rgb(58, 158, 165);
}
@media (max-width: 420px) {
  .banner-bottom-block .banner-controls .banner-progress-wrapper {
    min-width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-bottom-block .banner-controls {
    left: auto !important;
    right: 15px !important;
    transform: translateX(0%) !important;
  }
}

.banner-slider .banner-slide-1 {
  background: linear-gradient(to bottom, rgba(22, 31, 56, 0.6) 0%, rgba(22, 31, 56, 0.6) 100%), url("../assets/img/slider-images/banner1.jpg") no-repeat center top;
  background-size: cover;
}
.banner-slider .banner-slide-2 {
  background: linear-gradient(to bottom, rgba(22, 31, 56, 0.6) 0%, rgba(22, 31, 56, 0.6) 100%), url("../assets/img/slider-images/banner2.jpg") no-repeat center top;
  background-size: cover;
}
.banner-slider .banner-slide-3 {
  background: linear-gradient(to bottom, rgba(22, 31, 56, 0.6) 0%, rgba(22, 31, 56, 0.6) 100%), url("../assets/img/slider-images/banner3.jpg") no-repeat center top;
  background-size: cover;
}
.banner-slider .banner-slide-4 {
  background: linear-gradient(to bottom, rgba(22, 31, 56, 0.6) 0%, rgba(22, 31, 56, 0.6) 100%), url("../assets/img/slider-images/banner4.jpg") no-repeat center top;
  background-size: cover;
}

.banner-main-wrapper {
  position: absolute;
  width: 742px;
  height: 742px;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .banner-main-wrapper {
    width: 96%;
  }
}
.banner-main-wrapper .text-size-42 {
  font-size: 42px;
}
.banner-main-wrapper .banner-main-child {
  width: 100%;
  height: 100%;
  padding: 60px 70px;
  float: left;
  position: relative;
}
@media (min-width: 992px) {
  .banner-main-wrapper .banner-main-child {
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
@media (max-width: 767px) {
  .banner-main-wrapper .banner-main-child {
    padding: 60px 15px;
  }
  .banner-main-wrapper .banner-main-child .text-xl, .banner-main-wrapper .banner-main-child .text-lg {
    font-size: 16px;
  }
  .banner-main-wrapper .banner-main-child .text-2xl {
    font-size: 32px;
  }
  .banner-main-wrapper .banner-main-child .text-base {
    font-size: 14px;
  }
}
@keyframes circleRotate1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes circleRotate2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.banner-main-wrapper .banner-main-child .circle-animation {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-main-wrapper .banner-main-child .circle-animation:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: rgb(169, 169, 175);
  border-radius: 12px;
  top: 50%;
  left: -9px;
  margin-top: -7px;
}
.banner-main-wrapper .banner-main-child .circle-animation:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: rgb(169, 169, 175);
  border-radius: 12px;
  top: 50%;
  right: -9px;
  margin-top: -7px;
}
.banner-main-wrapper .banner-main-child .circle-animation.circle-rotation-1 {
  animation: circleRotate1 3s linear infinite alternate;
}
.banner-main-wrapper .banner-main-child .circle-animation.circle-rotation-2 {
  animation: circleRotate2 3s linear infinite alternate;
}
@media (max-width: 991px) {
  .banner-main-wrapper .banner-main-child .circle-animation {
    display: none;
  }
}
.banner-main-wrapper .banner-main-child .circle {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgb(169, 169, 175);
  border-radius: 6px;
}
.banner-main-wrapper .banner-main-child .circle.position-1 {
  top: 103px;
  left: 106px;
}
.banner-main-wrapper .banner-main-child .circle.position-2 {
  top: 103px;
  right: 106px;
}
.banner-main-wrapper .banner-main-child .circle.position-3 {
  bottom: 103px;
  left: 106px;
}
.banner-main-wrapper .banner-main-child .circle.position-4 {
  bottom: 103px;
  right: 106px;
}
@media (max-width: 991px) {
  .banner-main-wrapper .banner-main-child .circle {
    display: none;
  }
  .banner-main-wrapper .banner-main-child .circle > * {
    display: none;
  }
}
.banner-main-wrapper .banner-child-inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
@media (min-width: 992px) {
  .banner-main-wrapper .banner-child-inner {
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
.banner-main-wrapper .banner-child-inner .circle.position-1 {
  top: 85px;
  left: 85px;
}
.banner-main-wrapper .banner-child-inner .circle.position-2 {
  top: 85px;
  right: 85px;
}
.banner-main-wrapper .banner-child-inner .circle.position-3 {
  bottom: 85px;
  left: 85px;
}
.banner-main-wrapper .banner-child-inner .circle.position-4 {
  bottom: 85px;
  right: 85px;
}
@media (max-width: 991px) {
  .banner-main-wrapper .banner-child-inner .circle {
    display: none;
  }
  .banner-main-wrapper .banner-child-inner .circle > * {
    display: none;
  }
}

.welcome-right-slider {
  height: 762px;
  max-width: 740px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .welcome-right-slider {
    position: static;
    height: auto;
  }
}
.welcome-right-slider .welcome-right-container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 140px 0px;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .welcome-right-slider .welcome-right-container {
    padding: 40px 0px 0px;
  }
}
.welcome-right-slider .welcome-right-container .welcome-slider-content {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .welcome-right-slider .welcome-right-container .welcome-slider-content {
    justify-content: center;
  }
}
.welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-dots {
  width: 40px;
  float: left;
}
.welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-area {
  float: left;
  background: #161F38;
  border-radius: 24px 0px 0px 24px;
  padding: 12px 0px 12px 12px;
  position: relative;
}
@media (max-width: 991px) {
  .welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-area {
    border-radius: 24px;
    padding: 12px;
  }
}
.welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-area .welcome-swiper {
  border-radius: 16px 0px 0px 16px;
}
@media (max-width: 991px) {
  .welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-area .welcome-swiper {
    border-radius: 16px;
  }
}
.welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-area img {
  border-radius: 15px 0px 0px 15px;
  max-width: 100%;
  height: auto;
  max-height: 420px;
}
@media (max-width: 991px) {
  .welcome-right-slider .welcome-right-container .welcome-slider-content .welcome-slider-area img {
    border-radius: 15px;
  }
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle {
  width: 720px;
  height: 720px;
  position: absolute;
  top: 15px;
  left: 50%;
  border: 2px solid rgb(67, 94, 190);
  border-radius: 100%;
  z-index: 0;
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 100%;
  position: relative;
  padding: 50px;
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper .animation-dot-container {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 100%;
  position: relative;
  animation: circleanimation 7s linear infinite;
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper .animation-dot-container .animation-dots {
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 100%;
  position: absolute;
  background-color: rgb(67, 94, 190);
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper .animation-dot-container .animation-dots.animation-dot-1 {
  top: 45px;
  right: 160px;
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper .animation-dot-container .animation-dots.animation-dot-2 {
  bottom: 45px;
  right: 160px;
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper .animation-dot-container:after {
  content: "";
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 100%;
  position: absolute;
  top: 45px;
  left: 160px;
  background-color: rgb(67, 94, 190);
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .animation-dot-wrapper .animation-dot-container:before {
  content: "";
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 100%;
  position: absolute;
  bottom: 45px;
  left: 160px;
  background-color: rgb(67, 94, 190);
}
.welcome-right-slider .welcome-right-container .welcome-bg-circle .welcome-bg-inner .welcome-bg-container {
  width: 100%;
  height: 100%;
  float: left;
  background: #D1E6F0;
  border-radius: 100%;
}

.welcome-slider-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(150, 189, 209) !important;
  margin: 4px 0px;
}
.welcome-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(67, 94, 190) !important;
}

.pagination-benefits .benefits-progress {
  width: 2px;
  background: #D1E6F0;
  border-radius: 1px;
  flex-shrink: 0;
}
.pagination-benefits .benefits-progress span {
  width: 100%;
  height: 0%;
  background: #435EBE;
  border-radius: 1px;
  float: left;
}
.pagination-benefits .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  background-color: transparent;
  margin: 0px;
  opacity: 1;
}
.pagination-benefits .swiper-pagination-bullet:focus {
  outline: none;
}
.pagination-benefits .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent !important;
  outline: none;
}
.pagination-benefits .swiper-pagination-bullet.swiper-pagination-bullet-active .benefits-progress span {
  height: 100%;
  animation: progressAnimation 2s linear forwards;
}

@keyframes progressAnimation {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes circleanimation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.general-section .general-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .general-section .general-title {
    font-size: 18px;
  }
}
.general-section .general-title-info {
  font-size: 26px;
  line-height: 38px;
}
.general-section .general-title-info--company {
  font-size: 28px;
}
@media (max-width: 767px) {
  .general-section .general-title-info {
    font-size: 20px;
    line-height: 28px;
  }
}
.benefits-section .benefits-slider {
  height: 600px;
}
.benefits-section .benefits-slider img {
  max-width: 100%;
  height: 600px;
}

@media (min-width: 992px) {
  .sub-page-nav {
    background-color: #fff !important;
  }
  .sub-page-nav.navbar-shrink {
    background-color: #435EBE !important;
  }
  .sub-page-nav.navbar-shrink .navbar-nav .nav-item .nav-link:after {
    background-color: #fff !important;
  }
}
.sub-page-nav a, .sub-page-nav .certified-link {
  color: rgb(68, 76, 99) !important;
}
.sub-page-nav a.login-link-anchor, .sub-page-nav .certified-link.login-link-anchor {
  color: #fff !important;
}
.sub-page-nav a.login-link-anchor:hover, .sub-page-nav .certified-link.login-link-anchor:hover {
  color: #fff !important;
}
.sub-page-nav a:hover, .sub-page-nav .certified-link:hover {
  color: rgba(68, 76, 99, 0.8) !important;
}
.sub-page-nav a.nav-link:after, .sub-page-nav .certified-link.nav-link:after {
  background-color: rgb(68, 76, 99) !important;
}
@media (min-width: 992px) {
  .sub-page-nav.navbar-shrink .logo-white {
    display: inline-block;
  }
  .sub-page-nav.navbar-shrink .logo-blue {
    display: none;
  }
}
.sub-page-nav .login-link {
  color: #fff !important;
}
.sub-page-nav .text-white-link {
  color: #fff !important;
}
@media (min-width: 992px) {
  .sub-page-nav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #fff !important;
  }
}

.inner-page-wrapper.pt-120 {
  padding-top: 120px;
}
.inner-page-wrapper.pt-100 {
  padding-top: 100px;
}
.inner-page-wrapper.pt-72 {
  padding-top: 72px;
}
.inner-page-wrapper.pt-50 {
  padding-top: 50px;
}

.product-image-container {
  padding-right: 10px;
  padding-bottom: 10px;
}
.product-image-container .pdct-img {
  max-width: 420px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1800px) {
  .product-image-container .pdct-img {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .product-image-container {
    padding-right: 0px;
    padding-bottom: 160px;
    background-color: #d1e6f0;
    border-radius: 30px;
  }
}
.product-image-container .graph-img {
  max-width: 360px;
  position: absolute;
  top: 20%;
  left: -70%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .product-image-container .graph-img {
    max-width: 300px;
  }
}
.product-image-container .product-img-back-bg {
  width: 86%;
  height: 86%;
  position: absolute;
  background-color: rgb(209, 230, 240);
  bottom: 0px;
  right: 0px;
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .product-image-container .graph-img {
    max-width: 320px;
    left: -50%;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .product-image-container .graph-img {
    top: auto;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .product-image-container .pdct-img {
    max-width: 320px;
  }
}
.product-image-container.left-align-pdct-img {
  padding-right: 0px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .product-image-container.left-align-pdct-img {
    padding-left: 0px;
  }
}
.product-image-container.left-align-pdct-img .product-img-back-bg {
  bottom: 0px;
  left: 0px;
  right: auto;
}
.product-image-container.left-align-pdct-img .graph-img {
  left: auto;
  right: -70%;
}
@media (max-width: 1200px) {
  .product-image-container.left-align-pdct-img .graph-img {
    left: auto;
    right: -50%;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .product-image-container.left-align-pdct-img .graph-img {
    top: auto;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vibeonix-info .vibeonix-info-box {
  background-color: rgb(236, 248, 248);
  padding: 15px;
  min-height: 300px;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .vibeonix-info .vibeonix-info-box {
    min-height: 210px;
  }
}
.vibeonix-info .vibeonix-info-box .vibeonix-info-icon {
  width: 80px;
  height: 80px;
  background-color: rgb(58, 158, 165);
  border: 1px solid #3A9EA5;
  border-radius: 8px;
}
.vibeonix-info .vibeonix-info-box .vibeonix-info-icon img {
  max-width: 48px;
}
.vibeonix-info .vibeonix-info-box .vibeonix-info-title {
  font-size: 22px;
  color: #3A9EA5;
}
.vibeonix-info .vibeonix-info-box p {
  font-size: 18px;
}

.how-it-works-bg {
  background: url(../assets/img/product-images/blue-bg.png) no-repeat center right;
  background-size: contain;
}
@media (max-width: 991px) {
  .how-it-works-bg {
    background: none;
    position: relative;
  }
  .how-it-works-bg:after {
    content: "";
    width: 100%;
    height: 24%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ecf8f8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .how-it-works-bg img {
    position: relative;
    z-index: 1;
  }
  .how-it-works-bg--expand:after {
    height: 17%;
  }
}

.how-it-works-bg-flip {
  background-size: contain !important;
}
@media (min-width: 992px) {
  .how-it-works-bg-flip {
    background: url(../assets/img/product-images/bg-blue-flip.png) no-repeat center left;
  }
}

.column-slider-row {
  margin-left: -10px;
  margin-right: -10px;
}

.columnSlider .swiper-slide {
  width: 33.333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .columnSlider .swiper-slide {
    width: 50%;
  }
}

.usecase-info-box {
  border-radius: 20px;
}
.usecase-info-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(22, 31, 56, 0) 0%, rgba(22, 31, 56, 0.9) 70.31%, #161F38 100%);
}
.usecase-info-box img {
  width: 100%;
  max-height: 500px;
}
.usecase-info-box .usecase-info-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  z-index: 2;
}
.usecase-info-box .usecase-info-bottom .usecase-info-bottom-inner {
  width: 100%;
  float: left;
  background: #ECF8F8;
  border-radius: 20px;
  padding: 14px 10px;
}
.usecase-info-box .usecase-info-bottom .usecase-info-bottom-inner p {
  font-size: 15px;
}
@media (min-width: 1400px) {
  .usecase-info-box .usecase-info-bottom .usecase-info-bottom-inner p {
    min-height: 66px;
  }
}
.usecase-info-box .usecase-info-bottom .text-lg {
  line-height: 28px;
}

.tab-slider {
  background: url(../assets/img/icons/tabslider-bg.png) no-repeat right bottom;
  background-size: auto 380px;
}
@media (max-width: 991px) {
  .tab-slider {
    background: none;
    position: relative;
  }
  .tab-slider .mw-280 {
    max-width: 220px;
  }
  .tab-slider:after {
    content: "";
    width: 100%;
    height: 24%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ecf8f8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.tab-slider .tabslider-indicator {
  width: 54px;
  height: 60px;
  padding: 10px 14px 10px 0;
  border-right: 2px solid rgb(196, 196, 196);
}
.tab-slider .tabslider-indicator:focus {
  outline: none;
}
.tab-slider .tabslider-indicator.tab-icon-1 {
  background: url(../assets/img/icons/pros-and-cons.svg) no-repeat left center;
}
.tab-slider .tabslider-indicator.tab-icon-2 {
  background: url(../assets/img/icons/graph-icon.svg) no-repeat left center;
}
.tab-slider .tabslider-indicator.tab-icon-3 {
  background: url(../assets/img/icons/tab-icon-3.svg) no-repeat left center;
}
.tab-slider .tabslider-indicator.tab-icon-4 {
  background: url(../assets/img/icons/tab-icon-4.svg) no-repeat left center;
}
.tab-slider .tabslider-indicator.tab-icon-5 {
  background: url(../assets/img/icons/gabi.png) no-repeat left center;
}
.tab-slider .tabslider-indicator.tab-icon-6 {
  background: url(../assets/img/icons/journal.svg) no-repeat left center;
}
.tab-slider .swiper-pagination-bullet {
  border-radius: 0%;
  opacity: 1;
}
.tab-slider .swiper-pagination-bullet.swiper-pagination-bullet-active.tab-icon-1 {
  background: url(../assets/img/icons/pros-and-cons-active.svg) no-repeat left center;
}
.tab-slider .swiper-pagination-bullet.swiper-pagination-bullet-active.tab-icon-2 {
  background: url(../assets/img/icons/graph-icon-active.svg) no-repeat left center;
}
.tab-slider .swiper-pagination-bullet.swiper-pagination-bullet-active.tab-icon-3 {
  background: url(../assets/img/icons/tab-icon-3-active.svg) no-repeat left center;
}
.tab-slider .swiper-pagination-bullet.swiper-pagination-bullet-active.tab-icon-4 {
  background: url(../assets/img/icons/tab-icon-4-active.svg) no-repeat left center;
}
.tab-slider .swiper-pagination-bullet.swiper-pagination-bullet-active.tab-icon-5 {
  background: url(../assets/img/icons/gabi-active.png) no-repeat left center;
}
.tab-slider .swiper-pagination-bullet.swiper-pagination-bullet-active.tab-icon-6 {
  background: url(../assets/img/icons/journal-active.svg) no-repeat left center;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInLeft2 {
  from {
    transform: translate3d(-5%, -10%, 0);
    transform-origin: top;
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft2 {
  animation-name: slideInLeft2;
}

@keyframes slideInRight {
  from {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInRight2 {
  from {
    transform: translate3d(-25%, -10%, 0);
    transform-origin: top;
    visibility: visible;
    bottom: 10px;
    left: 10px;
  }
  to {
    transform: translate3d(0, 0, 0);
    bottom: 0px;
    left: 0px;
  }
}
.animate__slideInRight2 {
  animation-name: slideInRight2;
}

.pricing-page-wrapper .pricing-inner-bg {
  background: #E8F2F7;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pricing-page-wrapper .text-size-24 {
    font-size: 20px;
  }
  .pricing-page-wrapper .general-title-info {
    font-size: 20px;
  }
  .pricing-page-wrapper .accordian-title {
    font-size: 18px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.accordian-wrapper .accordian-title {
  color: #8F94A1;
  font-size: 22px;
  border-bottom: 1px solid #DBDEEA;
  padding-right: 34px;
  position: relative;
  cursor: pointer;
}
.accordian-wrapper .accordian-title:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../assets/img/icons/plus-icon.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.accordian-wrapper .accordian-content {
  color: #444C63;
  border-bottom: 1px solid #DBDEEA;
  display: none;
}
.accordian-wrapper .active-accordian .accordian-title {
  color: #435EBE;
}
.accordian-wrapper .active-accordian .accordian-title:after {
  background: url(../assets/img/icons/minus-icon-active.svg) no-repeat center center;
}
.accordian-wrapper .active-accordian .accordian-content {
  display: block;
}

.max-w-888 {
  max-width: 888px;
}

.pricing-box {
  box-shadow: 0px 2px 9px 2px rgba(67, 94, 190, 0.12);
  border-radius: 20px;
}
.pricing-box.enterprise-wrapper {
  background: linear-gradient(0deg, #435EBE, #435EBE), linear-gradient(0deg, #2A3B79, #2A3B79);
}
.pricing-box.individual-wrapper {
  background-color: #3A9EA5;
}
.pricing-box .pricing-box-title {
  border-bottom: 1px dashed #DBDEEA;
}
.pricing-box .more-info-link {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.pricing-box .more-info-link.text-secondary {
  border-bottom: 1px solid #444C63;
}
.pricing-box .contact-link {
  min-width: 168px;
  min-height: 44px;
  cursor: pointer;
}
.pricing-box .package-btn a {
  width: 168px;
  height: 44px;
  text-decoration: none;
}
.pricing-box .package-btn a.border-btn-primary {
  border: 1px solid #3A9EA5;
}
.pricing-box.individual-wrapper .package-btn a {
  width: 218px;
}
.pricing-box.individual-wrapper .package-btn a.border-btn-primary {
  border: 1px solid #fff;
}
.pricing-box .package-slider-box {
  display: none;
}
.pricing-box .package-slider-box:first-of-type {
  display: block;
}
.pricing-box .package-slider-box .package-slider-row {
  border-top: 1px dashed #DBDEEA;
  padding: 12px 0;
}
.pricing-box .package-slider-box .package-slider-row .mb-size-4 {
  margin-bottom: 4px;
}
.pricing-box .individual-price-box .individual-price-row:not(:first-of-type) {
  border-top: 1px dashed #DBDEEA;
  padding: 12px 0;
}
.pricing-box .individual-price-box .individual-price-row:not(:first-of-type) .mb-size-4 {
  margin-bottom: 4px;
}

#package-slider.ui-slider-horizontal {
  height: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#package-slider .ui-slider-range-min {
  background: #435EBE;
}
#package-slider .rounded-handle {
  width: 12px;
  height: 12px;
  background: #435EBE;
  border-radius: 100%;
  margin-left: -6px;
  border-color: #435EBE;
}
#package-slider .rounded-handle:focus {
  outline: none;
}
#package-slider .rounded-handle .outer-circle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #435EBE;
  border-radius: 100%;
  opacity: 0.12;
}
#package-slider .rounded-handle .rounded-handle-inner {
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -20px;
}
#package-slider .rounded-handle .rounded-handle-inner .rounded-handle-val {
  width: 40px;
  position: relative;
  background-color: #435EBE;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 1px 2px;
}
#package-slider .rounded-handle .rounded-handle-inner .rounded-handle-val:after {
  content: "";
  width: 8px;
  height: 6px;
  background: url(../assets/img/icons/tooltip-arrow.svg) no-repeat center center;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
#package-slider .package-range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E8F2F7;
}
#package-slider .package-range span {
  width: 4px;
  height: 4px;
  background: #435EBE;
  border-radius: 4px;
  position: absolute;
}
#package-slider .package-range span:nth-of-type(1) {
  left: 0%;
}
#package-slider .package-range span:nth-of-type(2) {
  left: 10%;
}
#package-slider .package-range span:nth-of-type(3) {
  left: 20%;
}
#package-slider .package-range span:nth-of-type(4) {
  left: 30%;
}
#package-slider .package-range span:nth-of-type(5) {
  left: 40%;
}
#package-slider .package-range span:nth-of-type(6) {
  left: 50%;
}
#package-slider .package-range span:nth-of-type(7) {
  left: 60%;
}
#package-slider .package-range span:nth-of-type(8) {
  left: 70%;
}
#package-slider .package-range span:nth-of-type(9) {
  left: 80%;
}
#package-slider .package-range span:nth-of-type(10) {
  left: 90%;
}
#package-slider .package-range span.active-span {
  z-index: 99;
  background: #E8F2F7;
}

.modal-dialog.more-info-modal {
  margin: 1.75rem auto;
  padding: 0px 30px;
}
.modal-dialog.more-info-modal .btn-custom-close {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: url(../assets/img/icons/close-icon.svg) no-repeat center center #fff;
  top: -14px;
  right: -14px;
  opacity: 1;
  border: 2px solid #727B8B;
  z-index: 100;
}
.modal-dialog.more-info-modal .btn-custom-close--video {
  top: -8px;
  right: -42px;
}
@media (max-width: 576px) {
  .modal-dialog.more-info-modal .btn-custom-close {
    width: 20px;
    height: 20px;
    right: -32px;
  }
}
.modal-dialog.more-info-modal .modal-user-title {
  letter-spacing: -0.5px;
  color: #435EBE;
}
.modal-dialog.more-info-modal .modal-content {
  border-radius: 20px;
}
.modal-dialog.more-info-modal .more-info-list-title {
  color: #161F38;
}
.modal-dialog.more-info-modal .more-info-list {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.modal-dialog.more-info-modal .more-info-list li {
  display: flex;
  margin-bottom: 18px;
}
.modal-dialog.more-info-modal .more-info-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../assets/img/icons/tick.svg) no-repeat center center #ECF8F8;
  border-radius: 100%;
  float: left;
  flex-shrink: 0;
  margin-right: 10px;
}
.modal-dialog.more-info-modal .features-main-title:not(:last-of-type) {
  border-right: 1px dashed #DBDEEA;
}
.modal-dialog.more-info-modal .features-list-wrapper {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: overlay;
}
.modal-dialog.more-info-modal .features-list-wrapper .feature-column:not(:last-of-type) {
  border-right: 1px dashed #DBDEEA;
}
.modal-dialog.more-info-modal .features-list-wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.modal-dialog.more-info-modal .features-list-wrapper::-webkit-scrollbar-track {
  background: #ECF8F8;
}
.modal-dialog.more-info-modal .features-list-wrapper::-webkit-scrollbar-thumb {
  background: #3A9EA5;
}
.modal-dialog.more-info-modal .features-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #36979e;
}
.modal-dialog.more-info-modal .features-list-wrapper.max-h-300 {
  max-height: 300px;
}
.modal-dialog.more-info-modal .modal-header {
  border-bottom: 1px solid #E8F2F7;
}
.modal-dialog.more-info-modal .more-info-footer {
  border-top: 1px solid #E8F2F7;
}
.modal-dialog.more-info-modal .more-info-footer .more-info-list li {
  margin-bottom: 12px;
}
.modal-dialog.more-info-modal .more-info-footer button {
  width: 133px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #3A9EA5;
  box-sizing: border-box;
  border-radius: 22px;
}

@media (min-width: 576px) {
  .modal-dialog.more-info-modal {
    max-width: 788px;
  }
}
.contact-frm-wrapper .error {
  color: red;
  font-size: 13px;
  height: 0px;
  text-align: right;
}
.contact-frm-wrapper .has-error {
  border-bottom-color: red !important;
}
.contact-frm-wrapper .success-msg {
  display: none;
}
.contact-frm-wrapper input::-moz-placeholder {
  font-weight: 400;
  color: rgba(68, 76, 99, 0.3764705882) !important;
}
.contact-frm-wrapper input::placeholder {
  font-weight: 400;
  color: rgba(68, 76, 99, 0.3764705882) !important;
}

.main-content-pricing {
  display: none;
}

.loader-pricing {
  display: flex;
}
.loader-pricing img {
  max-height: 28px;
}

@media (max-width: 767px) {
  .btn-getstart.text-base {
    font-size: 14px;
  }
}

.tabSlider-pagination {
  width: auto !important;
}

@media (max-width: 991px) {
  .tabSlider {
    width: 100%;
  }
  .tabSlider .pt-166 {
    padding-top: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .tabSlider .text-1xl {
    font-size: 22px;
  }
  .tabSlider .text-size-18 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .tabSlider-pagination {
    width: 100%;
    justify-content: space-between;
  }
  .tabSlider-pagination .tabslider-indicator {
    margin: 0px 10px;
    border-right: 0px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    background-position: center center !important;
  }
}
@media (min-width: 992px) {
  .benefits-slider-v2 {
    height: 0px !important;
    overflow: hidden !important;
  }
}

.benefits-slider-wrapper {
  height: 600px;
}
.benefits-slider-wrapper .benefits-slider-1, .benefits-slider-wrapper .benefits-slider-2 {
  height: 600px;
  max-width: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.benefits-slider-wrapper .benefits-slider-1 img, .benefits-slider-wrapper .benefits-slider-2 img {
  max-width: 258px;
  width: 100%;
}
.benefits-slider-wrapper .benefits-slider-1::-webkit-scrollbar, .benefits-slider-wrapper .benefits-slider-2::-webkit-scrollbar {
  display: none;
}
.benefits-slider-wrapper:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.benefits-slider-wrapper:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.thank-page-wrapper {
  width: 100%;
  float: left;
}
@media (min-width: 1200px) {
  .thank-page-wrapper .thank-img {
    position: absolute;
  }
}
.thank-page-wrapper .step-box-wrapper {
  border-radius: 23px;
  background-color: #E8F2F7;
  min-height: 187px;
  overflow: hidden;
}
.thank-page-wrapper .step-box-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}
.thank-page-wrapper .step-box-wrapper .step-box {
  width: 122px;
  height: 122px;
  border-radius: 0 23px;
  position: relative;
}
.thank-page-wrapper .step-box-wrapper .step-box:before {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../assets/img/icons/Subtract.svg) no-repeat center center;
  position: absolute;
  top: -7px;
  left: 0;
}
@media (max-width: 576px) {
  .thank-page-wrapper .step-box-wrapper .step-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .thank-page-wrapper .step-box-wrapper .step-box:before {
    display: none;
  }
}

.dotted-line {
  max-width: 248px;
  border: 1px dashed #3A9EA5;
}

.offer-count {
  background-color: #3A9EA5;
}

.offer-txt:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  left: -42px;
  background: url(../assets/img/icons/offer-left-arrow.svg) no-repeat right center;
  background-size: auto 100%;
}
@media (max-width: 440px) {
  .offer-txt:after {
    display: none;
  }
}

.offer-count:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  right: -42px;
  background: url(../assets/img/icons/offer-right-arrow.svg) no-repeat left center;
  background-size: auto 100%;
}
@media (max-width: 440px) {
  .offer-count:after {
    display: none;
  }
}

.emotional-wrapper .emotional-title {
  color: #161F38;
}
.emotional-wrapper .max-w-740 {
  max-width: 850px;
}
.emotional-wrapper .emotional-box {
  border: 1px solid rgba(58, 158, 165, 0.12);
  border-radius: 6px;
  height: 80px;
  cursor: pointer;
}
.emotional-wrapper .emotional-box:before {
  content: url("data:image/svg+xml; utf8, %3Csvg width='40' height='64' viewBox='0 0 40 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H20C31.0457 12 40 20.9543 40 32C40 43.0457 31.0457 52 20 52H0V12Z' fill='%233A9EA5'/%3E%3Cpath d='M0 12H12C5.37258 12 0 6.62742 0 0V12Z' fill='%233A9EA5'/%3E%3Cpath d='M0 52H12C5.37258 52 0 57.3726 0 64V52Z' fill='%233A9EA5'/%3E%3Cg clip-path='url(%23clip0_2_6)'%3E%3Cpath d='M20.8334 22.832L20.8342 25.3837C22.3027 25.5694 23.6678 26.2382 24.7143 27.285C25.7609 28.3317 26.4296 29.6968 26.615 31.1654H29.1667V32.832L26.615 32.8329C26.4294 34.3013 25.7607 35.6662 24.7141 36.7128C23.6675 37.7593 22.3026 38.4281 20.8342 38.6137L20.8334 41.1654H19.1667V38.6137C17.6982 38.4282 16.333 37.7596 15.2863 36.713C14.2396 35.6664 13.5707 34.3014 13.385 32.8329L10.8334 32.832V31.1654H13.385C13.5705 29.6967 14.2393 28.3315 15.2861 27.2847C16.3328 26.238 17.698 25.5692 19.1667 25.3837V22.832H20.8334ZM20 26.9987C18.674 26.9987 17.4022 27.5255 16.4645 28.4632C15.5268 29.4008 15 30.6726 15 31.9987C15 33.3248 15.5268 34.5965 16.4645 35.5342C17.4022 36.4719 18.674 36.9987 20 36.9987C21.3261 36.9987 22.5979 36.4719 23.5356 35.5342C24.4733 34.5965 25 33.3248 25 31.9987C25 30.6726 24.4733 29.4008 23.5356 28.4632C22.5979 27.5255 21.3261 26.9987 20 26.9987ZM20 30.332C20.4421 30.332 20.866 30.5076 21.1786 30.8202C21.4911 31.1327 21.6667 31.5567 21.6667 31.9987C21.6667 32.4407 21.4911 32.8646 21.1786 33.1772C20.866 33.4898 20.4421 33.6654 20 33.6654C19.558 33.6654 19.1341 33.4898 18.8215 33.1772C18.509 32.8646 18.3334 32.4407 18.3334 31.9987C18.3334 31.5567 18.509 31.1327 18.8215 30.8202C19.1341 30.5076 19.558 30.332 20 30.332Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_6'%3E%3Crect width='20' height='20' fill='white' transform='translate(10 22)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 40px;
  height: 16px;
  float: left;
  margin-right: 6px;
  transition: all 0.1s linear;
  flex-shrink: 0;
  /* position: absolute; */
  margin-top: -53px;
  margin-left: -10px;
}
.emotional-wrapper .emotional-box:hover {
  background: #F0F2FA;
  border: 2px solid rgba(58, 158, 165, 0.24);
  color: #3A9EA5 !important;
}
.emotional-wrapper .emotional-box:hover:before {
  margin-left: -9px;
}
.emotional-wrapper .emotional-box--blue:before {
  content: url("data:image/svg+xml; utf8, %3Csvg width='40' height='64' viewBox='0 0 40 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H20C31.0457 12 40 20.9543 40 32C40 43.0457 31.0457 52 20 52H0V12Z' fill='%23435EBE'/%3E%3Cpath d='M0 12H12C5.37258 12 0 6.62742 0 0V12Z' fill='%23435EBE'/%3E%3Cpath d='M0 52H12C5.37258 52 0 57.3726 0 64V52Z' fill='%23435EBE'/%3E%3Cg clip-path='url(%23clip0_2_6)'%3E%3Cpath d='M20.8334 22.832L20.8342 25.3837C22.3027 25.5694 23.6678 26.2382 24.7143 27.285C25.7609 28.3317 26.4296 29.6968 26.615 31.1654H29.1667V32.832L26.615 32.8329C26.4294 34.3013 25.7607 35.6662 24.7141 36.7128C23.6675 37.7593 22.3026 38.4281 20.8342 38.6137L20.8334 41.1654H19.1667V38.6137C17.6982 38.4282 16.333 37.7596 15.2863 36.713C14.2396 35.6664 13.5707 34.3014 13.385 32.8329L10.8334 32.832V31.1654H13.385C13.5705 29.6967 14.2393 28.3315 15.2861 27.2847C16.3328 26.238 17.698 25.5692 19.1667 25.3837V22.832H20.8334ZM20 26.9987C18.674 26.9987 17.4022 27.5255 16.4645 28.4632C15.5268 29.4008 15 30.6726 15 31.9987C15 33.3248 15.5268 34.5965 16.4645 35.5342C17.4022 36.4719 18.674 36.9987 20 36.9987C21.3261 36.9987 22.5979 36.4719 23.5356 35.5342C24.4733 34.5965 25 33.3248 25 31.9987C25 30.6726 24.4733 29.4008 23.5356 28.4632C22.5979 27.5255 21.3261 26.9987 20 26.9987ZM20 30.332C20.4421 30.332 20.866 30.5076 21.1786 30.8202C21.4911 31.1327 21.6667 31.5567 21.6667 31.9987C21.6667 32.4407 21.4911 32.8646 21.1786 33.1772C20.866 33.4898 20.4421 33.6654 20 33.6654C19.558 33.6654 19.1341 33.4898 18.8215 33.1772C18.509 32.8646 18.3334 32.4407 18.3334 31.9987C18.3334 31.5567 18.509 31.1327 18.8215 30.8202C19.1341 30.5076 19.558 30.332 20 30.332Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_6'%3E%3Crect width='20' height='20' fill='white' transform='translate(10 22)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.emotional-wrapper .emotional-box--blue:hover {
  background: #F0F2FA;
  border: 2px solid rgba(67, 94, 190, 0.24);
  color: #435EBE !important;
}

.pdct-modal-footer {
  border-top: none !important;
  padding-top: 2px !important;
}
.pdct-modal-footer button {
  color: #435EBE !important;
  border-color: #435EBE !important;
}

.emotion-modal-wrapper {
  max-height: 520px;
  overflow-y: auto;
  display: none;
}
.emotion-modal-wrapper::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}
.emotion-modal-wrapper::-webkit-scrollbar-track {
  background: #ECF8F8;
}
.emotion-modal-wrapper::-webkit-scrollbar-thumb {
  background: #3A9EA5;
}
.emotion-modal-wrapper::-webkit-scrollbar-thumb:hover {
  background: #36979e;
}
.emotion-modal-wrapper p {
  margin-bottom: 10px;
}
.emotion-modal-wrapper > p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.emotion-modal-wrapper .title-para-modal {
  color: #444C63;
  font-weight: 400;
  margin-bottom: 8px;
}
.emotion-modal-wrapper .content-block-modal {
  width: 100%;
  float: left;
  margin-top: 5px;
}

.video-wrapper video, .video-wrapper iframe {
  max-width: 80%;
  border: 4px solid #1F1F22;
  border-radius: 10px;
  margin-bottom: 15px;
}

.seperator-line-small {
  width: 48px;
  height: 2px;
  background-color: #444C63;
  margin-top: 60px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.letter-spacing-minus {
  letter-spacing: -0.6px;
}

@media (min-width: 1200px) {
  .container.pricing-container {
    max-width: 1320px;
  }
}
.login-link-anchor img {
  transition: all 0.2s linear;
}
.login-link-anchor img.blue-arrow {
  display: none;
}

@media (min-width: 992px) {
  .navbar-shrink .login-link-anchor img.blue-arrow {
    display: block;
  }
  .navbar-shrink .login-link-anchor img.white-arrow {
    display: none;
  }
}
.login-drop-active img {
  transform: rotate(-180deg);
}

.login-dropdown-box {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 10px 5px;
  display: none;
}
.login-dropdown-box .col-content-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login-dropdown-box .login-dropdown-col a {
  opacity: 0.8;
  transition: all 0.1s linear;
  cursor: pointer;
  color: #fff !important;
}
.login-dropdown-box .login-dropdown-col a:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .login-dropdown-box {
    width: 840px;
    position: absolute;
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .login-dropdown-box {
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 720px) {
  .login-dropdown-box {
    padding-bottom: 6px;
    padding-top: 2px;
  }
}
.login-dropdown-box .col-box-inner {
  border-radius: 8px;
}
.login-dropdown-box .org-box {
  background-color: #3A9EA5;
}
.login-dropdown-box .business-box {
  background: #444C63;
}

@media (max-width: 991px) {
  .login-link-anchor {
    margin-bottom: 4px;
  }
  .login-link-anchor.width-100 {
    width: 300px;
  }
}
@media (max-width: 720px) {
  .login-link-anchor {
    margin-bottom: 8px;
  }
  .login-link-anchor.width-100 {
    width: 100%;
  }
  .navbar-collapse {
    overflow: hidden;
  }
}
.columnSliderNav .swiper-slide {
  height: auto !important;
}
.columnSliderNav .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #444C63 !important;
  opacity: 1;
  transition: all 0.1s linear;
}
.columnSliderNav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #435EBE !important;
  border-radius: 6px;
}
.columnSliderNav .nav-swiper-pagination {
  top: 4px;
}

@media (min-width: 721px) {
  .columnSliderNav .swiper-slide {
    width: 33.333333333% !important;
    padding-left: 5px;
    padding-right: 5px;
    height: auto !important;
  }
  .columnSliderNav .nav-swiper-pagination {
    display: none;
  }
}
.platform-image-container {
  padding-right: 10px;
  padding-bottom: 10px;
}
.platform-image-container .pdct-img {
  max-width: 420px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1800px) {
  .platform-image-container .pdct-img {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .platform-image-container {
    padding-right: 0px;
    background-color: #d1e6f0;
    border-radius: 30px;
  }
}
.platform-image-container .graph-img {
  max-width: 360px;
  position: absolute;
  top: 20%;
  left: -70%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .platform-image-container .graph-img {
    max-width: 300px;
  }
}
.platform-image-container .product-img-back-bg {
  width: 86%;
  height: 86%;
  position: absolute;
  background-color: rgb(209, 230, 240);
  bottom: 0px;
  right: 0px;
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .platform-image-container .graph-img {
    max-width: 320px;
    left: -50%;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .platform-image-container .graph-img {
    top: auto;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .platform-image-container .pdct-img {
    max-width: 320px;
  }
}
.platform-image-container.left-align-pdct-img {
  padding-right: 0px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .platform-image-container.left-align-pdct-img {
    padding-left: 0px;
  }
}
.platform-image-container.left-align-pdct-img .product-img-back-bg {
  bottom: 0px;
  left: 0px;
  right: auto;
}
.platform-image-container.left-align-pdct-img .graph-img {
  left: auto;
  right: -70%;
}
@media (max-width: 1200px) {
  .platform-image-container.left-align-pdct-img .graph-img {
    left: auto;
    right: -50%;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .platform-image-container.left-align-pdct-img .graph-img {
    top: auto;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.platform ul {
  list-style-type: none;
}
.platform li {
  display: grid;
  grid-template-columns: 20px auto;
}
.platform li::before {
  content: ">";
  font-size: 15px;
  color: rgb(0, 0, 0);
}

.testimonial-slider {
  display: flex;
  align-items: end;
  justify-content: end;
}

.testimonial .card {
  background: white;
  border: 0px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.no-decoration {
  text-decoration: none !important;
}

.navbar-dropdown {
  min-width: 200px !important;
}
.navbar-dropdown a {
  color: rgb(68, 76, 99) !important;
}

pointer-cursor {
  cursor: pointer !important;
}

.primary-text-color {
  color: #161F38;
}

.secondary-text-color {
  color: #444C63;
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-certified {
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  padding: 0 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.dropdown-certified:hover span {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dropdown-certified:hover .dropdown-menu {
  display: block;
}
.dropdown-certified .navbar-dropdown {
  min-width: 150px !important;
  width: auto;
  left: -17px;
}

.dropdown-certified .secondary-nav-color {
  color: rgb(68, 76, 99);
}
.dropdown-certified:hover .secondary-nav-color {
  color: rgba(68, 76, 99, 0.8) !important;
}

.dropdown-wraper:is(:hover, :focus) .dropdown-wraper-visible {
  display: block !important;
}

@media (max-width: 991px) {
  ul.navbar-nav {
    max-height: calc(100vh - 142px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.gabi-section {
  min-height: 712px;
  height: auto;
  background-color: #D1E6F0;
}
@media (min-width: 992px) {
  .gabi-section {
    max-height: 712px;
    height: 100% !important;
  }
}
.gabi-section .gabi-body {
  max-width: 567px;
}
.gabi-section .gabi-bg-rotate {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .gabi-section .ask-gabi-img {
    width: 120px;
  }
  .gabi-section .gabi-bg {
    width: 60px;
  }
}

.who-its-banner-img {
  box-shadow: 0px 0px 12px 4px rgba(68, 76, 99, 0.12);
}

.app-banner {
  height: -moz-max-content;
  height: max-content;
}
.app-banner:hover .play-button {
  cursor: pointer;
  transform: scale(1);
}
.app-banner .play-button {
  transform: scale(0.8);
  transition: 0.3s ease-in-out;
}
.app-banner .play-button:hover {
  transform: scale(1.1);
}

.people-saying-section .people-saying-card {
  background-color: rgba(67, 94, 190, 0.08);
  line-height: 28px;
  padding: 32px;
}
@media (min-width: 1400px) {
  .people-saying-section .people-saying-card {
    padding: 0px;
  }
  .people-saying-section .people-saying-card span {
    max-width: 558px;
  }
}
.people-saying-section .people-saying-card--first {
  border-radius: 40px 0px 0px 40px;
}
.people-saying-section .people-saying-card--second {
  border-radius: 0px 40px 40px 0px;
}
@media (max-width: 768px) {
  .people-saying-section .people-saying-card--first, .people-saying-section .people-saying-card--second {
    border-radius: 40px;
  }
}

.z-index-5 {
  z-index: 5;
}

.empower-wraper {
  font-size: 22px;
}

@media (max-width: 768px) {
  .empower-div {
    max-width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */