@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.border-radius-16 {
  border-radius: 16px;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #076DFD;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  /* For older browsers */
  -moz-border-radius: 18px;
  /* For older Firefox versions */
  color: #ffffff;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.35s;
  font-size: 18px;
}
.btn:hover, .btn:active {
  transform: translateY(1px);
  color: #ffffff !important;
  opacity: 0.8;
  background: #076DFD !important;
}
.btn.active {
  transform: translateY(1px);
  color: #ffffff;
  opacity: 0.8;
  background: #076DFD;
}
.btn.white {
  background: #ffffff;
  border: 1px solid #B3B9C4;
  color: #101214;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.btn.white span {
  text-align: left;
}
.btn.white span b {
  width: 100%;
  display: flex;
}

.btn-bor {
  border: double 1px #076DFD;
  background: #f9fbfe;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  transition: all 0.35s;
  color: #024AB1;
}
.btn-bor span {
  color: #076DFD;
}
.btn-bor:hover, .btn-bor:active, .btn-bor.active, .btn-bor:first-child:active {
  transform: translateY(1px);
  color: #ffffff;
  background: #076DFD;
  border-color: #076DFD;
}
.btn-bor:hover span, .btn-bor:active span, .btn-bor.active span, .btn-bor:first-child:active span {
  color: #ffffff !important;
  background: none;
}

