:root {
  --bs-success-rgb: rgb(40, 199, 111);
  --bs-success: #28C76F;
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/public-sans-v14-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/public-sans-v14-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/public-sans-v14-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/public-sans-v14-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/public-sans-v14-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/public-sans-v14-latin-800.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/public-sans-v14-latin-900.woff2') format('woff2');
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #102D4F;
}

p {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

b {
  font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #102D4F;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

body {
  background-color: #ffffff;
  color: #102D4F;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-image: url("../images/bg-body.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* HEADING */

.heading-01 {
  font-size: 64px;
}

.heading-02 {
  font-size: 40px;
}

.heading-03 {
  font-size: 36px;
}

.heading-04 {
  font-size: 32px;
}

.heading-05 {
  font-size: 20px;
}

/* TEXT COLOR */

.text-primary {
  color: #102D4F !important;
}

.text-secondary {
  color: #FD7E14 !important;
}

.text-success {
  color: #28C76F !important;
}

.link-primary {
  color: #102D4F !important;
}

.bg-primary {
  background-color: #102D4F !important;
}

.bg-secondary {
  background-color: #FD7E14 !important;
}

.bg-success {
  background-color: #28C76F !important;
}

/* BUTTONS */

.btn {
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  letter-spacing: 0.43px;
}

.btn.link-primary {
  border: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #102D4F;
  --bs-btn-border-color: #102D4F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b1f37;
  --bs-btn-hover-border-color: #0b1f37;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b1f37;
  --bs-btn-active-border-color: #0b1f37;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #102D4F;
  --bs-btn-disabled-border-color: #102D4F;
  --bs-btn-active-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
  box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
}

.btn-outline-primary {
  --bs-btn-color: #102D4F;
  --bs-btn-border-color: #6C757D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #102D4F;
  --bs-btn-hover-border-color: #102D4F;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #102D4F;
  --bs-btn-active-border-color: #102D4F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #102D4F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #102D4F;
}

/* FORM */

.form-label {
  color: #102D4F;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}

.form-control {
  font-weight: 400;
  font-size: 16px;
  color: rgba(16, 45, 79, 0.6);
  height: 34px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: none !important;
}

.form-control-lg {
  height: 38px;
}

.form-control::-webkit-input-placeholder {
  color: rgba(16, 45, 79, 0.6);
}

.form-control:-ms-input-placeholder {
  color: rgba(16, 45, 79, 0.6);
}

.form-control::placeholder {
  color: rgba(16, 45, 79, 0.6);
}

textarea {
  height: auto;
}

.form-check {
  padding-left: 1.8em;
}

.form-check-input {
  height: 20px;
  width: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  box-shadow: none !important;
}

.form-check-label {
  font-size: 15px;
  color: #535D55;
  vertical-align: middle;
}

.form-check .form-check-input,
.form-check .form-check-input:checked {
  margin-left: -1.8em;
}

.form-check-input:checked {
  background-color: #102D4F;
  border-color: #102D4F;
}

.form-check-input:focus {
  border-color: rgba(16, 45, 79, 0.2);
}

.error {
  font-weight: 400;
  font-size: 12px;
  color: #FB8C00;
}

.form-control.error {
  border-color: #FB8C00;
  font-weight: 400;
  font-size: 16px;
  color: rgba(16, 45, 79, 0.6);
}

/* ICONS */

.icon-chev-right {
  background-image: url("../images/icons/icon-chev-right.svg");
  /* background-size: 4px 8px; */
  background-size: auto;
  background-repeat: no-repeat;
  height: 11px;
  width: 6px;
  display: inline-block;
}

.icon-done {
  background-image: url("../images/icons/icon-done.svg");
  background-size: auto;
  background-repeat: no-repeat;
  height: 12px;
  width: 14px;
  display: inline-block;
}

/* MODAL */

.modal {
  --bs-modal-box-shadow: 0px 5px 20px rgba(75, 70, 92, 0.4);
}

.modal-sm {
  --bs-modal-width: 350px;
}

.modal-backdrop.show {
  opacity: 0.2;
}

.modal-content {
  border: 0;
  border-radius: 6px;
}

.modal-header {
  border: 0;
  padding: 35px 24px 20px;
  justify-content: center
}

.modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071C1.31658 14.0976 0.683417 14.0976 0.292893 13.7071C-0.0976311 13.3166 -0.0976311 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23102D4F'/%3E%3C/svg%3E%0A") center/1em auto no-repeat;
  width: 14px;
  height: 14px;
  border-radius: 0;
}

.modal-body {
  padding: 0 24px 24px;
}

.modal-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/bg-modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}


.icon-password {
  position: absolute;
  right: 12px;
  cursor: pointer;
}


.form-check-terms .form-check-label {
  font-size: 12px;
  color: #535D55;
  vertical-align: bottom;
}

/* HEADER */

.header {
  padding: 72px 0 16px;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #102D4F;
  padding: 12px 0;
  margin: 0 30px;
  position: relative;
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.header .nav-link::after {
  position: absolute;
  content: "";
  background-color: #102D4F;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header .nav-link.active::after,
.header .nav-link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* FOOTER */

.footer {
  padding: 105px 0 140px;
}

.footer .container {
  max-width: 964px;
}

.footer-top .footer-top-card {
  position: relative;
  border-right: 1px solid #102D4F;
}

.footer-top-card-inner {
  max-width: 242px;
  margin: 0 30px 55px;
  position: relative;
}

.footer-top-card h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #102D4F;
  margin: 10px 0;
}

.footer-top-card p {
  font-weight: 400;
  font-size: 16px;
  color: #8A99B4;
}

.footer-bottom {
  margin-top: 90px;
}

.footer-bottom-link h5 {
  font-weight: 800;
  font-size: 16px;
  color: #102D4F;
}

.footer-bottom-link a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #102D4F;
}

.footer-bottom .footer-bottom-copy {
  margin-top: 90px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #102D4F;
}

/* SECTION HERO */

.hero-content {
  padding: 90px 0 64px;
}

.hero-content p {
  max-width: 475px;
}

.roller {
  height: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-flex;
}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 8s infinite;
}

@keyframes slide {
  0% {
    top: 0;
  }

  20% {
    top: -80px;
  }

  40% {
    top: -156px;
  }

  60% {
    top: -232px;
  }

  80% {
    top: -312px;
  }
}

/* SECTION CRM */

.section-crm {
  padding: 105px 0 65px;
}

.card-crm {
  display: flex;
  align-items: center;
  gap: 16px;
}

.card-crm .card-crm-image {
  height: 107px;
  width: 107px;
  border-radius: 100px;
}

.card-crm .card-crm-content {
  flex: 1;
}

.card-crm .card-crm-content h6 {
  color: #4B465C;
  font-weight: 600;
  font-size: 16px;
}

.card-crm .card-crm-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.32px;
  max-width: 165px;
  color: rgba(16, 45, 79, 0.8);
  margin-top: 5px;
}

