img.company-logos {
  width: 100%;
}
.modal-exit-popup-header {
  padding: 0;
  min-height: 0;
}
.modal-exit-popup-content {
  background-color: #0093dd;
  padding: 20px;
}
.modal-dialog-exit-popup {
  width: 100%;
  max-width: 750px;
  margin: 40px auto;
}
.modal-exit-popup-body h1 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 32px;
}
.modal-exit-popup-body p {
  text-align: center;
  color: #fff;
}
.modal-exit-popup-body h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
form#exit-popup-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
input.popup-input {
  width: 100%;
  max-width: 335px;
  height: 45px;
  margin: 15px auto;
  border: 0;
  border-radius: 7px;
  padding: 8px;
}
input.popup-message {
  width: 100%;
  max-width: 685px;
  height: 45px;
  margin: 15px auto;
  border: 0;
  border-radius: 7px;
  padding: 8px;
}
input#exit-popup-submit {
  width: 160px;
  height: 40px;
  background-color: #ffd246;
  color: #16325c;
  border: 0;
  border-radius: 7px;
  font-weight: 900;
  font-size: 18px;
}
@media only screen and (max-width: 400px) {
  .modal-exit-popup-body h1 {
    font-size: 26px;
  }
  .modal-exit-popup-body p {
    font-size: 14px;
  }
  .modal-exit-popup-body h4 {
    font-size: 22px;
  }
}
#popup {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: 10002;
  top: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  margin: 0 auto;
  text-align: center;
  background: #1f1f1fd9;
}
p#popup_form_error {
  color: #fff !important;
}
section.ism-hero-section {
  background-color: #0093dd;
  /* margin-top: 98px;
  height: 520px; */
}

div.ism-hero-box {
  display: flex;
  /* flex-direction: row; */
  justify-content: space-around;
  align-items: center;
}

.ism-hero-box {
  display: flex;
  margin-top: 160px;
  height: auto;
  gap: 80px;
  justify-content: center;
}
h1.ism-hero-h1 {
  color: #fff;
  font-weight: 900;
  text-align: left;
  line-height: 55px;
  font-size: 40px;
}
p.ism-hero-para {
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-style: normal;
  margin: 15px 0;
  width: 100%;
  line-height: 30px;
}
.ism-hero-content {
  max-width: 100%;
  min-width: 50%;
  /* position: relative;
  width: 100%;
  overflow: hidden; */
}

.ism-hero-left h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 800;
  color: #fff;
}

