@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;family=Poppins:wght@400;500;600;700;800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');

.p-11 {
  padding: 1rem !important;
}

.navbar-dark .navbar-brand .logo-color,
.navbar-dark.sticky-header.affix .navbar-brand .logo-white {
  display: none;
}

.navbar-dark.sticky-header.affix .navbar-brand .logo-color {
  display: block;
}

h2.title-c {
  font-size: 60px;
  padding-bottom: 10px;
}

.single-integration {
  height: 160px !important;
}

.head-btn {
  font-size: 13px;
  padding: 6px 18px 3px;
  line-height: 1;
}

/**
 * Set up a decent box model on the root element
 */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,roboto,Helvetica Neue,helvetica,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c1515;
  font-weight: 300;
}

a:focus {
  outline: none;
}

a {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

iframe {
  width: 100%;
}

::-moz-selection {
  background: #e9eaef;
}

::selection {
  background: #e9eaef;
}

::-moz-selection {
  background: #e9eaef;
}

small,
.small {
  font-weight: inherit;
}

button:focus {
  outline: none;
}

.rounded-custom {
  border-radius: 4px !important;
}

@media (min-width: 1200px) {

  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

.h5,
.h6,
h5,
h6 {
  margin-bottom: 0.375rem;
}

.h5,
.h6,
h5,
h6 {
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 768px) {
  .lead {
    font-size: 1.125rem;
  }
}

.ptb-120 {
  padding: 120px 0;
}

.ptbs {
  padding: 70px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.p-50 {
  padding: 50px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-60 {
  padding: 60px 0;
}

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

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

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

.right-0 {
  right: 0;
}

.img-width-100 {
  max-width: 100%;
}

@media (min-width: 320px) and (max-width: 991px) {
  .ptb-120 {
    padding: 60px 0;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 30px;
  }
}

.sticky-header {
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.affix {
  top: 0;
  left: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.set-sticky {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*dropdown menu css*/
.dropdown-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  background: #fff;
}

.dropdown-grid.width-full {
  grid-template-columns: 1fr 1fr;
  width: 600px;
}

.dropdown-grid-item {
  width: auto;
  padding: 20px;
}

.radius-left-side {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* .main-menu li .menu_arrow {
  position: relative;
  z-index: 91;
} */
/* .main-menu li .menu_arrow::before {
  content: "";
  position: absolute;
  /* top: 10px; 
  top: 4px;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, 0) rotate(-315deg);
  transform: translate(-50%, 0) rotate(-315deg);
  border-radius: 4px 0 0;
  background-color: #fff;
  opacity: 0;
  /* -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.1s; 
} */
/* .menu_arrow:after, .menu_arrow:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.775rem solid transparent;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}
.menu_arrow:before {
  border-bottom-color: #0000001a;
}
.menu_arrow:after {
  border-bottom-color: #fff;
  -webkit-transform: translateX(-50%) translateY(0.0775rem);
  -ms-transform: translateX(-50%) translateY(0.0775rem);
  transform: translateX(-50%) translateY(0.0775rem);
}

.main-menu li:hover .menu_arrow::before,
.main-menu li:hover .menu_arrow::after {
  /* top: 4px; *
  opacity: 1;
} */

.main-menu li {
  margin: 0 0.3rem;
}
.main-menu li a.nav-link {
  padding: 26px 0.7rem;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
  line-height: 1;
}

.main-menu li::before {
  background: #ffbc00;
  bottom: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 0px;
  position: absolute;
  transition: width 0.25s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 0%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-menu li:hover::before {
  width: 100%;
}

.dropdown-menu {
  right: auto;
  top: 4.2rem;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: none;
  padding-top: 0;
  border: none;
  display: none;
  z-index: 9;
}

.nav-item.show .dropdown-menu {
  display: block;
}

.menu-border-top {
  border-top: 1px solid #0000001a;
}

.navbar-dark .main-menu li a.nav-link {
  color: #fff;
}

/*navbar-light*/
.navbar-light .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link {
  color: #111;
}

.navbar-light .navbar-brand img.logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
  display: none;
}

.navbar-dark.sticky-header.affix .navbar-toggler span {
  color: #575757 !important;
}

.navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
  display: block;
}

/* .active_parent_menu::before {
  width: 100% !important;
} */

.active_parent_menu .nav-link {
  font-weight: 600 !important;
}

.navbar-top-links {
  display: inline-block;
  color: #ffbc00;
  font-size: 12px;
  margin: 0px 10px;
  padding: 8px 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.navbar-top-links:is(:hover) {
  color: #e2e8f0;
}

.affix .navbar-top-links {
  color: #575757;
}

.affix .navbar-top-links:is(:hover) {
  color: #175cff;
}

.secondary_header .sticky-header:not(affix) {
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  background: #fff;
}

.secondary_header .sticky-header:not(affix) .logo-white {
  display: none;
}

.secondary_header .sticky-header:not(affix) .logo-color {
  display: block;
}

.secondary_header .sticky-header:not(affix) li a.nav-link {
  color: #000;
}

.secondary_header .sticky-header:not(affix) .navbar-toggler span {
  color: #000 !important;
}

.secondary_header .navbar-top-links {
  color: #000;
}

.desktop_device_view {
  display: flex;
  width: 300px;
  justify-content: flex-end;
}

.mobile_device_view {
  display: none;
}
.desktop_inline_view {
  display: inline-block;
}

.dropdown-grid-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0.55rem 1rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.dropdown-grid-item a span {
  opacity: 0.8;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-grid-item a:hover {
  background: #f8f9fa;
}

.dropdown-grid-item a:hover {
  color: #111;
}

.dropdown-grid-item a:hover .drop-title {
  font-weight: 700;
}

.dropdown-grid-item .drop-heading {
  padding-left: 1rem;
  font-size: 1rem;
}

.dropdown-grid-item .drop-title {
  font-size: 0.875rem;
  color: #111;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.dropdown-grid-item a:hover .drop-title {
  font-weight: 600;
  opacity: 1;
}
.dropdown-grid-item a:hover .header-menu-icon {
  font-weight: 500;
  opacity: 1;
}

.offcanvas.show {
  visibility: visible;
  z-index: 9999;
}

.offcanvas-backdrop:before {
  display: none;
}

.offcanvas-header button.close-btn {
  background: rgba(242, 87, 103, 0.12);
  width: 30px;
  height: 30px;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}

.offcanvas-header button.close-btn i {
  line-height: 29px;
}

.offcanvas-body .dropdown-toggle::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  border: none;
}

.offcanvas-body .main-menu li a.nav-link {
  color: #575757;
  padding: 0.5rem 1rem;
}

.offcanvas-body .dropdown-menu {
  position: relative !important;
  left: 0 !important;
  margin: 0 0 15px !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.offcanvas-body .dropdown-grid {
  display: block;
  width: auto;
}

.offcanvas-body .dropdown-grid-item {
  width: 100%;
}

.offcanvas-body .dropdown-grid-item.last-item {
  display: none;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.footer-single-col h3,
.footer-single-col .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
  color: #fff;
}

.footer-nav-list li {
  text-align: left;
}

.footer-nav-list li a {
  font-size: 15px;
  margin: 6px 0;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.footer-top {
  padding: 50px 0;
}

.footer-nav-list li a,
.footer-single-col p {
  color: #fff;
}

.footer-nav-list li a:hover {
  font-weight: 600;
  color: #ffbc00;
}

.footer-single-col h6,
.footer-single-col .h6 {
  color: #575757;
}

.footer-light .logo-white,
.bg-dark .logo-color,
.bg-gradient .logo-color {
  display: none;
}

.footer-light .logo-color,
.bg-dark .logo-white,
.bg-gradient .logo-white {
  display: block;
}

.newsletter-form button {
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  border: none;
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
}

.newsletter-form button i {
  font-size: 12px;
}

.newsletter-form button:focus {
  outline: none;
}

.bg-dark input.form-control,
.bg-gradient input.form-control {
  border-color: #e2e8f0;
}

.register-form input.form-control {
  border-color: rgba(0, 0, 0, 0.08);
}

.register-form input.form-control:focus {
  border-color: #175cff;
}

.footer-bottom {
  position: relative;
  display: block;
  /* border-top: 1px solid rgba(248, 249, 250, 0.05); */
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bottom::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 80%;
  border-top: 1px solid #4c4c4c;
  transform: translateX(-50%);
}

.copyright-text p {
  font-size: 14px;
  color: #65676d;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.copyright-text p a {
  color: #fff;
}

.footer-light .copyright-text p {
  color: #fff;
}

.copyright-text p a:hover {
  color: #ffbc00;
}

/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background-color: #fff; *
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 999999;
} */

.loader {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 8px solid #175cff;
  border-top-color: #077765;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.list-style li {
  margin-bottom: 0.4rem;
}

.list-style li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #077765;
  font-weight: bold;
  content: "•";
}

ol.list-style {
  counter-reset: li;
}

ol.list-style li {
  counter-increment: li;
}

ol.list-style li::before {
  margin-right: 0.5em;
  margin-left: -1.5em;
  font-weight: inherit;
  text-align: right;
  direction: rtl;
  white-space: nowrap;
  content: "." counter(li);
}

/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background-color: #e2e8f0; *
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 999999;
} */

.bg-light {
  background-color: rgb(235 235 235 / 45%) !important;
}

.bg-primary-soft {
  background-color: #e3e3e3;
}

.bg-primary {
  background-color: #175cff !important;
}

.bg-success {
  background-color: #5cc9a7 !important;
}

.bg-success-dark {
  background-color: #175cff;
}

.bg-warning {
  background-color: #ffb116 !important;
}

.bg-danger-soft {
  background-color: rgba(242, 87, 103, 0.2);
}

.bg-danger {
  background-color: #f25767 !important;
}

.bg-dark {
  background: linear-gradient(90deg, #000, #333442) !important;
}

.bg-custom-light {
  background-color: rgba(255, 255, 255, 0.1);
}

/*gradient bg*/
.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#071c4d), to(#002d97)) !important;
  background: linear-gradient(90deg, #071c4d, #002d97) !important;
}

a {
  color: rgba(23, 92, 255, 0.85);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #175cff;
  text-decoration: none;
}

/*404 css*/

.error-page-buttons {
  margin-top: 3rem;
}

@media (min-width: 320px) and (max-width: 768px) {
  .desktop_device_view,
  .desktop_inline_view {
    display: none;
  }

  .mobile_device_view {
    display: block;
  }
}

.action-btns ul li a {
  background-color: transparent;
  border: 2px solid #9b2cfa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-light);
  padding: 10px 23px;
  line-height: 40px;
}

.action-btns ul li a i {
  font-size: 30px;
}

.action-btns ul li a span {
  line-height: 14px;
  font-weight: 400;
  text-align: left;
}

.action-btns ul li a span span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 20px;
}

.action-btns ul li a:hover {
  background-color: #fff;
  border: 2px solid transparent;
  color: #0b163f;
}

/*sticky sidebar*/
.style-guide .bg-primary-soft .style-guide-heading h2,
.style-guide .bg-primary-soft .style-guide-heading .h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.font_bold {
  font-weight: 700;
}

.transition-base {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-box i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
}

/*app two feature three*/

.faq-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 1rem;
}

.faq-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}

.faq-accordion .accordion-item button {
  border-radius: 1rem 1rem 0 0;
  padding: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid #e5e5e5 1px !important;
}

.faq-accordion .accordion-body {
  padding: 1.5rem;
}

.faq-accordion .accordion-item button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #175cff;
}

.integration-badge {
  top: 8%;
  right: 8%;
  font-size: 12px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.connected-app-single {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.connected-app-single:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.09);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.09);
  background: #fff !important;
}

.integration-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 25px;
  justify-items: center;
}

.integration-list li {
  width: 100%;
}

.integration-list li .single-integration {
  -webkit-box-shadow: rgba(13, 21, 55, 0.06) 0 5px 25px;
  box-shadow: rgba(13, 21, 55, 0.06) 0 5px 25px;
  display: block;
  margin: auto;
  text-align: center;
  background: linear-gradient(90deg, #000, #333442);
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.integration-list li .single-integration h6 {
  color: #fff;
}
.integration-list li .single-integration img {
  width: 100%;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  margin: auto;
}

.integration-list li .single-integration:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.integration-icon {
  width: 22px;
  height: 22px;
}

select.form-select {
  background-image: url(../img/dropdown-arrow.svg);
}

.custom-select,
.form-select {
  border: 1px solid rgba(11, 22, 63, 0.12);
}

label {
  font-weight: 600;
  font-size: 0.875rem;
}

.form-control {
  padding: 0.5rem 0.65rem;
  line-height: 1.125;
}
.form-control:focus,
.custom-select:focus {
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select {
  width: 100%;
  padding: 0.55rem 3rem 0.52rem 0.5rem;
  line-height: 1.125;
  background-clip: padding-box;
}

.subscribe-feature-list li:not(:last-child) {
  margin-right: 25px;
}

.subscribe-feature-list li span {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.banner-feature__list {
  padding-left: 1rem;
}

.banner-feature__list li {
  list-style: disc;
}
.banner-feature__list li:not(:last-child) {
  margin-right: 30px;
}

.banner-feature__list li span {
  font-size: 13px;
}

.cta-section {
  padding: 50px 80px;
}
.cta-section .cta-subscribe h2,
.cta-section .cta-subscribe h4 {
  color: #fff;
}
.cta-subscribe .subscribe-feature-list li span {
  color: #d9d9d9;
}

.cta-form {
  width: 60%;
  margin: 0 auto;
}

.gray_text {
  color: #d9d9d9;
}

.subscribe-feature-list li:last-child span {
  margin-right: 0px;
}

.subscribe-feature-list li span i {
  font-size: 14px;
}

.bg-dark .subscribe-feature-list li span i {
  color: #a5a5ad !important;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-select {
  font-size: 0.875rem;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-select {
  /* Firefox 18- */
  font-size: 0.875rem;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-select {
  /* Firefox 19+ */
  font-size: 0.875rem;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-select {
  font-size: 0.875rem;
}

/*testimonial tab*/
/* .testimonial-video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(23, 19, 71)));
  background-image: linear-gradient(180deg, transparent, rgb(23, 19, 71));
} */
/*app two customer review slider*/
.appTwoReviewSwiper-Controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.show {
  border-color: #175cff;
  background-color: #175cff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active,
.btn-success.show {
  border-color: #3cb690;
  background-color: #3cb690;
}

.btn-primary,
.btn-success {
  color: #fff;
}

.btn>i {
  vertical-align: middle;
}

.btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border: 2px solid transparent; */
  border: none;
}

.btn:focus,
.btn:active,
.btn-primary.active:focus,
.btn-primary:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.border-light {
  border-color: rgba(101, 101, 101, 0.1) !important;
}

.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-gradient h1,
.bg-gradient .h1,
.bg-gradient h2,
.bg-gradient .h2,
.bg-gradient h3,
.bg-gradient .h3,
.bg-gradient h4,
.bg-gradient .h4,
.bg-gradient h5,
.bg-gradient .h5,
.bg-gradient h6,
.bg-gradient .h6 {
  color: #fff;
}

.bg-white h1,
.bg-white .h1,
.bg-white h2,
.bg-white .h2,
.bg-white h3,
.bg-white .h3,
.bg-white h4,
.bg-white .h4,
.bg-white h5,
.bg-white .h5,
.bg-white h6,
.bg-white .h6,
.bg-light h1,
.bg-light .h1,
.bg-light h2,
.bg-light .h2,
.bg-light h3,
.bg-light .h3,
.bg-light h4,
.bg-light .h4,
.bg-light h5,
.bg-light .h5,
.bg-light h6,
.bg-light .h6 {
  color: initial;
}

.bg-light>.bg-dark h1,
.bg-light>.bg-dark .h1,
.bg-light .bg-dark h2,
.bg-light .bg-dark .h2,
.bg-light .bg-dark h3,
.bg-light .bg-dark .h3,
.bg-light .bg-dark h4,
.bg-light .bg-dark .h4,
.bg-light .bg-dark h5,
.bg-light .bg-dark .h5,
.bg-light .bg-dark h6,
.bg-light .bg-dark .h6,
.bg-light>.bg-gradient h1,
.bg-light>.bg-gradient .h1,
.bg-light .bg-gradient h2,
.bg-light .bg-gradient .h2,
.bg-light .bg-gradient h3,
.bg-light .bg-gradient .h3,
.bg-light .bg-gradient h4,
.bg-light .bg-gradient .h4,
.bg-light .bg-gradient h5,
.bg-light .bg-gradient .h5,
.bg-light .bg-gradient h6,
.bg-light .bg-gradient .h6 {
  color: #fff;
}

.bg-white span {
  color: #575757;
}

/*work process promo*/
.process-card-two {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 5px 5px 12px 5px rgb(191 191 191 / 81%);
  z-index: 3;
}

.process-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto 35px;
}

.process-card-two:hover .process-icon {
  background-color: #fff;
  color: #175cff;
}

.process-card:hover {
  background: #fff;
}

.process-card:hover .process-icon {
  background: #175cff !important;
}

.process-card:hover .process-icon span,
.process-card:hover .process-icon span i {
  color: #fff !important;
}

/*code S*/
.centre-color {
  background-color: #f9fbfe !important;
}

.width-full-33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 510px;
}

.width-full-33 .dropdown-grid-item {
  width: 255px;
}

.width-full-33 .dropdown-grid-item.last-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  grid-column-start: span 2;
}

.footer-sect {
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

.common-padding {
  padding-top: 30px;
  margin-top: 0px !important;
}

@media (max-width: 450px) {
  .footer-sect {
    width: 100%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider1:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider1 {
  background-color: #175cff;
}

input:focus+.slider1 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider1:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-l {
  margin-left: 26%;
  margin-top: -12%;
}

.switch-2 {
  display: flex;
  margin-left: 10%;
  font-weight: 600;
}

.switch-3 {
  margin-top: -7%;
  margin-left: 58%;
  font-weight: 600;
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.slideToggle {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  padding-left: 0px;
}

.text-success {
  color: #175cff !important;
}

.form-switch input {
  display: none;
}

.form-switch i {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 38px;
  height: 22px;
  background-color: #175cff;
  border-radius: 15px;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch input:checked+i::after {
  transform: translate3d(50px, 3px, 0);
}

.edu {
  text-align: left;
}

p.mb-0.text-muted.edu {
  text-align: left;
}

.edu-c {
  text-align: center;
  margin-bottom: 5%;
}

.headings-h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 50px;
}

.connected-app-single {
  border: none !important;
  height: 100%;
}

.text-cent {
  text-align: center;
}

.edus {
  width: 50% !important;
  margin: 0 auto;
  display: block;
}

.pat-30 {
  padding-bottom: 5% !important;
}

.pos-height {
  height: 98% !important;
}

.mts-pos {
  margin-top: 1rem !important;
}

.ht {
  font-weight: 600 !important;
  color: white !important;
}

.head-para {
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}

.display-d5 {
  font-size: 45px;
}

.width-80 {
  width: 80%;
  margin: 0 auto;
}

.width-60 {
  width: 60%;
  margin: 0 auto;
}

.font-z {
  font-size: 18px;
  font-weight: 700;
}

.font-24 {
  font-size: 24px;
  font-weight: 700;
}

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

.vdo-top {
  top: -150px;
}

button.accordion-button.collapsed {
  background-color: #80808000 !important;
}

.common-marg {
  margin: auto;
  padding: 50px 30px;
  border-radius: 15px;
}

.para-abt {
  font-size: 20px;
  text-align: left;
}

.cont-pad {
  padding-top: 6px;
}

.textv {
  background-color: #721a95 !important;
}

/* new style start*/
.banner-main-title {
  font-weight: 500;
  font-size: 62px;
  color: #ffffff;
}

.banner-sub-content {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #d9d9d9;
}

.section_heading {
  font-weight: 500;
  font-size: 52px;
  /* color: #0b163f !important; */
}

.section_images {
  max-width: 400px;
  display: inline-block;
}

.section_spacing {
  padding-top: 120px;
}

.section_spacing_top_bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.enrolment_landing_screen_image {
  transform: scale(1.2);
}

.report_banner_image {
  transform: scale(1.4);
}

.section-image-transform {
  transform: scale(1.2) !important;
}

.list-alignment ul {
  list-style: none;
  padding-left: 0;
}

.list-alignment li {
  display: flex;
}

.field-service-width {
  width: 88%;
}

.section-image-left {
  padding-right: 30px;
}

.section-image-right {
  padding-left: 50px;
}

.section-image-left p:not(.error_msg),
.section-image-right p:not(.error_msg) {
  font-size: 20px;
}

.app-package-section-left {
  padding-right: 30px;
}

.home-page-content {
  width: 80%;
  max-width: 700px;
}

.modal.open-modal {
  display: block;
}
.modal-body {
  padding: 0;
}
.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 9;
}

.login-modal {
  width: 1000px;
  max-width: 95%;
}
.login-modal__left--container {
  width: 40%;
  background: #111;
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
  border: 1px solid rgb(255 255 255 / 11%);
}
.login-modal__right--container {
  width: 60%;
  padding: 80px 60px 80px 60px;
}

.welcome-to-getryt {
  width: 90%;
  max-width: 525px;
  border: 1px solid #a3a3ac;
  padding: 60px 60px 20px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}

.login-modal-container {
  width: 100%;
  max-width: 420px;
  box-shadow: 0px 2px 14px #d4d4d4;
  padding: 60px 40px 60px;
  border-radius: 10px;
  position: relative;
}
.success-modal__content {
  max-width: 100%;
  box-shadow: none;
}
.signup-modal__container {
  max-width: 100%;
}

.login-head {
  color: #FFF;
  background: #343541;
  position: absolute;
  top: -16px;
  left: 50px;
  padding: 0px 10px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 600;
}

.modal-logo {
  max-width: 160px;
}

.modal-login-head {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.modal-login__head--type1 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.term-conditions-para {
  font-size: 14px;
  color: #a3a3ac;
}

.otp_inputs_wrapper .form-control {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  height: 40px;
}

.otp_box_space {
  margin-left: 5px;
  margin-right: 5px;
}

.modal-header {
  border: none;
}

.modal-login-form-control .form-control {
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 6px !important;
}

.term-conditions {
  position: relative;
  color: #494952;
}

.submit-btn {
  text-align: center;
}

.submit-btn .btn-success,
.custom_btn,
.blue_btn {
  /* background-color: #4fa37e; */
  background-color: #175cff;
  padding: 5px 10px 3px;
  min-width: 90px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.submit-btn .btn-success:hover,
.custom_btn:hover,
.blue_btn:hover {
  color: #fff;
}
.submit-btn .btn-success:focus-within,
.custom_btn:focus-within,
.submit-btn .focus-within {
  /* background-color: #398563; */
  background-color: #175cff;
  color: #fff;
}
.blue_btn:focus-within {
  background-color: #0044e3;
}
.blue_btn:focus {
  background-color: #0044e3;
  border-color: #0044e3;
}

.login_buttons_section .custom_btn {
  background: #175cff;
  border-color: #175cff;
}
.blue_btn {
  background: #175cff;
  border-color: #175cff;
}

.login_buttons_section .custom_btn:is(:hover) {
  color: #fff;
  background: #175cff;
  border-color: #175cff;
}
.blue_btn:hover {
  background: #0044e3 !important;
  border-color: #0044e3 !important;
}

.callto-actions-btn {
  background: #175cff !important;
  border-color: #175cff;
}

.callto-actions-btn:is(:hover) {
  background: #175cff !important;
  border-color: #175cff;
}

.submit-login-block {
  margin-top: 20px;
  margin-bottom: 12px;
}

.app-package-section-right {
  padding-left: 40px;
}

.input-form-label {
  position: absolute;
  top: -24px;
  left: 14px;
  font-weight: normal;
}

.error_msg {
  display: none;
  font-size: 13px;
  color: #ff7878;
  font-weight: normal;
}
.display-error__msg {
  display: block;
}
.show-error {
  display: block;
}

.form-number-appearance[type=number]::-webkit-inner-spin-button,
.form-number-appearance[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form-number-appearance[type=number] {
  -moz-appearance:textfield;
}

.portal_name {
  padding-right: 125px;
}

.portal_default_name {
  position: absolute;
  top: 1px;
  right: 13px;
  height: 33px;
  background: #e9ecef;
  color: #a3a3ac;
  padding: 0px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 3;
}
.portal-email {
  height: 34px;
  background-color: #e9ecef !important;
  pointer-events: none;
}

.faq-accordion {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.enlarge_img_to_1-2 {
  transform: scale(1.2);
}

.enlarge_img_to_1-5 {
  transform: scale(1.5);
}

.terms_privacy_links {
  font-size: 14px;
  color: #fff;
}

.terms_privacy_links:hover {
  color: #ffbc00;
  font-weight: 600;
}

.terms_title {
  font-size: 18px;
}

.terms_sub_title {
  font-size: 16px;
}

.terms_inner_content {
  font-size: 14px;
}

.black_color {
  color: inherit;
}

.video-hero-embed {
  padding: 56.25% 0 0;
  position: relative;
  transform: scale(1.15);
}

.video-hero-responsive-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 768px) {

  h2.title-c {
    font-size: 30px !important;
  }

  .display-d5 {
    font-size: 35px !important;
  }

  .head-para {
    font-size: 18px;
  }

  .trans {
    margin-top: 5%;
  }

}

.pad-30 {
  padding: 30px;
}

.padd-30 {
  padding: 25px !important;
}

.hero-content-wrap {
  padding-top: 20px;
}

.w-70 {
  width: 70%;
  margin: auto;
}

/* newly added */
.cta-padd {
  padding: 80px 0px;
  border-radius: 30px;
}

.cta-padd .input-newsletter {
  line-height: 1.4;
}

.box-one {
  box-shadow: rgba(13, 21, 55, 0.06) 0 5px 25px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.box-images {
  width: 130px;
}

.second-section-box-image {
  max-width: 65%;
}

.getryt_logo {
  width: 150px;
}

.icon_list {
  color: #175cff;
  font-size: 26px;
  margin-right: 14px;
}

.error {
  color: #ff7878;
  font-size: 12px;
  text-align: left;
}

.personal_profile_img {
  height: 415px;
}

.work_profile_img {
  margin-top: 38px;
}

.banner-free-trail-section {
  width: 86%;
}
.load-signup-form {
  padding-bottom: 10px;
}
.load-signup-form .banner-free-trail-section {
  width: 100%;
}
.load-signup-form .modal-login-head {
  left: 0px;
  top: 0;
  position: relative;
  padding: 0;
  margin-bottom: 12px;
}
.banner-free-trail-section input.form-control {
  max-width: 340px;
  border: none;
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
  line-height: 1.4;
}

.secondary-color {
  color: #ffbc00 !important;
}

.modal-content {
  color: #000;
  overflow: hidden;
}

.append_image {
  width: 100%;
  margin-top: 45px;
  margin-left: -15px;
}

.toggle-password {
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
  color: #a3a3ac !important;
  display: inline-block;
  line-height: normal;
}

.header-menu-icon {
  width: 24px;
  text-align: center;
  margin-right: 5px;
}

.home-page-title {
  font-weight: 500;
  font-size: 18px;
  display: inline-flex;
  border-radius: 3px;
  padding: 2px 16px;
  background-color: #39393c;
  color: #e6e6e6 !important;
}

.home-sub-content {
  font-weight: 600;
  font-size: 62px;
  margin: 0 0 20px;
}

.home-banner-content {
  font-weight: 400;
  font-size: 22px;
  margin: 12px 0 24px;
  max-width: 90%;
}

.highlight-text__type1 {
  color: #111;
  font-weight: 600;
}

.support_section {
  color: #ffffff !important;
  font-size: 20px;
}

.home-left-side-content p,
.home-right-side-content p {
  font-size: 18px;
}

.managament-text-link {
  font-size: 16px;
  padding-right: 0px;
  margin-top: 5px;
}

.arrow-left {
  opacity: 0;
  transition: opacity 800ms;
  padding-left: 5px;
}

.managament-text-link:hover .arrow-left {
  opacity: 1.0;
}

.text-blue-remove,
.text-blue-remove:hover {
  color: #0b163f;
}

.support_list_ul {
  margin-bottom: 0px;
}

.support_list_ul li {
  background: #fff;
  border-radius: 8px;
  font-size: 20px;
  padding: 8px 17px;
  margin: 0px 0px 20px auto;
  width: 300px;
  color: #1e1f27;
  font-weight: 600;
  border-left: 8px solid transparent;
  transition: 0.4s all;
}

.support_list_ul li:hover {
  border-left-color: #ffbc00;
  transform: scale(1.07) !important;
}

.managament-link-icons {
  width: 24px;
  text-align: center;
}

.fa-circle-arrow-down:hover {
  transform: translate(0, 5px);
}

.fa-circle-arrow-up:hover {
  transform: translate(0, -5px);
}

.features-column-section {
  margin-top: 25px;
}

.box-items {
  display: flex;
  box-shadow: 0 5px 25px rgba(13, 21, 55, 0.06);
  padding: 25px;
  color: inherit;
}

.box-items:is(:hover) {
  color: inherit;
}

.features-icon {
  width: 55px;
  height: 55px;
  background: #eff0f3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-icon i {
  font-size: 25px;
  color: #7c7c7c !important;
}

.box-content {
  padding-left: 15px;
}

.box-items-title {
  font-size: 18px;
}

.box-content p {
  font-size: 16px;
}

.percentage-counts {
  color: #ffbc00;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 30px;
  font-weight: 500;
}

.percentage-count-animate {
  color: #ffbc00 !important;
}

.percentage-content {
  color: #fff;
  font-size: 18px;
}

.banner-bg-img *:not(img, input)::selection,
.bg-dark *:not(img, input)::selection,
.black-bg *:not(img, input)::selection,
.black-bg::selection {
  background: rgb(255 255 255 / 20%);
}

.banner-bg-img *:not(img, input)::-moz-selection,
.bg-dark *:not(img, input)::-moz-selection,
.black-bg *:not(img, input)::-moz-selection,
.black-bg::-moz-selection {
  background: rgb(255 255 255 / 20%);
}

.banner-bg-img .highlight_selection1::selection,
.bg-dark .highlight_selection1::selection,
.black-bg .highlight_selection1::selection {
  background: rgb(255 255 255 / 20%);
}

.banner-bg-img .highlight_selection1::-moz-selection,
.bg-dark .highlight_selection1::-moz-selection,
.black-bg .highlight_selection1::-moz-selection {
  background: rgb(255 255 255 / 20%);
}
.ss-sidebar__holder *:not(img, input)::selection,
.ss-sidebar__holder *:not(img, input)::selection,
.ss-sidebar__holder *:not(img, input)::selection,
.ss-sidebar__holder::selection,
.pricing-division__items *:not(img, input)::selection,
.pricing-division__items *:not(img, input)::selection,
.pricing-division__items *:not(img, input)::selection,
.pricing-division__items::selection {
  background: rgba(200, 200, 200, 0.35);
}
.ss-sidebar__holder *:not(img, input)::-moz-selection,
.ss-sidebar__holder *:not(img, input)::-moz-selection,
.ss-sidebar__holder *:not(img, input)::-moz-selection,
.ss-sidebar__holder::-moz-selection,
.pricing-division__items *:not(img, input)::-moz-selection,
.pricing-division__items *:not(img, input)::-moz-selection,
.pricing-division__items *:not(img, input)::-moz-selection,
.pricing-division__items::-moz-selection {
  background: rgba(200, 200, 200, 0.35);
}


/*new responsive code start */
@media only screen and (max-width: 768px) {
  .banner-main-title {
    font-size: 30px !important;
  }

  .banner-free-trail-section {
    width: 100%;
  }

  .banner-free-trail-section input.form-control {
    width: calc(100% - 100px);
  }

  .cta-padd {
    padding: 45px 0px;
  }

  .section_spacing_top_bottom {
    padding: 25px 18px;
    text-align: center;
  }

  .section_heading {
    text-align: center;
    font-size: 24px;
  }

  .section-image-left,
  .section-image-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
  }

  .retail-section {
    padding: 0px 20px 0px 20px;
    text-align: center;
    margin-top: 20px;
  }

  .vdo-top {
    top: -66px;
  }

  .author-img-wrap {
    padding-top: 30px !important;
  }

  .ptb-60 {
    padding: 40px 0;
  }

  .accordion-view {
    order: 1 !important;
  }

  .append_image {
    margin-top: 0px;
    margin-left: 0px;
  }

  .personal_profile_img {
    height: 150px;
    padding-left: 0px;
  }

  .display-d5 {
    font-size: 30px !important;
  }

  .work_profile_img {
    padding-left: 12px;
    margin-top: 12px;
  }

  .connected-app-content {
    text-align: center;
  }

  .connected-app-content-head {
    text-align: center;
  }

  .edu {
    text-align: center;
  }

  .box-content {
    margin-top: 0.5rem !important;
    padding: 0.8rem !important;
  }

  .box-content-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .policy-box-content {
    margin-bottom: 3rem !important;
  }

  .headings-h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-section .headings-h3 {
    line-height: 32px;
  }

  h2.title-c {
    font-size: 22px !important;
    padding-bottom: 18px;
  }

  .head-para {
    font-size: 15px !important;
    width: 100% !important;
  }

  .pad-30,
  .padd-30 {
    padding: 12px !important;
  }

  .hero-content-wrap {
    padding-top: 0px;
  }

  .enrollment-images {
    max-width: 100%;
  }

  .app-package-section-right {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }

  .app-package-section-left {
    order: 1;
    padding-left: 0px;
  }

  .edus {
    width: 90% !important;
    margin-top: 16px !important;
  }

  .icon_list {
    font-size: 22px;
  }

  .para-abt {
    text-align: left !important;
    font-size: 15px !important;
  }

  .feature-promo {
    text-align: center !important;
  }

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

  .cta-responsive {
    font-size: 21px;
    margin-bottom: 24px;
  }

  .faq-responsive {
    font-size: 15px !important;
    padding: 0.5rem !important;
  }

  .faq-accordion {
    width: 100%;
    padding: 0px !important;
  }

  .faq-content {
    font-size: 14px;
    text-align: left;
  }

  .faq-accordion .accordion-body {
    padding: 0.5rem;
  }

  .accordion-body {
    text-align: left;
  }

  .second-section-box-image {
    max-width: none;
  }

  .home-page-title {
    font-size: 16px;
  }

  .support_list_ul li {
    width: 100%;
    font-size: 16px;
  }

  .home-sub-content {
    font-size: 30px;
    margin-top: 0;
  }

  .home-banner-content {
    font-size: 18px;
  }

  .modal-login-head {
    left: 30px;
    top: -11px;
    font-size: 18px;
  }

  .term-conditions-para {
    font-size: 10px;
  }

  .modal-body {
    padding: 0px !important;
  }

  .pos-responsive-image {
    transform: scale(0.7) !important;
  }

  .root-user-details,
  .user_first_name,
  .password_input {
    margin-bottom: 24px !important;
  }

  .password_field_parent .password_input {
    margin-bottom: 0px !important;
  }

  .video-hero-responsive-wrapper {
    top: 18px;
  }

  .eula-term-privacy-content {
    text-align: left;
    margin-top: 135px;
  }

  .term-content {
    text-align: left;
  }

  .reponsive-management-text-link-section {
    display: block;
    margin: 0 auto;
  }

  .percentage-section {
    margin-bottom: 25px;
  }

  .percentage-section:last-child {
    margin-bottom: 0px;
  }

  .percentage-counts {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0px;
  }

  .box-items {
    text-align: left;
  }

  .feature-content-wrap {
    padding-top: 0px !important;
  }

  .retail-kiosk-pos-section {
    padding-bottom: 0px !important;
  }
}

/*new responsive code end */
/* .cta-top-heading {
  font-size: 2.5rem;
  display: none;
} */

/* .subscribe_section .cta-top-heading {
  display: block;
} */

/* .subscribe_section .cta-responsive {
  font-size: 18px;
  font-weight: normal;
  color: #858585 !important;
  display: none;
} */

/* .start_free_trial_list {
  display: none;
} */

/* .subscribe_section .start_free_trial_list {
  display: block;
}
.subscribe_section .hide_in_quantem_page {
  display: none;
} */

.comparison-table-container {
  border: 1px solid #e8ebf2;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 80%;
}

.feature-comparison {
  border-bottom: 1px solid #e8ebf2;
  display: flex;
}

.feature-comparison:last-child {
  border-bottom: none;
}

.competitor-column {
  display: flex;
  width: 50%;
  padding: 16px 24px;
}

.feature-lists-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  left: 0px;
  display: inline-block;
}
.feature-lists-icon img {
  width: 100%;
  display: block;
}

.feature-lists {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.competitor-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  justify-content: center;
}

.competitor-left-column {
  background-color: #f8f9fa;
  border-right: 1px solid #e8ebf2;
}

.arrow_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.head-sub-para {
  width: 65%;
  margin: 0 auto;
  font-size: 25px;
}
.head-sub-para-1 {
  width: 80%;
  margin: 30px auto 40px;
  font-size: 25px;
}
.head-sub-para-1 strong {
  color: #111;
}

.or_text {
  font-size: 14px;
  color: gray;
}

.back_home_link {
  color: #175cff;
  font-size: 16px;
}

.solutions_custom_btn {
  padding-top: 2px;
  padding-bottom: 2px;
}

.back_home_link .arrow_icon_p {
  position: relative;
  left: 0px;
  transition: all 0.5s;
}

.back_home_link:hover .arrow_icon_p {
  left: 4px;
}

/* middle-cta-section */
.middle-cta-section {
  position: relative;
}
.middle-cta-left-content {
  width: 65%;
  padding: 45px;
}

.middle-cta-right-image {
  width: 35%;
}

.middle-cta-right-image img {
  max-width: 100%;
}

.middle-cta-container {
  border-radius: 22px;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
}

.lp_modal_top_section {
  padding-bottom: 300px;
}

.lp_modal_bottom_section {
  padding-top: 300px
}

.yellow-text {
  color: #ffbc00 !important;
}

.middle-cta-header {
  margin-bottom: 20px;
}

.middle-cta-content {
  margin-bottom: 20px;
}

.lp-cta-trail-email-field {
  width: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 0px;
  transition: all 0.5s;
}
.show-lp-cta-trail-email {
  width: 270px;
  opacity: 1;
  visibility: visible;
  padding: 0.4em 0.65rem;
  margin-right: 10px;
}
.modal-header .btn-close {
  background-size: 10px;
  position: relative;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.modal-header .btn-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lp-feature-list .nav-item {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  margin-right: 18px;
}
.lp-feature-list .lp-list-items {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #175cff;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.lp-feature-list .fad {
  line-height: normal;
  position: relative;
  top: -6px;
  left: 3px;
  color: #fff !important;
  font-size: 10px;
}
.lp-feature-list .fad::before,
.lp-feature-list .fad::after {
  opacity: 1;
}
.resend_text {
  font-size: 14px;
  line-height: normal;
}
.resend_otp_btn {
  color: #0075ff;
  font-weight: bold;
  cursor: pointer;
}
.resend_otp_btn:hover {
  text-decoration: underline;
}
.resend_confirmation_msg {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal-title {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 16px;
}
.thankyou-section {
  max-width: 550px;
  margin: 0 auto;
  padding: 120px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thankyou-title {
  font-size: 60px;
  font-weight: 500;
}
.thankyou-sub-title {
  font-size: 22px;
  line-height: 32px;
}
.thankyou-note {
  font-size: 15px;
  padding: 0px;
  margin-top: 12px;
  display: flex;
  text-align: left;
}
.lp-page-header-container .header_container {
  padding-top: 20px;
  padding-bottom: 12px;
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.lp-page-header-container .affix .header_container {
  padding-top: 12px;
}
.button-submit-loading {
  display: none;
  pointer-events: none;
  width: 60px;
  margin: 0 auto;
  aspect-ratio: 5;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 40% 50%, var(--_g) 80% 50%;
  background-size: calc(100% / 3) 100%;
  animation: buttonLoadingFrames 1s infinite linear;
}
@keyframes buttonLoadingFrames {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }
  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }
  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}
.banner-free-trail-submit,
.free-trail-submit {
  min-width: 170px;
  border: none;
}
.banner-free-trail-submit:hover,
.free-trail-submit:hover {
  color: #7da4ff !important;
}
.banner-free-trail-submit:focus,
.free-trail-submit:focus {
  color: #7da4ff !important;
  -webkit-box-shadow: 0 0 0 0.01rem #7da4ff, 0 0.15313rem 0 0 #7da4ff !important;
  box-shadow: 0 0 0 0.03rem #7da4ff, 0 0.15313rem 0 0 #7da4ff !important;
}
.validate-mail p {
  line-height: 1.2;
}
.validate-otp-btn.btn-success {
  min-width: 115px;
  height: 40px;
  background-color: #0075ff;
}
.registration-form-submit-btn.btn-success {
  min-width: 120px;
  height: 40px;
}
.free-trail-submit span,
.banner-free-trail-submit span {
  color: #fff;
}
.cursor {
  cursor: pointer;
}
.blog-page-sub-titles {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 26px;
}
.blog-content {
  color: #0b163f;
}
.blogs-main-page-header {
  padding-top: 110px;
}
.blog-page-header {
  padding-top: 58px;
}
.blog-page-header strong {
  font-weight: 600;
}
.banner-blog {
  height: 380px;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner-blog img {
  max-width: 40%;
}
.blog_main_heading {
  font-size: 50px;
  margin-bottom: 2rem;
  position: relative;
}
.blog_main_heading::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -14px;
  width: 60px;
  height: 5px;
  background: #ffbc00;
}
.breadcrumb {
  margin-bottom: 2rem;
}
.card-right-section .blog-user {
  width: 30px !important;
  height: 30px;
}
.blog-list-wrapper li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.7rem;
}
.blog-list-wrapper1 li {
  padding-left: 1.2rem;
}
.blog-list-wrapper li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  top: 7px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: #175cff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.blog-list-wrapper1 li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  top: 7px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: none;
  border-radius: 50%;
  color: #7e7e7e;
  text-align: center;
}
.more-articles-items a {
  margin-bottom: 10px;
}
.more-articles-items:last-child a {
  margin-bottom: 0px;
}
.more-articles {
  width: 380px;
}
.article-indexing-section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.article-indexing-li {
  margin-bottom: 10px;
  line-height: 26px;
}
.article-indexing-li:last-child {
  margin-bottom: 0px;
}
.article-indexing-li a {
  font-size: 15px;
  display: inline-flex;
  text-align: left;
  color: #2750af;
  line-height: normal;
  font-weight: 700;
}
.article-indexing-li a:hover {
  color: #175cff;
}
.sticky-articles {
  position: fixed;
  top: 70px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.blog-sidebar-cta-bg-gradient {
  background: linear-gradient(90deg, #000203, #4294f6);
  padding: 30px;
  position: relative;
}
.blog-sidebar-cta-bg-gradient::before {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: url('/assets/img/home-page-banner.png') no-repeat center center;
  background-size: 100%;
  opacity: 0.3;
}
.blog-sidebar-logo {
  width: 130px;
  position: relative;
  top: -10px;
  left: -9px;
}
.blog-sidebar-cta-articles {
  width: 97%;
  margin: 30px auto 15px;
  position: relative;
  z-index: 2;
}
.blog-sidebar-cta-articles h4 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 23px;
}
.blog-sidebar-cta-form {
  max-width: 85%;
  margin: 0 auto;
}
.fly-arrow-icon {
  width: 35px;
  display: inline-block;
}
.blog-sidebar-cta-form .banner-free-trail-section {
  width: 100%;
}
.banner-trai-form {
  position: relative;
  display: flex;
}
.blog-sidebar-cta-form  .banner-trai-form {
  flex-direction: column;
}
.blog-sidebar-cta-form .banner-free-trail-section input.form-control {
  min-width: auto;
  margin-bottom: 15px;
  text-align: center;
}
.blog-left-section {
  padding-right: 40px;
}
.blog-sidebar-cta-section .banner-free-trail-submit {
  height: 42px;
}
.blog-articles-footer {
  padding-bottom: 100px;
}
.subscription-email {
  padding: 0.8rem 0.65rem;
}
.owl-carousel .owl-stage-outer {
  z-index: 2;
}
.more-articles-section .owl-nav {
  position: absolute;
  top: -38px;
  left: auto;
  right: 25px;
  z-index: 1;
}
.owl-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0075ff !important;
  line-height: normal !important;
  font-size: 0px !important;
  position: absolute;
}
.owl-carousel .owl-nav button.disabled {
  background: #ccc !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 20px;
}
.owl-carousel .owl-nav button.owl-next {
  left: -15px;
  right: auto;
}
.more-articles-section .owl-nav button.owl-prev {
  left: auto;
  right: 5px;
}
.more-articles-section .owl-nav button.owl-next {
  left: 0px;
  right: auto;
}
.owl-carousel .owl-nav button > span {
  font-size: 26px !important;
  color: #fff !important;
  line-height: 12px;
  display: inline-block;
}

/*blog media*/
.blog-pages .container {
  max-width: 1200px;
}
.usd_currency:before {
  content: "$";
}
.subscribe_button {
  border-radius: 4px;
  height: 38px;
  line-height: 26px;
  background: #fff;
  color: #12344d !important;
  border: 1px solid rgba(18,52,77,.8);
}
.subscribe_button:hover {
  color: #fff !important;
  background: #0044e3;
  border-color: #0044e3 !important;
}
.sub_plans_wrapper {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  color: #12344d;
}
.sub_plans_wrapper_box_shadow {
  box-shadow: 0px 0px 7px 0px #dbdbdb;
}
.sub_plans_row {
  display: flex;
  align-items: center;
}
.sub_plans_row:first-child .sub_plans_col1 {
  padding-top: 25px;
}
.sub_plans_row:last-child .sub_plans_col1 {
  padding-bottom: 25px;
}
.sub_plans_row .sub_plans_col1 {
  padding: 8px 20px;
}
.sub_plans_row .sub_plans_col1:first-child {
  flex-basis: 40%;
  font-weight: 600;
}
.sub_plans_row .sub_plans_col1:not(:first-child) {
  flex-basis: 20%;
  text-align: center;
}
.text_items {
  font-size: 20px;
}
.price_font {
  font-size: 36px;
}
.index-count {
  font-size: 11px;
  position: relative;
  top: 4px;
}
.breadcrumb .fa {
  font-size: 12px;
}
.subscription-submit {
  width: 100%;
  height: 42px;
}
.show-loader {
  display: block;
}
.subscribe-success-msg {
  margin: 40px 0px 90px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
}
.highlight_text {
  color: #ffbc00 !important;
}
.highlight_point {
  color: #000;
}
.previous_articles_section {
  margin-top: 1.5rem;
}
.previous_articles_section .blog-card-right-img {
  height: 90px;
}
.previous_articles_section .card-title {
  font-size: 15px;
  min-height: 55px;
}
.previous_articles_section .blog-user {
  width: 30px !important;
  height: 30px;
}
.previous_articles_section .terms_inner_content {
  font-size: 12px;
}
.android_security_image {
  max-width: 70%;
}
.industries_sub_heading {
  font-size: 18px;
}
.social_link {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #b7b7b7;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
}
.social_link .fa-linkedin-in {
  line-height: 20px; 
}
.social_link:hover {
  background: #ffbc00;
  border-color: #ffbc00;
  color: #111;
}
.divider_line {
  margin: 15px 0px;
  text-align: center;
  max-width: 75%;
}
.divider_line::before,
.divider_line::after {
  position: absolute;
  content: '';
  top: 16px;
  border-top: 1px solid #555555;
  width: 38%;
}
.divider_line::before {
  left: 0px;
}
.divider_line::after {
  right: 0px;
}
.sso_or_text {
  font-size: 15px;
  font-weight: 600;
  color: #bebebe;
}
.sso_btn {
  background: #fff;
  padding: 10px 32px;
  font-family: "Roboto", sans-serif;
  margin: 0px 18px;
  border: none;
  color: inherit;
  width: 35%;
}
.sso_btn:hover,
.sso_btn:focus {
  background: #fff;
}
.sso_btn:first-child,
.sso_btn:last-child {
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}
.sso_btn:first-child {
  margin-left: 0px;
}
.sso_btn:last-child {
  margin-right: 0px;
}
.sso_icon {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  line-height: 25px;
  margin-right: 10px;
}
.banner_enlarge_2x {
  transform: scale(1.2);
}
.lp_page_banner_headings {
  padding-right: 90px;
}
.lp_page_banner_headings1 {
  padding-right: 30px;
}
.terms_agrement_content {
  /* color: #a2a2a2; */
  font-size: 14px;
  font-weight: normal;
}
.terms_agree_links {
  color: inherit;
  font-weight: 600;
}
.terms_agree_links:hover {
  color: #fff;
}
.sub_plans_sm_wrapper .sub_plans_table_list {
  font-size: 14px;
  padding: 18px;
  border-radius: 8px;
}
.sub_plans_sm_wrapper .price_font {
  line-height: normal;
}
.sub_plans_sm_wrapper .owl-nav {
  position: absolute;
  top: -25px;
  left: auto;
  right: 20px;
}
.sub_plans_sm_wrapper .owl-dots {
  display: none;
}
.sub_plans_sm_row {
  margin-bottom: 16px;
}
.sub_plans_sm_cols {
  display: flex;
  justify-content: space-between;
}
.sub_plans_sm_col1 {
  width: 55%;
}
.sub_plans_sm_col2 {
  width: 38%;
  text-align: right;
}
.sub_plans_hyphen {
  width: 5%;
  padding: 0px 10px;
}
.sub_plans_sm_title {
  font-size: 18px;
}
.choose_plan_btn {
  text-align: center;
}
.sub_plans_sm_wrapper .owl-item {
  padding: 10px;
}
.sub_plans_carousel {
  margin-top: 50px;
}
.timer_count {
  font-size: 40px;
  font-weight: 600;
  color: #0075ff;
}
.timer_count_value {
  display: inline-block;
  width: 28px;
  text-align: center;
}
.success_img {
  display: inline-block;
  width: 70px;
  position: relative;
  top: -14px;
  left: 10px;
}
.pricing_more_details_link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  color: #0075ff;
  cursor: pointer;
}
.lp-contact-form-container {
  background: #fff;
  border-radius: 10px;
  padding: 36px;
}
.stepper-ul {
  display: flex;
}
.stepper-list {
  width: 50%;
  position: relative;
}
.stepper-list::before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 50%;
  height: 1px;
  background: rgba(11, 22, 63, 0.12);
}
.stepper-list:first-child {
  text-align: left;
}
.stepper-list:last-child {
  text-align: right;
}
.stepper-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 1;
  position: relative;
  border: 1px solid rgba(11, 22, 63, 0.12);
  border-radius: 50%;
}
.demo-title {
  color: inherit !important;
  text-align: center;
  margin: 24px 0px;
  line-height: normal;
  font-size: 30px;
}
.stepper-section {
  display: none;
}
.stepper-section.active {
  display: block;
}
.active .stepper-count {
  font-weight: 600;
  border-color: #000;
}
.completes .stepper-count {
  font-weight: 600;
  color: #fff;
  border-color: #000;
  background: #000;
}
.completes.stepper-list::before {
  background: #000;
}
.completes + .stepper-list::before {
  background: #000;
}
.contact-demo-form label {
  font-size: 16px;
  font-weight: 300;
}
.contact-demo-form .error_msg {
  position: absolute;
  bottom: -20px;
}
.sub_plans_row_sticky {
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 1;
}
