*,
body {
  font-family: Rubik, sans-serif;
}

.image-ele,
img {
  object-fit: contain;
  width: 100%;
}

.inner-wrapper,
body,
img {
  height: 100%;
}

#telecrmFAQ .card,
#telecrmFAQ .card-header,
#telecrmFAQ .card-header button,
#telecrmFAQ .card-header button.collapsed {
  background-color: transparent !important;
}

body {
  line-height: 1.5;
  margin: 0;
  color: #2e2e2e;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.iti {
  width: 100%;
}

.banner {
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

img {
  max-width: 500px;
  max-height: 550px;
}

.image-hero-ele {
  max-width: 700px;
  max-height: 700px;
}

.image-ele {
  max-width: 500px !important;
  max-height: 550px;
  min-height: 300px;
  display: block;
}

.max-width-1176 {
  max-width: 1176px;
  margin: auto;
}

.max-width-780 {
  max-width: 920px;
  margin: auto;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-270 {
  max-width: 50%;
}

.max-width-240 {
  max-width: 240px;
}

@media screen and (min-width: 768px) {

  .max-width-240,
  .max-width-270 {
    max-width: 33%;
  }
}

.min-height-133 {
  min-height: 133px;
}

.fs16 {
  font-size: 16px;
}

.fs21 {
  font-size: 21px;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px;
}

.header-section .navbar-expand-lg {
  padding: 20px 20px 0 !important;
}

.navbar-toggler .navbar-toggler-icon {
  fill: white;
  background-image: url(../../images/menu_bars.svg) !important;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  fill: white;
  background-image: url(../../images/menu_bars-dark.svg) !important;
}

a,
a:hover {
  text-decoration: none !important;
}

.color-white,
.nav-links.color-white {
  color: #fff;
}

.bg-light-purple,
.carousel-indicators li.purple-shade-bg {
  background-color: #4f38a2;
}

.companies-column {
  background-color: #fff;
  color: #2e2e2e;
  padding: 0 20px 20px;
}

.companies-column p,
.customer-support-desc {
  font-size: 22px;
}

.companies-column img {
  max-width: 1176px;
  width: 100%;
}

.cta-purple-btn {
  padding: 14px 40px;
  border-radius: 6px;
  background-color: #4f38a2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

nav .cta-purple-btn {
  padding: 8px 24px;
}

.cta-purple-btn:hover {
  background-color: #4f38a2;
  color: #e1e1e1;
}

nav {
  display: flex !important;
  align-items: baseline;
}

.nav-item {
  margin: 15px auto auto;
}

.telecrm-logo {
  margin-right: 50px;
}

.inner-wrapper {
  display: flex;
  margin: auto;
}

.section-headings {
  padding: 0;
  z-index: 8;
  background-color: #fff;
  margin-top: 80px;
}

.inner-wrapper .section-part {
  width: 100%;
  text-align: center;
}

.inner-wrapper .section-part-text .text {
  max-width: 330px;
  text-align: left;
  margin: auto;
}

.header-section {
  background-color: #230a53;
  background-image: url(../../images/LandingPage-Banner-bg.webp);
  background-size: 100% 100%;
}

.carousel-content-func-btn,
.carousel-content-func-btn:disabled:hover,
ul.nav-tabs .nav-link {
  background-color: transparent;
}

.header-section .inner-wrapper {
  flex-direction: column;
  padding: 0 20px;
}

.main-heading {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
}

.animate-box {
  justify-content: center;
}

.animate-box .dot-shadow {
  height: 10px;
  width: 10px;
  margin: 8px 20px 8px 10px;
  border-radius: 50%;
  background-color: #4f38a2;
  box-shadow: #7c65f15e 0 0 0 10px;
  animation: 0.7s linear infinite alternate animateDot;
}

@keyframes animateDot {
  0% {
    box-shadow: #7c65f15e 0 0 0 2px;
    background-color: #4f38a2;
  }

  100% {
    box-shadow: #4f38a2 0 0 0 10px;
    background-color: #3f2782;
  }
}

.animate-box span {
  line-height: 1;
  text-align: left;
}

.first-right-section {
  width: 100%;
  height: 100%;
  margin-top: 65px;
  justify-content: center;
  display: flex;
}

.first-right-section img {
  border-radius: 8px;
}

.aimate-text {
  width: fit-content;
  margin: auto;
  overflow: hidden;
  transition: 1s;
  max-width: 0;
}

.aimate-text span {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .cta-white-btn {
    margin: 0;
  }

  .nav-item {
    margin-top: 0;
  }

  .companies-column p {
    font-size: 32px;
  }

  .header-section .inner-wrapper .section-part {
    text-align: left;
  }

  .header-section .main-heading {
    margin: 105px initial initial;
    font-size: 72px;
    line-height: 72px;
  }

  .header-section .inner-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .first-right-section {
    justify-content: flex-end;
  }

  .animate-box {
    justify-content: flex-start;
  }

  .aimate-text {
    margin: initial;
  }

  .navbar-sub-container {
    display: flex;
  }
}

.column-section {
  padding: 50px 20px;
  text-align: center;
}

.carousel-content-func,
.custom-modal-container .custom-modal .header .close-btn i,
.user-get-started-modal-container .user-get-started-modal .close-btn i {
  display: flex;
}

.carousel-options-content-func .carousel-content-func-btn {
  border: none;
  color: #8b77ef;
}

.carousel-content-func-btn:hover {
  background-color: #efeeee;
}

.carousel-content-func-btn:disabled {
  opacity: 0.5;
}

.carousel-content-func-btn {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #605d5d;
  border: 2px solid #605d5d;
  transition: 0.5s;
  font-size: 28px;
}

.carousel-content-func-left-btn {
  margin-right: 8px;
}

.carousel-content-func-right-btn {
  margin-left: 8px;
}

ul.carousel-content-func-container {
  display: flex;
  width: fit-content;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}

ul.carousel-content-func-container::-webkit-scrollbar {
  display: none;
}

.carousel-content-func .nav-item {
  margin-top: 0;
}

.width-fit-content {
  width: fit-content;
}

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

ul.nav-tabs {
  border-bottom: none;
}

ul.nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 8px 30px;
  font-weight: 600;
  font-size: 18px;
  color: #292d34 !important;
  white-space: nowrap;
  cursor: pointer;
}

ul.nav-tabs .nav-item.show .nav-link,
ul.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  border-bottom: 4px solid #4f38a2;
  padding-bottom: 5px;
  position: relative;
}

ul.nav-tabs .nav-item.show .nav-link::after,
ul.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #4f38a2;
  user-select: none;
  transform: translateX(-50%);
}