.ism-hero-left h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.ism-hero-image {
  max-width: 100%;
  min-width: 50%;
}
.btn-hero-ism a {
  text-decoration: none;
  color: #16325c !important;
  font-size: 18px;
}
div.ism-hero-box {
  padding: 20px;
  /* height: 500px; */
}
a.hero-a-tag {
  cursor: pointer;
  text-decoration: none;
}
button.btn.btn-hero-ism {
  display: flex;
  align-items: start;
  max-width: 100%;
  /* width: 215px; */
  /* height: 40px; */
  font-size: 20px;
  border-radius: 50px;
  border: none;
  background: #ffd246 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  color: #16325c !important;
  font-weight: 600;
}
img.ism-img {
  width: 100%;
}
#cssmenu > ul > li > a.header-menu:hover {
}
#cssmenu > ul > li > a.header-menu::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #555;
  transition: width 0.3s;
}
#cssmenu > ul > li > a.header-menu:hover::after {
  width: 100%;
  transition: width 0.3s;
}
section.customer-logos-section {
  background-color: #0093dd;
  padding: 20px;
}
.customer-logos-title h1 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
section.customer-logos.slider.homepage-logos-slider {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  margin: 0;
}
div.container.logos-company.homepage {
  margin: 50px auto;
}
img.customer-logo {
  width: 100%;
  max-width: 140px;
  margin: 5px auto;
}
section.white-background {
  padding: 20px;
  background-color: #fff;
}
.ism-title h1 {
  text-align: center;
  font: normal normal 600 36px/58px Montserrat;
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
}
.sales-box-flex-image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.sales-box-title h1 {
  text-align: center;
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
  margin-bottom: 20px;
}
.sales-box-subtitle h2 {
  text-align: center;
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  margin-bottom: 20px;
}
.sales-box-para p {
  text-align: left;
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
  margin-bottom: 20px;
}
.sales-box-highlights p {
  text-align: left;
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  width: 290px;
  height: 24px;
  margin-bottom: 20px;
}
i.fa.fa-check-circle {
  color: #6dc642;
  opacity: 1;
}
.sales-box-cta {
  text-align: center;
}
button.sales-box-button {
  width: 203px;
  height: 40px;
  background: #ffb908 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: 0;
  opacity: 1;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  color: #16325c;
  margin-top: 20px;
}
section.blue-background {
  padding: 20px;
  background-color: #0093dd;
}
.marketing-box-flex-image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.marketing-box-title h1 {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.marketing-box-subtitle h2 {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.marketing-box-para p {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.marketing-box-highlights p {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  width: 290px;
  height: 24px;
  margin-bottom: 20px;
}
.marketing-box-cta {
  text-align: center;
}
button.marketing-box-button {
  width: 203px;
  height: 40px;
  background: #ffb908 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: 0;
  opacity: 1;
  letter-spacing: 0;
  color: #16325c;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px;
}
.support-box-flex-image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.support-box-title h2 {
  text-align: center;
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
  margin-bottom: 20px;
}
.support-box-subtitle h2 {
  text-align: center;
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  margin-bottom: 20px;
}
.support-box-para p {
  text-align: left;
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
  margin-bottom: 20px;
}
.support-box-highlights p {
  text-align: left;
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  width: 290px;
  height: 24px;
  margin-bottom: 20px;
}
.support-box-cta {
  text-align: center;
}
button.support-box-button {
  width: 203px;
  height: 40px;
  background: #ffb908 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: 0;
  opacity: 1;
  letter-spacing: 0;
  color: #16325c;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px;
}
.success-box-flex-image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.success-box-title h1 {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.success-box-subtitle h2 {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.success-box-para p {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.success-box-highlights p {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  width: 290px;
  height: 24px;
  margin-bottom: 20px;
}
.success-box-cta {
  text-align: center;
}
button.success-box-button {
  width: 203px;
  height: 40px;
  background: #ffb908 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: 0;
  opacity: 1;
  letter-spacing: 0;
  color: #16325c;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px;
}
section.teleduce-pricing-section {
  background-color: #fff;
  padding: 20px;
}
.teleduce-pricing-title h1 {
  letter-spacing: 0;
  color: #16325c;
  font-weight: 900;
  line-height: 1.5em;
  text-align: center;
  margin: 25px auto;
}
span#price-saving {
  background: #0093dd;
  color: #fff;
  padding: 5px;
}
.teleduce-pricing-subtitle h2 {
  text-align: center;
  font: normal normal 600 40px/50px Montserrat;
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  font-size: 32px;
}
.corefactors-pricing {
  width: 100%;
  max-width: 374px;
  height: 573px;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 0 10px #0092dc73;
  opacity: 1;
  border-radius: 25px;
}
.corefactors-pricing-logo img {
  width: 250px;
  height: 58px;
  opacity: 1;
  margin: 0 auto;
  display: block;
}
.corefactors-pricing-para p {
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  font-weight: 900;
  text-align: center;
  margin: 20px auto;
  font-size: 21px;
}
.corefactors-pricing-benefits p {
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  margin: 25px auto;
  font-size: 16px;
}
.versus img {
  margin: 30px auto;
  display: block;
}
.others-pricing-box {
  width: 100%;
  max-width: 332px;
  height: 80px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 0 3px #0092dc73;
  border-radius: 9px;
  opacity: 1;
  margin: 15px auto;
}
.others-pricing-title {
  color: #16325c;
  opacity: 1;
  text-align: center;
}
.others-logo img {
  width: 100%;
  max-width: 90px;
}
.others-pricing-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.others-price p {
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  font-weight: 900;
  font-size: 20px;
}
p.total-price {
  width: 177px;
  height: 39px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  color: #0092dc;
  opacity: 1;
  font-weight: 900;
  font-size: 32px;
}
span#plus-symbol,
span#equals-symbol {
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
  font-weight: 900;
  font-size: 32px;
  width: 20px;
  height: 40px;
  margin: 0 auto;
  display: block;
}
.pricing-cta {
  text-align: center;
  margin: 40px auto;
}
button.pricing-cta-button {
  width: 160px;
  height: 51px;
  background: #ffb908 0% 0% no-repeat padding-box;
  box-shadow: 0 0 15px #ffb9088f;
  border-radius: 7px;
  opacity: 1;
  border: 0;
  color: #16325c;
  font-size: 24px;
  font-weight: 700;
}
section.ism-and-crm-section {
  padding: 20px;
}
span.content-highlights {
  color: #ffd246;
  font-weight: 900;
}
.ism-and-crm-title h1 {
  letter-spacing: 0;
  color: #16325c;
  opacity: 1;
  text-align: center;
  font-weight: 900;
}
.ism-and-crm {
  background: #0092dc 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  width: 100%;
  max-width: 822px;
  min-height: 400px;
  margin: 0 auto;
  padding: 20px;
}
.ism-and-crm-slick-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.card-left-content {
  max-width: 50%;
}
.card-left-content img,
.card-right-content img {
  width: 100%;
  max-width: 194px;
}
.card-left-content h4,
.card-right-content h4 {
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 20px;
}
.card-left-content p,
.card-right-content p {
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  margin-top: 20px;
}
.ism-vs-crm {
  align-self: center;
}
.ism-vs-crm h1 {
  width: 71px;
  height: 61px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  font-weight: 900;
}
div.testimonials-title h1 {
  color: #16325c;
  font-weight: 600;
  text-align: center;
}
section.testimonials-section {
  background-color: #0093dd;
  padding: 20px;
  background-image: url(/assets/images/landingpage/World-map-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
div.testimonials-content h1 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 32px;
  text-align: center;
}
div.testimonials-title {
  padding: 20px;
}
div.salesbox-testimonial {
  padding: 0 30px;
}
div.testimonial-carousel {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.18) 0.4rem 0.4rem 1.6rem 0;
}
p.testimonial {
  color: #000;
  text-align: left;
}
.image-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.client-box img {
  width: 100%;
  max-width: 100px;
}
.client-box img {
  border-radius: 50%;
}
section.freetrial-signup-section {
  background-color: #ffd246;
}
div.freetrial-signup {
  padding: 50px;
}
div.signup-title h1 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
input#signup-name.form-control,
input#signup-mobile.form-control {
  width: 275px;
  height: 45px;
  margin: 20px auto;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 7px;
}
input#sales-signup-submit.btn.btn-sales-signup {
  font-family: montserrat;
  width: 275px;
  height: 45px;
  margin: 20px auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 7px;
  background-color: #0093dd;
  color: white;
  outline: none;
  cursor: pointer;
}
p#form_error_freetrial,
p#form_success_freetrial {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* margin-left: 70px; */
  h1.ism-hero-h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .sales-box-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
  }
  .sales-box-flex-content {
    max-width: 50%;
  }
  .sales-box-flex-image {
    order: 2;
  }
  .marketing-box-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
  }
  .marketing-box-flex-content {
    max-width: 50%;
  }
  .support-box-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
  }
  .support-box-flex-content {
    max-width: 50%;
  }
  .support-box-flex-image {
    order: 2;
  }
  .success-box-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
  }
  .success-box-flex-content {
    max-width: 50%;
  }
  .sales-box-highlights,
  .marketing-box-highlights,
  .support-box-highlights,
  .success-box-highlights {
    display: flex;
    flex-wrap: wrap;
  }
  .teleduce-pricing-details {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
  }
  .corefactors-pricing {
    margin: 0;
  }
  .versus {
    align-self: center;
  }
  .others-pricing-box {
    width: 332px;
    margin: 0;
  }
  div.testimonials {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  div.testimonials-content {
    width: 50%;
  }
  section.testimonials-section {
    padding: 50px 0;
  }
  div.testimonials-content h1 {
    font-size: 60px;
    text-align: left;
  }
  form#salesbox-signup-form {
    display: flex;
  }
}

