@font-face {
  font-family: "Product Sans";
  src: url("../Font/ProductSans-Bold.eot");
  src: url("../Font/ProductSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../Font/ProductSans-Bold.woff2") format("woff2"),
    url("../Font/ProductSans-Bold.woff") format("woff"),
    url("../Font/ProductSans-Bold.ttf") format("truetype"),
    url("../Font/ProductSans-Bold.svg#ProductSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Product Sans";
  src: url("../Font/ProductSans-Regular.eot");
  src: url("../Font/ProductSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../Font/ProductSans-Regular.woff2") format("woff2"),
    url("../Font/ProductSans-Regular.woff") format("woff"),
    url("../Font/ProductSans-Regular.ttf") format("truetype"),
    url("../Font/ProductSans-Regular.svg#ProductSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Product Sans";
  src: url("../Font/ProductSans-BoldItalic.eot");
  src: url("../Font/ProductSans-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../Font/ProductSans-BoldItalic.woff2") format("woff2"),
    url("../Font/ProductSans-BoldItalic.woff") format("woff"),
    url("../Font/ProductSans-BoldItalic.ttf") format("truetype"),
    url("../Font/ProductSans-BoldItalic.svg#ProductSans-BoldItalic")
      format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Product Sans";
  src: url("../Font/ProductSans-Italic.eot");
  src: url("../Font/ProductSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../Font/ProductSans-Italic.woff2") format("woff2"),
    url("../Font/ProductSans-Italic.woff") format("woff"),
    url("../Font/ProductSans-Italic.ttf") format("truetype"),
    url("../Font/ProductSans-Italic.svg#ProductSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Product Sans";
}
p {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
input,
button,
select,
textarea {
  border: 0;
  outline: 0;
}
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
:root {
  --orange: #e35628;
  --blue: #2173d3;
  --sky-blue: #34bec2;
  --light-sky: #caeeef;
  --green: #34a853;
  --black: #000;
  --white: #fff;

  --transition1: 0.3s;
  --transition2: 0.5s;
}

::-webkit-scrollbar {
  width: 0.625rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.313rem grey;
  border-radius: 0.625rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--orange);
}

/* Button Start */
.md-orange-button {
  background-color: var(--orange);
  padding: 0 2.5rem;
  color: var(--white);
  border-radius: 0.5rem;
  transition: var(--transition2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
}
.md-orange-button:hover {
  color: var(--white);
  opacity: 0.8;
}
.lg-orange-button {
  background-color: var(--orange);
  padding: 0 2.5rem;
  color: var(--white);
  border-radius: 0.5rem;
  transition: var(--transition2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.7rem;
}
.lg-orange-button:hover {
  color: var(--white);
  opacity: 0.8;
}
.lg-border-button {
  background-color: transparent;
  padding: 0 2.5rem;
  color: var(--black);
  border-radius: 0.5rem;
  transition: var(--transition2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.7rem;
  border: 0.063rem solid var(--black);
}
.lg-border-button:hover {
  color: var(--white);
}
.lg-border-button:hover {
  color: var(--white);
  background: var(--black);
  border: 0.063rem solid transparent;
}

.lg-white-button {
  background-color: var(--white);
  padding: 0 2.5rem;
  color: var(--black);
  border-radius: 0.5rem;
  transition: var(--transition2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.7rem;
  position: relative;
  gap: 0.375rem;
}
.lg-white-button:hover {
  color: var(--black);
  background: var(--white);
  opacity: 0.8;
}

/* Button End */
/* heading Start */
.center-heading {
  margin-bottom: 3.75rem;
}
.center-heading h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 100%;
  margin-bottom: 1.25rem;
  font-weight: normal;
  color: var(--black);
}
.center-heading h2 span {
  font-weight: bold;
  color: var(--orange);
}
.center-heading p {
  text-align: center;
  font-size: 1.125rem;
  color: var(--black);
}
.center-heading h6 {
  font-size: 1.125rem;
  line-height: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0.625rem;
}

.white-center-heading {
  margin-bottom: 3.75rem;
  position: relative;
}
.white-center-heading h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 100%;
  margin-bottom: 1.25rem;
  font-weight: normal;
  color: var(--white);
}
.white-center-heading h2 span {
  font-weight: bold;
  color: var(--white);
}
.white-center-heading p {
  text-align: center;
  font-size: 1.125rem;
  color: var(--white);
}

.left-heading {
  margin-bottom: 3.75rem;
}
.left-heading h2 {
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 1.25rem;
  font-weight: normal;
  color: var(--black);
}
.left-heading h2 span {
  font-weight: bold;
  color: var(--orange);
}
.left-heading p {
  font-size: 1.125rem;
  color: var(--black);
}
.left-heading h6 {
  font-size: 1.125rem;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 10px;
}
/* heading end */
/* Header section start*/
.headersec{
    width: 100%;
    position: fixed;
    z-index: 100;
    background: var(--white);
    transition: 0.5s ease-in-out;
}
.headersec.header-scrolled{
    -webkit-box-shadow: 0 0.19rem 0.313rem rgba(57, 63, 72, 0.2);
    -moz-box-shadow: 0 0.19rem 0.313rem rgba(57, 63, 72, 0.2);
    box-shadow: 0 0.19rem 0.313rem rgba(57, 63, 72, 0.2);
    transition: 0.5s ease-in-out;
}
.headersec .navbar {
  padding: 0.88rem 0;
  transition: 0.5s ease-in-out;
}

.headersec .navbar-brand {
  padding: 0;
}
.headersec .navbar-brand img {
  max-width: 9.38rem;
}

.headersec ul.navbar-nav {
  width: 100%;
  justify-content: right;
  display: flex;
}

.headersec ul.navbar-nav li {
  margin-left: 3.125rem;
}
.headersec ul.navbar-nav li:nth-child(1) {
  margin-left: 0;
}
.headersec a.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--black) !important;
  transition: 0.5s;
  border-bottom: 0.125rem solid transparent !important;
  padding: 0 0 0.313rem 0 !important;
}
.headersec a.nav-link:hover,
.headersec a.nav-link.active {
  border-bottom: 0.125rem solid var(--orange) !important;
  padding-bottom: 0.313rem;
}

.headersec .profile_icon {
  line-height: 3.25rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: var(--sky-blue);
  text-align: center;
}
.headersec .buttonalign {
  align-items: center;
  display: flex;
  margin-left: 2.5rem;
  gap: 1.875rem;
}

.headersec .navbar-toggler,
.headersec .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
  color: #000;
}
.navbar-toggler-icon {
  border: 0.063rem solid #000;
  padding: 0.313rem;
  align-items: center;
  border-radius: 0.313rem;
  color: #000;
  font-size: 1.563rem;
}
.fa-bars:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}

/* Header section close*/
main{
    padding-top: 5rem;
}
/* Banner section open*/

.bannersec {
  overflow: hidden;
  background: var(--light-sky);
  position: relative;
  z-index: 2;
}
.bannersec::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 28%;
  height: 100%;
  background: var(--orange);
}
.bannervideo {
  background: linear-gradient(
    to right,
    var(--orange) 0%,
    var(--orange) 50%,
    var(--white) 50%,
    var(--white) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0.625rem;
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
}
.bannersec h1 {
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 5rem;
  margin: 0 0 3.125rem 0;
}
.bannersec h1 span {
  font-weight: bold;
  color: var(--orange);
}
.bannersec p {
  font-size: 1.125rem;
  color: #000;
  margin: 0 0 3.125rem 0;
}
.bannerbtnalign {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.bannercontain {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 10%;
}

.bannersec .youtubeicon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
  width: 5.625rem;
  height: 5.625rem;
  margin: 0 auto;
}
.bannersec .bannervideo img {
  width: 100%;
}
.bannervideoalign {
  position: relative;
  padding: 4.375rem 0;
}
.bannervideoalign::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--orange);
}
/* Banner section close*/

