.content,
.scrolltop,
.sectionten .row_add,
.sectionten .row_even,
.sectiontwo .container {
  position: relative;
}
.cardbox {
  -webkit-box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
  cursor: pointer;
  height: 100%;
  border-radius: 5px;
  color: #434343;
  font-size: 14px;
  -moz-box-shadow: 0 0 16px 5px rgb(147 147 147 / 20%);
  box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
  padding: 16px;
  font-weight: 600;
}
.card_light:hover,
.cardbox:hover {
  background-color: #f5e5d9;
  box-shadow: 0 0 16px 5px rgb(0 0 0/20%);
}
.sectiontwo .purple_card {
  background-image: linear-gradient(
    #fefefe 20%,
    #fefefe 50%,
    #fefefe 75%
  ) !important;
  color: #fff;
  border-radius: 10px 10px 60px;
  cursor: pointer;
  box-shadow: 0 0 16px 5px rgb(0 0 0/20%);
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  right: 12px;
  z-index: 99;
  padding: 24px 0;
}
.sectiontwo .count_text {
  color: #010101;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.sectionnine .card_fex_numn .paracontent,
.sectiontwo .count_desc,
.services .card_tabs .paracontent {
  font-size: 14px;
  font-weight: 500;
}
.sectiontwo .sup {
  top: -10px;
}
.sectiontwo .count_desc {
  color: #6a6869;
  text-align: center;
}
.sectiontwo .purple_card .row > div:not(:last-child) {
  border-right: 1px solid #7b7b7b;
}
.sectiontwo .purple_card::after,
.sectiontwo .purple_card::before {
  position: absolute;
  content: "";
  height: 3px;
  background: #717173;
  border-radius: 10px;
}
.sectiontwo .purple_card::before {
  right: 10px;
  width: 300px;
  top: -8px;
}
.sectiontwo .purple_card::after {
  left: 30px;
  width: 500px;
  bottom: -8px;
}
.sectiontwo .purple_card:hover::before {
  left: 10px;
  width: 500px;
}
.sectiontwo .purple_card:hover::after {
  right: 100px;
  width: 300px;
  left: unset;
}
.sectiontwo .linebox {
  margin-top: 35px;
}
.services {
  padding: 0;
}
.services .card_tabs {
  border: 1px solid #403e3d;
  cursor: pointer;
  padding: 12px;
  height: 100%;
}
.services .col_incac.active .card_tabs {
  -webkit-box-shadow: 0 0 5px 5px rgb(0 0 0/20%);
  -moz-box-shadow: 0 0 5px 5px rgb(0 0 0 / 20%);
  box-shadow: 0 0 16px 5px rgb(0 0 0/20%);
}
.services .tab-content {
  padding: 50px 35px;
}
.services .bg_left_sec3 {
  background-color: var(--background-color);
  padding: 50px;
  height: 100%;
}
.services .bg_head {
  background-image: url(/assets/images/home/bg_head_white.webp);
}
.services .rightsec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .home_tab_left {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.services .home_tab_left li {
  position: relative;
  cursor: pointer;
  list-style: none;
}
.services .home_tab_left span {
  display: block;
  padding: 20px 20px 40px;
  transition: 0.5s;
  width: 0;
}
.services .home_tab_left span small {
  position: absolute;
  width: 100%;
  min-height: 40px;
  top: 20px;
  color: #2c2725;
  font-weight: 600;
  font-size: 16px;
}
.services .home_tab_left span.active,
.services .home_tab_left span:hover,
.services .tab_inac.active span {
  background-color: #edbf09;
  width: 100%;
}
.sectionfour ul,
.sectionfour ul li:last-child {
  margin-bottom: 0;
}
.sectionfour ul {
  margin-top: 30px;
}
.sectionfour .row > div:nth-child(3) ul {
  padding-right: 30px;
}
.sectionfour ul li {
  line-height: 25px;
  margin-bottom: 25px;
  color: #3e3d3d;
  font-size: 16px;
}
.sectionfour ul li::marker {
  color: #ffce05;
}
.tab_card_title {
  color: #010101;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.card_light {
  padding: 18px;
  height: 100%;
  border-radius: 5px;
  --webkit-box-shadow: 0 0 16px 0 rgb(147 147 147 / 20%);
  box-shadow: 0 0 16px 0 rgb(147 147 147 / 20%);
  cursor: pointer;
}
.sectioneight .card_light .paracontent {
  font-size: 14px;
  text-align: start;
  font-weight: 500;
}
.sectioneight .content,
.sectionnine .content {
  height: 470px;
}
.sectionnine .card_fex_numn {
  border-radius: 5px;
  box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
  color: #434343;
  display: flex;
}
.sectionnine .card_fex_numn .number_sec {
  background-color: #ffce05;
  color: #000;
  padding: 10px 7px;
  display: grid;
  place-content: center;
  font-size: 14px;
}
.sectionnine .card_fex_numn .content_sec {
  padding: 15px 20px 15px 7px;
}
.sectionnine .sec_title_num_card {
  color: #010101;
  font-weight: 900;
  font-size: 16px;
}
.sectionten .card_white_shad {
  -webkit-box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
  background-color: #fff;
  padding: 16px;
}
.sectionten .row_add::after,
.sectionten .row_even::after {
  content: "";
  position: absolute;
  top: 50%;
}
.sectionten .row_add::after {
  background-image: url(/assets/images/crmsoftware/arrow_odd.webp);
  background-repeat: no-repeat;
  background-size: 99px 60px;
  left: 50%;
  width: 99px;
  height: 60px;
}
.sectionten .row_even::after {
  background-image: url(/assets/images/crmsoftware/arrow_even.webp);
  background-repeat: no-repeat;
  background-size: 75px 50px;
  right: 50%;
  width: 75px;
  height: 50px;
}
.sectionten .row_add:last-child::after {
  background-image: none;
}
.sectionten .card_white_shad h3 {
  font-size: 16px;
  text-transform: capitalize;
  color: #5e5a59;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  line-height: 23px;
}
.sectionten .card_white_shad .paracontent {
  font-size: 14px;
  line-height: 24px;
}
.sectionten .content {
  height: 570px;
}
.sectionten .content .row:last-child::after {
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  right: auto;
  width: 0;
  height: 0;
}
.whatmakes .progress_sec .progress_head {
  font-size: 18px;
  margin-bottom: 0;
  color: #010101;
  font-weight: 700;
}
.whatmakes .progress_sec .progress_div {
  font-size: 25px;
  display: flex;
  align-items: center;
}
.whatmakes .progress_sec .progress {
  background-color: #e1dfe4;
  height: 13px;
  border-radius: 20px;
  width: 100%;
}
.whatmakes .progress_sec .progress-bar {
  background-color: #f5b512;
}
.whatmakes .banner_title_big {
  font-size: 42px;
  line-height: 54px;
  text-align: end;
}
.whatmakes .bg_head {
  background-size: 40% 40%;
  background-position: top 80px left 60px;
  padding-top: 0;
}
.whatmakes .title_blk_big {
  font-size: 40px;
  line-height: 52px;
  color: #010101;
  text-transform: capitalize;
  font-weight: 700;
}
.whatmakes .hr_black_big {
  background-color: #010101;
  height: 7px;
  opacity: 1;
}
.whatmakes .paracontent {
  color: #4f4f4f;
}
.whatmakes .progress_text {
  margin-left: 20px;
  color: #010101;
  font-weight: 700;
}
.content.content_faq {
  height: 450px;
}
.content::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.content::-webkit-scrollbar-track-piece:start {
  margin-top: 18px;
}
.content::-webkit-scrollbar-track-piece:end {
  margin-bottom: 10px;
}
.content::-webkit-scrollbar-thumb {
  background-color: #ffce05;
}
.content {
  height: 350px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  padding: 25px;
}
.scrolltop::after {
  content: "";
  position: absolute;
  height: calc(100% - 28px);
  width: 4px;
  background-color: #ccc;
  right: 0;
  top: 18px;
  z-index: 1;
}
.content_faq::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
@media only screen and (min-width: 1800px) {
  .whatmakes .banner_title_big {
    font-size: 48px;
    line-height: 105px;
  }
  .whatmakes .bg_head {    
    background-size: 16% 80%;
    background-position: top 4px left 0px;
  }
  .sectiontwo .row {
    align-items: center;
  }
  .sectiontwo.bottomspace .custom_container .purple_card {
    bottom: 15px;
  }
  .sectionnine .content {
    height: 500px;
  }
  .sectionten .scrolltop .content {
    height: 810px;
  }
  .sectiontwo.bottomspace {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .sectiontwo .row {
    align-items: center;
  }
  .sectiontwo.bottomspace .purple_card {
    max-width: 75%;
    bottom: -18px;
  }
}
@media only screen and (min-width: 1500px) {
  .sectiontwo .purple_card {
    bottom: 12px;
  }
  .sectionten .content {
    height: 665px;
  }
}
@media only screen and (min-width: 991px) {
  .content_faq::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .content_faq:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
}
@media only screen and (max-width: 1400px) {
  .scrolltop::after {
    right: 0;
  }
  .bottomspace {
    padding-bottom: 120px;
  }
  .sectiontwo .purple_card {
    bottom: -75px;
  }
}
@media only screen and (max-width: 1300px) {
  .sectiontwo .purple_card {
    bottom: -80px;
  }
}
@media only screen and (max-width: 1199px) {
  .sectiontwo .container .purple_card {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
  .bottomspace {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sectiontwo .purple_card .row > div:not(:last-child) {
    border-right: 0px;
    margin-bottom: 30px;
  }
  .services .home_tab_left {
    display: none;
  }
  .services .card_tabs:hover {
    -webkit-box-shadow: 0 0 5px 5px rgb(0 0 0/20%);
    -moz-box-shadow: 0 0 5px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 16px 5px rgb(0 0 0/20%);
  }
  .services .bg_head {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sectionten .row_add::after,
  .sectionten .row_even::after {
    background-image: none;
    width: 0;
    height: 0;
    inset: auto;
  }
}
@media only screen and (max-width: 576px) {
  .whatmakes .banner_title_big {
    font-size: 32px;
    line-height: 44px;
    padding: 0;
    background-image: none;
    text-align: start;
  }
  .whatmakes .title_blk_big {
    font-size: 30px;
    line-height: 42px;
  }
  .sectiontwo .purple_card:hover::after,
  .sectiontwo .purple_card:hover::before {
    width: 120px;
  }
  .sectiontwo .purple_card::after,
  .sectiontwo .purple_card::before {
    width: 200px;
  }
  .services .bg_left_sec3 {
    padding: 40px 12px;
  }
  .services .tab-content {
    padding: 40px 0;
  }
}

.whatmakes .bg_head
{
    background: none;
}