@media screen and (max-width: 600px){
  .better__CRM_card{
    width: 100% !important;
  }

  .sales-cards-center h3, .sales-cards-center p{
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  img.teleduce-img {
    width: 300px;
  }
}
@media screen and (max-width: 470px) {
  .ism-hero-box {
    gap: 40px;
  }
  .ism-hero-left h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .ism-hero-left h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .ism-hero-left p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 992px) {
  .ism-and-crm-carousel {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .ism-hero-box {
    flex-direction: column;
  }
}
.faq-section {
  padding: 20px;
  background-color: #0093dd;
}
.faqs h2 {
  color: #16325c;
  font-weight: 900;
  text-align: center;
  margin: 20px 0;
}
.accordion {
  background-color: #0093dd;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}
.active.accordion:hover {
  background-color: #0093dd;
}
.accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active.accordion:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  font-weight: 600;
  padding: 8px;
  line-height: 30px;
}
/* @media only screen and (max-width: 425px) {
  section.ism-hero-section {
    height: 700px;
  }
} */

/* section */

.why__corefactors {
  background-color: #0093dd;
  padding: 50px 0;
}

.why__corefactors-body-card h3 {
  font-size: 20px;
  /* color: #0093dd; */
  font-weight: 700;
  margin-bottom: 20px;
}

.why__corefactors-header p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.why__corefactors-body-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
}

/* Features section */
.features {
  background-color: #0093dd;
  padding: 20px 0;
}

.features__header {
  text-align: center;
  margin-bottom: 30px;
}

.features__header h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.features__header p {
  font-size: 16px;
  line-height: 1.6;
}

.features-content__card {
  background-color: #0092dc;
  padding: 30px;
}

.features-content__card:nth-child(even) {
  background-color: #16325c;
  border-radius: 20px;
  padding: 20px;
  /* color: #fff; */
}

.features-content__card-body-item p {
  color: #ffff;
}

.features-content__card-body-item:nth-child(even) p {
  color: #fff !important;
}

.features__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* gap: 30px; */
}