/* SECTION CLIENT */

.section-client {
  padding: 60px 0;
}

.client-logo {
  text-align: center;
  margin-top: 34px;
}

/* SECTION EMPOWERMENT */

.section-empower {
  padding: 155px 0;
}

.empower-content {
  max-width: 385px;
  position: relative;
  margin-left: auto;
}

.empower-image {
  position: relative;
  max-width: 564px;
  min-height: 474px;
}

.empower-image::before {
  content: "";
  position: absolute;
  background-image: url("../images/pattern01.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 499px 470px;
  top: 10px;
  left: -30px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.empower-image-01,
.empower-image-02,
.empower-image-03 {
  position: absolute;
}

.empower-image img {
  border-radius: 4px;
  transition: 0.5s ease-in all;
}

.empower-image:hover .empower-image-01 img {
  transform: scale(1.08);
  transform-origin: bottom center;
}

.empower-image:hover .empower-image-02 img {
  transform: rotate(10deg);
}

.empower-image:hover .empower-image-03 img {
  transform: rotate(-10deg);
}

.empower-image-01 {
  left: 35px;
  bottom: 8px;
}

.empower-image-02 {
  right: 0;
  top: 0;
  z-index: -1;
}

.empower-image-03 {
  left: 0;
  top: 55px;
}

.content-divider {
  position: relative;
  max-width: 104px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.content-divider::after,
.content-divider::before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  border-radius: 4px;
  width: 50%;
}

.content-divider::after {
  background-color: #EE4938;
  right: 2px;
}

.content-divider::before {
  background-color: #102D4F;
  left: 0;
}

/* SECTION CRM HR */

.section-crm-hr {
  padding: 125px 0;
}

.crm-hr-content ul {
  max-width: 240px;
  margin-top: 32px;
}

.crm-hr-content ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.crm-hr-content ul li img {
  max-width: 43px;
}

.crm-hr-content ul li .crm-hr-text {
  max-width: 182px;
}

.crm-hr-content .crm-hr-text h4 {
  font-weight: 600;
  font-size: 16px;
  color: rgba(16, 45, 79, 0.8);
  margin-bottom: 4px;
}

.crm-hr-content .crm-hr-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(16, 45, 79, 0.6);
  letter-spacing: -0.32px;
}

.crm-hr-image {
  position: relative;
}

.crm-hr-image::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -52px;
  height: 100%;
  width: 100%;
  background-image: url("../images/pattern02.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 572px 436px;
  z-index: -1;
}

.crm-hr-image-inner img {
  position: absolute;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  transform: scale(0);
}

.crm-hr-image:hover img {
  transform: scale(1);
  opacity: 1;
}

.crm-hr-image-inner img:nth-child(1) {
  top: 33px;
  left: 28%;
  box-shadow: 0px 1.458px 1.458px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.crm-hr-image-inner img:nth-child(2) {
  bottom: 15px;
  left: 55px;
  box-shadow: 0px 2.673px 12.0285px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.crm-hr-image-inner img:nth-child(3) {
  top: 114px;
  right: -6px;
  box-shadow: 0px 2.07358px 9.33112px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

/* SECTION CRM TODO */

.section-crm-todo {
  padding: 125px 0;
}

.crm-todo-content {
  margin-left: 45px;
}

.crm-todo-content ul {
  max-width: 240px;
  margin-top: 32px;
}

.crm-todo-content ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.crm-todo-content ul li img {
  max-width: 43px;
}

.crm-todo-content ul li .crm-todo-text {
  max-width: 182px;
}

.crm-todo-content .crm-todo-text h4 {
  font-weight: 600;
  font-size: 16px;
  color: rgba(16, 45, 79, 0.8);
  margin-bottom: 4px;
}

.crm-todo-content .crm-todo-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(16, 45, 79, 0.6);
  letter-spacing: -0.32px;
}

.crm-todo-image {
  position: relative;
  padding-left: 50px;
}

.crm-todo-content .todo-logo {
  mix-blend-mode: darken;
}

.crm-todo-image img {
  box-shadow: 5.53532px 11.0706px 99.6349px rgba(16, 45, 79, 0.3);
}

.crm-todo-image::before {
  content: "";
  position: absolute;
  left: 100px;
  top: -68px;
  height: 100%;
  width: 100%;
  background-image: url("../images/pattern02.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 572px 436px;
  z-index: -1;
}

.crm-todo-image-inner img {
  position: absolute;
}

.crm-todo-image-inner img:nth-child(1) {
  top: 94px;
  left: -50px;
  box-shadow: 0px 4.4px 14.08px rgba(16, 45, 79, 0.3);
  border-radius: 12px;
}

.crm-todo-image-inner img:nth-child(2) {
  top: 66px;
  right: 21px;
  box-shadow: 5.81207px 11.6241px 104.616px rgba(16, 45, 79, 0.3);
  border-radius: 12px;
}

.crm-todo-image-inner img {
  position: absolute;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  transform: scale(0);
}

.crm-todo-image:hover img {
  transform: scale(1);
  opacity: 1;
}

/* SECTION TRAIL */

.section-trial {
  padding: 125px 0;
}

.card-trial {
  box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  max-height: 90%;
  position: relative;
  overflow: hidden;
}

.card-trial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/bg-modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

.trial-content {
  background: linear-gradient(290.59deg, #EECB84 0.06%, #FFE5AE 52.4%, #EECB84 98.59%);
  padding: 60px 20px 40px;
  height: 100%;
}

.trial-logo {
  display: flex;
  flex-direction: wrap;
  justify-content: center;
  gap: 12px;
  margin: 34px 0;
}

.trial-logo .trial-logo-item img {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.trial-list {
  max-width: 220px;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.045em;
  color: #343A40;
  margin: 0 auto;
}

.trial-list li {
  margin-bottom: 10px;
}

.trial-list li .icon-done {
  margin-right: 16px;
}

.trial-form {
  padding: 48px 20px 48px 24px;
}

.trial-form .form-check-label {
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.37);
}

/* SWIPER */

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

/* SECTION C&M  */
.crm-cm-image-inner img {
  position: absolute;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  transform: scale(0);
}

.crm-cm-image:hover img {
  transform: scale(1.5);
  opacity: 1;
}

.crm-cm-image-inner img {
  bottom: 65px;
  border-radius: 12px;
  right: 85px;
}

/* SECTION BOOKS */
.crm-book-image-inner img {
  position: absolute;
}

.crm-book-image-inner img:nth-child(1) {
  top: 55px;
  left: 100px;
  border-radius: 5px;
}

.crm-book-image-inner img:nth-child(2) {
  bottom: -22px;
  right: 69px;
  border-radius: 5px;
}

.crm-book-image-inner img {
  position: absolute;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  transform: scale(0);
}

.crm-book-image:hover img {
  transform: scale(1.5);
  opacity: 1;
}


/* SECTION TESTIMONAIL */

.section-testimonial {
  padding: 230px 0;
  position: relative;
}

.swiper-testimonial {
  margin-top: 56px;
}

.testimonial-content {
  max-width: 240px;
  margin-left: 6px;
}

.testimonial-name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #002E5B;
}

.testimonial-post {
  font-weight: 500;
  font-size: 16px;
  color: #777777;
}

.testimonial-company {
  font-weight: 500;
  font-size: 14px;
  color: #777777;
  margin-bottom: 24px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 22px;
  color: #102D4F;
}

.testimonial-nav {
  max-width: 1265px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
}

.userInput input {
  margin: 10px;
  height: 40px;
  width: 30px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
  background: #eef2f3;
}

.modal-demo .demo-heading h2 {
  margin-top: 15px;
  font-size: 20px;
}

.modal-demo .demos-dates {
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}

.modal-demo .demos-dates .demo-date {
  padding: 10px 20px;
  background: #ECEEF1;
  border-radius: 10px;
  margin-right: 8px;
}

.modal-demo .demos-dates .demo-date:hover {
  background: #CFD5DC;
  border: 2px solid #102D4F;
}

.modal-demo .demos-dates .demo-date .demodate {
  font-weight: 800;
  font-size: 20px;
}

.demo-times {
  margin-top: 18px;
}

.demo-times .row {
  justify-content: center;
}

.demo-times .time {
  color: #102D4F;
  background: #ECEEF1;
  margin-bottom: 15px;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 10px;
  text-align: center;
}

.demo-times .time a {
  color: #102D4F;
  font-size: 12px;
}

.demo-times .time:hover {
  background: #CFD5DC;
  border: 2px solid #102D4F;
}

.schdeule-success .success-heading h2 {
  font-size: 16px;
}

.schdeule-success .success-heading p {
  padding: 10px 0;
  font-weight: 600;
}

.schdeule-success .selected-slots-time {
  display: flex;
  justify-content: space-between;
}

.schdeule-success .selected-slots-time .desc h6 {
  color: #9FABB9;
  font-weight: 600;
}

.schdeule-success .selected-slots-time .desc p {
  color: #405772;
}

.schdeule-success textarea {
  border-radius: 5px;
  border: 1px solid #9FABB9;
  background: transparent;
}

.success-heading h2 a {
  color: #102D4F;
}

.modal-header-success {
  padding: 0;
}

/* 
.login-page{
  padding: 0 !important;
}
.login-header{
  padding: 30px 16px;
} */
.congrats-pop-up {
  padding: 0 15px;
}

.congrats-pop-up .modal-header {
  padding: 0 10px 10px;
}

.congratulation {
  padding: 0;
}

.congratulation .congrats img {
  display: flex;
  margin: 0 auto;
  height: 290px;
  width: 250px;
}

.congratulation .congrats .desc {
  text-align: center;
}

.congratulation .free-trial .free-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to right bottom, #eecb84, #f2d18e, #f7d899, #fbdea3, #ffe5ae);
  padding: 120px 0px;
  border-radius: 25px;
}

.congratulation .free-trial .free-heading h1 {
  font-size: 50px;
}

.trial-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits {
  display: flex;
  flex-direction: row;
  font-size: 25px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.benefits i {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.benefits p {
  font-size: 20px;
}

.selected-apps {
  display: flex;
  justify-content: center;
  align-items: center;
}

.selected-apps p {
  font-size: 22px;
}

.time-center {
  margin: 0px 31px;
}

.modal-content {
  background-image: url(../images/popup-bg.png);
}

.right {
  font-weight: 400;
  font-size: 12px;
  color: #0a5526;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  background: url('/images/calendar-event.png') no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2.5px;
  border-width: thin;
}

.btn-different {
  background-color: #64778D;
  color: #fff;
}

.btn-different:hover {
  background-color: #505d6e;
  color: #fff;
}

.btn-gray {
  background-color: #CFD5DC;
  color: #738498;
}

.btn-gray:hover {
  background-color: #bec4ca;
  color: #738498;
}

.header-app {
  display: flex;
  justify-content: flex-start !important;
  padding: 15px 26px 26px
}

.modal-none {
  background: #fff !important;
}

.congrats-pop-up {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(30px);
  border-radius: 10px;
}

/* Help Page */
.can-help {
  background-image: url("../images/help-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 37vh;
  padding: 5rem 12rem;
  text-align: center;
}

.can-help .search {
  background: #fff;
  padding: 0 24px;
  border-radius: 6px;
  display: flex;
  border-radius: 6px;
}

.can-help .search input {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 12px 5px;
  font-size: 22px;
  color: #708195;
}

input:focus-visible {
  outline: none;
}

.faq {
  padding: 3rem 6rem;
}

.faq .heading-faq {
  padding: 15px 0;
  text-align: center;
}

.help-faq .accordion-button {
  background: #E5E7EC;
  color: #102D4F;
  font-weight: 800;
}

.help-faq .accordion-button:focus {
  box-shadow: none;
}

.help-faq .accordion-item {
  margin: 15px 0;
}

.help-faq .accordion-body h6 {
  color: #102D4F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.help-faq .accordion-body p {
  color: #708195;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.privacy .last-update p {
  text-align: end;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}

.privacy-heading {
  padding: 25px 0;
}

.heading-sec {
  padding: 35px 0;
}

.section-crm-cm {
  padding: 125px 0;
}

.section-crm-books {
  padding: 125px 0;
}

.scroll-top {
  margin-top: 61px;
}

.scroll-top button {
  border-radius: 2.5px;
  background: #102D4F;
  box-shadow: 0px 0px 10px 0px rgba(16, 45, 79, 0.30);
  padding: 13px 22px;
  border: none;
}

.scroll-top p {
  font-size: 12px;
  white-space: nowrap;
}


/* // Added on 01-08-23 // */

.carousel-indicators [data-bs-target] {
  background-color: #102D4F;
}

.carousel-indicators {
  bottom: -58px !important;
}

/* .carousel-control-prev {
  left: -140px !important;
}

.carousel-control-next {
  right: -140px !important;
} */

.carousel-control-next-icon{
  background-image: url(../images/right-chevron.svg) !important;
  position: absolute;
  right: -35px !important;
}

.carousel-control-prev-icon{
  background-image: url(../images/left-chevron.svg) !important;
  position: absolute;
  left: -35px !important;
}

.form-label .green{
  font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #28C76F;
}

.modal-body .otp-send{
  position: relative;
} 
.modal-body .otp-send a{
  position: absolute;
  top: 38px;
  color: #2D2E82;
  right: 9px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.modal-body .sign-head{
  font-size: 16px;
font-style: normal;
font-weight: 700;
color: var(--bs-btn-bg);
}

.forgotheadertext{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #F4923F;
}

#modalApp-signin .modal-content{
  background-color: #fff !important;
  background-image: none !important;
}

.body-app{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.body-app .row-app{
  display: flex;
  gap: 8px;
}

.img-pop{
  width: 107px !important ;
height: 107px !important;
}

#modalApp-signin .modal-dialog{
  transform: translate3d(75%, 0, 0);
}
.profilepic{
  content:attr(data-letters);
  display:inline-block;
  font-size:15px;
  width:41px;
  height:40px;
  line-height:40px;
  text-align:center;
  border-radius:50%;
  background:#ee6c6d;
  vertical-align:middle;
  color:white;
}
.font14-600{
  color:#102d4f;
  font-size: 14px; 
  font-weight: 600;
}
.home-profile-image img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.userInput input {
  margin: 10px;
  height: 40px;
  width: 30px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
  background: #eef2f3;
}