header {
  position: relative;
  padding: 0px 0px 70px;
  margin: 0px;
}
header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.2) 1.37%, rgba(143, 126, 231, 0.2) 99.49%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  /* For older browsers */
  -moz-border-radius: 0px;
  /* For older Firefox versions */
}
header .top-nav {
  background: #ffffff;
  min-width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  /* For older browsers */
  -moz-border-radius: 0px;
  /* For older Firefox versions */
  padding: 0px 5px;
  min-height: 52px;
  display: flex;
  transition: all 0.4s ease;
  position: relative;
}
header .top-nav .container {
  position: relative;
  background: #ffffff;
  align-items: center;
  border-radius: 0px 0px 16px 16px;
  -webkit-border-radius: 0px 0px 16px 16px;
  /* For older browsers */
  -moz-border-radius: 0px 0px 16px 16px;
  /* For older Firefox versions */
  display: flex;
}
header .top-nav .container .col-xxl-2 {
  padding-left: 0px;
}
header .top-nav .container .col-xxl-3 {
  padding-right: 0px;
}
header .top-nav .row {
  margin: 0 auto;
}
header .top-nav .navbar {
  margin: 0px;
  padding: 0px;
  background: transparent !important;
}
header .top-nav .navbar.active {
  position: inherit;
}
header .top-nav .navbar ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header .top-nav .navbar ul li {
  position: inherit;
}
header .top-nav .navbar ul li a {
  color: #172B4D;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
header .top-nav .navbar ul li a:hover {
  font-style: normal;
  color: #000000;
}
header .top-nav .navbar ul li a.dropdown-toggle {
  position: relative;
}
header .top-nav .navbar ul li a.dropdown-toggle:after {
  border: none;
  background: url(../images/down-arrow-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
  background-position: 120% 0px;
  transition-duration: 0.5s;
  top: 12px;
  position: absolute;
}
header .top-nav .navbar ul li:hover a:after {
  background: url(../images/down-arrow-icon-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
  background-position: 120% 0px;
  transform: rotate(180deg);
}
header .top-nav .navbar ul li .dropdown-menu {
  animation: dropdown-show 0.2s;
  background: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 0px;
  transition: all 0.5s;
  box-shadow: 0 5px 25px 0 rgba(22, 35, 184, 0.13);
  border: none;
  left: 0px;
}
header .top-nav .navbar ul li .dropdown-menu .inner {
  padding: 15px;
}
header .top-nav .navbar ul li .dropdown-menu .inner .row .row [class*=col-] {
  padding: 0 5px;
}
header .top-nav .navbar ul li .dropdown-menu .inner .img-box img {
  max-width: 100%;
}
header .top-nav .navbar ul li .dropdown-menu .inner .heading {
  color: #091E42;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0px 10px;
  border-bottom: 1px solid #DCDFE4;
  margin: 0px 0px 10px;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li {
  width: 33.3333333333%;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 8px 8px 0px 8px;
  margin: 6px 0px;
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .img-box {
  font-size: 14px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  transition: all 0.35s;
  transition: all 0.5s;
  position: relative;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .img-box img {
  width: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .img-box span {
  color: #091E42;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  display: block;
  padding: 14px 0px 7px;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .content-box {
  transition: all 0.5s;
  position: relative;
  color: #44546F;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding: 3px 0px 7px 0px;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .content-box span {
  color: #091E42;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  display: block;
  padding: 14px 0px 7px;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .content-box span {
  display: block;
  width: 100%;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:hover, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:focus, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:active {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  /* For older browsers */
  -moz-border-radius: 6px;
  /* For older Firefox versions */
  -webkit-text-fill-color: inherit;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:hover:before, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:focus:before, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:active:before {
  display: none;
  transition: all 0.5s;
  content: "";
  border: double 1px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:hover .content-box span, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:focus .content-box span, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:active .content-box span {
  color: #076DFD;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:hover .content-box, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:focus .content-box, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:active .content-box {
  color: #091E42;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:hover .content-box i, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:focus .content-box i, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:active .content-box i {
  color: #091E42;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:hover svg path, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:focus svg path, header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item:active svg path {
  fill: #091E42;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li:nth-child(2) a.dropdown-item:hover svg rect {
  fill: #091E42;
}
header .top-nav .navbar ul li .dropdown-menu .inner ul li:nth-child(2) a.dropdown-item:hover svg path {
  fill: #ffffff;
}
header .top-nav .navbar ul li .dropdown-menu .bottom-nav {
  background: #E9F2FF;
  padding: 16px 20px;
  border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  /* For older browsers */
  -moz-border-radius: 0px 0px 12px 12px;
  /* For older Firefox versions */
}
header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #076DFD;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
  transition: all 0.35s;
}
header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul li a:after {
  transition: transform 0.3s ease-out;
  content: "\f138";
  font-family: bootstrap-icons;
  height: auto;
  width: auto;
  background: none;
  background-position: center top;
  transform: inherit;
  color: #44546F;
  margin: 2px 0px 0px;
}
header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul li a:hover:after {
  color: #076DFD;
  transform: translateX(4px);
}
header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul li:first-child {
  font-size: 15px;
  font-weight: 600;
  color: #44546F;
}
header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul li:first-child img {
  width: 24px;
  height: auto;
}
header .top-nav .navbar ul li.nor-menu {
  position: relative;
}
header .top-nav .navbar ul li.nor-menu .dropdown-menu .inner ul li a.dropdown-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 3px 0px 0px 0px;
  margin: 4px 0px;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
header .top-nav .navbar ul li.nor-menu .dropdown-menu .inner ul li a.dropdown-item:before {
  display: none;
}
header .top-nav .navbar ul li.nor-menu .dropdown-menu .inner ul li a.dropdown-item:hover {
  font-style: normal;
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
header .top-nav .navbar ul li.nor-menu .dropdown-menu .inner ul li a.dropdown-item:hover:before {
  display: none;
}
header .top-nav .navbar ul li.dropdown:nth-child(1) .dropdown-menu {
  width: 590px;
}
header .top-nav .navbar ul li.dropdown:nth-child(2) .dropdown-menu .inner ul li {
  width: 50%;
}
header .top-nav .navbar ul li.dropdown:nth-child(2) .dropdown-menu .inner ul li a.dropdown-item {
  padding: 8px 8px 0px 8px;
  margin: 6px 0px;
}
header .top-nav .navbar ul li.dropdown:nth-child(2) .dropdown-menu .inner ul li a.dropdown-item:hover {
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: inherit;
}
header .top-nav .navbar ul li.dropdown:nth-child(2) .dropdown-menu .inner ul li:nth-child(2) a.dropdown-item:hover svg path {
  fill: #091E42;
}
header .top-nav .header-right-part {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-end;
}
header .top-nav .header-right-part.mobile {
  display: none;
}
header .top-nav .header-right-part a {
  color: #44546F;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
header .top-nav .header-right-part a.login {
  color: #076DFD;
}
header .top-nav .header-right-part a:hover {
  font-style: normal;
  color: #000000;
}
header .top-nav .header-right-part a.border-btn {
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 16px;
}
header .top-nav .header-right-part a.border-btn:hover {
  background: #076DFD;
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header .mainheader .dropdown:hover > .dropdown-menu,
header .mainheader .dropstart:hover > .dropdown-menu {
  display: block;
  animation: dropdown-show 0.2s;
}
@keyframes dropdown-show {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
header .logo a {
  color: #172B4D;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header.sticky .top-nav {
  animation: slideDown 0.35s ease-out;
  background: #ffffff;
  max-width: 100%;
  position: fixed;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  /* For older browsers */
  -moz-border-radius: 0px;
  /* For older Firefox versions */
  top: 0px;
  left: 0;
  right: 0px;
  z-index: 4;
  box-shadow: 0 1.5rem 2rem -0.5rem rgba(0, 0, 0, 0.07), 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.03);
}
header .banner-inner {
  padding: 40px 0px 0px;
  position: relative;
}
header .banner-inner.glossary-banner .live-search-list {
  z-index: 3;
}
header .banner-inner .search-container {
  position: relative;
  margin-top: 30px;
}
header .banner-inner .search-container .search-input {
  height: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  /* For older browsers */
  -moz-border-radius: 30px;
  /* For older Firefox versions */
  padding-left: 35px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
header .banner-inner .search-container .search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #000000;
}
header .banner-inner h1 {
  font-size: 37px;
  font-weight: 700;
  line-height: 44px;
  color: #000000;
  text-align: center;
}
header .banner-inner h1 span {
  color: #076DFD;
}
header .banner-inner h1 i {
  font-style: normal;
  color: #000000;
  font-weight: 700;
}
header .banner-inner p {
  text-align: center;
  color: #2C3E5D;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
header .banner-inner .heading {
  text-align: center;
  color: #44546F;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0px;
}
header .banner-inner .heading .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 auto;
}
header .banner-inner ul.social-link {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .banner-inner ul.social-link li {
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  padding: 5px 10px;
  color: #44546F;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
header .banner-inner.email-banner {
  padding: 50px 0px;
}
header .banner-inner.email-banner .inner h1 {
  text-align: left;
  padding: 10px 0px 14px;
}
header .banner-inner.email-banner .inner p {
  text-align: left;
  width: 90%;
}
header .banner-inner.email-banner .inner .sub-heading {
  text-align: left;
  color: #000000;
  font-size: 20px;
}
header .banner-inner.email-banner .img-box {
  text-align: right;
}
header .banner-inner.email-banner .img-box img {
  max-width: 100%;
}
header .banner-inner.email-banner .bt-sec a {
  width: 190px;
  height: 47px;
  font-size: 16px;
}
header .banner-inner.email-banner .bt-sec .btn-bor {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  /* For older browsers */
  -moz-border-radius: 18px;
  /* For older Firefox versions */
  border: double 1px transparent;
  background: linear-gradient(#e7e8fa, #e7e8fa), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .banner-inner.email-banner .bt-sec .btn-bor:hover {
  transform: translateY(1px);
  color: #ffffff;
  background: #076DFD;
  border: transparent;
}
header .banner-inner.email-banner.profile-consent .img-box img {
  height: 455px;
}

.home-video-box {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  min-width: 906px;
  margin-left: 9rem !important;
  height: auto;
}
.home-video-box .inner-box {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  padding: 20px 0px 0px 20px;
  border-radius: 12px 0px 0px 0px;
  -webkit-border-radius: 12px 0px 0px 0px;
  /* For older browsers */
  -moz-border-radius: 12px 0px 0px 0px;
  /* For older Firefox versions */
  margin-bottom: -6px;
  position: relative;
}
.home-video-box .inner-box .img-box {
  position: relative;
  border-radius: 12px 0px 0px;
  -webkit-border-radius: 12px 0px 0px;
  /* For older browsers */
  -moz-border-radius: 12px 0px 0px;
  /* For older Firefox versions */
}
.home-video-box .inner-box .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-video-box .inner-box .video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: linear-gradient(87.59deg, #7960FA 32.38%, #20ADDC 93.37%);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.home-video-box .inner-box .video-icon a {
  position: relative;
}
.home-video-box img {
  max-width: 100%;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
#video-modal .modal-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
#video-modal .modal-header h1 {
  color: #172B4D;
  font-size: 20px;
  font-weight: 600;
}
#video-modal .modal-content {
  overflow: hidden;
}
#video-modal iframe {
  width: 100%;
  min-height: 60vh;
  display: flex;
}

footer {
  padding: 80px 0px 15px;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
footer .container {
  position: relative;
}
footer ul li {
  width: 100%;
  display: block;
}
footer ul li a {
  color: #101214;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0px;
  display: flex;
}
footer ul li a:hover {
  font-style: normal;
  color: #076DFD;
}
footer ul.social-icon {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer ul.social-icon li {
  width: auto;
}
footer ul.social-icon li a {
  font-size: 16px;
}
footer ul.info li a {
  margin: 10px 0px 5px;
  font-size: 18px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
footer h3 {
  color: #B3B9C4;
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 11px;
}
footer .footer-middle h3 {
  color: #172B4D;
  font-size: 28px;
  font-weight: 700;
}
footer .footer-middle h3.logo a {
  color: #172B4D;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  outline: none;
  box-shadow: none;
  outline: none;
}
footer .footer-border-bg {
  margin: 25px 0px;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 13px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
footer .inner .btn,
footer .inner .btn-bor {
  width: 100%;
  font-size: 16px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  /* For older browsers */
  -moz-border-radius: 18px;
  /* For older Firefox versions */
}
footer .footer-copy-right p {
  font-size: 14px;
  font-weight: 400;
  color: #172B4D;
}
footer .footer-copy-right ul {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
footer .footer-copy-right ul li {
  width: auto;
}
footer .footer-copy-right ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #172B4D;
  transition: all 0.35s;
}
footer .footer-copy-right ul li a:hover {
  color: #076DFD;
}
footer .larger-footer-logo {
  font-weight: 600;
  background: linear-gradient(116deg, #6CC3E0 1.37%, #8F7EE7 99.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.3;
  text-align: center;
}

.footer-border-bg {
  background: #DCDFE4;
  width: 100%;
  height: 1px;
}

.border-img {
  position: relative;
}

section.section {
  padding: 50px 0px;
}
section.section.pb-50 {
  padding-bottom: 50px;
}

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

header .dropdown-item:hover > .dropdown-menu {
  display: block;
}

ul li {
  list-style-type: none;
  display: inline;
}

.navbar-nav .nav-link {
  display: inline-block;
}

.ml-auto {
  display: inline-block !important;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

/*  scroll css section here*/
.scrolltop {
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #076DFD;
  transition: all 0.35s;
  display: none;
  cursor: pointer;
  z-index: 1;
}
.scrolltop .icon {
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.scrolltop .icon i {
  color: #ffffff;
}

/*  scroll css section here*/
.desktop {
  display: block;
}

.mobile {
  display: none;
}

textarea.form-control {
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #cdcdcd !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.growing-compaines {
  position: relative;
  padding: 40px 0px 40px;
  margin: 20px 20px 0px;
}
.growing-compaines:before {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
}
.growing-compaines .container {
  position: relative;
  text-align: center;
}
.growing-compaines .container p {
  padding: 0px 0px 30px;
  color: #626F86;
  font-size: 16px;
  font-weight: 500;
}
.growing-compaines .container ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.growing-compaines .container ul li img {
  width: 109px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.growing-compaines.growing-inner {
  margin: 0px;
  padding: 50px 0px;
}
.growing-compaines.growing-inner.get-quality-bottom-section .img-box {
  margin-top: -400px;
}
.growing-compaines.growing-inner.get-quality-bottom-section .img-box img {
  max-width: 100%;
  height: auto;
}

.heading-section .sub-heading {
  color: #44546F;
  font-size: 18px;
  font-weight: 500;
}
.heading-section h2 {
  color: #172B4D;
  font-size: 36px;
  font-weight: 700;
  margin: 0px;
  padding: 15px 0px 0px;
}
.heading-section h2 span {
  color: #076DFD;
}
.heading-section p {
  font-size: 16px;
  color: #2C3E5D;
  font-weight: 400;
  margin: 0px;
  padding: 12px 0px 0px;
}
.heading-section.white .sub-heading {
  color: #ffffff;
  font-weight: 400;
}
.heading-section.white .sub-heading b {
  font-weight: 500;
}
.heading-section.white h2 {
  color: #ffffff;
  padding: 5px 0px 0px;
}
.heading-section.white p {
  color: #ffffff;
}

.our-features .flex-container {
  margin: 30px 0px 0px;
  height: auto;
  width: 100%;
  /* Safari */
  display: flex;
  overflow: hidden;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.our-features .flex-container .flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 30px;
  margin: auto;
  text-align: center;
  top: 15%;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .our-features .flex-container .flex-title {
    transform: rotate(0deg) !important;
  }
}
.our-features .flex-container ul {
  color: #172B4D;
  font-size: 16px;
  transform: rotate(0deg);
  transition: all 500ms ease;
  opacity: 0;
  height: 0;
}
.our-features .flex-container ul li {
  line-height: 36px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 14px;
}
.our-features .flex-container ul li img {
  width: 16px;
  height: auto;
}
.our-features .flex-container h2,
.our-features .flex-container h3 {
  color: #5E4DB2;
  font-size: 26px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.our-features .flex-container p {
  color: #172B4D;
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
  padding: 13px 0px 20px;
}
.our-features .flex-container .img-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  min-height: 100%;
}
.our-features .flex-container .img-box img {
  max-width: 100%;
  height: auto !important;
}
.our-features .flex-container .flex-slide {
  /* Safari 6.1+ */
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  transition: all 1000ms ease;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
.our-features .flex-container .flex-slide .row .col-12 {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.our-features .flex-container .flex-slide .row .col-12:nth-child(1) {
  width: 100%;
  transition: all 500ms ease;
}
.our-features .flex-container .flex-slide .row .col-12:nth-child(2) {
  width: 0px;
  transform: rotate(0deg);
  transition: all 500ms ease;
}
.our-features .flex-container .flex-slide .row .col-12:nth-child(2) .img-box {
  padding: 0px;
}
.our-features .flex-container .flex-slide.active ul {
  opacity: 1;
  height: auto;
  animation: 0.5s ease-in-out 0s 1 normal forwards running hideContent-open;
}
.our-features .flex-container .flex-slide.active .row .col-12:nth-child(2) {
  width: 50%;
}
.our-features .flex-container .flex-slide.active .row .col-12:nth-child(2) .img-box {
  padding: 10px;
}
.our-features .flex-container .flex-slide.active .row .col-12:nth-child(1) {
  width: 50%;
}
.our-features .flex-container .flex-slide .inner-box {
  min-height: 100%;
  display: flex;
  background: #F3F0FF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 16px;
  min-height: 100%;
  height: 400px;
}
.our-features .flex-container .flex-slide .inner-box .box {
  flex-direction: column;
  justify-content: unset;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.our-features .flex-container .flex-slide .inner-box .box .left {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s ease-in-out;
  min-height: 100%;
}
.our-features .flex-container .flex-slide .inner-box .box .right {
  display: flex;
  flex-direction: column;
  width: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  min-height: 100%;
}
@keyframes hideContent-open {
  0% {
    opacity: 0;
    transform: scale(0);
    height: 0px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    height: 100%;
  }
}
@keyframes hideContent-open-btn {
  0% {
    opacity: 0;
    transform: scale(0);
    height: 0px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    height: 38px;
  }
}
@keyframes cardopen {
  0% {
    width: 52%;
  }
  100% {
    width: 22%;
  }
}
@keyframes cardclose {
  0% {
    width: 22%;
  }
  100% {
    width: 52%;
  }
}
.our-features .flex-container .flex-slide:hover, .our-features .flex-container .flex-slide.active {
  flex-grow: 3;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  transition: all 1000ms ease;
  outline: none;
  box-shadow: none;
}
.our-features .flex-container .flex-slide:hover .inner-box .left, .our-features .flex-container .flex-slide.active .inner-box .left {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.our-features .flex-container .flex-slide:hover .inner-box .left .btn-bor, .our-features .flex-container .flex-slide.active .inner-box .left .btn-bor {
  animation: 0.5s ease-in-out 0s 1 normal forwards running hideContent-open-btn;
}
.our-features .flex-container .flex-slide:hover .inner-box .right, .our-features .flex-container .flex-slide.active .inner-box .right {
  width: 48%;
  opacity: 1;
  animation: 0.5s ease-in-out 0s 1 normal forwards running hideContent-open;
}
.our-features .flex-container .flex-slide:hover .inner-box .right img, .our-features .flex-container .flex-slide.active .inner-box .right img {
  animation: 0.5s ease-in-out 0s 1 normal forwards running hideContent-open;
}
.our-features .flex-container .flex-slide:hover h2 br,
.our-features .flex-container .flex-slide:hover h3 br, .our-features .flex-container .flex-slide.active h2 br,
.our-features .flex-container .flex-slide.active h3 br {
  display: none;
}
.our-features .flex-container .flex-slide .btn-bor {
  margin-top: auto;
  width: 140px;
  height: 38px;
}
.our-features .flex-container .flex-slide .btn-bor:hover {
  background: #076DFD;
  border: transparent;
}
.our-features .flex-container .flex-slide:nth-child(2) h3 {
  color: #172B4D;
  transition: all 0.3s ease-in-out;
}
.our-features .flex-container .flex-slide:nth-child(2) .inner-box {
  background: #E7F9FF;
}
.our-features .flex-container .flex-slide:nth-child(2) .btn-bor {
  margin-top: auto;
  width: 140px;
  height: 38px;
}
.our-features .flex-container .flex-slide:nth-child(2) .btn-bor:hover {
  background: #076DFD;
  border: transparent;
}
.our-features .flex-container .flex-slide:nth-child(3) h3 {
  color: #172B4D;
}
.our-features .flex-container .flex-slide:nth-child(3) .inner-box {
  background: #E9F2FF;
}
.our-features .flex-container .flex-slide:nth-child(3) .btn-bor {
  margin-top: auto;
  width: 140px;
  height: 38px;
}
.our-features .flex-container .flex-slide:nth-child(3) .btn-bor:hover {
  background: #076DFD;
  border: transparent;
}
.our-features .flex-container .flex-slide.home a.btn-bor {
  background: #F3F0FF;
}
.our-features .flex-container .flex-slide.home a.btn-bor:hover {
  background: #076DFD;
}
.our-features .flex-container .flex-slide.about a.btn-bor {
  background: #E7F9FF;
}
.our-features .flex-container .flex-slide.about a.btn-bor:hover {
  background: #076DFD;
}
.our-features .flex-container .flex-slide.work a.btn-bor {
  background: #E9F2FF;
}
.our-features .flex-container .flex-slide.work a.btn-bor:hover {
  background: #076DFD;
}

.what-does-deep-enrish {
  background: #101214;
  position: relative;
}
.what-does-deep-enrish:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/what-dose-bg-effect.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 337px;
}
.what-does-deep-enrish:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  background: url(../images/background-effect-bottom-right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 337px;
}
.what-does-deep-enrish .rating-trust-box {
  background: #ffffff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  /* For older browsers */
  -moz-border-radius: 100px;
  /* For older Firefox versions */
  padding: 17px;
  list-style: none;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  font-size: 16px;
}
.what-does-deep-enrish .inner {
  padding: 50px 0px 0px;
  color: #ffffff;
}
.what-does-deep-enrish .inner .owl-dots {
  display: flex;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 40px 0px 0px;
  justify-content: center;
  align-items: center;
}
.what-does-deep-enrish .inner .owl-dots .owl-dot {
  margin: 0px 6px;
  outline: none;
  box-shadow: none;
  background: #D9D9D9;
  width: 14px;
  height: 14px;
  display: flex;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  /* For older browsers */
  -moz-border-radius: 100px;
  /* For older Firefox versions */
}
.what-does-deep-enrish .inner .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
}
.what-does-deep-enrish .inner .owl-stage {
  display: flex;
  margin: 0px 3px;
}
.what-does-deep-enrish .inner .owl-item .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #515355;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  padding: 20px;
}
.what-does-deep-enrish .inner .owl-item .item .inner-box {
  display: flex;
  justify-content: space-between;
}
.what-does-deep-enrish .inner .owl-item .item .inner-box .heading {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  width: 80%;
}
.what-does-deep-enrish .inner .owl-item .item .inner-box .heading span {
  color: #ffffff;
}
.what-does-deep-enrish .inner .owl-item .item .item-footer {
  margin-top: auto;
  padding: 30px 0px 0px;
}
.what-does-deep-enrish .inner .owl-item .item .item-footer ul li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.what-does-deep-enrish .inner .owl-item .item .item-footer ul li span {
  width: 100%;
  color: #B3B9C4;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.what-does-deep-enrish .inner .owl-item .item .item-footer ul li span i {
  color: #f8a401;
}
.what-does-deep-enrish .inner .owl-item .item .item-footer ul li .img {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  /* For older browsers */
  -moz-border-radius: 100px;
  /* For older Firefox versions */
  overflow: hidden;
}
.what-does-deep-enrish .inner .owl-item .item .item-footer ul li .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-does-deep-enrish .inner .owl-item .item .img-logo {
  width: 103px;
  height: 31px;
}
.what-does-deep-enrish .inner .owl-item .item .img-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-does-deep-enrish .heading-section.white h2 .sub-heading {
  display: flex;
}

.premium-products ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.premium-products ul li {
  color: #44546F;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 500;
  border: double 1px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  transition: all 0.35s;
  height: 33px;
}
.premium-products ul li img {
  margin-left: 13px;
  width: 20px;
  height: auto;
}
.premium-products ul li span {
  margin-right: 13px;
}
.premium-products ul li:hover {
  transform: translateY(1px);
  color: #44546F;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
}
.premium-products h2 {
  font-size: 36px;
  font-weight: 700;
  color: #172B4D;
  margin: 0px;
}
.premium-products h3 {
  font-size: 30px;
  font-weight: 700;
  color: #172B4D;
  margin: 0px;
}
.premium-products p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 15px 0px;
  color: #44546F;
}
.premium-products .btn-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 310px;
}
.premium-products .btn-box .btn {
  width: 50%;
  height: 50px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  /* For older browsers */
  -moz-border-radius: 18px;
  /* For older Firefox versions */
  font-size: 16px;
}
.premium-products .btn-box .btn-bor {
  padding: 0px;
}
.premium-products .btn-box .btn-bor span {
  color: #076DFD;
}
.premium-products .btn-box .btn-bor:hover span {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.premium-products .img-box {
  background: linear-gradient(116deg, rgba(218, 245, 254, 0.2) 1.37%, rgba(143, 126, 231, 0.2) 99.49%);
}
.premium-products .img-box .img-bg {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}
.premium-products .img-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 50px 30px;
}
.premium-products .img-box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.premium-products.right .img-box {
  background: linear-gradient(116deg, rgba(235, 232, 255, 0.2) 0.51%, rgba(108, 195, 224, 0.2) 98.63%);
}
.premium-products .stack-cards {
  margin: 0px;
  padding: 50px 0px;
}
.premium-products .stack-cards .stack-cards__item {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 40px;
  overflow: hidden;
  filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, 0.04));
  flex: none;
  order: 0;
  flex-grow: 0;
}
.premium-products .stack-cards .stack-cards__item:after {
  background: linear-gradient(116deg, rgba(218, 245, 254, 0.2) 2.37%, rgba(143, 126, 231, 0.2) 99.9%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.premium-products .stack-cards .stack-cards__item:nth-child(even):after {
  background: linear-gradient(116deg, rgba(235, 232, 255, 0.2) 0.51%, rgba(108, 195, 224, 0.2) 98.63%);
}
.premium-products .stack-cards .stack-cards__item ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.premium-products .stack-cards .stack-cards__item ul li {
  color: #44546F;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 500;
  border: double 1px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  transition: all 0.35s;
  height: 33px;
}
.premium-products .stack-cards .stack-cards__item ul li img {
  margin-left: 13px;
  width: 20px;
  height: auto;
}
.premium-products .stack-cards .stack-cards__item ul li span {
  margin-right: 13px;
}
.premium-products .stack-cards .stack-cards__item ul li:hover {
  transform: translateY(1px);
  color: #44546F;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
}
.premium-products .stack-cards .stack-cards__item h2 {
  font-size: 36px;
  font-weight: 700;
  color: #172B4D;
  margin: 0px;
}
.premium-products .stack-cards .stack-cards__item p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 15px 0px;
  color: #44546F;
}
.premium-products .stack-cards .stack-cards__item .btn-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.premium-products .stack-cards .stack-cards__item .btn-box .btn {
  width: 50%;
  height: 50px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  /* For older browsers */
  -moz-border-radius: 18px;
  /* For older Firefox versions */
  font-size: 16px;
}
.premium-products .stack-cards .stack-cards__item .btn-box .btn-bor {
  padding: 0px;
}
.premium-products .stack-cards .stack-cards__item .btn-box .btn-bor span {
  color: #076DFD;
}
.premium-products .stack-cards .stack-cards__item .btn-box .btn-bor:hover span {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.premium-products .stack-cards .stack-cards__item .img-box {
  background: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 12px;
}
.premium-products .stack-cards .stack-cards__item .img-box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}

.out-solutins .our-solution {
  padding: 40px 0px 0px;
}
.out-solutins .our-solution .owl-stage {
  display: flex;
}
.out-solutins .our-solution .owl-dots {
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
  padding: 40px 0px 0px;
  justify-content: center;
  align-items: center;
}
.out-solutins .our-solution .owl-dots .owl-dot {
  margin: 0px 6px;
  outline: none;
  box-shadow: none;
  border: double 1px transparent;
  background-image: linear-gradient(#f9fbfe, #f9fbfe), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 14px;
  height: 14px;
  display: flex;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  /* For older browsers */
  -moz-border-radius: 100px;
  /* For older Firefox versions */
}
.out-solutins .our-solution .owl-dots .owl-dot.active {
  width: 17px;
  height: 17px;
  background: #6750A3;
}
.out-solutins .our-solution .owl-item {
  min-height: 100%;
  display: flex;
}
.out-solutins .our-solution .owl-item .item {
  position: relative;
  padding: 0px;
  overflow: hidden;
  justify-content: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  /* For older browsers */
  -moz-border-radius: 40px;
  /* For older Firefox versions */
  display: flex;
  min-height: 100%;
  flex-wrap: wrap;
}
.out-solutins .our-solution .owl-item .item:before {
  background: url(../images/our-solutions-item-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.9s;
}
.out-solutins .our-solution .owl-item .item .inner-box {
  position: relative;
  padding: 25px 25px 0px 25px;
  width: 100%;
}
.out-solutins .our-solution .owl-item .item .inner-box .sub-heading {
  color: #076DFD;
  font-size: 16px;
  font-weight: 500;
}
.out-solutins .our-solution .owl-item .item .inner-box .heading {
  color: #09326C;
  font-weight: 600;
  font-size: 26px;
}
.out-solutins .our-solution .owl-item .item .item-footer {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.9s;
  margin-top: auto;
  padding: 0px 0px 30px 0px;
  align-items: center;
}
.out-solutins .our-solution .owl-item .item.one {
  background: #E9F2FF;
}
.out-solutins .our-solution .owl-item .item.two {
  background: #F3F0FF;
}
.out-solutins .our-solution .owl-item .item.two .inner-box .sub-heading {
  color: #8270DB;
}
.out-solutins .our-solution .owl-item .item.three {
  background: #E7F9FF;
}
.out-solutins .our-solution .owl-item .item.three .inner-box .sub-heading {
  color: #2898BD;
}
.out-solutins .our-solution .owl-item .item.four {
  background: #FFF3EB;
}
.out-solutins .our-solution .owl-item .item.four .inner-box .sub-heading {
  color: #F38A3F;
}
.out-solutins .our-solution .owl-item .item .hover-box {
  position: absolute;
  z-index: 1;
  padding: 0px 25px 0px 0px;
  width: 90%;
  left: 52%;
  top: 57%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}
.out-solutins .our-solution .owl-item .item .hover-box p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: #44546F;
}
.out-solutins .our-solution .owl-item .item .hover-box .btn-bor {
  height: 40px;
  width: 150px;
  margin: 17px 0px 0px;
}
.out-solutins .our-solution .owl-item .item:hover .item-footer {
  opacity: 0.2;
}
.out-solutins .our-solution .owl-item .item:hover:before {
  background: transparent;
}
.out-solutins .our-solution .owl-item .item:hover .hover-box {
  opacity: 1;
  transition: all 0.9s;
}

.four-section {
  background: rgba(247, 248, 249, 0.5);
}
.four-section .box {
  border: 1px solid #DCDFE4;
  transition: all 0.5s;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  min-height: 96%;
  margin: 13px 0px;
  background: #F7F8F9;
}
.four-section .box .inner {
  padding: 25px;
}
.four-section .box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.four-section .box h2,
.four-section .box h3 {
  font-size: 24px;
  color: #172B4D;
  font-weight: 600;
  margin: 0px;
  padding: 40px 17px 12px 0px;
}
.four-section .box p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
}
.four-section .box:hover {
  border: double 1px transparent;
  background-image: linear-gradient(#F7F8F9, #F7F8F9), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.four-section.one-click-api {
  background: #ffffff;
  border-bottom: 1px solid #DCDFE4;
}
.four-section.one-click-api .box {
  background: #F7F8F9;
}
.four-section.one-click-api .img-box {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 15px;
}
.four-section.one-click-api .img-box img {
  width: 100%;
}
.four-section.one-click-api .btn {
  width: 190px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}

.missing-out-pipeline .inner {
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  padding: 40px;
}
.missing-out-pipeline .box {
  background: #ffffff;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  padding: 40px 30px;
  text-align: center;
}
.missing-out-pipeline .box img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.missing-out-pipeline .box h2 {
  text-align: center;
  color: #172B4D;
  font-size: 24px;
  font-weight: f-w-5;
  margin: 0px;
  padding: 0px 0px 30px;
}
.missing-out-pipeline .col-12:nth-child(2) .box {
  background: #E9F2FF;
}
.missing-out-pipeline.expand-your-reach .box {
  padding: 40px 30px 0px;
}

.blog-section .box {
  border: 1px solid #DCDFE4;
  transition: all 0.5s;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  min-height: 96%;
  margin: 13px 0px;
  background: #F7F8F9;
}
.blog-section .box .inner {
  padding: 25px;
}
.blog-section .box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.blog-section .box .title span {
  font-size: 14px;
  color: #172B4D;
}
.blog-section .box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.blog-section .box h2,
.blog-section .box h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.blog-section .box h2 a,
.blog-section .box h3 a {
  color: #091E42;
}
.blog-section .box p {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
  color: #076DFD;
}
.blog-section .box:hover {
  border: double 1px transparent;
  background-image: linear-gradient(#F7F8F9, #F7F8F9), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.blog-section.one-click-api {
  background: #ffffff;
  border-bottom: 1px solid #DCDFE4;
}
.blog-section.one-click-api .box {
  background: #F7F8F9;
}
.blog-section.one-click-api .img-box {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 15px;
}
.blog-section.one-click-api .img-box img {
  width: 100%;
}
.blog-section.one-click-api .btn {
  width: 190px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}

.grid--3 > div {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr 1fr;
}

@media only screen and (max-width: 768px) {
  .grid--3 > div {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .grid--3 > div {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}
.grid--4 > div {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 4;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 768px) {
  .grid--4 > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .grid--4 > div {
    grid-template-columns: 1fr;
  }
}
.block {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.block--small,
.block--medium {
  height: auto;
  padding: 20px 5px;
  border: 1px solid #DCDFE4;
  text-align: center;
}
.block--small img,
.block--medium img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 45px;
}

.box-content {
  position: relative;
  min-height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.box-content:before {
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.2) 1.37%, rgba(143, 126, 231, 0.2) 99.49%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.box-content .inner-b {
  position: relative;
}
.box-content .inner-b .sub-heading {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.box-content .inner-b h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 6px 80px 15px;
  color: #2C3E5D;
}
.box-content .inner-b .btn {
  width: 228px;
  margin: 0 auto;
}

.grid--3 .block--small,
.grid--3 .block--medium {
  border-top: none;
  border-bottom: none;
  padding: 0px;
}
.grid--3 .block--small .tab,
.grid--3 .block--medium .tab {
  border-bottom: 1px solid #DCDFE4;
  padding: 20px 5px;
}
.grid--3 .block--small .tab:last-child,
.grid--3 .block--medium .tab:last-child {
  border-bottom: none;
}
.grid--3 .block--small:nth-child(2),
.grid--3 .block--medium:nth-child(2) {
  border-left: none;
  border-right: none;
}

.grid--4 .block--small {
  border-right: none;
}
.grid--4 .block--small:last-child {
  border-right: 1px solid #DCDFE4;
}

section.more-pipeline {
  background: #000000;
  padding-bottom: 0px;
  position: relative;
}
section.more-pipeline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  top: 0;
  left: 0;
}
section.more-pipeline .container {
  position: relative;
}
section.more-pipeline .heading-section h2 {
  color: #076DFD;
  font-size: 56px;
  font-weight: 700;
}
section.more-pipeline .heading-section h2 .sub-heading {
  justify-content: center;
}
section.more-pipeline .heading-section .sub-heading {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 0px 0px;
}
section.more-pipeline .inner {
  padding: 23px 0px;
}
section.more-pipeline .inner ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
section.more-pipeline .inner ul li {
  color: #388BFF;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
section.more-pipeline .inner .btn {
  width: 228px;
  margin: 15px auto 20px;
}
section.more-pipeline .inner p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}
section.more-pipeline .img-box {
  padding: 5px 0px 0px;
  position: relative;
}
section.more-pipeline .img-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  width: 91%;
  height: 95.8%;
  background: rgba(255, 255, 255, 0.16);
  margin: 0 auto;
}
section.more-pipeline .img-box img {
  border: 14px solid #282E33;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  /* For older browsers */
  -moz-border-radius: 10px 10px 0px 0px;
  /* For older Firefox versions */
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricing-tabs ul.pricing-nav {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.pricing-tabs ul.pricing-nav li {
  background: transparent;
  margin: 0px;
  padding: 0px;
}
.pricing-tabs ul.pricing-nav li button {
  background: transparent;
  border-bottom: 1px solid #B3B9C4;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  /* For older browsers */
  -moz-border-radius: 0px;
  /* For older Firefox versions */
  font-size: 16px;
  font-weight: 400;
  color: #2C3E5D;
  transition: all 0.35s;
  padding: 16px 20px;
}
.pricing-tabs ul.pricing-nav li button.active {
  background: transparent;
  border-bottom: 1px solid #000000;
  font-weight: 600;
  color: #172B4D;
}

.swith-left-box {
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.swith-left-box li {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #44546F;
}

.swith-button-sec {
  position: relative;
  padding: 0px 0px 30px;
}
.swith-button-sec .form-switch {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.swith-button-sec .form-switch .left {
  font-size: 14px;
  color: #2C3E5D;
  font-weight: 600;
  position: absolute;
  left: -10px;
}
.swith-button-sec .form-switch .right {
  font-size: 14px;
  color: #2C3E5D;
  font-weight: 400;
}
.swith-button-sec .form-switch .form-check-input {
  margin: 0px;
  outline: none;
  box-shadow: none;
  width: 38px;
  height: 18px;
  background-color: #388BFF;
  border-color: #388BFF;
  --bs-form-switch-bg: url(../images/pricing/switch-ellips-icon.svg);
}
.swith-button-sec .form-switch .form-check-input:checked {
  background-color: #388BFF;
  border-color: #388BFF;
  --bs-form-switch-bg: url(../images/pricing/switch-ellips-icon.svg);
}
.swith-button-sec .form-switch .form-check-input:checked ~ .right {
  font-weight: 600;
}
.swith-button-sec .form-switch .form-check-input:checked ~ .left {
  font-weight: 400;
}

.pricing-tab-box {
  position: relative;
  padding: 50px 0px 50px;
  margin: 20px 20px 20px;
}
.pricing-tab-box:before {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
}
.pricing-tab-box .container {
  position: relative;
  text-align: center;
}
.pricing-tab-box .container .tab-content {
  padding: 0px;
  margin-top: -370px;
}
.pricing-tab-box .container .tab-content .tab-pane .card {
  padding: 0px;
  background: #626F86;
  border: none;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.16);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  min-height: 100%;
  overflow: hidden;
}
.pricing-tab-box .container .tab-content .tab-pane .card.blue {
  background: linear-gradient(116deg, #8F7EE7 0.51%, #6CC3E0 98.63%);
}
.pricing-tab-box .container .tab-content .tab-pane .card.blue .card-body {
  border: none;
  position: relative;
}
.pricing-tab-box .container .tab-content .tab-pane .card.blue .card-body:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: double 1px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body {
  border: 1px solid #8590A2;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  background: #ffffff;
  padding: 30px;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .pricing-header {
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .pricing-header .title {
  font-size: 30px;
  color: #2C3E5D;
  font-weight: 600;
  line-height: normal;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .pricing-header .title span {
  color: #076DFD;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .pricing-header .pricing-plan h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0px;
  text-align: right;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .pricing-header .pricing-plan span {
  font-size: 16px;
  font-weight: 500;
  color: #758195;
  text-align: right;
  display: block;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner {
  padding: 20px 0px;
  text-align: left;
  position: relative;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner .sub-heading {
  font-size: 16px;
  font-weight: 400;
  color: #626F86;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner ul {
  padding: 10px 0px 0px;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner ul li {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #101214;
  padding: 6px 0px;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner ul li i {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #101214;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner ul li span em {
  color: #0C66E4;
  font-style: normal;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-body .inner ul li span i {
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  text-transform: capitalize;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-footer {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 23px 30px;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-footer .btn {
  background: #ffffff;
  color: #44546F;
  transition: all 0.35s;
  font-weight: 600;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-footer .btn span {
  color: #076DFD;
}
.pricing-tab-box .container .tab-content .tab-pane .card .card-footer .btn:hover {
  background: #ffffff !important;
  color: #44546F !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
.pricing-tab-box .included-all-plan {
  padding: 60px 0px 0px;
}
.pricing-tab-box .included-all-plan .heading-section .sub-heading {
  font-size: 30px;
  color: #172B4D;
}
.pricing-tab-box .included-all-plan .heading-section h2 {
  color: #172B4D;
  font-weight: 600;
  padding: 0px;
}
.pricing-tab-box .included-all-plan .heading-section h2 span {
  font-size: 30px;
  display: block;
}
.pricing-tab-box .included-all-plan .included-inner {
  display: flex;
  flex-wrap: wrap;
}
.pricing-tab-box .included-all-plan .included-inner .card {
  width: 50%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  border: 1px solid #DCDFE4;
}
.pricing-tab-box .included-all-plan .included-inner .card:nth-child(3) {
  margin-top: -1px;
  margin-right: -1px;
}
.pricing-tab-box .included-all-plan .included-inner .card:nth-child(1) {
  margin-right: -1px;
}
.pricing-tab-box .included-all-plan .included-inner .card:nth-child(4) {
  margin-top: -1px;
}
.pricing-tab-box .included-all-plan .included-inner .card .card-body {
  display: flex;
  text-align: left;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 36px 36px 0px;
}
.pricing-tab-box .included-all-plan .included-inner .card .card-body .inn {
  width: calc(100% - 92px);
}
.pricing-tab-box .included-all-plan .included-inner .card .card-body .inn h2 {
  color: #09326C;
  font-size: 26px;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 8px;
}
.pricing-tab-box .included-all-plan .included-inner .card .card-body .inn p {
  margin: 0px;
  color: #44546F;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 0px 36px;
}
.pricing-tab-box .included-all-plan .included-inner .card .card-body img {
  margin-top: auto;
  width: 92px;
}

header .banner-inner .sub-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #2C3E5D;
}

.tooltip-inner a {
  color: #ffffff;
  text-decoration: underline;
}

.help-center-section {
  position: relative;
  padding: 50px 0px 50px;
  margin: 20px 20px 20px;
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
}
.help-center-section .help-center-card {
  margin-top: -276px;
}
.help-center-section .container {
  position: relative;
  text-align: center;
}
.help-center-section .card {
  padding: 0px;
  background: rgba(205, 204, 204, 0.5);
  border: none;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  min-height: 100%;
  overflow: hidden;
  transition: all 0.35s;
}
.help-center-section .card .card-body {
  border: 1px solid transparent;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  background: #ffffff;
  padding: 0px;
  transition: all 0.35s;
  display: flex;
}
.help-center-section .card .card-body .inner {
  padding: 30px;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.help-center-section .card .card-body .pricing-header {
  display: flex;
  position: relative;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.help-center-section .card .card-body .pricing-header .pricing-plan img {
  width: 24px;
}
.help-center-section .card .card-body .pricing-header .title {
  font-size: 20px;
  color: #2C3E5D;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.help-center-section .card .card-body .pricing-header .title span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  padding: 10px 0px;
  color: #626F86;
}
.help-center-section .card .card-body .pricing-header .pricing-plan h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0px;
  text-align: right;
}
.help-center-section .card .card-body .pricing-header .pricing-plan span {
  font-size: 16px;
  font-weight: 500;
  color: #758195;
  text-align: right;
  display: block;
}
.help-center-section .card .card-body .view-btn {
  color: #0C66E4;
  transition: all 0.35s;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
.help-center-section .card .card-body .view-btn:after {
  display: inline-block;
  padding-left: 8px;
  transition: transform 0.3s ease-out;
  content: "\f135";
  font-family: bootstrap-icons;
  height: auto;
  width: auto;
  background: none;
  background-position: center top;
}
.help-center-section .card .card-body .view-btn:hover {
  color: #0C66E4;
}
.help-center-section .card .card-body .view-btn:hover::after {
  transform: translateX(4px);
}
.help-center-section .card .card-body .mid {
  padding: 10px 0px;
  text-align: left;
  position: relative;
  width: 100%;
  min-height: 65%;
}
.help-center-section .card .card-body .mid .sub-heading {
  font-size: 16px;
  font-weight: 400;
  color: #626F86;
}
.help-center-section .card .card-body .mid ul {
  padding: 10px 0px 0px;
}
.help-center-section .card .card-body .mid ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #101214;
}
.help-center-section .card .card-body .mid ul li a {
  padding: 6px 0px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  color: #101214;
}
.help-center-section .card .card-body .mid ul li a:hover {
  color: #0C66E4;
}
.help-center-section .card .card-body .mid ul li a i {
  font-weight: 500;
  font-size: 16px;
  color: #0C66E4;
}
.help-center-section .card .card-body .mid ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #101214;
}
.help-center-section .card .card-body .mid ul li span em {
  color: #0C66E4;
  font-style: normal;
}
.help-center-section .card .card-body .mid ul li span i {
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  text-transform: capitalize;
}
.help-center-section .card .card-body .mid.tour-mid {
  min-height: auto;
}
.help-center-section .card .card-body .mid.tour-mid ul {
  padding: 10px 0px 0px;
}
.help-center-section .card .card-body .mid.tour-mid ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #101214;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding: 6px 0px;
}
.help-center-section .card .card-body .mid.tour-mid ul li i {
  font-weight: 500;
  font-size: 16px;
  color: #0C66E4;
}
.help-center-section .card .card-footer {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 4px 30px;
  text-align: center;
}
.help-center-section .card:hover {
  background: linear-gradient(116deg, #8F7EE7 0.51%, #6CC3E0 98.63%);
}
.help-center-section .card:hover .card-body {
  border: double 1px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #20ADDC, #7960FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
}
.help-center-section .height-manage .card .card-body .inner {
  min-height: inherit;
}
.help-center-section .height-manage .card .card-body .mid {
  min-height: inherit;
}

.breadcrumb-section {
  position: relative;
}

.help-center header {
  padding: 0px 0px 240px;
}

.front-page header {
  padding: 0px 0px 0px;
}
.front-page header .banner-inner {
  padding: 30px 0px 0px;
}
.front-page .home-video-box .inner-box .img-box iframe,
.front-page .home-video-box .inner-box .img-box video {
  height: auto;
  border-radius: 12px 0px 0px;
  -webkit-border-radius: 12px 0px 0px;
  /* For older browsers */
  -moz-border-radius: 12px 0px 0px;
  /* For older Firefox versions */
}
.front-page .banner-inner {
  overflow: hidden;
}
.front-page .banner-inner h1 {
  text-align: left;
}
.front-page .banner-inner p {
  text-align: left;
}
.front-page .banner-inner .heading .btn {
  margin: 0;
}
.front-page .banner-inner .heading .btn.btn-bor {
  background: transparent;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  /* For older browsers */
  -moz-border-radius: 18px;
  /* For older Firefox versions */
}

.help-center-bottom {
  position: relative;
  margin: 20px;
  padding: 50px 0px 30px;
}
.help-center-bottom:before {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
}
.help-center-bottom .container {
  position: relative;
  text-align: center;
}
.help-center-bottom .help-center-section {
  padding: 0;
  margin: 0;
  background: transparent;
}
.help-center-bottom .help-center-section .help-center-card {
  padding: 0px;
  margin: 0px;
}
.help-center-bottom .help-center-section .card .card-body .pricing-header {
  min-height: 100%;
}
.help-center-bottom .help-center-section .card .card-body .pricing-header .title {
  display: flex;
  flex-wrap: wrap;
}
.help-center-bottom .heading-section h2 {
  font-size: 30px;
  font-weight: 600;
}

.heading-section .header-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.heading-section .header-inner h2 {
  padding: 0px;
  font-weight: 600;
}

.wrapper-inner .listing-wap {
  position: relative;
}
.wrapper-inner .listing-wap:before {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
}
.wrapper-inner .listing-wap .container {
  position: relative;
  text-align: center;
}
.wrapper-inner .listing-wap {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 20px;
}
.wrapper-inner .listing-wap li {
  display: flex;
  width: 100%;
  padding: 0px;
  position: relative;
}
.wrapper-inner .listing-wap li a {
  display: flex;
  color: #000000;
  font-size: 16px;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0px;
  transition: all 0.35s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  /* For older browsers */
  -moz-border-radius: 0px;
  /* For older Firefox versions */
  border-bottom: 1px solid #DCDFE4;
}
.wrapper-inner .listing-wap li a i {
  font-size: 12px;
  color: #0C66E4;
  transition: all 0.35s;
}
.wrapper-inner .listing-wap li a:hover {
  border-color: #0C66E4;
  color: #0C66E4;
}
.wrapper-inner .listing-wap li a:hover i {
  color: #0C66E4;
}
.wrapper-inner .listing-wap li:last-child a {
  border: none;
}
.wrapper-inner .listing-wap li.active a {
  border-color: #0C66E4;
  color: #0C66E4;
}
.wrapper-inner .listing-wap li.active a i {
  color: #0C66E4;
}
.wrapper-inner.never-miss-inboxes .listing-wap {
  padding: 0px;
}
.wrapper-inner.never-miss-inboxes .listing-wap:before {
  display: none;
}
.wrapper-inner.never-miss-inboxes .listing-wap .heading-section h2 {
  padding: 0px;
  font-size: 42px;
}
.wrapper-inner.never-miss-inboxes .listing-wap .btn {
  width: 190px;
  margin: 20px 0px;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li {
  transform: inherit !important;
  padding: 15px 0px;
  top: 10%;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box {
  background: #F7F8F9;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 25px;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box img {
  width: 100%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  height: auto;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box .step {
  padding: 30px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box .step i {
  text-transform: uppercase;
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box .step span {
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
  width: 14px;
  height: 2px;
  display: inline-block;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0px;
  color: #172B4D;
  padding: 10px 0px;
}
.wrapper-inner.never-miss-inboxes .inner-larger ul li .box p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: #172B4D;
  padding: 0px;
}

.inner-larger {
  padding: 0px 0px 0px 30px;
}
.inner-larger section {
  padding: 0px 0px 20px;
}
.inner-larger .header-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.inner-larger .header-inner h2 {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 26px;
}
.inner-larger p {
  font-size: 16px;
  color: #000000;
  padding: 5px 0px;
  margin: 0px;
  line-height: 28px;
}
.inner-larger p a {
  color: #076DFD;
  text-decoration: underline;
}
.inner-larger .inner p {
  font-size: 14px;
}
.inner-larger .inner ul {
  padding: 10px 0px;
}
.inner-larger .inner ul.dots li {
  list-style: none;
  bordder: none;
}
.inner-larger .inner ul li {
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.inner-larger .inner ul li .name {
  color: #076DFD;
  font-weight: 600;
  display: inline-block;
}
.inner-larger .inner ul li .name i {
  font-size: 12px;
  background: rgba(241, 241, 245, 0.5);
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* For older browsers */
  -moz-border-radius: 5px;
  /* For older Firefox versions */
  margin: 0px 2px;
  padding: 2px 5px 4px;
}
.inner-larger .inner ul li .name i:nth-child(2) {
  background: rgba(254, 225, 225, 0.5);
  color: #dc2626;
}
.inner-larger h2 {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}
.inner-larger .card {
  padding: 10px;
  margin: 10px 0px;
  position: inherit;
}
.inner-larger .card ul {
  list-style: none;
}
.inner-larger .card ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.inner-larger .card ul li i {
  font-size: 16px;
  color: #076DFD;
}
.inner-larger .card ul li span i {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #172B4D;
  display: flex;
  font-style: normal;
}
.inner-larger .card ul li:last-child i {
  font-size: 12px;
  color: #bbb7b7;
  margin-top: -20px;
}
.inner-larger .card:hover {
  border-color: #076DFD;
}
.inner-larger .card:hover ul li i {
  color: #076DFD;
}
.inner-larger .card:hover ul li span i {
  color: #44546F;
}
.inner-larger .card:hover ul li:last-child i {
  color: #076DFD;
}
.inner-larger .card.bg {
  background: #f2f2f2;
}
.inner-larger .card.bg ul {
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.inner-larger .card.bg ul i {
  color: #bbb7b7;
}
.inner-larger .card.bg ul li {
  font-weight: 400;
  display: block;
}
.inner-larger .card.bg:hover {
  border-color: rgba(0, 0, 0, 0.176);
}
.inner-larger .card.bg:hover i {
  color: #bbb7b7;
}
.inner-larger .inner-card .card ul li i {
  font-size: 20px;
}
.inner-larger .inner-card .card p {
  padding: 0px;
  font-size: 14px;
}
.inner-larger .inner-card .card p b {
  font-size: 16px;
}
.inner-larger .inner-card .col-12:first-child i.bi-key {
  transform: rotate(125deg);
}
.inner-larger .sub-heading {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.inner-larger .sub-title {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.inner-larger .heading-title {
  padding: 10px 0px 0px;
  font-weight: 600;
  font-size: 14px;
  color: #076DFD;
}
.inner-larger ul {
  margin: 0px;
  padding: 10px 0px 10px 20px;
}
.inner-larger ul li {
  display: list-item;
  list-style: decimal;
  padding: 4px 0px 4px 5px;
  font-size: 16px;
  color: #000000;
}
.inner-larger ul li ol li {
  list-style: disc;
}
.inner-larger ul li ol ol li {
  list-style: circle;
}
.inner-larger ul li span {
  color: #02BC7D;
}
.inner-larger ul li .text-monospace code span {
  color: #ffffff;
}
.inner-larger ul li em {
  display: block;
  width: 100%;
  font-style: normal;
}
.inner-larger ul.dots li {
  list-style: disc;
}
.inner-larger ul.list li {
  list-style: none;
}
.inner-larger ul.list ol li {
  list-style: disc;
}
.inner-larger ul.list ol ol li {
  list-style: circle;
}
.inner-larger .img-box {
  padding: 20px 0px;
}
.inner-larger .img-box img {
  max-width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
}

.back-btn {
  color: #000000;
  transition: all 0.35s;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0px;
}
.back-btn:before {
  display: inline-block;
  padding-right: 8px;
  transition: transform 0.3s ease-out;
  content: "\f284";
  font-family: bootstrap-icons;
  height: auto;
  width: auto;
  background: none;
  background-position: center top;
}
.back-btn:hover {
  color: #0C66E4;
}
.back-btn:hover::before {
  transform: translateX(4px);
}

.breadcrumb-section nav .breadcrumb li {
  font-size: 14px;
  color: #000000;
}
.comm-content {
  position: relative;
}
.comm-content .inner {
  padding: 30px;
  margin: 20px 0px 20px;
  position: relative;
  text-align: left;
}
.comm-content .inner p {
  font-size: 16px;
  color: #758195;
  padding: 5px 0px;
  margin: 0px;
}
.comm-content .inner .text-secondary {
  font-size: 14px;
}
.comm-content .inner h2 {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}
.comm-content .inner .sub-heading, .comm-content .inner h3 {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin: 0px;
}
.comm-content .inner h4 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 17px;
  color: #000000;
}
.comm-content .inner ul {
  margin: 0px;
  padding: 10px 0px 10px 25px;
}
.comm-content .inner ul li {
  display: list-item;
  list-style: disc;
  padding: 4px 0px 4px 5px;
  font-size: 16px;
  color: #758195;
}
.comm-content .inner ul li ol li {
  list-style: disc;
}
.comm-content .inner ul.dots li {
  list-style: disc;
}
.comm-content .inner .img-box {
  padding: 20px 0px;
}
.comm-content .inner .img-box img {
  max-width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
}

.intro-video .video-logo {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.intro-video .video-logo a {
  color: #172B4D;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.intro-video video {
  height: calc(100vh - 60px);
}

.email-phone header {
  padding: 0px;
}

section.why-use-contact {
  padding: 50px 0px 80px;
}
section.why-use-contact .heading-section h2 {
  font-size: 42px;
  padding: 0px 0px 0px;
  font-weight: 700;
}
section.why-use-contact .heading-section p {
  line-height: 24px;
}
section.why-use-contact ul {
  display: flex;
  -moz-column-gap: 34px;
       column-gap: 34px;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.why-use-contact ul li {
  width: 46%;
  margin: 10px 0px;
}
section.why-use-contact ul li img {
  max-width: 100%;
  width: 43px;
  height: auto;
}
section.why-use-contact ul li h2,
section.why-use-contact ul li h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0px;
  padding: 10px 0px 4px;
}
section.why-use-contact ul li .generation-lead {
  color: #076DFD;
  font-size: 30px;
  font-weight: 700;
}
section.why-use-contact ul li p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
section.why-use-contact ul.ul-manage {
  align-items: end;
}
section.why-use-contact a.btn {
  width: 190px;
  margin: 35px 0 0px;
}
section.why-use-contact .slider-inner {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  background: linear-gradient(116deg, rgba(143, 126, 231, 0.6) 0.51%, rgba(218, 245, 254, 0.6) 98.63%);
  border: 1px solid #F3F0FF;
  padding: 40px 0px 0px 34px;
}
section.why-use-contact .slider-inner .owl-dots {
  position: absolute;
  display: flex;
  align-items: center;
  -moz-column-gap: 0px;
       column-gap: 0px;
  bottom: -37px;
  justify-content: center;
  width: 100%;
}
section.why-use-contact .slider-inner .owl-dots .owl-dot {
  background: #D9D9D9;
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  /* For older browsers */
  -moz-border-radius: 100%;
  /* For older Firefox versions */
}
section.why-use-contact .slider-inner .owl-dots .owl-dot.active {
  background: #B8ACF6;
  width: 14px;
  height: 14px;
}
section.why-use-contact.get-quality-section {
  padding-bottom: 350px;
}
section.why-use-contact.get-quality-section ul {
  align-items: inherit;
  flex-wrap: nowrap;
}
section.why-use-contact.get-quality-section ul li {
  width: auto;
}
section.why-use-contact.get-quality-section ul li img {
  width: 60px;
}
section.why-use-contact.chrome-extension ul li img {
  width: 60px;
}
section.why-use-contact .owl-carousel .owl-item img {
  height: auto;
}

.access-decision-maker [class*=col-] .box img {
  max-width: 100%;
}
.access-decision-maker [class*=col-] .box {
  background: #E7F9FF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 30px 30px 0px;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.access-decision-maker [class*=col-] .box .img-box {
  padding: 35px 0px 0px;
  margin: auto auto 0;
}
.access-decision-maker [class*=col-] .box .img-box img {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  height: auto;
}
.access-decision-maker [class*=col-] .box h2,
.access-decision-maker [class*=col-] .box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 13px;
  color: #172B4D;
}
.access-decision-maker [class*=col-] .box p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #172B4D;
}
.access-decision-maker [class*=col-]:nth-child(2) .box {
  background: #F3F0FF;
}
.access-decision-maker [class*=col-]:last-child .box {
  background: #E9F2FF;
}

.data-attributes-section {
  background: rgba(243, 240, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.data-attributes-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.data-attributes-section .container {
  position: relative;
}
.data-attributes-section .heading-section .sub-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  /* text dark */
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 70.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0px 0px 13px;
}
.data-attributes-section .heading a {
  width: 288px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
}
.data-attributes-section .data-attr-link {
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
}
.data-attributes-section .data-attr-link li {
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  padding: 5px 10px;
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin: 6px 0px;
}

.flex-horizontal {
  width: 100%;
  flex-direction: row;
}
.flex-horizontal .marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 90%, #f8f6ff), linear-gradient(180deg, #f8f6ff, hsla(0, 0%, 100%, 0) 10%);
}
.flex-horizontal .marquee {
  position: relative;
  overflow: hidden;
  height: 800px;
  flex-direction: row;
  flex: 1;
}
.flex-horizontal .marquee .track-vertical-alt {
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical 20s linear infinite;
}
.flex-horizontal .marquee .track-vertical {
  animation: marquee-vertical-alt 20s linear infinite;
}
.flex-horizontal .marquee .flex-vertical {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.flex-horizontal .marquee .spacer-30 {
  width: 30px;
  height: 30px;
}
.flex-horizontal .marquee .icon-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}
.flex-horizontal .marquee .icon-container.mobile {
  display: none;
}
.flex-horizontal .marquee img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #DCDFE4;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  /* For older browsers */
  -moz-border-radius: 6px;
  /* For older Firefox versions */
  height: auto;
}

@keyframes marquee-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes marquee-vertical-alt {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.our-solution-databasse {
  background: #101214;
  position: relative;
  padding: 100px 0px 120px;
}
.our-solution-databasse:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/what-dose-bg-effect.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 337px;
}
.our-solution-databasse:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  background: url(../images/background-effect-bottom-right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 337px;
}
.our-solution-databasse .heading-section h2 {
  font-size: 42px;
  font-weight: 700;
  padding: 0px 0px 20px;
}
.our-solution-databasse .heading-section h2 span {
  color: #076DFD;
}
.our-solution-databasse p {
  font-weight: 400;
  padding: 7px 0px;
}
.our-solution-databasse .heading a {
  margin: 10px 0 0;
  width: 288px;
  font-size: 22px;
  padding: 0px;
  height: 50px;
}
.our-solution-databasse .col-12 {
  position: relative;
}
.our-solution-databasse .img-effect {
  position: absolute;
  bottom: -120px;
  left: 100px;
  height: auto;
}
.our-solution-databasse .img-box video {
  width: 500px;
  height: 500px;
}

.accordion .accordion-item {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #DCDFE4;
}
.accordion .accordion-item h2 button,
.accordion .accordion-item h3 button {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  box-shadow: none;
  outline: none;
  background: none;
  padding: 23px 0px;
}
.accordion .accordion-item h2 button.collapsed:after,
.accordion .accordion-item h3 button.collapsed:after {
  background: url(../images/accorudin-arrow.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.accordion .accordion-item h2 button.collapsed,
.accordion .accordion-item h3 button.collapsed {
  font-weight: 400;
}
.accordion .accordion-item h2 button:after,
.accordion .accordion-item h3 button:after {
  background: url(../images/accorudin-arrow-active.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.accordion .accordion-item .accordion-body {
  padding: 0px 0px 23px;
  font-size: 14px;
  font-weight: 400;
  color: #38414A;
  line-height: 22px;
}
.accordion .accordion-item .accordion-body h4 {
  padding: 5px 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #38414A;
  line-height: 22px;
}
.accordion .accordion-item .accordion-body h4 a {
  display: inline-block;
}
.accordion .accordion-item .accordion-body p {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #38414A;
  line-height: 22px;
  padding: 5px 0px;
}
.accordion .accordion-item .accordion-body p .read-new {
  transition: all 0.35s;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.accordion .accordion-item .accordion-body p .read-new:after {
  display: inline-block;
  transition: transform 0.3s ease-out;
  content: "\f285";
  font-family: bootstrap-icons;
  background-position: center top;
  background: none;
  font-size: 11px;
  font-weight: 700;
  margin: 2px 0px 0px;
}
.accordion .accordion-item .accordion-body p .read-new:hover {
  color: #000000;
}
.accordion .accordion-item .accordion-body p .read-new:hover::after {
  transform: translateX(4px);
}
.accordion .accordion-item .accordion-body ul {
  margin: 0px;
  padding: 0px;
  list-style: dotted;
}
.accordion .accordion-item .accordion-body ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  list-style: disc inside;
  display: list-item;
}
.accordion .accordion-item .accordion-body ul.list {
  padding: 10px 0px 0px 40px;
}
.accordion .accordion-item .accordion-body ul.list li {
  list-style: lower-latin;
  padding: 4px 0px;
}

.comm-section .sub-heading {
  color: #076DFD;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.comm-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #172B4D;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}

.linkedin-extractor-section {
  background: rgba(231, 249, 255, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
  position: relative;
  margin: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  /* For older browsers */
  -moz-border-radius: 20px;
  /* For older Firefox versions */
  overflow: hidden;
}
.linkedin-extractor-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.linkedin-extractor-section .container {
  position: relative;
}
.linkedin-extractor-section .heading-section .sub-heading {
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.linkedin-extractor-section .heading-section h2 {
  padding: 15px 0px;
}
.linkedin-extractor-section .heading-section .btn {
  width: 288px;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}
.linkedin-extractor-section .nav {
  border: none;
}
.linkedin-extractor-section .nav .nav-item .nav-link {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  outline: none;
  box-shadow: none;
  border: none;
}
.linkedin-extractor-section .nav .nav-item .nav-link span {
  background: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  /* For older browsers */
  -moz-border-radius: 100%;
  /* For older Firefox versions */
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkedin-extractor-section .nav .nav-item .nav-link span img {
  width: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkedin-extractor-section .nav .nav-item .nav-link .progress-container {
  position: absolute;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  right: 10px;
  top: 10px;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.linkedin-extractor-section .nav .nav-item .nav-link.active {
  background: #ffffff;
  border: none;
  box-shadow: none;
  outline: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
}
.linkedin-extractor-section .nav .nav-item .nav-link.active span {
  background: #C6EDFB;
}
.linkedin-extractor-section .nav .nav-item .nav-link.active .progress-container {
  opacity: 1;
}
.linkedin-extractor-section .nav .nav-item .nav-link .circular-chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.linkedin-extractor-section .nav .nav-item .nav-link .circle {
  stroke: #C6EDFB;
  stroke-width: 4;
  fill: none;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.1s linear;
}
.linkedin-extractor-section .tab-pane {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 30px 25px;
}
.linkedin-extractor-section .tab-pane .left-box {
  padding: 20px 0px 0px 20px;
}
.linkedin-extractor-section .tab-pane .left-box .icon img {
  width: 80px;
  height: auto;
}
.linkedin-extractor-section .tab-pane .left-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #172B4D;
  padding: 10px 0px;
  margin: 0px;
}
.linkedin-extractor-section .tab-pane .left-box p {
  font-size: 16px;
  font-weight: 400;
  color: #44546F;
  padding: 0px 0px;
  margin: 0px;
}
.linkedin-extractor-section .tab-pane .img-box {
  background: #F7F8F9;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 12px;
  text-align: center;
}
.linkedin-extractor-section .tab-pane .img-box img {
  width: 100%;
  height: auto;
}

.streamline-workflow {
  background: #101214;
  position: relative;
}
.streamline-workflow:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/what-dose-bg-effect.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 337px;
}
.streamline-workflow .container {
  position: relative;
}
.streamline-workflow img {
  width: 100%;
  position: relative;
  height: auto;
}
.streamline-workflow .heading-section h2 {
  color: #ffffff;
  font-size: 42px;
  padding: 0px;
}
.streamline-workflow .heading-section p {
  color: #ffffff;
}

.google-extension-section .inner {
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  /* For older browsers */
  -moz-border-radius: 26px;
  /* For older Firefox versions */
  padding: 40px;
}
.google-extension-section .inner .btn.white {
  width: 263px;
}
.google-extension-section .inner .img-box {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
}
.google-extension-section .inner .img-box img {
  width: 100%;
}

.integration-features .heading-section .sub-heading {
  color: #076DFD;
  font-size: 20px;
}
.integration-features .inner-box [class*=col-] {
  position: relative;
}
.integration-features .inner-box [class*=col-]:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #DCDFE4;
}
.integration-features .inner-box [class*=col-]:last-child:after {
  display: none;
}
.integration-features .box {
  text-align: center;
  min-height: 100%;
  position: relative;
}
.integration-features .box .img-box {
  background: #e7f1ff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  /* For older browsers */
  -moz-border-radius: 100%;
  /* For older Firefox versions */
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.integration-features .box h2, .integration-features .box h3 {
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0px 10px;
  margin: 0px;
}
.integration-features .box p {
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 30px 0px;
  margin: 0px;
}
.integration-features .deep-enrich-number .heading-section .sub-heading {
  color: #2C3E5D;
  font-size: 24px;
  font-weight: 700;
}
.integration-features .deep-enrich-number .heading-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #076DFD;
  margin: 0px;
  padding: 0px;
}
.integration-features .deep-enrich-number .numbers {
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: end;
}
.integration-features .deep-enrich-number .numbers li {
  font-size: 42px;
  font-weight: 700;
}
.integration-features .deep-enrich-number .numbers li span {
  padding: 5px 0px 0px;
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
}

.integration-benefits-com {
  background: #101214;
  position: relative;
}
.integration-benefits-com:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/what-dose-bg-effect.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 337px;
}
.integration-benefits-com .inner-box {
  position: relative;
  background: #ffffff;
  border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  /* For older browsers */
  -moz-border-radius: 12px 12px 0px 0px;
  /* For older Firefox versions */
}
.integration-benefits-com .inner-box .heading-box {
  position: absolute;
  left: 50%;
  top: 17%;
  transform: translate(-65%, -50%);
  background: #ffffff;
  width: 95px;
  height: 95px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.06);
  font-size: 30px;
  font-weight: 600;
}
.integration-benefits-com .inner-box .btn {
  width: 220px;
  margin: 20px 0 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  font-weight: 600;
}
.integration-benefits-com .inner-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2C3E5D;
  margin: 0px;
  padding: 0px 0px 30px;
  text-align: center;
}
.integration-benefits-com .inner-box .sub-heading {
  font-size: 16px;
  font-weight: 600;
  color: #2C3E5D;
  padding: 0px 0px 12px;
}
.integration-benefits-com .inner-box ul {
  flex-wrap: wrap;
}
.integration-benefits-com .inner-box ul li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 5px 120px 5px 0px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #2C3E5D;
}
.integration-benefits-com .inner-box ul li i {
  color: #FF4141;
}
.integration-benefits-com .inner-box .left-part {
  padding: 20px 0px 0px;
  position: relative;
  min-height: 100%;
  background: linear-gradient(116deg, rgba(235, 232, 255, 0.2) 0.51%, rgba(108, 195, 224, 0.2) 98.63%);
  padding: 40px;
}
.integration-benefits-com .inner-box .right-part {
  padding: 40px;
}
.integration-benefits-com .inner-box .right-part ul li {
  padding: 5px 0px;
}
.integration-benefits-com .inner-box .right-part ul li i {
  color: #02BC7D;
}

.integrations-soft-company {
  background: rgba(233, 242, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.integrations-soft-company:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.integrations-soft-company .container {
  position: relative;
}
.integrations-soft-company .box {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  border: 1px solid #DCDFE4;
  padding: 40px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
}
.integrations-soft-company .box h2 {
  margin: 0px;
  color: #2C3E5D;
  font-size: 29px;
  font-weight: 700;
  padding: 10px 0px;
}
.integrations-soft-company .box p {
  margin: 0px;
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.arrow-btn {
  transition: all 0.35s;
  color: #076DFD;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.arrow-btn:after {
  display: inline-block;
  transition: transform 0.3s ease-out;
  font-family: bootstrap-icons;
  background-position: center top;
  background: none;
  font-size: 13px;
  font-weight: 700;
  margin: 2px 0px 0px;
  color: #2C3E5D;
}
.arrow-btn:hover {
  color: #076DFD;
}
.arrow-btn:hover::after {
  transform: translateX(4px);
  color: #076DFD;
}

body.introduction header.introduction-header {
  padding: 0px 0px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}
body.introduction header.introduction-header .top-nav {
  box-shadow: none;
  border-bottom: 1px solid #dedee1 !important;
  animation: none;
}
body.introduction header.introduction-header .top-nav:focus, body.introduction header.introduction-header .top-nav:focus-visible {
  outline: none;
  box-shadow: none;
}
body.introduction header.introduction-header.sticky .top-nav {
  box-shadow: none;
}

section.wrapper-inner.section.int-sec {
  padding: 50px 0px 0px;
}
section.wrapper-inner.section.int-sec .inner-larger {
  padding: 15px 0px 0px 0px;
  min-height: 95vh;
}
section.wrapper-inner.section.int-sec .listing-wap {
  padding: 0px;
  background: transparent;
}
section.wrapper-inner.section.int-sec .listing-wap:before {
  display: none;
}
section.wrapper-inner.section.int-sec .listing-wap li a {
  font-size: 14px;
}
section.wrapper-inner.section.int-sec ::-webkit-scrollbar {
  width: 6px;
}
section.wrapper-inner.section.int-sec ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 6px;
}
section.wrapper-inner.section.int-sec ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #f2f2f2;
}
section.wrapper-inner.section.int-sec .left-nav {
  position: relative;
  height: calc(100vh - 83px);
  overflow-y: scroll;
}
section.wrapper-inner.section.int-sec .left-nav .inner {
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 10px 20px;
  margin: 10px 0px 0px;
}
section.wrapper-inner.section.int-sec .left-nav .inner:before {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
}
section.wrapper-inner.section.int-sec .left-nav ul.top-nav li {
  display: flex;
  width: 100%;
  padding: 0px;
  position: relative;
}
section.wrapper-inner.section.int-sec .left-nav ul.top-nav li a {
  display: flex;
  color: #000000;
  font-size: 14px;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 6px 0px;
  transition: all 0.35s;
}
section.wrapper-inner.section.int-sec .left-nav ul.top-nav li a:hover {
  color: #076DFD;
}
section.wrapper-inner.section.int-sec .left-nav ul.top-nav li.active a {
  color: #076DFD;
  font-weight: 500;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0px 15px 0px;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom:last-child {
  border: none;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 100%;
  padding: 0px;
  position: relative;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li:first-child {
  padding: 12px 0px;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li a {
  display: flex;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 7px 11px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  transition: all 0.35s;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  margin: 1px 0px;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li a i {
  font-size: 12px;
  color: #000000;
  transition: all 0.35s;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li a:hover {
  background: #f2f2f2;
  color: #000000;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li a:hover i {
  color: #000000;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li a span {
  color: #15803d;
  background: rgba(74, 222, 128, 0.2);
  font-size: 9px;
  font-weight: 500;
  padding: 2px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* For older browsers */
  -moz-border-radius: 5px;
  /* For older Firefox versions */
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li a span.post {
  color: #1d4ed8;
  background: rgba(96, 165, 250, 0.2);
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li:last-child a {
  border: none;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li.active a {
  background: #076DFD;
  color: #ffffff;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li.active a i {
  color: #ffffff;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li.active a span {
  background: #ffffff;
}
section.wrapper-inner.section.int-sec .left-nav ul.nav-bottom li.active a span.post {
  background: #ffffff;
}
section.wrapper-inner.section.int-sec .heading {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 10px;
}
section.wrapper-inner.section.int-sec .heading i {
  font-size: 12px;
  padding-right: 4px;
}
section.wrapper-inner.section.int-sec .right-tabs {
  padding: 20px 0px;
}
section.wrapper-inner.section.int-sec .right-tabs ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
section.wrapper-inner.section.int-sec .right-tabs ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 6px;
}
section.wrapper-inner.section.int-sec .right-tabs ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cdcdcd;
}
section.wrapper-inner.section.int-sec .right-tabs .box {
  background: #000000;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 10px;
  position: relative;
}
section.wrapper-inner.section.int-sec .right-tabs .box ul.nav-tabs {
  margin: 0px;
  border: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.wrapper-inner.section.int-sec .right-tabs .box ul.nav-tabs li {
  margin: 0px;
  width: auto;
}
section.wrapper-inner.section.int-sec .right-tabs .box ul.nav-tabs li .nav-link {
  padding: 2px 5px !important;
  font-size: 12px;
  color: rgb(162, 161, 165);
  font-weight: 500;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
}
section.wrapper-inner.section.int-sec .right-tabs .box ul.nav-tabs li .nav-link.active {
  background: transparent;
  outline: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
}
section.wrapper-inner.section.int-sec .right-tabs .box .top-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  padding-right: 24px;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper {
  width: 46px;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .ae-select {
  padding: 0px;
  position: relative;
  height: 20px;
  color: #ffffff;
  display: flex;
  cursor: pointer;
  align-items: center;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .ae-select .ae-select-content {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .ae-select i {
  font-size: 11px;
  position: absolute;
  right: 6px;
  top: 2px;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .dropdown-custom-menu {
  position: absolute;
  top: 100%;
  background: #000000;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .dropdown-custom-menu.ae-hide {
  display: none;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .dropdown-custom-menu li {
  cursor: pointer;
  color: #ffffff;
  width: 100%;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .dropdown-custom-menu li a {
  color: rgb(162, 161, 165);
  padding: 2px 0px !important;
  font-size: 12px;
  border: none;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .dropdown-custom-menu li a.nav-link.active {
  border: none;
}
section.wrapper-inner.section.int-sec .right-tabs .box .dropdown-wrapper .dropdown-custom-menu li.selected a {
  color: #076DFD;
}
section.wrapper-inner.section.int-sec .right-tabs .box p {
  color: #ffffff;
}
section.wrapper-inner.section.int-sec .right-tabs .tab-content .exp {
  color: #076DFD;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 7px;
  right: 36px;
}
section.wrapper-inner.section.int-sec .right-tabs .tab-content .dropdown-wrapper {
  position: absolute;
  top: 9px;
  right: 36px;
  width: 214px;
}
section.wrapper-inner.section.int-sec .right-tabs .tab-content .dropdown-wrapper .ae-select .ae-select-content {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  width: 91%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}
section.wrapper-inner.section.int-sec .right-tabs .tab-content .tab-pane pre[class*=language-] button {
  top: 9px;
  right: 13px;
  z-index: 1;
  background: transparent !important;
}
section.wrapper-inner.section.int-sec .right-tabs .tab-content .tab-pane pre[class*=language-] button:hover {
  background: transparent !important;
}
section.wrapper-inner.section.int-sec .right-tabs .tab-content .tab-pane pre[class*=language-] {
  max-height: 350px;
  position: inherit;
}

section.wrapper-inner.section.int-sec .inner-larger ::-webkit-scrollbar {
  width: 2px;
}
section.wrapper-inner.section.int-sec .inner-larger ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 2px;
}
section.wrapper-inner.section.int-sec .inner-larger ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f2f2f2;
}

.code-section {
  padding: 10px 0px;
}
.code-section button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #B3B9C4;
  right: 16px;
  top: 12px;
  font-size: 14px;
  z-index: 1;
}
.code-section code {
  background: #000000;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 20px;
  width: 100%;
  display: flex;
  color: #ffffff;
  font-size: 14px;
  flex-wrap: wrap;
}
.code-section code span.header-name {
  color: #076DFD;
}
.code-section code.code-view span {
  display: block;
  width: 100%;
}
.code-section code.code-right-panel {
  flex-wrap: wrap;
}
.code-section code.code-right-panel span.token.function {
  color: #dcdcaa;
}
.code-section code.code-right-panel span.variable {
  color: #9cdcfe;
}
.code-section code.code-right-panel span.punctuation {
  color: #d4d4d4;
}
.code-section code.code-right-panel span.string {
  color: #ce9178;
}

.img-content-box {
  background: rgba(243, 240, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  margin: 10px 0px;
  overflow: hidden;
}
.img-content-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.img-content-box .btn {
  width: 230px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
.img-content-box .logo {
  text-align: center;
  padding: 0px 0px 10px;
  font-size: 20px;
  position: relative;
}
.img-content-box .logo a {
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.img-content-box .logo img {
  width: 30px;
}

.live-search-list {
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  padding: 15px;
  border: 1px solid #DCDFE4;
  z-index: 1;
  overflow-y: scroll;
  max-height: 425px;
}
.live-search-list li {
  width: 100%;
  display: block;
  padding: 8px 0px;
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid rgba(220, 223, 228, 0.42);
  cursor: pointer;
}
.live-search-list li:hover {
  color: #076DFD;
}
.live-search-list li:last-child {
  border: none;
}
.live-search-list ::-webkit-scrollbar {
  width: 6px;
}
.live-search-list ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 6px;
}
.live-search-list ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #f2f2f2;
}

.linkedin-contact-finder .box {
  background: #E7F9FF;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  overflow: hidden;
}
.linkedin-contact-finder .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 30px 30px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.linkedin-contact-finder .box .img-box {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.linkedin-contact-finder .box .img-box img {
  max-width: 100%;
}
.linkedin-contact-finder .box .step {
  width: 100%;
  color: #2898BD;
  font-size: 14px;
  font-weight: 600;
}
.linkedin-contact-finder .box .inner {
  padding: 20px 0px 0px;
  position: relative;
}
.linkedin-contact-finder .box h2 {
  color: #172B4D;
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
  padding: 8px 0px 10px;
}
.linkedin-contact-finder .box p {
  color: #172B4D;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  min-height: 100px;
}
.linkedin-contact-finder .row [class*=col-]:nth-child(2) .box {
  background: #F3F0FF;
}
.linkedin-contact-finder .row [class*=col-]:nth-child(2) .box .step {
  color: #8270DB;
}
.linkedin-contact-finder .row [class*=col-]:last-child .box {
  background: #E9F2FF;
}
.linkedin-contact-finder .row [class*=col-]:last-child .box .step {
  color: #076DFD;
}

.boost-sales-section .inner {
  background: rgba(231, 249, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  overflow: hidden;
}
.boost-sales-section .inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.boost-sales-section .inner .row {
  position: relative;
}
.boost-sales-section .inner .heading-section {
  padding: 0px 20px 0px 0px;
}
.boost-sales-section .inner .heading-section .btn {
  max-width: 288px;
}
.boost-sales-section .inner .box img {
  max-width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}
.boost-sales-section.out-data-boost .inner {
  background: rgba(233, 242, 255, 0.5);
}

.copy-btn {
  position: relative;
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.copy-btn .tooltip {
  position: absolute;
  top: -25px;
  background: black;
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.copy-btn:hover .tooltip {
  opacity: 1;
}

.instantly-connect-key .listing-wap:before {
  display: none;
}
.instantly-connect-key .listing-wap .heading-section .sub-heading {
  color: #076DFD;
  font-size: 36px;
  font-weight: 700;
}
.instantly-connect-key .listing-wap .heading-section h2 {
  padding: 0px;
}
.instantly-connect-key .inner-larger ul li {
  transform: inherit !important;
  padding: 15px 0px;
  top: 10%;
}
.instantly-connect-key .inner-larger ul li .box {
  background: #172B4D;
  border-radius: 56px 0px 0px 0px;
  -webkit-border-radius: 56px 0px 0px 0px;
  /* For older browsers */
  -moz-border-radius: 56px 0px 0px 0px;
  /* For older Firefox versions */
  padding: 50px 30px 80px;
  border: 1px solid #42B2D7;
}
.instantly-connect-key .inner-larger ul li .box .step {
  color: #42B2D7;
  font-size: 20px;
  font-weight: 700;
}
.instantly-connect-key .inner-larger ul li .box h2 {
  color: #ffffff;
  font-size: 90px;
  font-weight: 700;
  padding: 10px 0px 20px 0px;
  margin: 0px;
}
.instantly-connect-key .inner-larger ul li .box p {
  font-size: 16px;
  font-weight: 400;
  color: #C6EDFB;
  padding: 0;
  margin: 0;
}

.precision-driven-data-process {
  background: rgba(241, 242, 244, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  overflow: hidden;
}
.precision-driven-data-process:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.precision-driven-data-process .container {
  position: relative;
}
.precision-driven-data-process .heading-section h2 span {
  display: block;
}
.precision-driven-data-process .box {
  background: #ffffff;
  border: 1px solid #DCDFE4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
  padding: 40px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  min-height: 100%;
}
.precision-driven-data-process .box img {
  max-width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
.precision-driven-data-process .box h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  padding: 16px 0px;
  color: #101214;
}
.precision-driven-data-process .box p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #44546F;
}

body.introduction .container {
  max-width: 92rem;
}
body.introduction .top-sec {
  display: flex;
  align-items: center;
}
body.introduction .toggle-btn-custom {
  display: none;
}
.our-culture {
  padding-bottom: 50px;
  margin: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  background: linear-gradient(116deg, rgba(108, 195, 224, 0.05) 1.37%, rgba(143, 126, 231, 0.05) 99.49%);
}
.our-culture .help-center-card {
  margin-top: -226px;
}
.our-culture .help-center-card [class*=col-] .card {
  border-color: #8270DB;
  background: transparent;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  min-height: 100%;
}
.our-culture .help-center-card [class*=col-] .card .card-body {
  background: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  margin: 10px;
  padding: 30px 25px;
}
.our-culture .help-center-card [class*=col-] .card .card-body h2 {
  font-size: 26px;
  font-weight: 600;
  color: #5E4DB2;
  margin: 0px;
  padding: 0px 0px 13px;
}
.our-culture .help-center-card [class*=col-] .card .card-body p {
  font-size: 16px;
  font-weight: 400;
  color: #101214;
  margin: 0px;
  line-height: 26px;
  padding: 0px;
}
.our-culture .help-center-card [class*=col-]:nth-child(2) .card {
  border-color: #076DFD;
}
.our-culture .help-center-card [class*=col-]:nth-child(2) .card .card-body h2 {
  color: #0055CC;
}
.our-culture .box img {
  width: 50px;
  height: auto;
}
.our-culture .box h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0px;
  padding: 20px 0px 13px;
}
.our-culture .box p {
  font-size: 14px;
  font-weight: 400;
  color: #101214;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  line-height: 20px;
}

.out-products {
  background: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0px;
  margin: 0px;
}
.out-products:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  top: 0;
  left: 0;
}
.out-products .container {
  position: relative;
}
.out-products .container .heading-section .sub-heading {
  font-size: 20px;
  font-weight: 500;
  color: #076DFD;
}
.out-products .container .box {
  border: 1px solid #DCDFE4;
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 30px;
  text-align: left;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.out-products .container .box .inner {
  width: 100%;
}
.out-products .container .box h2 {
  color: #2C3E5D;
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
  padding: 12px 0px;
}
.out-products .container .box p {
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.out-products .container .box a.btn-arrow {
  font-size: 14px;
  font-weight: 500;
  color: #076DFD;
  position: relative;
  transition: all 0.35s;
  -moz-column-gap: 4px;
       column-gap: 4px;
  display: flex;
  align-items: center;
  margin: 12px 0px 0px;
  margin-top: auto;
}
.out-products .container .box a.btn-arrow i {
  transition: all 0.35s;
  font-size: 20px;
  color: #2C3E5D;
  padding-left: 0px;
  transition: transform 0.3s ease-out;
}
.out-products .container .box a.btn-arrow:hover i {
  padding-left: 3px;
  color: #076DFD;
  transform: translateX(4px);
}

body.about-page header {
  padding: 0px 0px 200px;
}

.inner-larger pre.language-html,
.inner-larger pre.language-css {
  margin: 10px 0px;
}

.pricing-page header {
  padding: 0px 0px 300px;
}

video#introVideo::-webkit-media-controls {
  display: none;
}

.banner-inner.home-slide {
  padding: 30px 0px 0px;
}
.banner-inner.home-slide .col-xl-5 {
  display: flex;
  justify-content: end;
}
.banner-inner.home-slide .col-xl-5 .left-part {
  width: 62%;
}
.banner-inner.home-slide .container {
  min-height: 100%;
  align-items: center;
}
.banner-inner.home-slide .home-video-box {
  margin-top: 0px;
  z-index: 1;
  min-width: inherit;
  margin-left: 0rem !important;
  top: 17px;
  right: 0px;
  margin-right: -12px;
}
.banner-inner.home-slide p {
  max-width: 84%;
}

.nav-list {
  padding: 10px 0px;
}
.nav-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.nav-list ul li a {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  color: #000000;
  position: relative;
}
.nav-list ul li a.backed-btn:before {
  display: inline-block;
  padding-right: 10px;
  transition: transform 0.3s ease-out;
  content: "\f284";
  font-family: bootstrap-icons;
  height: auto;
  width: auto;
  background: none;
  background-position: center top;
}
.nav-list ul li a.next-btn:after {
  display: inline-block;
  padding-left: 10px;
  transition: transform 0.3s ease-out;
  content: "\f285";
  font-family: bootstrap-icons;
  height: auto;
  width: auto;
  background: none;
  background-position: center top;
}
.nav-list ul li a:hover {
  color: #0C66E4;
}
.nav-list ul li a:hover.backed-btn::before {
  transform: translateX(-4px);
}
.nav-list ul li a:hover.next-btn::after {
  transform: translateX(4px);
}

.code-box {
  background: #000000;
  position: relative;
}
.code-box pre[class*=language-] {
  padding-top: 20px;
}
.code-box pre[class*=language-] .language-javascript {
  height: auto;
  position: relative;
  line-height: normal;
  display: block;
}
.code-box ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.code-box ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 6px;
}
.code-box ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cdcdcd;
}
.code-box.code-box-fixed pre[class*=language-] {
  padding: 0px;
}
.code-box.code-box-fixed pre[class*=language-] .language-javascript {
  height: 182px;
  overflow: hidden;
  position: relative;
  display: none;
}
.code-box {
  position: relative;
}
.code-box.code-box-show pre[class*=language-] {
  padding: 0px 10px;
}
.code-box.code-box-show pre[class*=language-] .language-javascript {
  height: auto;
}
.code-box.code-box-show .copy-btn {
  display: none;
}
.code-box.larger-code-box pre[class*=language-] {
  padding: 0px 10px;
  max-height: 350px;
  position: initial;
}
.code-box.larger-code-box pre[class*=language-] .language-javascript {
  height: auto;
}
.code-box.larger-code-box pre[class*=language-] button {
  top: 9px;
  right: 12px;
  z-index: 1;
  padding: 0px 7px;
  background: #000000;
}

.code-view-box {
  position: relative;
}

.extension-uninstal-banner .container {
  padding-top: 20px;
}
.extension-uninstal-banner .left-box {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 25px;
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.extension-uninstal-banner .left-box img {
  max-width: 100%;
}
.extension-uninstal-banner .left-box .sub-heading {
  color: #E1930D;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  -moz-column-gap: 9px;
       column-gap: 9px;
  padding: 15px 0px 12px;
}
.extension-uninstal-banner .left-box h1 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 0px 0px 14px;
  line-height: 24px;
  margin: 0px;
}
.extension-uninstal-banner .left-box h1 span {
  color: #076DFD;
}
.extension-uninstal-banner .left-box p {
  text-align: left;
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.extension-uninstal-banner .right-box {
  padding: 20px 0px 0px 20px;
}
.extension-uninstal-banner .right-box .sub-heading {
  text-align: left;
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 20px;
}
.extension-uninstal-banner .right-box .form-check {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 6px 0px;
}
.extension-uninstal-banner .right-box .form-check .form-check-input {
  margin: 0px;
  float: none;
  background: transparent;
  border-color: #B3B9C4;
  transition: all 0.35s;
}
.extension-uninstal-banner .right-box .form-check .form-check-input:focus {
  outline: none;
}
.extension-uninstal-banner .right-box .form-check .form-check-input:checked[type=radio] {
  background: #076DFD;
  border-color: #076DFD;
}
.extension-uninstal-banner .right-box .form-check label {
  font-size: 16px;
  color: #2C3E5D;
  font-weight: 400;
}
.extension-uninstal-banner .right-box .mb-3 {
  transition: all 0.35s;
}
.extension-uninstal-banner .right-box textarea {
  background: #ffffff;
  border: none;
  min-height: 110px;
  resize: none;
  color: #8D8D8D;
  font-size: 13px;
  font-weight: 500;
  padding: 20px;
}
.extension-uninstal-banner .right-box textarea:focus {
  box-shadow: none;
  outline: none;
}
.extension-uninstal-banner .right-box .btn {
  width: 140px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}
.extension-uninstal-banner.extension-final .box {
  background: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  padding: 45px;
}
.extension-uninstal-banner.extension-final .box .img-box {
  border: 10px solid #2C3E5D;
  position: relative;
}
.extension-uninstal-banner.extension-final .box .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  transition: all 0.35s;
}
.extension-uninstal-banner.extension-final .box .img-box img {
  width: 100%;
}
.extension-uninstal-banner.extension-final .box .img-box video {
  display: flex;
}
.extension-uninstal-banner.extension-final .box .img-box .play-icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  transition: all 0.35s;
  width: auto;
  height: auto;
}
.extension-uninstal-banner.extension-final .box .img-box.playing:after {
  display: none;
}
.extension-uninstal-banner.extension-final .right {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.extension-uninstal-banner.extension-final .right h1 {
  color: #000000;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
}
.extension-uninstal-banner.extension-final .right .sub-heading {
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.extension-uninstal-banner.extension-final .right p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.extension-uninstal-banner.extension-final .right p span {
  color: #076DFD;
  font-weight: 600;
}
.extension-uninstal-banner.extension-final .right p b {
  font-weight: 500;
}
.extension-uninstal-banner.extension-final .right ul {
  display: flex;
  row-gap: 10px;
  flex-wrap: wrap;
}
.extension-uninstal-banner.extension-final .right ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #2C3E5D;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.extension-uninstal-banner.extension-final .right ul li i {
  color: #02BC7D;
}
.extension-uninstal-banner.extension-final .right .btn {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
}

ul.list-none {
  list-style: none;
}
ul.list-none li {
  list-style: none;
}

.table-format {
  padding: 10px 0px;
}
.table-format table td {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.table-format table td span {
  font-size: 11px;
}
.table-format table td code {
  font-size: 14px;
}

#googlecromeextension .modal-dialog {
  min-width: 790px;
}
#googlecromeextension .modal-dialog .modal-content {
  border: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  overflow: hidden;
}
#googlecromeextension .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
#googlecromeextension .modal-dialog .row [class*=col-] {
  padding: 0px;
}
#googlecromeextension .modal-dialog .left-part {
  background: linear-gradient(116deg, #8F7EE7 0.51%, #6CC3E0 98.63%);
  padding: 10px 0px 0px 20px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}
#googlecromeextension .modal-dialog .left-part .larger {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#googlecromeextension .modal-dialog .left-part .larger img {
  max-width: 85%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
#googlecromeextension .modal-dialog .right-part {
  padding: 30px;
}
#googlecromeextension .modal-dialog .right-part .top-heading {
  display: flex;
  justify-content: space-between;
}
#googlecromeextension .modal-dialog .right-part .top-heading .logo a {
  color: #172B4D;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#googlecromeextension .modal-dialog .right-part .top-heading button.btn-close {
  outline: none;
  box-shadow: none;
  opacity: 1;
  margin-top: -12px;
}
#googlecromeextension .modal-dialog .right-part .inner {
  padding: 30px 0px 12px 0px;
}
#googlecromeextension .modal-dialog .right-part .inner .heading {
  font-size: 20px;
  font-weight: 600;
  color: #076DFD;
}
#googlecromeextension .modal-dialog .right-part .inner p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
#googlecromeextension .modal-dialog .right-part .inner ul {
  padding-top: 9px;
}
#googlecromeextension .modal-dialog .right-part .inner ul li {
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding: 3px 0px;
  color: #2C3E5D;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#googlecromeextension .modal-dialog .right-part .bottom .sub-heading {
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 500;
}
#googlecromeextension .modal-dialog .right-part .bottom p {
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
}
#googlecromeextension .modal-dialog .right-part .bottom .btn-view {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#googlecromeextension .modal-dialog .right-part .bottom .btn-view .btn-bor,
#googlecromeextension .modal-dialog .right-part .bottom .btn-view .btn {
  min-width: 200px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  height: 45px;
}

body.profile-listing-page header {
  padding: 0px;
}
body.profile-listing-page header .banner-inner {
  padding: 65px 0px;
}

section.tab-view-section {
  position: relative;
  z-index: 2;
  background: #172B4D;
  padding: 10px 0px;
  transition: all 0.4s ease;
}
section.tab-view-section.sticky {
  animation: slideUp 0.35s ease-out;
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 2;
}
section.tab-view-section .alphabet-list {
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
section.tab-view-section .alphabet-list li {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
  color: #ffffff;
  cursor: pointer;
}
section.tab-view-section .alphabet-list li.active {
  color: #172B4D;
  background: #ffffff;
}

.header-top-section {
  background: #1C2B41;
  padding: 9px 0px;
  transition: all 0.35s;
}
.header-top-section .inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  justify-content: center;
}
.header-top-section .inner span {
  width: 39px;
  height: 20px;
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /* For older browsers */
  -moz-border-radius: 3px;
  /* For older Firefox versions */
  flex: none;
  order: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.header-top-section .inner .btn-top {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  /* For older browsers */
  -moz-border-radius: 4px;
  /* For older Firefox versions */
  display: inline;
  margin: 0px 0px 0px 5px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  -moz-column-gap: 6px;
       column-gap: 6px;
  white-space: nowrap;
}
.header-top-section .inner .btn-top:hover {
  background: #076DFD;
  transition: all 0.35s;
}
.header-top-section p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.header-top-section.active {
  display: none;
}

.intro-section {
  padding: 40px 0px 0px;
}

.intro-section {
  padding: 40px 0px 0px;
}
.intro-section .img-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
.intro-section .img-box img,
.intro-section .img-box svg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
.intro-section .img-box .img-boxs {
  position: relative;
}
.intro-section .inner-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  /* For older browsers */
  -moz-border-radius: 8px;
  /* For older Firefox versions */
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  z-index: 1;
  padding: 20px;
  min-width: 460px;
  max-width: 460px;
}
.intro-section .inner-box h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #091E42;
}
.intro-section .inner-box p {
  text-align: left;
  padding: 8px 0px 20px;
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.intro-section .inner-box .form-section {
  padding: 15px 0px 0px;
}
.intro-section .inner-box .form-section .form-control {
  width: 100%;
  height: 48px;
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
  border-color: #C4C4C4;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: none;
  outline: none;
}
.intro-section .inner-box .form-section .form-control:disabled {
  background: #F7F8F9;
  border-color: #F7F8F9;
}
.intro-section .inner-box .form-section .form-control::-moz-placeholder {
  color: #44546F;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}
.intro-section .inner-box .form-section .form-control::placeholder {
  color: #44546F;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}
.intro-section .inner-box .form-section .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #44546F;
  font-size: 14px;
  font-weight: 300;
}
.intro-section .inner-box .form-section textarea.form-control {
  height: 90px;
}
.intro-section .inner-box .form-section .rating {
  display: flex;
  width: 100%;
  justify-content: start;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}
.intro-section .inner-box .form-section .rating-0 {
  filter: grayscale(100%);
}
.intro-section .inner-box .form-section .rating > input {
  display: none;
}
.intro-section .inner-box .form-section .rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
  content: "★";
}
.intro-section .inner-box .form-section .rating > input:checked ~ label,
.intro-section .inner-box .form-section .rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.intro-section .inner-box .form-section .rating > input:not(:checked) ~ label:hover,
.intro-section .inner-box .form-section .rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.intro-section .inner-box .form-section .emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-section .inner-box .form-section .emoji-wrapper:before,
.intro-section .inner-box .form-section .emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.intro-section .inner-box .form-section .emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
}
.intro-section .inner-box .form-section .emoji-wrapper:after {
  bottom: 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
}
.intro-section .inner-box .form-section .emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.intro-section .inner-box .form-section .emoji > svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.intro-section .inner-box .form-section #rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
.intro-section .inner-box .form-section #rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
.intro-section .inner-box .form-section #rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
.intro-section .inner-box .form-section #rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
.intro-section .inner-box .form-section #rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}
.intro-section .inner-box .form-section label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.intro-section .inner-box .form-section .radio-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.intro-section .inner-box .form-section .radio-section .form-check input.form-check-input {
  border-color: #C4C4C4;
  box-shadow: none;
}
.intro-section .inner-box .form-section .radio-section .form-check input.form-check-input:checked {
  box-shadow: none;
  border-color: #076DFD;
  background-color: #076DFD;
}
.intro-section .inner-box .form-section .radio-section .form-check .form-check-label {
  font-weight: 300;
}
.intro-section .inner-box .form-section .btn-bg {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  border: 1px solid #3F50B5;
  background: #3F50B5;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  border-radius: 4px;
  zoom: 1;
  display: flex;
  font-weight: 600;
  align-items: center;
  width: 100px;
  height: 36px;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0px 10px;
}
.intro-section .inner-box .form-section .btn-bg:hover {
  outline: 0;
  text-decoration: none;
  border-color: #3F50B5;
  background-color: #3F50B5;
  color: #ffffff;
  opacity: 0.8;
}
.intro-section .overlay-box {
  inset: 0px;
  position: absolute;
  background: rgba(33, 33, 33, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: content-box;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}

.intro-page header {
  padding: 0px 0px 50px;
}
.intro-page .header-top-section {
  display: none;
}

.introjs-helperLayer {
  border-radius: 8px !important;
  overflow: visible !important;
}

.image-highlight {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.image-highlight img {
  max-width: 100%;
  height: auto;
  display: block;
}

.intro-tabs-section {
  justify-content: center;
  padding: 10px 0px 20px 0px;
}
.intro-tabs-section h2 {
  margin: 0px;
  padding: 0px;
}
.intro-tabs-section h2 a {
  background: transparent;
  border-bottom: 1px solid #B3B9C4;
  font-size: 16px;
  font-weight: 400;
  color: #2C3E5D;
  transition: all 0.35s;
  padding: 16px;
}
.intro-tabs-section h2 a.active, .intro-tabs-section h2 a:hover {
  background: transparent;
  border-bottom: 1px solid #000000;
  font-weight: 600;
  color: #172B4D;
}

#start-tour-section .inner-box {
  padding: 0;
  min-width: inherit;
  max-width: inherit;
  background: transparent;
  box-shadow: none;
}
#start-tour-section .inner-box a.btn-bg {
  width: 200px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.36);
  position: relative;
}
#start-tour-section .inner-box a.btn-bg:hover {
  background: #076DFD;
}
#start-tour-section .inner-box a.btn-bg:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 1px;
  background: radial-gradient(1px at 0% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 70%), conic-gradient(from var(--angle), rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotate 2s linear infinite;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotate {
  to {
    --angle: 360deg ;
  }
}
.modal-page {
  overflow: hidden;
}
.modal-page .overlay-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
  box-sizing: content-box;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.modal-popup-section .modal-content .modal-body {
  padding: 30px;
}
.modal-popup-section .modal-content .modal-body .container-fluid {
  padding: 0px;
}
.modal-popup-section .left-part {
  display: flex;
  min-height: 100%;
  padding: 20px 20px 0px 20px;
  background: linear-gradient(99.93deg, rgba(108, 195, 224, 0.2) 1.37%, rgba(143, 126, 231, 0.2) 99.49%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  flex-wrap: wrap;
  min-height: 390px;
}
.modal-popup-section .left-part .bottom {
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.modal-popup-section .left-part .bottom img {
  max-width: 100%;
  height: auto;
}
.modal-popup-section .left-part .slider-top {
  padding-bottom: 20px;
  width: 100%;
}
.modal-popup-section .left-part .slider-top img {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.modal-popup-section .left-part .slider-top .item-footer {
  text-align: center;
  padding: 12px 0px 0px;
}
.modal-popup-section .left-part .slider-top .item-footer .heading {
  color: #2C3E5D;
  font-size: 14px;
  font-weight: 500;
}
.modal-popup-section .left-part .slider-top .owl-dots {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin: 12px 0px 0px;
}
.modal-popup-section .left-part .slider-top .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(116deg, #6CC3E0 1.37%, #8F7EE7 99.49%);
  opacity: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  /* For older browsers */
  -moz-border-radius: 6px;
  /* For older Firefox versions */
}
.modal-popup-section .left-part .slider-top .owl-dots .owl-dot.active {
  background: linear-gradient(87.59deg, #5231FF 32.38%, #20ADDC 93.37%);
}
.modal-popup-section .right-part {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}
.modal-popup-section .right-part .step-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  position: relative;
}
.modal-popup-section .right-part .step-1 .loader-section {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal-popup-section .right-part .step-1 .loader-section img {
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-popup-section .right-part .step-1 .loader-section p {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.modal-popup-section .right-part .step-2 {
  display: none;
  flex-wrap: wrap;
  min-height: 100%;
  width: 100%;
}
.modal-popup-section .right-part .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modal-popup-section .right-part h2 {
  color: #076DFD;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.modal-popup-section .right-part h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 6px 0px 20px;
}
.modal-popup-section .right-part .btn-sec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal-popup-section .right-part .btn-sec a {
  width: 100%;
  display: flex;
  color: #44546F;
  border: 1px solid #A5A5A5;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 7px 0px;
  margin: 7px 0px 10px;
  transition: all 0.35s;
}
.modal-popup-section .right-part .btn-sec a:hover {
  border-color: #076DFD;
}
.modal-popup-section .right-part .bottom {
  margin-top: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.modal-popup-section .right-part .bottom a {
  color: #282E33;
  font-size: 16px;
  font-weight: 500;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.modal-popup-section .right-part .bottom a:hover {
  color: #076DFD;
}
.modal-popup-section .right-part .bottom a.btn {
  color: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
.modal-popup-section .right-part .bottom a.btn.btn-bor {
  color: #076DFD;
}
.modal-popup-section .form-section {
  width: 100%;
}
.modal-popup-section .form-section .form-control {
  width: 100%;
  height: 48px;
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
  border-color: #C4C4C4;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: none;
  outline: none;
}
.modal-popup-section .form-section .form-control:disabled {
  background: #F7F8F9;
  border-color: #F7F8F9;
}
.modal-popup-section .form-section .form-control::-moz-placeholder {
  color: #44546F;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}
.modal-popup-section .form-section .form-control::placeholder {
  color: #44546F;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}
.modal-popup-section .form-section .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #44546F;
  font-size: 14px;
  font-weight: 300;
}
.modal-popup-section .wrap-drop {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  background: transparent;
  border: solid 1px #C4C4C4;
  display: flex;
  padding: 0 0 12px;
  align-items: center;
  height: auto;
  background: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  width: 100%;
  height: 48px;
  color: #44546F;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  background-position: 100%;
  background-position-x: 96%;
  background-repeat: no-repeat;
  padding-top: 13px !important;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
}
.modal-popup-section .wrap-drop span.selected_title {
  padding: 4px 0px 0px;
}
.modal-popup-section .wrap-drop.active .drop {
  opacity: 1;
  display: block;
}
.modal-popup-section .wrap-drop::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  height: 0;
  margin-top: -9px;
  position: absolute;
  right: 2rem;
  top: 49%;
  width: 0;
  color: #040F0F;
  font-size: 16px;
}
.modal-popup-section .wrap-drop .drop {
  background: #ffffff;
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: initial !important;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  border: 1px solid #C4C4C4;
  max-height: 164px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-width: thin;
  scrollbar-color: red;
  scrollbar-color: #C4C4C4 #ffffff;
}
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-corner,
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 8px solid rgba(128, 128, 128, 0.3);
  background-color: #ffffff;
}
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 12px;
}
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-corner,
.modal-popup-section .wrap-drop .drop::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 12px;
}
.modal-popup-section .wrap-drop .drop li {
  display: block;
  border-bottom: 1px solid #C4C4C4;
}
.modal-popup-section .wrap-drop .drop li:last-child {
  border: none;
}
.modal-popup-section .wrap-drop .drop li {
  display: block;
  text-decoration: none;
  letter-spacing: 0px;
  color: #44546F;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 19px;
  line-height: 17px;
}
.modal-popup-section .wrap-drop .drop li.selected {
  background: #F7F8F9;
}

#details-form .modal-content {
  max-width: 550px;
}
#details-form .right-part .step-2 {
  display: flex;
}
#details-form label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
#details-form .form-text {
  font-size: 12px;
  color: #44546F;
}
#details-form .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#details-form input:-webkit-autofill,
#details-form input:-webkit-autofill:hover,
#details-form input:-webkit-autofill:focus,
#details-form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #44546F !important;
}
#details-form .form-section .form-control {
  height: 40px;
}
#details-form .form-section .form-check input.form-check-input {
  border-color: #C4C4C4;
  box-shadow: none;
}
#details-form .form-section .form-check input.form-check-input:checked {
  box-shadow: none;
  border-color: #076DFD;
  background-color: #076DFD;
}
#details-form .form-section .form-check .form-check-label {
  font-weight: 300;
}
#details-form .form-section .inner-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#details-form .form-section a.Guest-btn {
  font-size: 14px;
  font-weight: 500;
}
#details-form .form-section .guest-box {
  display: none;
}

/*------------------------------------
  Tagsinput
------------------------------------*/
.u-tagsinput .bootstrap-tagsinput {
  width: 100%;
  border-color: #C4C4C4;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  box-shadow: none;
  padding: 5px;
  height: 90px;
  overflow: auto;
}
.u-tagsinput .bootstrap-tagsinput ::-webkit-scrollbar {
  width: 2px;
}
.u-tagsinput .bootstrap-tagsinput ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 2px;
}
.u-tagsinput .bootstrap-tagsinput ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f2f2f2;
}

.u-tagsinput .bootstrap-tagsinput::before {
  content: "|";
  display: inline-block;
  width: 1px;
  line-height: 1;
  font-size: 0.625rem;
  opacity: 0;
  padding: 0.75rem 0;
}

.u-tagsinput .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #44546F;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 0.3125rem;
  padding: 3px 30px 3px 12px;
  margin-bottom: 0.25rem;
  margin-right: 0;
}

.u-tagsinput {
  width: 100%;
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role=remove] {
  position: absolute;
  right: 4px;
  top: 40%;
  color: #77838f;
  font-size: 1.25rem;
  outline: none;
  transform: translateY(-50%);
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role=remove]::after {
  content: "×";
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role=remove]:hover {
  color: #1e2022;
  box-shadow: none;
}

.error-msg {
  color: #ff0000;
  font-size: 12px;
  display: none;
}

.msg-show {
  width: 100%;
}
.msg-show .alert {
  display: none;
  position: relative;
}
.msg-show .alert i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  font-size: 20px;
}
.msg-show .alert {
  padding: 8px 10px;
  font-size: 14px;
  margin: 0px;
}
.msg-show .alert em {
  font-size: 12px;
  display: block;
  font-style: normal;
}

.compare-plans-section table {
  margin: 0px;
}
.compare-plans-section table th {
  width: 10.25rem;
  color: #172B4D;
  font-size: 14px;
  font-weight: 700;
}
.compare-plans-section table th:nth-child(1) {
  width: 15.5rem;
}
.compare-plans-section table.table-heading {
  margin: 30px 0px 0px;
}
.compare-plans-section table.table-heading thead tr {
  background: none;
  border: none;
}
.compare-plans-section table.table-heading thead tr th {
  background: none;
  border: none;
}
.compare-plans-section .accordion .accordion-body {
  padding: 0px;
}
.compare-plans-section .accordion .table-format {
  max-height: inherit;
  overflow: auto;
}
.compare-plans-section .accordion .table-format ::-webkit-scrollbar {
  width: 2px;
}
.compare-plans-section .accordion .table-format ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 2px;
}
.compare-plans-section .accordion .table-format ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f2f2f2;
}
.compare-plans-section .accordion .table-format .table-box {
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
  padding: 20px 14px;
  margin: 20px 0px;
}
.compare-plans-section .accordion .table-format h2 {
  color: #0055CC;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 8px 0px;
  text-align: left;
}
.compare-plans-section .accordion .table-format .table tbody tr {
  border-color: #DCDFE4;
}
.compare-plans-section .accordion .table-format .table tbody tr td {
  color: #172B4D;
  font-size: 14px;
  font-weight: 500;
  width: 10.25rem;
}
.compare-plans-section .accordion .table-format .table tbody tr td:nth-child(1) {
  text-align: left;
  padding-left: 0;
  width: 15.5rem;
}
.compare-plans-section .accordion .table-format .table tbody tr td i {
  color: #0C66E4;
}
.compare-plans-section .accordion .table-format .table tbody tr td i.bi-x-circle {
  color: #8590A2;
}

.glossary-categories.case-study-section .right-part .card-body {
  padding: 34px;
  background: #E9F2FF;
}
.glossary-categories.case-study-section .right-part .card-body .sub-heading {
  padding: 0px 0px;
}
.glossary-categories.case-study-section .right-part .card-body h2 {
  font-size: 24px;
  padding: 5px 0px;
}
.glossary-categories.case-study-section .right-part .card-body .arrow-btn {
  margin: 3px 0px 0px;
  color: #076DFD;
}
.glossary-categories.case-study-section .right-part .card-footer {
  justify-content: end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.glossary-categories.case-study-section .right-part .card-footer a {
  color: #076DFD;
  margin-left: 0px;
}
.glossary-categories.case-study-section .right-part .card-footer a:after {
  color: #076DFD;
  content: "\f285";
  font-family: bootstrap-icons;
  background-image: none;
}
.glossary-categories.case-study-section .right-part .card-footer a:hover {
  color: #ffffff;
}
.glossary-categories.case-study-section .right-part .card-footer a:hover:after {
  color: #ffffff;
}
.glossary-categories.case-study-section .letter-section-main {
  padding: 10px;
}
.glossary-categories.case-study-section .letter-section-main .right-part .card {
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border: none;
}
.glossary-categories.case-study-section .letter-section-main .right-part .card .card-body h2 {
  padding: 0px 0px 5px;
  font-weight: 500;
  font-size: 22px;
}
.glossary-categories.case-study-section .letter-section-main .right-part .card .card-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 15px;
  overflow: hidden;
  line-height: 24px;
  color: #44546F;
}
.glossary-categories.case-study-section .letter-section-main .card-link {
  justify-content: flex-start;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 18px 0px 0;
}
.glossary-categories.case-study-section .letter-section-main .card-link a.btn-bor {
  padding: 6px 6px 6px 9px;
  margin-left: 0px;
  font-weight: 400;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  /* For older browsers */
  -moz-border-radius: 6px;
  /* For older Firefox versions */
  background: transparent;
}
.glossary-categories.case-study-section .letter-section-main .card-link a.btn-bor:after {
  content: "\f285";
  font-family: bootstrap-icons;
  background-image: none;
  padding-left: 4px;
  transition: transform 0.3s ease-out;
}
.glossary-categories.case-study-section .letter-section-main .card-link a.btn-bor:hover {
  color: #ffffff;
  background: #076DFD;
}
.glossary-categories.case-study-section .letter-section-main .card-link a.btn-bor:hover:after {
  color: #ffffff;
  transform: translateX(4px);
}

.contact-center-inner-text h1 {
  color: #000000;
}
.contact-center-inner-text h2 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  padding: 10px 0px;
}
.contact-center-inner-text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0px;
}
.contact-center-inner-text p {
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}
.contact-center-inner-text p b {
  font-weight: 600;
}
.contact-center-inner-text ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.contact-center-inner-text ul li {
  display: list-item;
  list-style: decimal;
  padding: 4px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.contact-center-inner-text ul li b {
  font-weight: 600;
}
.contact-center-inner-text ul li a {
  color: #000000;
}
.contact-center-inner-text ul li a:hover {
  color: #0C66E4;
}
.contact-center-inner-text ul ol li {
  list-style: disc;
}

.explore-free-credits {
  background: linear-gradient(94.78deg, rgba(143, 126, 231, 0.05) 0.51%, rgba(108, 195, 224, 0.05) 98.63%);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  position: relative;
  margin: 20px;
}
.explore-free-credits h2 {
  font-size: 32px;
  padding: 4px 0px;
}
.explore-free-credits .sub-heading {
  color: #2C3E5D;
}
.explore-free-credits p {
  color: #2C3E5D;
  padding: 0px;
}
.explore-free-credits .inner h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2C3E5D;
  margin: 0px;
  padding: 0px 0px 8px;
}
.explore-free-credits .inner p {
  font-size: 14px;
  font-weight: 400;
  color: #2C3E5D;
  margin: 0px;
}
.explore-free-credits .inner .sub-heading {
  border: 1px solid rgba(110, 93, 198, 0.3);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  color: #6E5DC6;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 0px 16px;
}
.explore-free-credits .inner ul {
  flex-wrap: wrap;
  row-gap: 6px;
}
.explore-free-credits .inner ul li {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: #2C3E5D;
  font-size: 14px;
  font-weight: 500;
  row-gap: 6px;
}
.explore-free-credits .inner ul li i {
  color: #076DFD;
}
.explore-free-credits .inner .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(110, 93, 198, 0.3);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 10px 16px;
  margin: 0px 0px 16px;
  background: rgba(255, 255, 255, 0.5);
}
.explore-free-credits .inner .box .content {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.explore-free-credits .inner .box .content .credits {
  color: #6E5DC6;
  font-size: 36px;
  font-weight: 800;
}
.explore-free-credits .inner .box .content .name {
  color: #6E5DC6;
  font-size: 14px;
  font-weight: 600;
}
.explore-free-credits .inner .box .content p {
  color: #44546F;
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 0px 0px;
}
.explore-free-credits .inner .box i {
  color: #6E5DC6;
  font-size: 25px;
}
.explore-free-credits .inner .btn {
  font-size: 16px;
  min-height: 47px;
  position: relative;
  width: 100%;
}
.explore-free-credits .inner .btn:after {
  display: inline-block;
  padding-left: 8px;
  transition: transform 0.3s ease-out;
  content: "\f138";
  font-family: bootstrap-icons;
  height: auto;
  width: auto;
  background: none;
  background-position: center top;
}
.explore-free-credits .inner .btn:hover::after {
  transform: translateX(4px);
}
.explore-free-credits .inner .btn.btn-bor {
  border-color: #758195;
  color: #758195;
  background: transparent;
}
.explore-free-credits .inner .btn.btn-bor:hover {
  background: transparent !important;
  color: #758195 !important;
}
.explore-free-credits .inner .row [class*=col-]:nth-child(1) {
  padding-right: 0px;
}
.explore-free-credits .inner .row [class*=col-]:nth-child(2) {
  padding-left: 0px;
}
.explore-free-credits .inner .left-box {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  position: relative;
  overflow: hidden;
  padding: 40px 35px;
  z-index: 1;
}
.explore-free-credits .inner .left-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(87.59deg, #7960FA 32.38%, #20ADDC 93.37%);
  opacity: 0.3;
  left: 0;
  top: 0;
}
.explore-free-credits .inner .left-box .inner {
  position: relative;
  z-index: 1;
}
.explore-free-credits .inner .right-box {
  padding: 20px 35px 20px 20px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #DCDFE4;
  background: #F7F8F9;
  border-radius: 0px 12px 12px 0px;
  -webkit-border-radius: 0px 12px 12px 0px;
  /* For older browsers */
  -moz-border-radius: 0px 12px 12px 0px;
  /* For older Firefox versions */
  position: relative;
}
.explore-free-credits .inner .right-box ul li i {
  color: #E2483D;
}
.explore-free-credits .inner .right-box .inner .sub-heading {
  border: 1px solid rgba(133, 144, 162, 0.3);
  color: #8590A2;
}
.explore-free-credits .inner .right-box .inner .box {
  border: 1px solid rgba(110, 93, 198, 0.3);
  background: transparent;
}
.explore-free-credits .inner .right-box .inner .box .content .credits {
  color: #8590A2;
}
.explore-free-credits .inner .right-box .inner .box .content .right .name {
  color: #09326C;
}
.explore-free-credits .inner .right-box .inner .box .content .right p {
  color: #44546F;
}
.explore-free-credits .inner .right-box .inner .box i {
  color: #8590A2;
}

.consent-form-modal .modal-dialog {
  min-width: 790px;
}
.consent-form-modal .left-part {
  background: linear-gradient(99.93deg, rgba(108, 195, 224, 0.46) 1.37%, rgba(143, 126, 231, 0.46) 99.49%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}
.consent-form-modal .left-part img {
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.consent-form-modal .left-part .logo {
  color: #172B4D;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  width: 100%;
  opacity: 0.6;
}
.consent-form-modal .right-part {
  padding: 20px 0px;
}
.consent-form-modal .right-part .top-heading {
  display: flex;
  justify-content: space-between;
}
.consent-form-modal .right-part .top-heading h1 {
  color: #076DFD;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
}
.consent-form-modal .right-part .top-heading p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 16px;
}
.consent-form-modal .right-part .top-heading button.btn-close {
  outline: none;
  box-shadow: none;
  opacity: 1;
  margin-top: -12px;
}
.consent-form-modal .right-part input {
  border-color: #C4C4C4;
  height: 45px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  font-size: 13px;
  color: #44546F;
  box-shadow: none;
  padding: 16px;
  outline: none;
}
.consent-form-modal .right-part input::-moz-placeholder {
  color: #44546F;
  opacity: 1; /* Firefox */
}
.consent-form-modal .right-part input::placeholder {
  color: #44546F;
  opacity: 1; /* Firefox */
}
.consent-form-modal .right-part input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #44546F;
}
.consent-form-modal .right-part select {
  border-color: #C4C4C4;
  height: 45px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  font-size: 13px;
  color: #44546F;
  box-shadow: none;
}
.consent-form-modal .right-part textarea {
  border-color: #C4C4C4;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  /* For older browsers */
  -moz-border-radius: 12px;
  /* For older Firefox versions */
  font-size: 13px;
  color: #44546F;
  box-shadow: none;
  outline: none;
  height: 90px;
  padding: 16px;
}
.consent-form-modal .right-part textarea::-moz-placeholder {
  color: #44546F;
  opacity: 1; /* Firefox */
}
.consent-form-modal .right-part textarea::placeholder {
  color: #44546F;
  opacity: 1; /* Firefox */
}
.consent-form-modal .right-part textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #44546F;
}
.consent-form-modal .right-part .btn-view {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.consent-form-modal .right-part .btn-view .btn-bor,
.consent-form-modal .right-part .btn-view .btn {
  min-width: 211px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  height: 45px;
}
.consent-form-modal .right-part .error-message {
  font-size: 12px;
  color: #ef6666;
}
.consent-form-modal .right-part .inner {
  padding: 30px 0px 12px 0px;
}
.consent-form-modal .right-part .inner .heading {
  font-size: 20px;
  font-weight: 600;
  color: #076DFD;
}
.consent-form-modal .right-part .inner p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.consent-form-modal .right-part .inner ul {
  padding-top: 9px;
}
.consent-form-modal .right-part .inner ul li {
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding: 3px 0px;
  color: #2C3E5D;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.consent-form-modal .right-part .bottom .sub-heading {
  color: #2C3E5D;
  font-size: 16px;
  font-weight: 500;
}
.consent-form-modal .right-part .bottom p {
  color: #44546F;
  font-size: 14px;
  font-weight: 400;
}
.consent-form-modal .right-part .bottom .btn-view {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.consent-form-modal .right-part .bottom .btn-view .btn-bor,
.consent-form-modal .right-part .bottom .btn-view .btn {
  min-width: 200px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  /* For older browsers */
  -moz-border-radius: 16px;
  /* For older Firefox versions */
  height: 45px;
}
.consent-form-modal.remove-form-modal .modal-dialog {
  min-width: var(--bs-modal-width);
}
.consent-form-modal.remove-form-modal .right-part .btn-view .btn-bor, .consent-form-modal.remove-form-modal .right-part .btn-view .btn {
  width: 49%;
  max-width: inherit;
}

.trademark-disclaimer-inner p {
  font-size: 18px;
}

.get-credits-btn {
  background: linear-gradient(132.23deg, #FFFFFF -13.83%, #E6DBFF 60.33%, #D5E3FF 135.94%);
  box-shadow: 0px 4px 40px #D2C2FF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  /* For older browsers */
  -moz-border-radius: 50px;
  /* For older Firefox versions */
  padding: 10px 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0px 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.get-credits-btn i {
  font-style: normal;
  color: #076DFD;
  font-weight: 700;
}
.get-credits-btn img {
  width: 50px;
  height: auto;
}

.promise-box {
  border: 1px solid #B3B9C4;
  text-align: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
  padding: 20px;
}

.rd-promise-box {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  /* For older browsers */
  -moz-border-radius: 10px;
  /* For older Firefox versions */
}
.rd-promise-box .rd-promise-box-title {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 6px;
}
.rd-promise-box .rd-promise-list {
  font-size: 14px;
  line-height: 28px;
}
.rd-promise-box .rd-promise-list .rd-promise-item {
  position: relative;
  padding-left: 28px;
}
.rd-promise-box .rd-promise-list .rd-promise-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  height: 18px;
  width: 18px;
  background-image: url(../images/check.svg);
  background-size: contain;
}

.form-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.form-card.hide {
  display: none;
}
.form-card .form-card-head {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.form-card .form-card-head h4 {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 4px;
}
.form-card .form-card-head p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.form-card .form-body {
  padding: 24px;
}
.form-card .form-body .no-reason-note {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #166534;
  line-height: 1.55;
  display: flex;
  gap: 8px;
  align-items: center;
}
.form-card .form-body .no-reason-note svg {
  width: 20px;
  height: 20px;
  stroke: #16a34a;
  fill: none;
  flex-shrink: 0;
  margin-top: 1px;
}
.form-card .form-body .field {
  margin-bottom: 16px;
}
.form-card .form-body .field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--text2);
  margin-bottom: 5px;
}
.form-card .form-body .field label .req {
  color: #dc2626;
}
.form-card .form-body .field input, .form-card .form-body .field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  font-size: 13px;
  color: #111;
  background: #f7f6f3;
  outline: none;
  transition: border-color 0.15s;
}
.form-card .form-body .field input:-webkit-autofill, .form-card .form-body .field textarea:-webkit-autofill {
  -webkit-text-fill-color: #111 !important;
}
.form-card .form-body .field input:focus, .form-card .form-body .field textarea:focus {
  border-color: #2B4FE8;
  background: #fff;
}
.form-card .form-body .field .field-note {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
  line-height: 1.4;
}
.form-card .form-body .submit-row {
  margin-top: 20px;
}
.form-card .form-body .submit-row .submit-btn {
  width: 100%;
  padding: 13px;
  background: #076DFD;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-card .form-body .submit-row .submit-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}
.form-card .form-body .submit-row .legal-caption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}
.form-card .form-body .submit-row .legal-caption a {
  text-decoration: underline;
}

.success-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  display: none;
}
.success-card.show {
  display: block;
}
.success-card .success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ECFDF5;
  border: 1px solid #6EE7B7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.success-card .success-icon svg {
  width: 24px;
  height: 24px;
  stroke: #059669;
  fill: none;
  stroke-width: 2;
}
.success-card h4 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}
.success-card .sub {
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 20px;
}
.success-card .ref-box {
  background: #f7f6f3;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.success-card .ref-box .ref-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}
.success-card .ref-box .ref-num {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.success-card .timeline-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  text-align: left;
}
.success-card .timeline-box .tl-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
.success-card .timeline-box .tl-step:last-child {
  border-bottom: none;
}
.success-card .timeline-box .tl-step .tl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ECFDF5;
  border: 1px solid #6EE7B7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.success-card .timeline-box .tl-step .tl-dot svg {
  width: 10px;
  height: 10px;
  stroke: #059669;
  fill: none;
  stroke-width: 2.5;
}
.success-card .success-note {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}

.process {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #E9F2FF;
}
.process .process-heading {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.process .process-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.process .process-step .ps-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  font-size: 11px;
  font-weight: 500;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.process .process-step .ps-title {
  font-size: 13px;
  font-weight: 500;
  color: #111;
  margin-bottom: 2px;
}
.process .process-step .ps-sub {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
.process .process-step .ps-time {
  font-size: 10px;
  color: #076DFD;
  background: #ffffff;
  padding: 2px 7px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 4px;
}

@media screen and (max-width: 1600px) {
  body.front-page .banner-inner.home-slide .left-part {
    padding-right: 30px;
    width: 83%;
  }
}
@media screen and (max-width: 1400px) {
  body.front-page .banner-inner.home-slide .left-part {
    padding-right: 0px;
    width: 80%;
  }
}
@media screen and (max-width: 1366px) {
  header .banner-inner h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .home-video-box {
    min-width: 614px;
  }
  .help-center-section .card .card-body .mid {
    min-height: 50%;
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body img {
    margin-top: auto;
    width: 83px;
  }
  .integration-features .deep-enrich-number .numbers {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .banner-inner.email-banner.profile-consent .img-box img {
    height: auto;
  }
  .out-products .container .box h2 {
    font-size: 20px;
  }
  section.why-use-contact ul.ul-manage {
    align-items: self-start;
  }
  .extension-uninstal-banner.extension-final .box {
    padding: 25px;
  }
  .extension-uninstal-banner.extension-final .box .right {
    padding: 0px;
  }
  .front-page header .banner-inner h1 {
    font-size: 24px;
    line-height: 29px;
  }
  body.front-page .banner-inner.home-slide .left-part {
    padding-right: 30px;
    width: 90%;
  }
  .help-center-bottom .help-center-section {
    padding: 0px 15px;
  }
  .help-center-section .card .card-body .inner {
    padding: 15px;
  }
  .help-center-section .card .card-body .pricing-header .title {
    font-size: 16px;
  }
  .help-center-section .card .card-body .mid ul li {
    font-size: 14px;
  }
  .help-center-section .card .card-body .mid ul li a {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .integration-features .deep-enrich-number .numbers {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  section.growing-compaines.out-products {
    padding: 50px 0px;
    margin: 0px;
  }
  section.why-use-contact.get-quality-section ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .integration-benefits-com .inner-box ul li {
    padding: 5px 0px 5px 0px;
  }
  .our-solution-databasse .img-box video {
    width: 400px;
    height: 400px;
  }
  .our-solution-databasse .img-effect {
    position: absolute;
    bottom: -136px;
    left: 50px;
    width: 90%;
  }
  section.why-use-contact .heading-section h2 {
    font-size: 33px;
  }
  section.why-use-contact ul {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .access-decision-maker [class*=col-] .box h2,
  .access-decision-maker [class*=col-] .box h3 {
    font-size: 20px;
  }
  header .top-nav .navbar ul {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  header .top-nav .navbar ul li a {
    font-size: 14px;
  }
  header .top-nav .header-right-part a {
    font-size: 14px;
  }
  .pricing-tab-box .container .tab-content .tab-pane .card {
    margin: 10px 0px;
    min-height: inherit;
  }
  .what-does-deep-enrish .rating-trust-box {
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 14px;
  }
  .what-does-deep-enrish .inner .owl-item .item .inner-box .heading {
    font-size: 19px;
    width: 80%;
  }
  .what-does-deep-enrish .inner .owl-item .item .img-logo {
    width: 100px;
    height: 28px;
  }
  .out-solutins .our-solution .owl-item .item .item-footer {
    padding: 0px 10px 30px 10px;
  }
  .out-solutins .our-solution .owl-item .item .inner-box .sub-heading {
    font-size: 14px;
  }
  .out-solutins .our-solution .owl-item .item .inner-box .heading {
    font-size: 23px;
  }
  .inner-larger {
    padding: 20px 0px 0px 0px;
  }
  .help-center-bottom .heading-section h2 {
    text-align: center;
    padding: 0px 0px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .get-credits-btn {
    margin: 20px auto 30px;
  }
  .explore-free-credits .inner .row [class*=col-]:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .explore-free-credits .inner .row [class*=col-]:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .explore-free-credits .inner .right-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    /* For older browsers */
    -moz-border-radius: 12px;
    /* For older Firefox versions */
    border-width: 1px 1px 1px 1px;
    margin: 10px 0px;
  }
  header .banner-inner.email-banner.profile-consent .img-box img {
    height: auto;
  }
  .consent-form-modal .modal-dialog {
    min-width: 710px;
  }
  .consent-form-modal .right-part .btn-view .btn-bor, .consent-form-modal .right-part .btn-view .btn {
    min-width: 186px;
  }
  .modal-popup-section .left-part .bottom {
    display: none;
  }
  .modal-popup-section .left-part {
    min-height: inherit;
  }
  .modal-popup-section .right-part {
    padding: 20px 0px 0px;
  }
  .out-products .container .box h2 {
    font-size: 19px;
  }
  #googlecromeextension .modal-dialog {
    min-width: 710px;
  }
  header .top-nav .navbar ul li .dropdown-menu .bottom-nav {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    /* For older browsers */
    -moz-border-radius: 8px;
    /* For older Firefox versions */
  }
  body.hidden {
    overflow: hidden;
  }
  body.hidden header .logo {
    position: relative;
    z-index: 9;
  }
  body.hidden header .navbar .navbar-toggler {
    z-index: 99999;
  }
  .extension-uninstal-banner.extension-final .box {
    padding: 25px;
  }
  .extension-uninstal-banner.extension-final .box .right {
    padding: 10px 0px 0px;
  }
  .nav-list {
    border: 1px solid #f2f2f2;
    padding: 10px;
  }
  body.front-page .banner-inner.home-slide .left-part {
    width: 99%;
    padding: 0px 0px 20px;
  }
  body.front-page .banner-inner.home-slide {
    height: auto;
  }
  body.front-page .banner-inner.home-slide .home-video-box {
    height: auto;
    position: inherit;
    min-width: 732px;
  }
  body.front-page .banner-inner.home-slide .home-video-box .img-box video {
    height: auto;
  }
  .help-center-bottom .help-center-section {
    padding: 0px 15px;
  }
  .help-center-section .card .card-body .view-btn {
    justify-content: flex-start;
    width: 100%;
  }
  section.wrapper-inner.section.int-sec .inner-larger {
    min-height: inherit;
  }
  .integration-features .deep-enrich-number .numbers {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  section.growing-compaines.out-products {
    padding: 50px 0px;
    margin: 0px;
  }
  section.why-use-contact.get-quality-section ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .out-products .container .box {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
  }
  header .top-nav .navbar ul li.dropdown:nth-child(1) .dropdown-menu {
    width: auto;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner {
    padding: 0px;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul {
    flex-wrap: wrap;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li {
    width: 100%;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li a br {
    display: none;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item {
    margin: 0px;
    padding: 0px;
    align-items: center;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .content-box span {
    padding: 3px 0px 0px;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu {
    width: auto;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner {
    padding: 0px;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul {
    flex-wrap: wrap;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li {
    width: 100%;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li a br {
    display: none;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li a.dropdown-item {
    margin: 0px !important;
    padding: 0px !important;
    align-items: center;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li a.dropdown-item .content-box span {
    padding: 3px 0px 0px;
  }
  section.wrapper-inner.section.int-sec .listing-wap li a {
    word-break: break-all;
  }
  body.introduction .top-sec {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  body.introduction .toggle-btn-custom {
    display: flex;
  }
  body.introduction .toggle-btn-custom a.toggle-cus-btn {
    color: #172B4D;
    font-size: 24px;
  }
  body.introduction .toggle-btn-custom a.toggle-cus-btn.active i:before {
    content: "\f62a";
  }
  section.wrapper-inner.section.int-sec .inner-larger br,
  section.wrapper-inner.section.int-sec .inner-larger p.spacer {
    display: none;
  }
  section.wrapper-inner.section.int-sec .left-nav-menu {
    width: 220px;
    position: fixed !important;
    left: 0;
    top: 50px !important;
    background: #ffffff;
    height: 100%;
    z-index: 2;
    margin-left: -270px;
    height: 100vh;
    transition: all 0.35s;
    padding: 20px;
  }
  section.wrapper-inner.section.int-sec .left-nav-menu.show {
    width: 100%;
    margin-left: 0px;
  }
  .integration-features .inner-box [class*=col-]:after {
    display: none;
  }
  .integration-features .inner-box .box {
    margin: 10px 0px;
  }
  section.section.precision-driven-data-process .heading-section h2 {
    text-align: center;
  }
  section.why-use-contact.get-quality-section ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .linkedin-contact-finder .box {
    margin: 10px 0px;
    min-height: inherit;
  }
  .boost-sales-section .inner .row [class*=col-]:nth-child(2) {
    order: 1;
  }
  .boost-sales-section .inner .row [class*=col-]:nth-child(1) {
    order: 2;
  }
  .integration-benefits-com .inner-box ul li {
    padding: 5px 0px 5px 0px;
  }
  section.section.premium-products.box {
    padding: 0px;
  }
  section.premium-products.box {
    padding: 0px;
  }
  section.premium-products.box [class*=col-]:nth-child(2) {
    order: 1;
  }
  section.premium-products.box [class*=col-]:nth-child(1) {
    order: 2;
  }
  section.premium-products.box .inner-header {
    padding: 30px 0px 0px;
  }
  section.premium-products.box.right {
    padding: 30px 0px;
  }
  section.premium-products.box.right .pt-5 {
    padding-top: 1rem !important;
  }
  section.premium-products.box.right [class*=col-]:nth-child(2) {
    order: 2;
  }
  section.premium-products.box.right [class*=col-]:nth-child(1) {
    order: 1;
  }
  section.premium-products.box .img-box {
    margin: 0px 0px 0px;
  }
  section.premium-products.box .img-box img {
    width: 100%;
  }
  .growing-compaines.growing-inner.get-quality-bottom-section .img-box {
    margin-top: -340px;
  }
  section.why-use-contact.get-quality-section {
    padding-bottom: 300px;
  }
  .linkedin-extractor-section .tab-pane {
    margin: 40px 0px;
  }
  .linkedin-extractor-section .tab-pane .img-box {
    padding: 22px;
    margin: 15px 0px 0px;
  }
  .google-extension-section .inner .img-box {
    margin: 30px 0px 0px;
  }
  .our-solution-databasse .img-box video {
    width: 400px;
    height: 400px;
  }
  .our-solution-databasse .img-effect {
    position: absolute;
    bottom: -118px;
    left: 0;
    width: 70%;
    right: 0;
    margin: 0 auto;
  }
  .our-solution-databasse .img-box {
    text-align: center;
    margin: 20px 0px 0px;
  }
  .access-decision-maker [class*=col-] .box {
    margin: 10px 0px;
    min-height: inherit;
  }
  section.why-use-contact .slider-inner {
    margin: 30px 0px;
  }
  section.why-use-contact .heading-section h2 {
    font-size: 33px;
  }
  section.why-use-contact ul {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .access-decision-maker [class*=col-] .box h2,
  .access-decision-maker [class*=col-] .box h3 {
    font-size: 20px;
  }
  header .banner-inner.email-banner .img-box {
    text-align: center;
    padding: 0px 0px 20px;
  }
  header .banner-inner.email-banner .inner .sub-heading,
  header .banner-inner.email-banner .inner h1 {
    text-align: center;
  }
  header .banner-inner.email-banner .inner p {
    text-align: center;
    width: 100%;
  }
  header .banner-inner.email-banner .inner .bt-sec.d-flex.justify-content-start.gap-3.align-items-center.pt-5 {
    justify-content: center !important;
  }
  header .banner-inner.email-banner .col-xxl-6:nth-child(1) {
    order: 2;
  }
  .front-page .home-video-box .inner-box .img-box iframe,
  .front-page .home-video-box .inner-box .img-box video {
    height: auto;
  }
  .pricing-tab-box .container .tab-content .tab-pane .card {
    margin: 10px 0px;
    min-height: inherit;
  }
  header .top-nav .navbar ul li.nav-item.dropdown.f-width .dropdown-menu .inner .col-xl-3.col-lg-3.col-md-6.col-sm-12.col-12:first-child {
    order: 1;
  }
  header .top-nav .navbar ul li.nav-item.dropdown.f-width .dropdown-menu .inner .col-xl-3.col-lg-3.col-md-6.col-sm-12.col-12:last-child {
    order: 2;
  }
  header .top-nav .navbar ul li.nav-item.dropdown.f-width .dropdown-menu .inner .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12:nth-child(2) {
    order: 3;
  }
  header .top-nav .header-right-part a.border-btn {
    margin-right: 10px;
  }
  header .top-nav {
    padding: 0px;
  }
  header .top-nav .container {
    border-radius: 0;
    -webkit-border-radius: 0;
    /* For older browsers */
    -moz-border-radius: 0;
    /* For older Firefox versions */
    max-width: 100%;
  }
  header .top-nav .navbar {
    margin: 0px;
    padding: 0px;
    background: #ffffff !important;
    width: 100%;
    left: 0px;
    align-items: flex-start;
  }
  header .top-nav .navbar .navbar-collapse {
    transition: all 0.35s;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 100vh;
    bottom: 0;
    z-index: 9999;
    top: 0;
    display: block;
    visibility: hidden;
    padding: 100px 50px 20px;
  }
  header .top-nav .navbar .navbar-collapse.show {
    transform: none;
    visibility: visible;
  }
  header .top-nav .navbar.active {
    position: absolute;
  }
  header .top-nav .navbar ul li .dropdown-menu {
    box-shadow: none;
    padding: 0px;
  }
  .premium-products .stack-cards .stack-cards__item .img-box {
    margin: 25px 0px 0px;
  }
  footer .footer-copy-right ul {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .what-does-deep-enrish .rating-trust-box {
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .what-does-deep-enrish .inner .owl-item .item .inner-box .heading {
    font-size: 19px;
    width: 80%;
  }
  .what-does-deep-enrish .inner .owl-item .item .img-logo {
    width: 100px;
    height: 28px;
  }
  .out-solutins .our-solution .owl-item .item .item-footer {
    padding: 0px 10px 30px 10px;
  }
  .out-solutins .our-solution .owl-item .item .inner-box .sub-heading {
    font-size: 14px;
  }
  .out-solutins .our-solution .owl-item .item .inner-box .heading {
    font-size: 23px;
  }
  header .top-nav .header-right-part.mobile {
    display: block;
  }
  header .header-right-part {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .header-right-part a.login {
    display: block;
    margin: 10px 0px;
  }
  header .header-right-part.larger {
    margin-right: 30px;
  }
  header .header-right-part.larger a {
    display: none;
  }
  header .header-right-part.larger a.border-btn {
    display: flex;
  }
  header .navbar .navbar-toggler {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    outline: none;
    width: 20px;
    height: 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 13px;
    top: -32px;
  }
  header .navbar .navbar-toggler span {
    background: url(../images/nav-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    transition: all 0.2s ease;
  }
  header .navbar .navbar-toggler.collapsed span {
    background: url(../images/nav-bar.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
  }
  header.sticky .top-nav .container {
    position: relative;
  }
  header .navbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 4;
  }
  .top-nav .col-xxl-7.col-xl-6.col-lg-6.col-md-12.col-sm-2.col-12 {
    order: 3;
  }
  .grid--3 .block--small:nth-child(2),
  .grid--3 .block--medium:nth-child(2) {
    border-left: 1px solid #DCDFE4;
    border-right: 1px solid #DCDFE4;
    border-top: 1px solid #DCDFE4;
    border-bottom: 1px solid #DCDFE4;
  }
  .grid--4 .block--small {
    border-bottom: none;
  }
  .grid--4 .block--small:last-child {
    border-bottom: 1px solid #DCDFE4;
  }
  .grid.grid--4:nth-child(1) .block.block--small:nth-child(2),
  .grid.grid--4:last-child .block.block--small:nth-child(2) {
    border-right: 1px solid #DCDFE4;
  }
  .grid.grid--4:nth-child(1) .block.block--small:nth-child(3),
  .grid.grid--4:last-child .block.block--small:nth-child(3) {
    border-bottom: 1px solid #DCDFE4;
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body {
    -moz-column-gap: 0px;
         column-gap: 0px;
    padding: 26px 16px 0px;
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body .inn {
    width: calc(100% - 70px);
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body img {
    width: 70px;
  }
  .our-features .flex-container {
    flex-wrap: wrap;
  }
  .our-features .flex-container .flex-slide {
    width: 100%;
    flex: inherit;
    margin: 10px 0px;
    flex-direction: inherit;
  }
  .our-features .flex-container .flex-slide .inner-box {
    height: auto;
  }
  .our-features .flex-container .flex-slide .btn-bor {
    margin-top: 10px;
  }
  .our-features .flex-container .flex-slide:nth-child(2) .btn-bor {
    margin-top: 10px;
  }
  .our-features .flex-container .flex-slide:nth-child(2) .btn-bor {
    margin-top: 10px;
  }
  .help-center-section .card {
    min-height: inherit;
    margin: 10px 0px;
  }
  .help-center-section .card .card-body .inner {
    min-height: inherit;
  }
  .help-center-section .card .card-body .mid {
    min-height: inherit;
  }
  .inner-larger {
    padding: 20px 0px 0px 0px;
  }
  .header-top-section .inner .btn-top {
    font-size: 12px;
  }
  .modal-popup-section .modal-content .modal-body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .get-credits-btn {
    margin: 20px auto 30px;
    padding: 10px 17px;
    font-size: 18px;
  }
  .get-credits-btn img {
    width: 40px;
  }
  .consent-form-modal .left-part {
    padding: 10px 0px 30px;
    min-height: initial;
  }
  .consent-form-modal .right-part .top-heading button.btn-close {
    outline: none;
    box-shadow: none;
    opacity: 1;
    margin-top: 0px;
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .consent-form-modal .right-part .btn-view {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .consent-form-modal .right-part .btn-view .btn-bor, .consent-form-modal .right-part .btn-view .btn {
    width: 100%;
  }
  .explore-free-credits .inner .left-box {
    padding: 20px 15px;
  }
  .explore-free-credits .inner .btn {
    font-size: 13px;
  }
  .explore-free-credits .inner .row [class*=col-]:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .explore-free-credits .inner .row [class*=col-]:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .explore-free-credits .inner .right-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    /* For older browsers */
    -moz-border-radius: 12px;
    /* For older Firefox versions */
    border-width: 1px 1px 1px 1px;
    margin: 10px 0px;
  }
  header .banner-inner.email-banner.profile-consent .img-box img {
    height: auto;
  }
  .consent-form-modal .modal-dialog {
    min-width: 90%;
  }
  .consent-form-modal.remove-form-modal .modal-dialog {
    min-width: 90%;
  }
  .consent-form-modal.remove-form-modal .right-part .btn-view .btn-bor, .consent-form-modal.remove-form-modal .right-part .btn-view .btn {
    width: 100%;
    max-width: inherit;
  }
  .consent-form-modal .right-part .btn-view .btn-bor, .consent-form-modal .right-part .btn-view .btn {
    min-width: 186px;
  }
  header .banner-inner.email-banner.profile-consent .img-box img {
    height: auto;
  }
  .compare-plans-section .accordion .table-format {
    max-height: 300px;
  }
  .pricing-section .compare-plans-section {
    padding: 7px 0px !important;
  }
  .compare-plans-section .accordion table th {
    width: 4rem;
    font-size: 12px;
  }
  .compare-plans-section .accordion table th:nth-child(1) {
    width: calc(100% - 16rem);
  }
  .compare-plans-section .accordion .table-format .table tbody tr td {
    width: 4rem;
    font-size: 12px;
  }
  .compare-plans-section .accordion .table-format .table tbody tr td:nth-child(1) {
    width: calc(100% - 16rem);
  }
  .modal-popup-section .left-part .bottom {
    display: none;
  }
  .modal-popup-section .left-part {
    min-height: inherit;
  }
  .modal-popup-section .right-part {
    padding: 10px 0px 0px;
  }
  .modal-popup-section .mb-3 {
    margin-bottom: 12px !important;
  }
  .modal-popup-section .modal-content .modal-body {
    padding: 20px;
  }
  header .banner-inner .heading {
    flex-wrap: wrap;
  }
  .header-top-section .inner {
    flex-wrap: wrap;
    text-align: center;
  }
  .header-top-section .inner span {
    display: none;
  }
  .header-top-section .inner .btn-top {
    margin: 3px 0px 0px;
    width: 100%;
  }
  #googlecromeextension .modal-dialog {
    min-width: inherit;
  }
  #googlecromeextension .modal-dialog .right-part .bottom .btn-view {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #googlecromeextension .modal-dialog .right-part .bottom .btn-view .btn,
  #googlecromeextension .modal-dialog .right-part .bottom .btn-view .btn-bor {
    min-width: 100%;
  }
  #googlecromeextension .modal-dialog .right-part .top-heading button.btn-close {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 13px;
  }
  #googlecromeextension .modal-dialog .left-part {
    min-height: inherit;
    height: 300px;
    overflow: hidden;
  }
  #googlecromeextension .modal-dialog .modal-content .modal-body {
    position: relative;
  }
  .premium-products .img-box {
    padding: 20px 20px;
  }
  header .top-nav .navbar ul li .dropdown-menu .bottom-nav {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    /* For older browsers */
    -moz-border-radius: 8px;
    /* For older Firefox versions */
  }
  body.hidden {
    overflow: hidden;
  }
  body.hidden header .logo {
    position: relative;
    z-index: 9;
  }
  body.hidden header .navbar .navbar-toggler {
    z-index: 99999;
  }
  .extension-uninstal-banner.extension-final .box {
    padding: 15px;
  }
  .extension-uninstal-banner.extension-final .box .right {
    padding: 10px 0px 0px;
  }
  header .banner-inner.email-banner .img-box video {
    width: 100% !important;
    height: auto !important;
  }
  .banner-inner.extension-uninstal-banner {
    padding: 15px 0px 0px;
  }
  .extension-body header {
    padding: 0px 0px 25px;
  }
  .extension-uninstal-banner .left-box {
    padding: 15px;
    row-gap: 5px;
  }
  .extension-uninstal-banner .left-box .sub-heading {
    font-size: 18px;
  }
  .extension-uninstal-banner .right-box {
    padding: 20px 0px 0px 0px;
  }
  .code-box pre[class*=language-] .language-javascript {
    height: 300px;
  }
  section.section.streamline-workflow.deep-lead-streamline p {
    padding: 10px 0px;
    text-align: center;
  }
  .nav-list {
    border: 1px solid #f2f2f2;
    padding: 10px;
  }
  body.front-page .banner-inner.home-slide .left-part {
    width: 99%;
    padding: 0px;
  }
  body.front-page .banner-inner.home-slide {
    height: auto;
  }
  body.front-page .banner-inner.home-slide .home-video-box .inner-box {
    padding: 10px 0px 0px 10px;
  }
  .help-center-bottom .help-center-section {
    padding: 0px 12px;
  }
  .help-center-bottom .help-center-section .mb-4 {
    margin-bottom: 10px !important;
  }
  section.wrapper-inner.section.int-sec .inner-larger {
    min-height: inherit;
  }
  .our-culture .help-center-card [class*=col-] .card {
    min-height: inherit;
  }
  .our-culture .help-center-card [class*=col-]:nth-child(2) .card {
    border-color: #076DFD;
    margin: 30px 0px 0px;
  }
  .integration-features .deep-enrich-number .numbers {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .integration-features .deep-enrich-number .numbers li {
    width: 46%;
    padding: 5px 0px;
  }
  .integration-features .deep-enrich-number .numbers li span {
    font-size: 17px;
  }
  section.growing-compaines.out-products {
    padding: 50px 0px;
    margin: 0px;
  }
  section.why-use-contact.get-quality-section ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .out-products .container .box {
    padding: 20px;
    margin: 10px 0px;
    min-height: inherit;
  }
  header .top-nav .navbar ul li.dropdown:nth-child(1) .dropdown-menu {
    width: auto;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner {
    padding: 0px;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul {
    flex-wrap: wrap;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li {
    width: 100%;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li a br {
    display: none;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item {
    margin: 0px;
    padding: 0px;
    align-items: center;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header .top-nav .navbar ul li .dropdown-menu .inner ul li a.dropdown-item .content-box span {
    padding: 3px 0px 0px;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu {
    width: auto;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner {
    padding: 0px;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul {
    flex-wrap: wrap;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li {
    width: 100%;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li a br {
    display: none;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li a.dropdown-item {
    margin: 0px !important;
    padding: 0px !important;
    align-items: center;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header .top-nav .navbar ul li:nth-child(2) .dropdown-menu .inner ul li a.dropdown-item .content-box span {
    padding: 3px 0px 0px;
  }
  header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul {
    flex-wrap: wrap;
  }
  header .top-nav .navbar ul li .dropdown-menu .bottom-nav ul li {
    padding: 2px 0px;
  }
  section.wrapper-inner.section.int-sec .inner-larger {
    padding: 50px 0px 0px 0px;
  }
  body.introduction .top-sec {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  body.introduction .toggle-btn-custom {
    display: flex;
  }
  body.introduction .toggle-btn-custom a.toggle-cus-btn {
    color: #172B4D;
    font-size: 24px;
  }
  body.introduction .toggle-btn-custom a.toggle-cus-btn.active i:before {
    content: "\f62a";
  }
  section.wrapper-inner.section.int-sec .inner-larger br,
  section.wrapper-inner.section.int-sec .inner-larger p.spacer {
    display: none;
  }
  section.wrapper-inner.section.int-sec .left-nav-menu {
    width: 220px;
    position: fixed !important;
    left: 0;
    top: 80px !important;
    background: #ffffff;
    height: 100%;
    z-index: 2;
    margin-left: -270px;
    height: 100vh;
    transition: all 0.35s;
    padding: 10px 0px;
  }
  section.wrapper-inner.section.int-sec .left-nav-menu.show {
    width: 100%;
    margin-left: 0px;
  }
  header .top-nav .header-right-part {
    justify-content: center;
  }
  section.wrapper-inner.section.int-sec .inner-larger br,
  section.wrapper-inner.section.int-sec .inner-larger p.spacer {
    display: none;
  }
  .precision-driven-data-process .box {
    padding: 25px;
  }
  section.why-use-contact.get-quality-section ul {
    flex-wrap: wrap;
  }
  .linkedin-contact-finder .box {
    margin: 10px 0px;
    min-height: inherit;
    padding: 40px 30px 10px;
  }
  .boost-sales-section .inner {
    padding: 30px 20px;
  }
  .boost-sales-section .inner .row [class*=col-]:nth-child(2) {
    order: 1;
  }
  .boost-sales-section .inner .row [class*=col-]:nth-child(1) {
    order: 2;
  }
  .boost-sales-section .inner .heading-section h2 {
    text-align: left;
  }
  .integration-features .heading-section .sub-heading {
    color: #076DFD;
    font-size: 20px;
  }
  .integration-features .inner-box [class*=col-] {
    position: relative;
  }
  .integration-features .inner-box [class*=col-]:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    top: inherit;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #DCDFE4;
  }
  .integration-features .inner-box [class*=col-]:last-child:after {
    display: none;
  }
  .integration-features .box {
    text-align: center;
    min-height: 100%;
    position: relative;
    padding: 20px 0px;
  }
  .integration-benefits-com .inner-box ul li {
    padding: 5px 0px 5px 0px;
  }
  .integration-benefits-com .inner-box .heading-box {
    top: 50%;
  }
  .integration-benefits-com .inner-box .right-part h2 {
    padding: 50px 0px 30px;
  }
  .integration-benefits-com .inner-box .left-part {
    padding: 40px 40px 90px 40px;
  }
  section.section.premium-products.box {
    padding: 0px;
  }
  section.premium-products.box {
    padding: 0px;
  }
  section.premium-products.box [class*=col-]:nth-child(2) {
    order: 1;
  }
  section.premium-products.box [class*=col-]:nth-child(1) {
    order: 2;
  }
  section.premium-products.box .inner-header {
    padding: 30px 0px 0px;
  }
  section.premium-products.box.right {
    padding: 30px 0px;
  }
  section.premium-products.box.right .pt-5 {
    padding-top: 1rem !important;
  }
  section.premium-products.box.right [class*=col-]:nth-child(2) {
    order: 2;
  }
  section.premium-products.box.right [class*=col-]:nth-child(1) {
    order: 1;
  }
  section.premium-products.box .img-box {
    margin: 0px 0px 0px;
  }
  section.premium-products.box .img-box img {
    width: 100%;
  }
  header .banner-inner.email-banner .img-box dotlottie-player {
    width: 100% !important;
    height: 100% !important;
  }
  .growing-compaines.growing-inner.get-quality-bottom-section .img-box {
    margin-top: -200px;
  }
  .wrapper-inner.never-miss-inboxes .listing-wap .btn {
    width: 100%;
    margin: 20px auto;
  }
  section.why-use-contact.get-quality-section {
    padding-bottom: 120px;
  }
  .linkedin-extractor-section .tab-pane {
    margin: 20px 0px 0;
  }
  .linkedin-extractor-section .tab-pane .img-box {
    padding: 22px;
    margin: 15px 0px 0px;
  }
  .google-extension-section .inner .img-box {
    margin: 30px 0px 0px;
  }
  .heading-section .sub-heading {
    text-align: center;
  }
  .our-solution-databasse .heading-section.white p {
    text-align: center;
  }
  .our-solution-databasse .heading a {
    margin: 10px auto 0;
  }
  section.section.missing-out-pipeline.expand-your-reach .row.pt-5 {
    padding-top: 10px !important;
  }
  .our-solution-databasse {
    padding: 60px 0px 50px;
  }
  .our-solution-databasse .img-box video {
    width: 100%;
    height: 300px;
  }
  .our-solution-databasse .img-effect {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 70%;
    right: 0;
    margin: 0 auto;
  }
  .our-solution-databasse .img-box {
    text-align: center;
    margin: 20px 0px 0px;
  }
  .access-decision-maker [class*=col-] .box {
    margin: 10px 0px;
    min-height: inherit;
  }
  section.why-use-contact .slider-inner {
    margin: 30px 0px;
  }
  section.why-use-contact .heading-section h2 {
    font-size: 33px;
  }
  section.why-use-contact ul {
    -moz-column-gap: 0px;
         column-gap: 0px;
    flex-wrap: wrap;
  }
  section.why-use-contact ul li {
    width: 100%;
    padding: 10px 0px;
  }
  section.why-use-contact .slider-inner {
    padding: 20px 0px 0px 20px;
  }
  section.why-use-contact a.btn {
    margin: 15px 0 0px;
  }
  .access-decision-maker [class*=col-] .box h2,
  .access-decision-maker [class*=col-] .box h3 {
    font-size: 20px;
  }
  header .banner-inner.email-banner .img-box {
    text-align: center;
    padding: 0px 0px 20px;
  }
  header .banner-inner.email-banner .inner .sub-heading,
  header .banner-inner.email-banner .inner h1 {
    text-align: center;
  }
  header .banner-inner.email-banner .inner p {
    text-align: center;
    width: 100%;
  }
  header .banner-inner.email-banner .inner .bt-sec.d-flex.justify-content-start.gap-3.align-items-center.pt-5 {
    justify-content: center !important;
  }
  header .banner-inner.email-banner .col-xxl-6:nth-child(1) {
    order: 2;
  }
  .flex-horizontal .marquee.desktop {
    display: none !important;
  }
  .flex-horizontal .marquee .icon-container.mobile {
    display: flex;
  }
  header .top-nav .navbar ul li.dropdown:nth-child(1) .dropdown-menu {
    width: auto;
  }
  .our-features .flex-container .flex-slide .inner-box .box .right {
    transition: inherit;
    opacity: 1;
    min-height: 100%;
    width: 100%;
    display: block;
    padding: 0px 0px 0px;
    min-height: auto;
    order: 1;
    animation: inherit;
  }
  .our-features .flex-container .flex-slide .inner-box .left .btn-bor {
    margin: 20px 0px 10px;
  }
  .our-features .flex-container .flex-slide .inner-box .box .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: inherit;
    min-height: auto;
    order: 2;
    padding: 20px 0px 0px;
  }
  section.section.missing-out-pipeline .inner {
    display: flex;
    flex-wrap: wrap;
  }
  section.section.missing-out-pipeline .inner .row:nth-child(1) {
    order: 2;
  }
  section.section.missing-out-pipeline .inner .row:nth-child(2) {
    order: 1;
    padding-top: 0px !important;
  }
  section.section.missing-out-pipeline.expand-your-reach .inner .row:nth-child(2) {
    order: 2;
    padding-top: 0px !important;
  }
  footer .footer-copy-right .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 {
    order: 2;
  }
  footer .footer-copy-right .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12.right {
    order: 1;
  }
  .front-page header .banner-inner {
    padding: 30px 0px 0px;
  }
  section.section {
    padding: 30px 0px;
  }
  section.more-pipeline {
    padding: 30px 0px 0px;
  }
  section.section.missing-out-pipeline .grid div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  section.section.missing-out-pipeline .grid div .grid:nth-child(1) {
    order: 2;
  }
  section.section.missing-out-pipeline .grid div .grid:nth-child(3) {
    order: 3;
  }
  section.section.missing-out-pipeline .grid div .grid:nth-child(2) {
    order: 1;
  }
  section.section.missing-out-pipeline .grid div .grid:nth-child(2) div .block.block--small:nth-child(1) {
    order: 2;
  }
  section.section.missing-out-pipeline .grid div .grid:nth-child(2) div .block.block--small:nth-child(2) {
    order: 1;
  }
  section.section.missing-out-pipeline .grid div .grid:nth-child(2) div .block.block--small:nth-child(3) {
    order: 3;
  }
  section.section.missing-out-pipeline .grid .box-content .sub-heading {
    justify-content: center;
  }
  section.section.missing-out-pipeline .grid .grid.grid--3 .block.block--small:nth-child(1) .tab:nth-child(3) {
    border-bottom: 1px solid #DCDFE4;
  }
  section.section.missing-out-pipeline .grid .grid.grid--4:nth-child(1) .block.block--small:last-child {
    border-bottom: none;
  }
  .block--small img,
  .block--medium img {
    height: 32px;
  }
  .grid--3 .block--small .tab,
  .grid--3 .block--medium .tab,
  .block--small,
  .block--medium {
    padding: 9px 5px;
  }
  .out-solutins .owl-carousel .owl-item img {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .grid--4 .block--small:last-child {
    border-right: 1px solid #DCDFE4;
  }
  .front-page .home-video-box .inner-box .img-box iframe,
  .front-page .home-video-box .inner-box .img-box video {
    height: auto;
    -o-object-position: 0;
       object-position: 0;
    -o-object-fit: revert-layer;
       object-fit: revert-layer;
    width: 100%;
  }
  .growing-compaines {
    padding: 34px 0px 40px;
    margin: 25px 20px 0px;
  }
  .help-center-bottom {
    padding: 30px 12px;
    margin: 10px;
  }
  .help-center-bottom .heading-section {
    padding: 10px 0px;
    text-align: center !important;
  }
  .inner-larger {
    padding: 20px 0px 0px 0px;
  }
  .help-center-section .card {
    min-height: inherit;
    margin: 10px 0px;
  }
  .help-center-section .card .card-body .inner {
    min-height: inherit;
  }
  .help-center-section .card .card-body .mid {
    min-height: inherit;
    padding: 0px 0px 10px;
  }
  .help-center-section .card .card-body .pricing-header {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .help-center-section .card .card-body .pricing-header .pricing-plan {
    width: 13%;
  }
  .pricing-tab-box .included-all-plan .included-inner .card {
    width: 100%;
    margin: 10px 0px;
  }
  .pricing-tab-box .included-all-plan .included-inner .card:first-child {
    margin-bottom: 0px;
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 14px 17px 0px;
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body img {
    margin-top: auto;
    width: 60px;
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body .inn {
    width: calc(100% - 60px);
  }
  .pricing-tab-box .included-all-plan .included-inner .card .card-body .inn h2 {
    font-size: 22px;
  }
  .growing-compaines .container ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
  }
  .flex-horizontal {
    margin: 0 auto;
  }
  header .top-nav {
    padding: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    /* For older browsers */
    -moz-border-radius: 0;
    /* For older Firefox versions */
  }
  header .top-nav .container {
    border-radius: 0;
    -webkit-border-radius: 0;
    /* For older browsers */
    -moz-border-radius: 0;
    /* For older Firefox versions */
  }
  header .top-nav .header-right-part.mobile {
    display: block;
  }
  header .top-nav .navbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 4;
    margin: 0px;
    padding: 0px;
    background: #ffffff !important;
    left: 0px;
    align-items: flex-start;
  }
  header .top-nav .navbar .navbar-collapse {
    transition: all 0.35s;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 100vh;
    bottom: 0;
    z-index: 9999;
    top: 0;
    display: block;
    visibility: hidden;
    padding: 80px 20px 20px;
  }
  header .top-nav .navbar .navbar-collapse.show {
    transform: none;
    visibility: visible;
  }
  header .top-nav .navbar.active {
    position: absolute;
  }
  header .top-nav .navbar ul li .dropdown-menu {
    box-shadow: none;
    padding: 0px;
  }
  header .header-right-part {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .header-right-part a.login {
    display: block;
    margin: 10px 0px;
  }
  header .header-right-part.larger {
    margin-right: 30px;
  }
  header .header-right-part.larger a {
    display: none;
  }
  header .header-right-part.larger a.border-btn {
    display: flex;
  }
  header .navbar .navbar-toggler {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    outline: none;
    width: 20px;
    height: 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: -32px;
  }
  header .navbar .navbar-toggler span {
    background: url(../images/nav-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    transition: all 0.2s ease;
  }
  header .navbar .navbar-toggler.collapsed span {
    background: url(../images/nav-bar.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
  }
  header.sticky .top-nav .container {
    position: relative;
  }
  header .navbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 4;
  }
  header .banner-inner ul.social-link {
    flex-wrap: wrap;
  }
  header .banner-inner ul.social-link li {
    margin: 2px 0px;
  }
  header .banner-inner h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .pricing-tab-box .container .tab-content .tab-pane .card {
    min-height: inherit;
    margin: 10px 0px;
  }
  .top-nav .col-xxl-7.col-xl-6.col-lg-6.col-md-12.col-sm-2.col-12 {
    order: 3;
  }
  .swith-button-sec .form-switch {
    position: relative;
  }
  header .header-right-part.larger a {
    display: none;
  }
  header .header-right-part.larger a.border-btn {
    display: flex;
  }
  .grid--3 .block--small:nth-child(2),
  .grid--3 .block--medium:nth-child(2) {
    border-left: 1px solid #DCDFE4;
    border-right: 1px solid #DCDFE4;
    border-top: 1px solid #DCDFE4;
    border-bottom: 1px solid #DCDFE4;
  }
  .grid--4 .block--small {
    border-right: 1px solid #DCDFE4;
    border-bottom: none;
  }
  .grid--4 .block--small:last-child {
    border-bottom: 1px solid #DCDFE4;
  }
  section.more-pipeline .img-box img {
    min-height: inherit;
  }
  .box-content .inner-b h2 {
    padding: 6px 10px 15px;
  }
  section.more-pipeline .inner ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  section.more-pipeline .heading-section .sub-heading {
    font-size: 27px;
  }
  .premium-products .stack-cards .stack-cards__item {
    padding: 20px;
  }
  .premium-products .stack-cards .stack-cards__item h2 {
    font-size: 30px;
  }
  .premium-products .stack-cards .stack-cards__item .img-box {
    margin: 20px 0px 0px;
  }
  .four-section .box h2,
  .four-section .box h3 {
    font-size: 25px;
  }
  footer .footer-copy-right p {
    text-align: center;
  }
  .heading-section h2 {
    font-size: 28px;
    text-align: center;
  }
  .our-features .flex-container {
    flex-wrap: wrap;
  }
  .our-features .flex-container p {
    padding: 13px 0px 12px;
  }
  .our-features .flex-container ul {
    opacity: 9;
    height: auto;
  }
  .our-features .flex-container .img-box {
    min-height: auto;
  }
  .our-features .flex-container .flex-slide {
    width: 100%;
    flex: inherit;
    margin: 10px 0px;
    flex-direction: inherit;
  }
  .our-features .flex-container .flex-slide h2 br,
  .our-features .flex-container .flex-slide h3 br {
    display: none;
  }
  .our-features .flex-container .flex-slide .inner-box {
    overflow: hidden;
    height: auto;
  }
  .our-features .flex-container .flex-slide .btn-bor {
    margin-top: 10px;
  }
  .our-features .flex-container .flex-slide:nth-child(2) .btn-bor {
    margin-top: 10px;
  }
  .our-features .flex-container .flex-slide:nth-child(2) .btn-bor {
    margin-top: 10px;
  }
  .our-features .flex-container .flex-slide.active .inner-box {
    height: auto;
  }
  .our-features .flex-container .flex-slide.active .inner-box .box {
    flex-direction: inherit;
  }
  .our-features .flex-container .flex-slide.active .inner-box .left {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: inherit;
    display: block;
    min-height: auto;
  }
  .our-features .flex-container .flex-slide.active .inner-box .right {
    width: 100%;
    display: block;
    padding: 20px 0px 0px;
    min-height: auto;
  }
  .what-does-deep-enrish .heading-section.white h2 {
    padding: 0px 0px 10px;
  }
  .what-does-deep-enrish .rating-trust-box {
    position: relative;
    -moz-column-gap: 6px;
         column-gap: 6px;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .what-does-deep-enrish .inner .owl-item .item .inner-box {
    flex-wrap: wrap;
  }
  .what-does-deep-enrish .inner .owl-item .item .inner-box .heading {
    font-size: 18px;
    width: 100%;
    order: 2;
  }
  section.section.out-solutins {
    padding-top: 0;
  }
  .missing-out-pipeline .inner {
    padding: 20px;
  }
  .missing-out-pipeline .box {
    padding: 20px 20px;
  }
  section.more-pipeline .heading-section h2 {
    font-size: 46px;
  }
  footer {
    padding: 50px 0px 15px;
  }
  footer h3 {
    padding: 10px 0px 0px;
  }
}
.diwali-banner-bottom {
  height: 70px;
  width: 40px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.diwali-banner-bottom .diya-container {
  height: 100px;
  width: 100px;
  position: absolute;
  transform: translate(-150%, -74%);
  top: calc(50% + 37.5em);
  left: calc(19% + 9.37em);
  animation: diya 1s forwards;
}
.diwali-banner-bottom .diya-container .diya {
  height: 44px;
  width: 83px;
  background-color: #076dfd;
  border-radius: 0 0 9.37em 9.37em;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 16px;
  overflow: hidden;
}
.diwali-banner-bottom .diya-container .inside {
  width: 84px;
  height: 8px;
  background-color: #1c2b41;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 3.4em;
}
.diwali-banner-bottom .diya-container .flame {
  height: 35px;
  width: 35px;
  background-color: #fdf1c2;
  border-radius: 10em 0;
  transform: rotate(-45deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.5em;
  animation: scale-up 2s infinite;
}
.diwali-banner-bottom .diya-container .flame:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #f4c631;
  border-radius: 7.5em 0;
  position: absolute;
  bottom: 0;
}
.diwali-banner-bottom .diya-container .line-1,
.diwali-banner-bottom .diya-container .line-2 {
  position: absolute;
  height: 0.75em;
  width: 12em;
  border: none;
  border-bottom: 0.1em solid #ffffff;
  border-radius: 50%;
  left: -0.62em;
}
.diwali-banner-bottom .diya-container .line-2 {
  top: 1.6em;
}
.diwali-banner-bottom .diya-container .dots {
  height: 1.75em;
  width: 21em;
  border: none;
  border-bottom: 0.3em dotted #1c2b41;
  position: absolute;
  border-radius: 50%;
  top: -0.1em;
  left: -5.62em;
}
.diwali-banner-bottom .diya-container .fab {
  color: #ff0000;
}

@keyframes scale-up {
  50% {
    transform: rotate(-45deg) scale(1.05);
    bottom: 2.62em;
  }
}
@keyframes diya {
  100% {
    top: calc(50% + 1.1em);
  }
}
@keyframes wishes {
  100% {
    transform: scale(1);
  }
}
@keyframes lights1 {
  49% {
    background-color: #432286;
    box-shadow: 0 24.37em #432286, 11.87em 11.87em #432286, -11.87em 11.87em #432286;
  }
  50% {
    background-color: #f4c631;
    box-shadow: 0 24.37em #f4c631, 11.87em 11.87em #f4c631, -11.87em 11.87em #f4c631;
  }
  100% {
    background-color: #f4c631;
    box-shadow: 0 24.37em #f4c631, 11.87em 11.87em #f4c631, -11.87em 11.87em #f4c631;
  }
}
@keyframes lights2 {
  49% {
    background-color: #432286;
    box-shadow: 16.25em 0 #432286, 0 16.25em #432286, 16.25em 16.25em #432286;
  }
  50% {
    background-color: #f4c631;
    box-shadow: 16.25em 0 #f4c631, 0 16.25em #f4c631, 16.25em 16.25em #f4c631;
  }
  100% {
    background-color: #f4c631;
    box-shadow: 16.25em 0 #f4c631, 0 16.25em #f4c631, 16.25em 16.25em #f4c631;
  }
}
canvas {
  width: 100%;
  height: 100%;
}

.banner-section {
  position: relative;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  animation-delay: 1.25s, 1.25s, 1.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@keyframes bang {
  to {
    box-shadow: -235px -405.6666666667px hsl(295, 100%, 50%), -170px -113.6666666667px hsl(183, 100%, 50%), 110px -312.6666666667px hsl(133, 100%, 50%), -35px -338.6666666667px hsl(97, 100%, 50%), -202px -352.6666666667px hsl(288, 100%, 50%), 1px -148.6666666667px hsl(72, 100%, 50%), 191px -374.6666666667px hsl(80, 100%, 50%), 228px -107.6666666667px hsl(334, 100%, 50%), 49px 47.3333333333px hsl(26, 100%, 50%), 108px -68.6666666667px hsl(329, 100%, 50%), -118px 25.3333333333px hsl(121, 100%, 50%), 72px -373.6666666667px hsl(143, 100%, 50%), 176px -210.6666666667px hsl(43, 100%, 50%), -112px -410.6666666667px hsl(136, 100%, 50%), 41px -111.6666666667px hsl(39, 100%, 50%), -194px -382.6666666667px hsl(193, 100%, 50%), 104px -111.6666666667px hsl(227, 100%, 50%), 1px -352.6666666667px hsl(65, 100%, 50%), -1px -96.6666666667px hsl(323, 100%, 50%), 248px -329.6666666667px hsl(259, 100%, 50%), 154px 36.3333333333px hsl(288, 100%, 50%), -230px -166.6666666667px hsl(157, 100%, 50%), 198px -338.6666666667px hsl(179, 100%, 50%), 162px 11.3333333333px hsl(189, 100%, 50%), -3px -56.6666666667px hsl(329, 100%, 50%), 203px -361.6666666667px hsl(94, 100%, 50%), -194px -412.6666666667px hsl(51, 100%, 50%), 27px 18.3333333333px hsl(280, 100%, 50%), -38px -242.6666666667px hsl(328, 100%, 50%), -161px -1.6666666667px hsl(170, 100%, 50%), -185px -336.6666666667px hsl(310, 100%, 50%), -54px -182.6666666667px hsl(190, 100%, 50%), 128px -364.6666666667px hsl(192, 100%, 50%), -230px -242.6666666667px hsl(87, 100%, 50%), -15px 1.3333333333px hsl(124, 100%, 50%), 31px -19.6666666667px hsl(100, 100%, 50%), -98px -25.6666666667px hsl(110, 100%, 50%), 7px -328.6666666667px hsl(43, 100%, 50%), -58px -61.6666666667px hsl(321, 100%, 50%), -218px 51.3333333333px hsl(228, 100%, 50%), -90px -277.6666666667px hsl(212, 100%, 50%), -54px -188.6666666667px hsl(347, 100%, 50%), 105px -171.6666666667px hsl(142, 100%, 50%), 185px -265.6666666667px hsl(227, 100%, 50%), -228px -126.6666666667px hsl(15, 100%, 50%), 95px -295.6666666667px hsl(311, 100%, 50%), 21px 11.3333333333px hsl(106, 100%, 50%), 160px -346.6666666667px hsl(72, 100%, 50%), 201px -28.6666666667px hsl(157, 100%, 50%), 177px -331.6666666667px hsl(50, 100%, 50%), -105px -230.6666666667px hsl(319, 100%, 50%);
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.line {
  display: flex;
  position: absolute;
  left: -34px;
}
.line div {
  margin: 0 auto;
  text-align: center;
}
.line .lamp {
  background: linear-gradient(87.59deg, #1c2b41 1.66%, #076dfd 46.6%, #1c2b41 93.37%);
  width: 29px;
  height: 15px;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
}

.light {
  height: 14px;
  width: 9px;
  background-color: #f4c631;
  border-radius: 50%;
  animation: wiggle 2s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes wiggle {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
header .header-right-part {
  position: relative;
}

header .logo {
  position: relative;
}
header .logo video {
  position: absolute;
  width: 74px;
  height: 45px;
  left: -62px;
  top: -7px;
}

.front-page .banner-inner .heading .btn {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  header .navbar .navbar-nav .dropdown-menu .row [class*=col-]:nth-child(4):after {
    display: none;
  }
  header .navbar .navbar-nav li.ai-nav .dropdown-menu {
    width: 100%;
    padding: 0px 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
  }
  .diwali-banner-bottom {
    display: none;
  }
  .line {
    left: -6px;
  }
  header .logo video {
    position: absolute;
    width: 74px;
    height: 38px;
    left: 118px;
    top: 0px;
    z-index: 3;
  }
}/*# sourceMappingURL=stylesheet.css.map */