.features__content-sidebars {
  position: sticky;
  height: auto;
  top: 15%;
  overflow-y: auto;
  border-radius: 5px;
  padding: 15px;
  /* background-color: #16325c; */
  /* border: 1px solid #ccc; */
  /* height: calc(100vh - 40px); */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

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

.doc_left_sidebarlist li {
  margin-bottom: 10px;
}

.doc_left_sidebarlist li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
  /* background-color: #fff; */
}

/* Active sidebar link */

.nav-item a {
  font-size: 15px;
  color: #000;
}

.nav-item.active {
  background-color: #16325c;
  color: #fff;
  border-radius: 8px;
}

.features-content__main {
  flex: 1;
  /* margin: 0 0 0 55px; */
}

.features-content__header {
  padding: 0 20px;
}

.features-content__header h2 {
  font-size: 37px !important  ;
}

.features-content__header p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.features-content__card-body-item a {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
}

/* .main__data-driven {
  justify-content: start !important;
} */

.features__data-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.features-content__card-imges {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.features-content_card-img {
  width: 30%;
}

.features-content_card-img img {
  width: 100%;
}

.data-driven {
  width: 28% !important;
  height: 150px !important;
  position: relative !important;
}

.data-driven a {
  font-size: 16px !important;
  padding: 10px 0 10px 0 !important;
  bottom: 0 !important;
  position: absolute !important;
}

.features-content__card {
  border-radius: 5px;
  padding: 20px 0;
  margin-bottom: 20px;
  transition: transform 0.2s ease;
  position: relative;
  /* border: 1px solid #ccc; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* background-color: #fff; */
}

/* .features-content__Card-body-img {
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* .features-content__card:nth-child(even){
      background-color: #16325c;
  } */

/* .features-content__card:hover {
      transform: translateY(-5px);
  } */

.features-content__card-header {
  display: flex;
  justify-content: space-between;
}

.features-content__card-header h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.features-content__card-header p {
  flex-direction: column;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.three-card {
  width: 100% !important;
}

/* Responsiveness */
@media screen and (max-width: 925px) {
  .features-content__main {
    margin: 0;
  }
  .features__content-sidebars {
    display: none;
  }

  .three-card {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .features__content {
    flex-direction: column;
    align-items: stretch;
  }

  .features__content-sidebars {
    display: none;
  }

  .features-content__main {
    margin: 0;
  }

  .features-content__card-body-item {
    width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .features-content__card-body-item {
    width: 100% !important;
  }

  .features-content__card-header {
    flex-direction: column-reverse;
    width: 100%;
  }

  .features-content_card-img {
    width: 48%;
  }
}

@media screen and (max-width: 550px) {
  .features-content_card-img {
    width: 100%;
  }
}

.features-content__card-body {
  display: flex;
  /* align-items: center; */
  margin: 20px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  /* width: 100%; */
  gap: 20px;
  position: relative;
}

.features-content__card-body-item {
  width: 47%;
  /* background-color: #; */
  /* height: 340px; */
  /* background: #fff;
  box-shadow: 0 0 10px #0000004d; */
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.features-content__card-body-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
/* .features-content__card-body-item a{
      text-decoration: none;
      position: absolute;
      padding: 20px 0;
      bottom: 0;
  } */

.features-content__body-cards {
  position: relative;
}

@media screen and (max-width: 430px) {
  .features-content__header {
    margin: 0 20px;
  }
  .features-content__card {
    padding: 0 10px;
  }
}
/* End of Features section */

/* icons */

.features-content__card-body-item span {
  font-size: 42px;
  margin-right: 10px;
  color: #fff;
}

.fa-brands,
.fa-solid {
  font-size: 42px;
  margin-right: 10px;
  color: #fff;
}

/* Tables */
.ai-table {
  background-color: #0093dd;
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.ai-table th,
.ai-table td {
  padding: 25px;
  text-align: center;
  /* border: 1px solid #ddd; */
}

.table__body td:first-child {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  padding: 20px;
}
.table > tbody > tr > td {
  vertical-align: middle;
}

.table__body td {
  font-size: 16px !important;
  font-weight: 500;
}
.table > thead:first-child > tr:first-child > th {
  font-size: 22px;
  font-weight: 600;
}

.table__body tr:last-child {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 500;
}

.table-header th {
  background-color: #0093dd;
  color: #fff;
  padding: 30px;
  text-align: center;
}

/* .table__last-row td {
  background-color: #0093dd;
  color: #fff;
  padding: 20px;
  text-align: center;
} */

/* .ai-table__main-header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
} */

.ai-table__main-header h2 {
  margin: 0;
}

.ai-table__main-tables {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  overflow-x: auto;
}

.ai-table__main-tables table {
  width: 100%;
}

.col img {
  width: 200px !important;
}

.table-header .table__herader-logos {
  /* display: table; */
  /* justify-content: space-between; */
  /* align-items: center; */
}

.material-symbols-rounded {
  font-size: 30px !important;
  color: #419b45;
  font-weight: 800;
}

.material-symbols-sharp {
  font-size: 30px !important;
  color: #f70000;
  font-weight: 800;
}

/* whycore */

.google-white {
  color: #fff;
  font-size: 40px !important;
  font-weight: 600;
  /* margin-left: 10px; */
}

.why_corefactors {
  background-color: #0093dd;
  padding: 50px 0;
}

/* ? WHy Core */
.whyCore {
  margin-top: 20px;
}
.whyCore__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 100%; */
}

.whyCoreLeft,
.whyCoreRight {
  width: 48%;
}

.whyCoreheader,
.whyCoreLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.whyCoreheader h2,
p {
  text-align: left;
  padding: 10px;
}

.heading-white h2 {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  /* text-align: center; */
  line-height: 46px;
  text-transform: capitalize;
  /* padding: 20px; */
}

.whyCoreheader p {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
}

.whyCoreRight {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 8px;
}

.whyCoreRight_card {
  display: flex;
  column-gap: 20px;
}

.whyCoreRight_card h3 {
  font-size: 23px;
  font-weight: 600;
}

.whyCoreRight p {
  padding: 5px 0 20px 0;
  font-size: 17px;
  font-weight: 500;
}

.google-white {
  color: #16325c;
  background-color: #f1f1f1;
  padding: 12px;
  border-radius: 50%;
}

/* ? End */
/* ? Pricing */

.aiCRM__Price {
  background-color: #edfbff;

  margin: 40px 0 40px 0;
}

.aiCRM__Price-main {
  margin: 30px 0 40px 0;
}

.aiCRM__Price-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: #fff; */
  border-radius: 10px;
  padding: 10px;
  /* height: ; */
}

.aiCRM__Price-card {
  /* background-color: #fff; */
  border: 2px solid #16325c;
  width: 32%;
  border-radius: 10px;
  height: 700px;
  padding: 10px;
}

.Corefactors_Card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aiCRM__Price-card h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #16325c;
}

.aiCRM__Price-card p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #16325c;
}
.aiCRM__Price-card-header {
  /* background-color: #fff; */
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.aiCRM__Price-card-header p {
  padding: 10px;
  text-align: cneter;
}

.Corefactors_Card p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.aiCRM__Price-card-list {
  /* background-color: #fff; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
}

.aiCRM__Price-card-header img {
  margin: 0 auto;
  display: block;
}

.aiCRM__Price-card-header p {
  text-align: center;
}

.aiCRM__Price-card-list h4 {
  font-size: 23px;
  font-weight: 600;
  color: #16325c;
  text-align: center;
}

.aiCRM__Price-card-list p {
  font-size: 17px;
  font-weight: 600;
  color: #0093dd;
  text-align: center;
}

.core_lists h4 {
  color: #fff;
}

.core_lists p {
  color: #fff;
}

hr {
  margin: 8px;
  border: 0.8px solid;
}
/* .aiCRM__Price-card img {
} */

.aiCRM__Price-card-btn .btn {
  width: 50%;
  display: block;
  margin: 10px auto;

  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ffd246;
  color: #16325c;
  /* margin-top: 10px; */
}

.aiCRM__Price-card:last-child {
  /* margin: 12px; */
  background-color: #0093dd;
  color: #fff;
  border-radius: 10px;
}
/* .aiCRM__Price-card:nth-child(-n + 2.over):hover {
  background-color: #16325c;
  color: #fff;
  border-radius: 10px;
  transition: ease-in 0.2s;
} */

.Corefactors_Card:hover {
  background-color: #16325c;
  transition: ease-in-out 0.2s;
}

.core_lists h4 p {
  color: #fff;
}

/* .aiCRM__Price-card:hover img {
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
} */

@media only screen and (max-width: 950px) {
  .whyCore__main {
    flex-direction: column;
    /* width: 100%; */
  }

  .whyCore {
    margin-top: 0px !important;
  }

  .whyCoreLeft,
  .whyCoreRight {
    width: 100%;
  }

  .whyCoreheader P {
    text-align: center;
  }

  .aiCRM__Price-card {
    width: 48%;
    height: 700px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 780px){
  .enterprise__hero-wrap{
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .whyCore__main {
    margin: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .aiCRM__Price-card {
    width: 100%;
    height: 700px;
    margin-top: 10px;
  }
}

/* CTA section */

/* .cta-sec {
  margin: 20px 0 20px 0;
} */

.cta-main {
  background-color: #16325c;
  padding: 40px 20px;
  /* border-radius: 8px; */
}

.cta-main h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.cta-main p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cta-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-right .btn {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ffd246;
  color: #16325c;
  margin-top: 10px;
}


/* What make Corefactors CRM better than others */

.better__CRM {
  padding: 50px 0;
}

.better__CRM_header h2{
  font-size: 35px;
  color: #16325c;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0 20px;
}

.better__CRM_body{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

.better__CRM_card {
  width: 48%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;

}

.better__CRM_card h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #16325c;
}

.better__CRM_card span {
  font-size: 17px !important;
  margin-bottom: 20px;
  color: #16325c;
  padding: 20px 0;

}

.better__CRM_card p {
  font-size: 16px;
  font-weight: 500;
  
  margin: 20px 0;
  color: #000;
  line-height: 32px;
}