/* Amazing Feature section start*/

.amazingproductfeaturesec {
  padding: 5rem 0;
  overflow: hidden;
}
.featurerproductverticalalignfirstcolumn .featureproductitems {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.featureproductitems h6 {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.625rem;
}
.featureproductitems {
  padding-top: 1.25rem;
}
.featureproductitems:first-child {
  padding-top: 0;
}
.featureproductitems p {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0.313rem;
}

.featureproducticon {
  width: 5.313rem;
  height: 5.313rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.amazingproductfeaturesec .phoneimg {
  position: relative;
}
.phoneimg img {
  width: 100%;
}
.featurerproductverticalalignfirstcolumn {
  padding-right: 1.25rem;
}
.featurerproductverticalalignsecondcolumn {
  padding-left: 1.25rem;
}

.featureproductitems ul.product_tick li {
  background-image: url(../images/icon/red_tick.svg);
  background-repeat: no-repeat;
  background-position: right 0.438rem;
  text-align: right;
  padding-right: 1.563rem;
}

.featureproductitemssecondcolm .featureproducticonsecondcolm {
  text-align: left;
}
.featureproductitemssecondcolm ul.product_tick li {
  background-image: url(../images/icon/red_tick.svg);
  background-repeat: no-repeat;
  background-position: left 0.438rem;
  text-align: left;
  padding-left: 1.563rem;
}
.featureproductitemssecondcolm h6 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.625rem;
}
.featureproductitemssecondcolm .fa-check {
  margin-right: 0.625rem;
  color: var(--orange);
}
.featureproductitemssecondcolm p {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0.313rem;
}
.featureproductitemssecondcolm {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.featureproductitemssecondcolm:first-child {
  padding-top: 0;
}

/* Amazing Feature section close*/

/* crmrevolution section start*/

.crmrevolutionsec {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 3.438rem 0;
}

.crmrevolutionsec::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(14, 186, 191, 0.8);
}

.crmrevolutionitems {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.625rem;
  flex-wrap: wrap;
  padding: 1.125rem;
  border: 0.125rem solid #fff;
  border-radius: 1.125rem;
}
.crmrevolutionitems h6 {
  font-size: 1.563rem;
  font-weight: bold;
  color: #fff;
}
.revelutionitemalign {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.fa-arrow-right:before {
  content: "\f061";
}
.crmrevolutionsec .fa-arrow-right {
  margin-left: 0.625rem;
  color: #000;
  position: relative;
}
.crmrevolutionsec .Success {
  background-color: #fff;
  padding: 1.25rem 3.75rem;
  color: #000;
  border-radius: 0.5rem;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
  text-align: center;
}
.crmrevolutionsec .Success a {
  color: #fff;
  font-weight: 600;
}

.crmrevolutionsec .Successbtnalign {
  text-align: center;
  margin-top: 2.5rem;
}

.crmimg {
  width: 4.75rem;
  height: 4.75rem;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.crmimg img {
  /* top: 25%; */
  top: 28%;
  text-align: center;
  position: relative;
}

/* crmrevolution section close*/

/* liketomanage section start*/

.liketomanagesec h2 {
  font-size: 3rem;
  color: #000;
  font-family: "Product Sans";
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}

.liketomanagesec {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.manageitems {
  padding: 2.5rem 0.625rem;
  border: 0.4px solid #000;
  width: 16.125rem;
  height: 19.375rem;
  border-radius: 1.25rem;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 1.25rem 0.25rem 2.75rem 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1.25rem 0.25rem 2.75rem 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1.25rem 0.25rem 2.75rem 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manageitemarea {
  background-color: var(--orange);
  border-radius: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  position: relative;
  align-items: center;
}
.manageitems h5 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 1.125rem 0;
}
.liketomanagesec .managelist {
  margin: 1.25rem 0.625rem;
}
.managelist .fa-check {
  color: #fff;
  margin-right: 0.938rem;
}

.managelist ul li {
  margin-bottom: 0.625rem;
}
.managelist ul li:nth-child(7) {
  margin-bottom: 0;
}

.managelist span {
  color: #fff;
}
.bgicon {
  position: absolute;
  right: 1.125rem;
  bottom: 0.625rem;
}

.liketomanagesec .row {
  gap: 1.563rem 0;
}
.liketomanagesec .getbutton {
  background-color: var(--orange);
  padding: 1.25rem 3.75rem;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 1.25rem;
  display: inline-block;
}

.liketomanagesec .getbtnalign {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.manageitemarealeftend h5 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 1.125rem 0;
}
.liketomanagesec .manageitemarealeftend {
  background-color: #34a853;
  border-radius: 1.25rem;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1.25rem;
  position: relative;
}
.liketomanagesec .manageitemarealeftend .bgicon {
  left: 1.125rem;
}

.liketomanagesec .manageitemDev {
  background: var(--blue);
}
.companylogo {
  padding: 2.75rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 24.25rem;
  left: 50%;
  width: 18.75rem;
  height: 18.75rem;
  z-index: 1;
  transform: translateX(-50%);
}

.innerborder {
  padding: 2.75rem;
  border-radius: 50%;
  border: 0.063rem solid #000;
  width: 13.125rem;
  height: 13.125rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
/* liketomanagesec section close*/

/*Several apps section start*/
.severalappssec {
  padding-top: 5rem;
  background-color: #caeeef;
  position: relative;
  z-index: 7;
  overflow: hidden;
}
.severalappssec:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2.75rem;
  content: "";
  background-image: url(../images/severalappsec/rightimg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.severalappssec .leftimg {
  position: absolute;
  left: 0;
  top: 2.75rem;
  content: "";
  z-index: 5;
}
.severalappssec .center-heading h2 span {
  display: block;
}
/*Several apps section end*/

/*future ready solution section start*/
.futurereadysolusec .leftimg {
  padding: 1.75rem;
  border: 0.063rem solid #000;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}
.futurereadysolusec .leftimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.futurereadysolusec {
  padding: 6.25rem 0 0 0;
  overflow: hidden;
}

.futurereadysolusec .getbutton {
  background-color: var(--orange);
  padding: 1.25rem 3.75rem;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 1.25rem;
  display: inline-block;
}
.futurereadysolusec h2 {
  font-size: 3rem;
  color: #000;
  font-family: "Product Sans";
  font-weight: normal;
}

.futurereadysolusec p {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
  margin: 1.25rem 0;
}

.futurereadysolusec .col-lg-5 {
  padding-left: 3.125rem;
}

/*future ready solution section end*/

/*client logo  section start*/

.cliectlogosec h2 {
  font-size: 3rem;
  color: #000;
  font-family: "Product Sans";
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.25rem;
}
.cliectlogosec {
  padding: 5rem 0;
  overflow: hidden;
}

.cliectlogosec .clientlogoimg {
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0px 0px 0.75rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  text-align: center;
  width: 100%;
  height: 6.25rem;
  display: flex;
  justify-content: center;
}
.cliectlogosec .clientlogoimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.cliectlogosec .clientlogoimg img:hover {
  filter: grayscale(0);
}

.cliectlogosec .clientlogoverticalsec {
  display: flex;
  justify-content: space-around;
  gap: 1.25rem;
}

.cliectlogosec .card {
  border: none;
  padding: 0.625rem;
}

/*client logo  section section end*/

/*crm software section start*/

.crmsoftwaresec {
  background-color: #2173d3;
  padding: 5rem 0;
  overflow: hidden;
}

.crmsoftwaresec p {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 1.25rem 0;
}

.crmsoftwaresec .iconimg {
  width: 3.75rem;
  height: 3.75rem;
}
.crmsoftwaresec h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.125rem 0;
}
.softwarecardvertical {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 0.813rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.crmsoftwaresec .fa-arrow-right {
  color: #e25626;
}
.serviceinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  color: var(--black);
  transition: var(--transition2);
}
.crmsoftwaresec .col-lg-3 {
  padding: 1.875rem;
}
.serviceinfo:hover {
  color: var(--orange);
}

.crmsoftwaresec .row {
  border: 0.188rem solid #fff;
  border-radius: 1.25rem;
}

/*crm software section  end*/

/*End to end product section  start*/
.Endtoendproductsec {
  padding: 5rem 0 0 0;
  overflow: hidden;
}
.Endtoendproductsec .center-heading h2 span {
  display: block;
}
.crmtable th:nth-child(1),
td:nth-child(1) {
  background-color: #caeeef;
  padding: 1.875rem 3.75rem;
  border-bottom: 0.063rem solid #70b8ba;
}
.crmtable thead,
th:nth-child(1) {
  border-radius: 0.625rem 0.625rem 0 0;
  padding-top: 1.25rem;
}

.crmtable thead,
th:nth-child(2) {
  width: 12.5rem;
  height: 6.25rem;
  border-right: 1px solid #70b8ba;
}
.crmtable thead,
th:nth-child(2) img {
  width: 7.5rem;
}
.crmtable thead,
th:nth-child(3) {
  width: 14.375rem;
  height: 6.25rem;
  border-right: 1px solid #70b8ba;
}
.crmtable thead,
th:nth-child(3) img {
  width: 7.5rem;
}
.crmtable thead,
th:nth-child(4) {
  width: 14.375rem;
  height: 6.25rem;
  border-right: 1px solid #70b8ba;
}
.crmtable thead,
th:nth-child(4) img {
  width: 7.5rem;
}
.crmtable thead,
th:nth-child(5) {
  width: 14.375rem;
  height: 6.25rem;
}
.crmtable thead,
th:nth-child(5) img {
  width: 7.5rem;
}

.crmtable thead,
td {
  border-bottom: 1px solid #70b8ba;
  padding: 1.875rem 3.75rem;
  border-right: 0.063rem solid #70b8ba;
  text-align: center;
}
.crmtable thead {
  -webkit-box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
}
.crmtable thead,
td:nth-child(5) {
  border-right: none;
}

.crmtable td:nth-child(1) {
  border-right: none;
  font-weight: 600;
}
.crmtable tr:nth-child(9) td:nth-child(1) {
  border-bottom: none;
  border-radius: 0 0 0.625rem 0.625rem;
}
.crmtable tr:nth-child(9) td:nth-child(2) {
  border-bottom: none;
}
.crmtable tr:nth-child(9) td:nth-child(3) {
  border-bottom: none;
}
.crmtable tr:nth-child(9) td:nth-child(4) {
  border-bottom: none;
}
.crmtable tr:nth-child(9) td:nth-child(5) {
  border-bottom: none;
}

.Endtoendproductsec .fa-circle-check::before {
  content: "\f058";
}

.fa-circle-check {
  color: #34a853;
}

.Endtoendproductsec .crmtablealign {
  padding: 1.875rem 0 1.875rem 1.875rem;
  border: 0.125rem solid #caeeef;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
  z-index: 7;
  background-color: #fff;
}
.crmtable {
  width: 100%;
  z-index: 1;
  position: relative;
}
.Endtoendproductsec .table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.063rem solid #ddd;
}

.fa-angle-down {
  color: #fff;
}
.Endtoendproductsec .fa-angle-down::before {
  content: "\f107";
}
.viewmorebtn {
  text-align: center;
  width: 7.188rem;
  height: 7.188rem;
  display: flex;
  justify-content: center;
  background-color: var(--orange);
  border-radius: 50%;
  align-items: center;
}
.Endtoendproductsec .row .viewmorebtn {
  text-align: center;
}

.viewmorebtnalign {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
a.viewmorebtn {
  text-align: center;
  width: 7.813rem;
  height: 7.813rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--orange);
  border-radius: 50%;
  align-items: center;
  bottom: 5.25rem;
  transform: translateY(-51px);
  padding: 3.375rem 0 0 0;
  font-size: 1.375rem;
  color: #fff;
}

/*End to end product section  end*/

/*Support Growth section  start*/

.supportgrowthsec {
  padding: 5rem 0;
  overflow: hidden;
}
.supportgrowthsec .leftimg {
  padding-left: 1.25rem;
}
.supportgrowthsec h2 {
  text-align: left;
  text-transform: capitalize;
  font-size: 3rem;
  font-family: "Product Sans";
}
.supportgrowthsec p {
  text-align: left;
  text-transform: capitalize;
  font-size: 1.125rem;
  margin: 2.5rem 0;
}

.supportgrowthsec .iconwithtext {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.625rem;
}
.icondetail {
  font-family: "Product Sans";
  font-size: 1.875rem;
  margin-left: 0.625rem;
  font-weight: 600;
}
.iconwithtextalign {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.supportgrowthsec .getbutton {
  background-color: var(--sky-blue);
  padding: 0 2.5rem;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 3.75rem;
  height: 3.75rem;
  display: inline-block;
}
.supportgrowthsec .getbutton:hover {
  opacity: 0.8;
}
.supportgrowthsec .plink {
  color: #e25626;
  font-size: 1.125rem;
  text-decoration: underline;
  font-weight: 600;
}
.buttonwithlink {
  display: flex;
  gap: 1.875rem;
  align-items: center;
}
.supportgrowthsec .col-lg-6:nth-child(2) {
  padding-left: 2.188rem;
}
.supportgrowthsec .rightcontainverticalalign {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*Support Growth section  end*/

/* Best work crm section  start*/

.bestworkcrmsec h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Product Sans";
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}
.bestworkcrmsec {
  background-image: url(../images/99salescrm/99salescrm.jpg);
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 3.438rem 0;
}

.bestworkcrmsec::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #0ebabf;
  opacity: 50%;
}

.revelutionitemalign {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.fa-arrow-right:before {
  content: "\f061";
}
.bestworkcrmsec .fa-arrow-right {
  margin-left: 0.625rem;
  color: #000;
  position: relative;
}
.bestworkcrmsec .Success {
  background-color: #fff;
  padding: 1.25rem 3.75rem;
  color: #000;
  border-radius: 0.5rem;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.bestworkcrmsec .Success:hover {
  opacity: 0.8;
}
.bestworkcrmsec .Success a {
  color: #fff;
  font-weight: 600px;
}

.bestworkcrmsec .Successbtnalign {
  text-align: center;
  margin-top: 2.5rem;
}

.crmimg {
  width: 4.75rem;
  height: 4.75rem;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.crmimg img {
  top: 28%;
  text-align: center;
  position: relative;
}
/*Best work crm section  end*/

/* Footer  section  start*/

.footersec {
  padding: 5rem 0 0 0;
  overflow: hidden;
}

.footersec .logo img {
  max-width: 9.38rem;
}
.footersec p {
  text-align: left;
  font-size: 1rem;

  color: #000
}
.socialicon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 20px;
}
.socialicon li a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f1f1f1;
  border: 0.063rem solid #000;
  border-radius: 0.438rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.socialicon li a:hover {
  /* background-color: #fff; */
  transform: rotate(360deg);
  transition: all 0.5s;
}
.socialicon li:nth-child(5) {
  margin-right: 0;
}
.footersec h5 {
  text-align: left;
  font-size: 1.563rem;

  color: #000;
  margin: 0.938rem 0 1.563rem 0;
  font-weight: 600;
}
.footernav li {
  margin-bottom: 0.625rem;
}
.footernav li:last-child{
    margin-bottom: 0px;
}
.footernav li a:hover {
  color: var(--orange);
}
.footernav li a {
  font-size: 1rem;
  color: #000;
  transition: var(--transition2);
}
.footnavpolicy{
    display: flex;
    align-content: center;
}
.footnavpolicy li {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  border-right: 0.063rem solid #000;
}
.footnavpolicy li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
.footnavpolicy li a {
  font-size: 1rem;
  color: #000;
  line-height: 0.625rem;
  transition: var(--transition1);
}
.footnavpolicy li a:hover{
    color: var(--orange);
}
.footnavpolicy li a {
  padding-right: 0.625rem;
}

.footersec .allrightreserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.063rem solid #bfbfbf;
  flex-wrap: wrap;
  padding:2.188rem 0;
  margin-top: 2.188rem;
}
.footersec .logo{
  margin-bottom: 1.25rem;
}
/*Footer  section  end*/

.fa-angle-up:before {
  font-style: normal;
  font-size: 2rem;
  line-height: 3.125rem;
  color: #fff;
}

#topbtn {
  display: inline-block;
  background-color: var(--orange);
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  border-radius: 0.25rem;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
}