ul.nav-tabs .nav-link:first-child {
  margin-left: 0;
}

ul.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.content-container-special-box {
  border-radius: 30px;
}

.content-container-special-box-light-blue {
  background-color: #ecfbf8;
}

.content-container-special-box-light-grey {
  background-color: #f2f2f2;
}

.content-container-special-box-light-purple {
  background-color: #f6f4fc;
}

.content-container-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #2e2e2e;
}

.content-container-sub-heading {
  font-size: 32px;
  color: #646363;
}

.content-container-sub-section-heading {
  font-size: 32px;
  line-height: 60px;
  color: #121a25;
  font-weight: 600;
  border-bottom: 4px solid #4f38a2;
  margin-left: auto;
  margin-right: auto;
}

.content-container-sub-section-heading a {
  color: #121a25;
}

.content-container-sub-section-text {
  font-size: 22px;
  line-height: 36px;
  color: #121a25;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 550px;
}

.content-container {
  overflow: hidden;
  max-width: 1246px;
  margin: auto;
  padding: 0 10px;
}

.tab-content .fade {
  transform: scale(0.9);
  transition: opacity 0.7s linear, transform 0.3s linear !important;
}

.tab-content .fade.show {
  transform: scale(1);
}

.get-started-form-container form {
  transform-origin: center center;
  animation: 0.3s linear inplaceFormAnime;
}

.custom-modal-opener-ele,
.get-started-form-container form button {
  cursor: pointer;
}

@keyframes inplaceFormAnime {
  0% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

.container-get-started-btn {
  background-color: transparent;
  border: none;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 6px;
  margin-top: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-dark-green {
  background-color: #2c9f88;
  color: #fff;
  filter: drop-shadow(0 0 14.5px rgba(0, 187, 242, 0.16));
  transition: 0.5s;
}

.btn-dark-green:hover {
  background-color: #13725f;
  color: #fff;
}

.btn-light-grey {
  background-color: #5a6164;
  color: #fff;
  filter: drop-shadow(0 0 14.5px rgba(49, 58, 61, 0.16));
  transition: 0.5s;
}

.btn-dark-black,
.btn-purple {
  color: #fff;
  filter: drop-shadow(0 0 14.5px rgba(188, 188, 188, 0.33));
  transition: 0.5s;
}

.btn-light-grey:hover {
  background-color: #3e4143;
  color: #fff;
}

.btn-dark-black {
  background-color: #455a64;
}

.btn-dark-black:hover {
  background-color: #202f36;
  color: #fff;
}

.btn-purple {
  background-color: #4f38a2;
}

.btn-purple:hover {
  background-color: #6c53c5;
  color: #fff;
}

.btn-footer-purple,
.btn-footer-purple:hover,
.btn-purple-shade,
.btn-purple-shade:hover {
  background-color: #7B68EE;
  color: #fff;
}

.btn-purple-shade {
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  transition: 0.5s;
}

.btn-footer-purple {
  cursor: pointer;
  border: none;
  min-height: 42px;
  transition: 0.5s;
}

.carousel-content-heading {
  text-align: center;
}

.carousel-content-sub-text {
  text-align: center;
  margin-bottom: 0;
}

.carousel-indicators .active {
  opacity: 1;
}

ol.carousel-indicators li {
  width: 23px;
  height: 4px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.5;
  transition: opacity 0.6s;
}

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

.testimonial-star-section {
  font-size: 21px;
  color: #ffb906;
}

.customer-testimonial {
  border-radius: 10px;
  background-color: transparent;
  transition: 0.5s;
  display: flex;
}

.customer-testimonial:hover {
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%), -23px 0 20px -23px rgb(0 0 0 / 80%),
    23px 0 20px -23px rgb(0 0 0 / 80%), inset 0 0 40px rgb(0 0 0 / 10%);
  background: #fff;
}

.customer-testimonial img {
  width: 100%;
  height: 100%;
  max-width: 118px;
  max-height: 154px;
  object-fit: cover;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {

  .max-width-240,
  .max-width-270 {
    max-width: 20%;
  }

  .footer-blog-main-container .max-width-240,
  .footer-blog-main-container .max-width-270 {
    max-width: 25%;
  }

  .content-container-heading {
    font-size: 50px;
  }

  .content-container-sub-section-text {
    font-size: 28px;
    margin-left: initial;
    margin-right: initial;
    text-align: initial;
  }

  .content-container-sub-section-heading {
    margin-left: initial;
    margin-right: initial;
    font-size: 40px;
  }

  ul.nav-tabs .nav-link {
    font-size: 22px;
    margin: 8px 40px;
  }

  .container-get-started-btn {
    margin-left: initial;
    margin-right: initial;
    display: initial;
  }

  .customer-support-desc {
    font-size: 24px;
  }

  .get-started-form-container form {
    transform-origin: top left;
  }
}

.tryout-footer-section {
  background-image: url(../../images/footer-curv.png);
  background-size: 100% 100%;
  background-position: 0 30px;
  background-repeat: no-repeat;
}

footer div.bg-purple-shade {
  font-size: 14px;
  background-color: #230a53;
}

.tryout-footer-section-text {
  border-radius: 12px;
  width: 100%;
  flex-direction: column;
  margin: auto;
  max-width: 1151px;
  box-shadow: 1px 1px 37px -6px rgb(0 0 0 / 41%);
  background-color: #fff;
}

.horizontal-rule-purple {
  background-color: #3e1b7b;
}

@media screen and (min-width: 576px) {
  .content-container {
    padding: 0 20px;
  }

  .customer-testimonial img {
    max-width: 130px;
    max-height: 180px;
  }

  .tryout-footer-section-text {
    flex-direction: row;
  }
}

.custom-modal-styles .modal-content {
  background-color: transparent;
  border: none;
  position: relative;
  margin: 20px;
  height: auto;
  max-height: 80vh;
}

.custom-modal-styles .modal-dialog {
  max-width: 1024px;
}

.custom-modal-styles .modal-body {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #3333338e;
}

.custom-modal-styles .modal-header {
  border: none;
  position: absolute;
  right: 10px;
  top: -56px;
  padding: 0;
}

.custom-modal-styles .modal-header .close {
  padding: 1rem;
  margin: 0;
  font-size: inherit;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
  height: 50px;
  width: 50px;
}

#telecrmFAQ .card {
  border: none !important;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  padding-bottom: 0;
}

#telecrmFAQ .card-header {
  padding: 0 !important;
  border: none !important;
}

#telecrmFAQ .card-header button.collapsed {
  color: #636363;
}

#telecrmFAQ .card-header button.collapsed i {
  transform: rotate(0);
}

#telecrmFAQ .card-header button:hover {
  text-decoration: none;
  background-color: #f9f9f9 !important;
  color: #636363;
}

#telecrmFAQ .card-header button:focus {
  text-decoration: none;
}

#telecrmFAQ .card-header button {
  transition: 0.5s;
  padding: 1.25rem;
  font-size: 18px !important;
  color: #333;
  white-space: initial !important;
  font-weight: 500;
}

#telecrmFAQ .card-header button i {
  font-size: 24px;
  transform: rotate(-180deg);
  transition: 0.3s;
}

#telecrmFAQ .card-header button span {
  margin-right: 15px;
}

#telecrmFAQ .card .collapse,
#telecrmFAQ .card .collapsing {
  background-color: transparent !important;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1.4;
}

@keyframes bounce-wa {

  0%,
  100%,
  64% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }

  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }

  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(-7px);
  }
}

.whatsapp-fab-anchor {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transform-origin: bottom;
  outline: 0;
  z-index: 10000;
  border: none;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: none;
}

.whatsapp-fab-anchor i {
  margin-bottom: 4px;
  display: flex;
}

.whatsapp-fab-anchor:hover,
.whatsapp-fab-anchor:visited {
  animation: none;
}

.whatsapp-fab button {
  background-color: #02d1a4;
  color: #fafafa;
  padding: 9px 16px 6px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  height: 76px;
  align-items: center;
}

.whatsapp-fab button:hover {
  background-color: #009588;
  color: #fff;
}

.whatsapp-fab button:hover i {
  color: #fff !important;
}

.whatsapp-fab-anchor,
.whatsapp-fab-anchor i {
  color: #fafafa;
}

.whatsapp-fab-anchor:hover {
  color: #fff !important;
  text-decoration: none;
}

.store-links-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.store-links-container img {
  max-width: 160px;
}

.store-links-container button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

.select-problem-parent-container {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.select-problem-parent-container h3 {
  text-align: center;
  font-size: 34px;
  color: #230a53;
  margin-bottom: 25px;
}

.select-problem-parent-container p {
  text-align: center;
  font-size: 34px;
  color: #230a53;
  margin-bottom: 25px;
  font-weight: 500;
}

.select-problem-parent-container .problem-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.select-problem-parent-container .problem-container .user-problem-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  background-color: rgba(123, 104, 238, 0.1);
  border-radius: 8px;
  padding: 10px 16px;
  margin: 10px;
  color: #230a53;
  position: relative;
  cursor: pointer;
  max-width: 135px;
  width: 100%;
  transition: 0.5s;
}

.select-problem-parent-container .problem-container .user-problem-container:hover {
  background-color: #f1f1f1;
}

.select-problem-parent-container .problem-container .user-problem-container input {
  position: absolute;
  top: 12px;
  left: 8px;
  padding: 5px;
  border: 2px solid #4f38a2;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  accent-color: #4f38a2;
  transition: 0.5s;
}

.select-problem-parent-container .problem-container .user-problem-container input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.select-problem-parent-container .problem-container .user-problem-container input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.select-problem-parent-container .problem-container .user-problem-container input:checked::after {
  display: none;
}

.select-problem-parent-container .problem-container .user-problem-container i {
  font-size: 28px;
  color: #230a53;
}

.select-problem-parent-container .problem-container .user-problem-container span {
  font-size: 14px;
  color: #230a53;
}

.select-problem-parent-container .show-solution-btnc-container button {
  margin-top: 20px;
}

.select-problem-parent-container .user-problem-select-get-started-btn {
  padding: 10px 50px;
  font-size: 22px;
  border-radius: 6px;
  border: none;
  background-color: #7d66f4;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  outline: 0;
  display: none;
  margin-top: 25px;
}

.select-problem-parent-container .user-problem-select-get-started-btn:hover {
  background-color: #9681fc;
}

@keyframes scaleAnime {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.user-problem-soltuion-container-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -40px;
  padding: 20px 20px 0;
  font-size: 40px;
}

.user-problem-soltuion-container {
  display: flex;
  flex-direction: column;
}

.user-problem-soltuion-container .header3 {
  display: flex;
  width: 100%;
}

.user-problem-soltuion-container .header3:nth-child(2n) .container {
  background-color: #f2f2f2;
}

.user-problem-soltuion-container .header3:nth-child(2n) .container-get-started-btn {
  background-color: #455a64;
}

.user-problem-soltuion-container .header3:nth-child(odd) .container {
  background-color: #f6f4fc;
}

.user-problem-soltuion-container .header3:nth-child(odd) .container-get-started-btn {
  background-color: #4f38a2;
}

.user-problem-soltuion-container .header3.active-problem {
  position: relative;
  animation: 0.5s linear scaleAnime;
}

.user-problem-soltuion-container .header3.active-problem::after {
  content: "★ Your problem";
  position: absolute;
  top: 14px;
  left: 24px;
  background-color: transparent;
  padding: 3px 10px;
  border-radius: 5px;
  border: 2px solid #240b54;
  color: #240b54;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

.user-problem-soltuion-container .header3 .details-checkmark-container-list {
  max-width: 600px;
  text-align: left;
  font-size: 22px;
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  color: #2e2e2e;
  margin-top: 40px;
}

.user-problem-soltuion-container .header3 .details-checkmark-container-list li {
  position: relative;
}

.user-problem-soltuion-container .header3 .details-checkmark-container-list li::after {
  content: "✅";
  position: absolute;
  top: 4px;
  left: -32px;
  font-size: 18px;
}

.custom-modal-container,
.user-get-started-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.738);
  width: 100%;
  height: 100%;
  display: none;
  padding: 20px;
  z-index: 999;
  overflow: auto;
}

.custom-modal-container .custom-modal,
.user-get-started-modal-container .user-get-started-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 470px;
  height: fit-content;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin: auto;
}

.custom-modal-container .custom-modal .header,
.user-get-started-modal-container .user-get-started-modal .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.custom-modal-container .custom-modal .headerh2,
.user-get-started-modal-container .user-get-started-modal .header h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.user-get-started-modal-container .user-get-started-modal .header p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.custom-modal-container .custom-modal .header .close-btn,
.user-get-started-modal-container .user-get-started-modal .header .close-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  color: #2e2e42;
  width: 35px;
  font-size: 18px;
  background-color: transparent;
  border-radius: 50px;
  border: none;
  outline: 0;
}

.custom-modal-container .custom-modal .header .close-btn:hover,
.user-get-started-modal-container .user-get-started-modal .close-btn:hover {
  background-color: #f4f4f4;
}

.custom-modal-container .custom-modal .content,
.user-get-started-modal-container .user-get-started-modal .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.custom-modal-container .custom-modal {
  border-radius: 16px;
}

.custom-modal-container .input-tag {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-modal-container .btn-purple-shade {
  height: 40px;
}

.section-what-is-crm-software.gray-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  background-color: #eeecff;
}

.section-what-is-crm-software .dual-section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-what-is-crm-software .dual-section-container .left-part {
  width: 38%;
}

.section-what-is-crm-software .dual-section-container .right-part {
  width: 58%;
  font-size: 20px;
}

.section-what-is-crm-software .dual-section-container .left-part .section-heading {
  font-size: 48px;
}

@media (max-width: 700px) {
  .section-what-is-crm-software .dual-section-container .left-part .section-heading {
    font-size: 30px;
  }

  .section-what-is-crm-software .dual-section-container .left-part,
  .section-what-is-crm-software .dual-section-container .right-part {
    width: 100%;
  }

  .section-what-is-crm-software br {
    display: none;
  }
}

.intlTelInput.error {
  border-color: #ff5858 !important;
  background-color: #ffe7e7 !important;
}

.whatsapp-fab-anchor button {
  border: none;
  display: flex;
  justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .whatsapp-fab-anchor {
    width: fit-content;
  }

  .whatsapp-fab button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

#footer3-h .btn-footer-purple,
#navbar3-purple .navbar-sub-container .cta-purple-btn,
.header-section .get-started-form-container .container-get-started-btn {
  background-color: #7b68ee;
}

#footer3-h .btn-footer-purple:hover,
#navbar3-purple .navbar-sub-container .cta-purple-btn:hover,
.header-section .get-started-form-container .container-get-started-btn:hover {
  background-color: #6c53c5;
}

#footer3-h-blog footer {
  border-top: 1px solid #f5f5f5;
}

#footer3-h-blog footer div.bg-purple-shade {
  background-color: #fff;
  color: #000;
}

#footer3-h-blog footer .footer-bottom {
  background-color: #f7f7f7;
}

#footer3-h-blog .color-white,
#footer3-h-blog .text-light {
  color: #2e2e2e !important;
}

@media screen and (max-width: 768px) {
  .customer-testimonial {
    display: flex;
    flex-direction: column;
  }

  .customer-testimonial img {
    display: block;
    margin: 0 auto;
    max-width: 118px;
    max-height: 154px;
  }

  .customer-testimonial .col{
    min-height: 0 !important;
  }

}