img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@font-face {
  /* font-family: "Segoe UI";
  src: url("../fonts/Segoe UI.woff") format("woff2"),
    url("../fonts/Segoe UI.woff") format("woff");
  font-weight: normal;
  font-style: normal; */
}

@font-face {
  /* font-family: "Segoe UI Bold";
  src: url("../fonts/Segoe UI Bold.woff") format("woff2"),
    url("../fonts/Segoe UI Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; */
}

body{
  /* font-family: "Segoe UI", sans-serif; */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(60, 63, 64, 1);
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  font-family: "Segoe UI Bold", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 36px;
  /* font-family: "Segoe UI Bold", sans-serif; */
  font-weight: 700;
}

h5 {
  font-size: 30px;
  /* font-family: "Segoe UI Bold", sans-serif; */
  font-weight: 600;
}

h6 {
  font-size: 24px;
  /* font-family: "Segoe UI Bold", sans-serif; */
  font-weight: 400;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.background-blue {
  background: rgba(31, 173, 228, 1);
}

.text-color-blue {
  color: rgba(0, 66, 92, 1);
}

.text-color-black {
  color: rgba(0, 0, 0, 1);
}

.integration_title {
  font-family: "Segoe UI Bold", sans-serif;
  font-size: 32px;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}

.integrate-head p {
  font-size: 16px;
}

.global-integration-btn {
  border-radius: 100px;
  padding: 19px 82px;
  background: rgba(234, 249, 255, 1);
  font-family: "Segoe UI Bold", sans-serif;
  color: rgba(31, 41, 55, 1);
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.global-integration-btn:hover {
  color: rgba(31, 41, 55, 1);
}

.global-integration {
  position: relative;
}

.global-integration:after {
  content: "";
  background: url("../images/fluent_arrow-up-20-regular.png");
  width: 20px;
  height: 20px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 1px;
}

.crm-sales-section {
  position: relative;
  z-index: 9;
}

.crm-sales-section h1 {
  font-size: 42px;
  font-family: "Segoe UI Bold", sans-serif;
  font-weight: 600;
  line-height: normal;
  color: rgba(0, 66, 92, 1) !important;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 15px;
}

.crm-sales-section p {
  font-size: 20px;
  color: rgba(31, 41, 55, 1);
}

.crm-custom-btn {
  position: relative;
  z-index: 9;
}

.crm-custom-info-btn span {
  margin-right: 20px;
  padding-left: 25px;
  position: relative;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  color: rgba(31, 41, 55, 1);
}

/* .crm-custom-info-btn span:before {
    content: "";
    background: url('../images/Vector.png');
    width: 14px;
    height: 14px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 2px;
}

.crm-custom-info-btn span:first-child:before {
    content: "";
    background: url('../images/Vector.png');
    width: 14px;
    height: 14px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 2px;
} */

.custom-orange-btn {
  background: rgba(221, 94, 11, 1);
  border-radius: 100px;
  padding: 10px 54px;
  font-family: "Segoe UI Bold", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.custom-orange-btn:hover {
  color: #fff;
}

.custom-blue-btn {
  background: rgba(234, 249, 255, 1);
  border-radius: 100px;
  padding: 10px 30px;
  font-family: "Segoe UI Bold", sans-serif;
  font-weight: 600;
  color: rgba(31, 41, 55, 1);
  font-size: 16px;
}

.custom-blue-btn:hover {
  color: rgba(31, 41, 55, 1);
}

.pie-chart-image {
  position: relative;
  top: -15px;
  z-index: 9;
}

.business-section {
  height: 277px;
  position: relative;
  bottom: 100px;
  left: 0;
}

.business-section h4 {
  /* font-family: "Segoe UI Bold", sans-serif; */
  font-weight: 700;
  font-size: 30px;
}

.business-section h5 {
  /* font-family: "Segoe UI Bold", sans-serif; */
  font-weight: 600;
  font-size: 24px;
}

.trust-companies {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
}

.marketing-customer_company_container {
  background-color: #fff;
  padding: 18px;
  width: 90%;
  margin: 0 auto;
  border-radius: 12px;
}

.marketing-customer_company_container ul li {
  list-style-type: none;
}

.marketing-customer_company_container .image-slider li img {
  width: 80px;
  height: 50px;
  margin: 0 10px;
}

.image-slider {
  padding-left: 0 !important;
}

.image-slider .slick-slide {
  width: auto !important;
}

.image-slider .slick-prev,
.image-slider .slick-next {
  display: none !important;
}

.award-title {
  font-family: "Segoe UI Bold", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #00425c;
}

.supercharge-containr {
  background: linear-gradient(to right, #e2f7ff 0%, #ffe6d7 100%);
  border-radius: 16px;
}

.supercharge-title {
  color: #00425c;
  font-size: 42px;
  font-weight: 600;
  width: 100%;
  max-width: 460px;
}

.supercharge-sub-txt {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 23.84px;
  color: #1f2937;
}

.supercharge-sub-txt img {
  position: relative;
  top: -3px;
}

.schedulebtn {
  background: #dd5e0b;
  outline: none;
  border-radius: 24px;
  border: none;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: block;
}

.supertryfreeBtn {
  background: #eaf9ff;
  outline: none;
  border-radius: 24px;
  border: none;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #1f2937;
  display: block;
}

.comprehensive-section {
  margin-bottom: 50px;
}
.comprehensive-section-title {
  font-size: 42px;
  font-weight: 600;
}
.comprehensive-section h2 {
  font-size: 42px;
  font-weight: 600;
}

.collapse-content-for-mobile .panel-title {
  /* box-shadow: 0px 1px 3px 0px rgba(17, 24, 39, 0.1); */
  color: rgba(0, 0, 0, 1);
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 8px;
}

.collapse-content-for-mobile .panel-title a::before {
  content: "-";
  font-size: 25px;
  height: 1px;
  width: 8px;
  float: right;
  margin-right: 8px;
  margin-top: 0;
  align-items: center;
  display: flex;
  margin-top: 9px;
  font-weight: 600;
}
.collapse-content-for-mobile .panel-title a.collapsed::before {
  content: "+";
  font-size: 25px;
  height: 1px;
  width: 8px;
  float: right;
  margin-right: 8px;
  margin-top: 0;
  align-items: center;
  display: flex;
  margin-top: 9px;
  font-weight: 600;
}

.desktop-only-everything {
  display: block;
}
.mobile-only-everything {
  display: none;
}
#mobile-everything-txt1,
#mobile-everything-txt2,
#mobile-everything-txt3,
#mobile-everything-txt4 {
  display: none;
}

.comprehensive-section p {
  font-size: 18px;
  color: rgba(31, 41, 55, 1);
}

.crm-suite-tab .nav-pills li .nav-link {
  background: linear-gradient(0deg, #f9fafb, #f9fafb),
    linear-gradient(0deg, #ffffff, #ffffff);
  border: 2px solid rgba(255, 255, 255, 1);
  font-size: 16px;
  color: rgba(31, 41, 55, 1);
  font-family: "Segoe UI", sans-serif;
  min-width: 240px;
  min-height: 73px;
}

.crm-suite-tab .nav-pills li .nav-link.active {
  background: rgba(234, 249, 255, 1);
}

.tailor-journey-list {
  padding: 0;
  margin: 0;
  margin-top: 25px;
}

.tailor-journey-list li {
  list-style: none;
  box-shadow: 0px 1px 3px 0px rgba(17, 24, 39, 0.1);
  color: rgba(0, 0, 0, 1);
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  padding: 13px;
  position: relative;
  padding-left: 55px;
}

.tailor-journey-list li::before {
  content: "";
  background: url("../images/orange-tick.png");
  width: 32px;
  height: 32px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 8px;
}

.h-75 {
  height: 75px !important;
}

.h-150 {
  height: 150px !important;
}

.h-300 {
  min-height: 300px;
}

.percent-value {
  font-family: "Segoe UI", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.percent-text {
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.roi-integrate-section {
  margin-bottom: 50px;
  width: 80%;
  border-bottom: 1px solid #7ccfef;
  padding-bottom: 35px;
}

.roi-integrate-section h4 {
  margin-right: 15px;
}

.roi-integrate-section a {
  padding: 13px 24px;
}

.action-rightside-img {
  position: relative;
  right: -15px;
}

.actionable-top-image {
  position: relative;
  top: 85px;
  left: -112px;
}
.raw-data-leftside h2 {
  color: #fff;
  font-weight: 600;
}
.raw-data-leftside p {
  color: #fff;
  font-size: 18px;
}

.raw-data-leftside a {
  display: block;
  font-weight: 700;
  width: 187px;
  font-size: 13px;
}

.crm-software-section h2 {
  color: rgba(0, 66, 92, 1);
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.crm-software-ctn-left h5,
.crm-software-ctn-left p {
  color: rgba(60, 63, 64, 1);
}

.crm-software-ctn-left p {
  font-size: 16px;
}

.crm-software-ctn-left {
  padding: 15px;
  cursor: pointer;
}

.crm-software-ctn-left.active:first-child,
.crm-software-ctn-left.active:last-child {
  background: #fff6fc;
  border-radius: 16px;
}

.crm-software-ctn-left.active:nth-child(2),
.crm-software-ctn-left.active:nth-child(3) {
  background: #eaffea;
  border-radius: 16px;
}

.custom-progress-bar {
  margin-top: 30px;
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: inherit;
  height: 6px;
  margin-bottom: 30px;
}

.custom-progress-bar .progress-bar {
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: none;
  background: rgba(220, 227, 230, 1);
}

.custom-progress-bar .progress-bar:last-child {
  margin-right: 0;
}

.custom-progress-bar .progress-bar.active {
  background: rgba(31, 173, 228, 1);
}

/* news container */
.marketing-social-container {
  background: #fff;
  box-shadow: 0 4px 8px rgba(17, 24, 39, 0.06), 0 4px 8px rgba(17, 24, 39, 0.1);
  border-radius: 10px;
}

.news-sub-txt {
  color: rgba(107, 114, 128, 1);
  font-size: 16px;
}

.news-line {
  color: rgba(203, 203, 203, 1);
}

.blog-date,
.views-icon-content,
.msg-icon-content {
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  color: rgba(107, 114, 128, 1);
}

.views-icon-content::before {
  content: "";
  background: url("../images/view-icon.png");
  width: 11px;
  height: 8px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 11px;
  top: 5px;
}

.msg-icon-content::before {
  content: "";
  background: url("../images/msg-icon.png");
  width: 9px;
  height: 9px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: 5px;
}

.hot-off-title {
  color: #00425c;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
}

/** Trust Reason **/
.slick-prev {
  position: absolute;
  top: -90px;
  right: 148px;
  z-index: 1;
}

.slick-next {
  position: absolute;
  top: -90px;
  right: 82px;
  z-index: 1;
}

.slick-prev,
.slick-next {
  background-color: #fff;
  color: #dd5e0b;
  border: 1px solid #dd5e0b;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 26px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #dd5e0b;
  color: #fff;
}

.customervoicetxt {
  color: rgba(0, 0, 0, 1);
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
}

.cus-img-section img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.marketing-customerRole {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  max-width: 200px;
}

.marketing-customerName {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.marketing-customer-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.marketing-customer-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.customer-container-one {
  background: #c0dae5;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

.customer-container-two {
  background: #d9e8ef;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

.customer-container-three {
  background: #fdd9d9;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

.testimonial-img img.testimonial-logo-img {
  height: 30px;
  margin-left: -15px;
}

.testimonial-img img.star-image {
  height: 32px;
  width: 25%;
  object-fit: contain;
}

.customerRole {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.customerName {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.customer-title,
.customer-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.marketing-customer-container-one {
  background: #c0dae5;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

.marketing-customer-container-two {
  background: #d9e8ef;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

.marketing-customer-container-three {
  background: #fdd9d9;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

.customer-content {
  padding-left: 0;
}

.customer-content div > img.customer-img {
  width: 60px;
  height: 60px;
  border-radius: 60%;
}

.customer-content .slick-track {
  display: flex !important;
}

.customer-content .slick-slide {
  height: inherit !important;
}

.customer-content .slick-slide {
  margin: 0 20px;
}

.customer-content .slick-list {
  /* left: -20px; */
  /* padding: 0 20% 0 0 !important; */
}

/*Smart Solution for Enterprises*/
.Marketing-smart-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #00425c;
  text-transform: capitalize;
}

.Marketing-smart-txt {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #1f2937;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.marketing-smart-content {
  background-color: #dd5e0b;
  padding: 28px 40px 20px 40px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.w-63 {
  width: 63%;
}

.smart-content-title {
  font-size: 36px;
  color: #fff;
  
}

.smart-content-subtitle {
  font-size: 16px;
  color: #fff;
  
}

.marketing-right-img {
  position: absolute;
  right: 0;
  top: 20px;
}

.marketing-right-logo {
  position: absolute;
  right: 23%;
  top: 50%;
  transform: translateY(-50%);
}

.marketing-left-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.marketing-left-logo {
  position: absolute;
  top: 50%;
  right: 63%;
  transform: translateY(-50%);
}

.market-right-side-ctn {
  padding-left: 320px;
}

.raw-data-section .person-image-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.report-image {
  margin-top: 50px;
  margin-bottom: 20px;
}

.mobile-amount-image {
  position: absolute;
  right: -94px;
  top: 61px;
}

.marketing-bg {
  background-image: url("../images/marketing_banner_bgimg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-width: 30%;
  /* Adjust the size of the play icon as needed */
}

/*integration*/
.integration-img {
  height: 300px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/*trusted text animation*/
.trusted-txt {
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

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

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* news container */
.marketing-social-container {
  background: #fff;
  box-shadow: 0 4px 8px rgba(17, 24, 39, 0.06), 0 4px 8px rgba(17, 24, 39, 0.1);
  border-radius: 10px;
}

.news-sub-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
  line-height: 36px;
}

.news-sub-txt {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  line-height: 24px;
}

.news-date-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.more-text,
.more-text1,
.more-text2 {
  display: none;
}

.readmoretxt a {
  text-decoration: none;
  color: #dd5e0b;
}

/*Video modal*/
.modal-backdrop {
  display: none !important;
}

.modal .modal-content {
  background: transparent;
  border: 0;
}

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

.modal .modal-dialog {
  max-width: 800px;
}

.myvideo {
  /* width: auto;
  height: auto;
  max-width: 100%; */
  max-height: 100%;
}

.videopopup-btn {
  background: none;
  border: none;
  outline: none;
}

.Fantastic_title {
  color: #00425c;
  font-size: 42px;
  font-weight: 600;
  padding: 30px;
  margin: 20px;
  line-height: 48px;
  width: 100%;
  max-width: 500px;
  padding-bottom: 0;
}

.more-integrate-btn {
  margin-top: 50px;
  padding-left: 30px;
  margin-left: 15px;
}

.seemorebtn {
  background: #eaf9ff;
  outline: none;
  border-radius: 24px;
  border: none;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  color: #1f2937;
}

.fieldservice-award {
  background-color: #1fade4;
}
.helpdesk-maxtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  color: #fff;
}
.helpdesk-maxheadertxt,
.helpdesk-maxheadertxt1,
.helpdesk-maxheadertxt2,
.helpdesk-maxheadertxt3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.helpdesk-maxsubtxt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.fielservice-maximizline {
  border: 2px solid #7ccfef;
}
.roi-percent-content {
  background-color: #30c5ff;
  border-radius: 15px;
  padding: 15px;
}
.maximize-img {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.key-everything-mobile-content {
  background: #fff;
  box-shadow: 0 4px 8px rgba(17, 24, 39, 0.06), 0 4px 8px rgba(17, 24, 39, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
}

.CRM-mobile-click-plusicon {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #00425c;
  text-decoration: none;
  outline: none;
}

.maxroi-supertryfreeBtn {
  background: #dd5e0b;
  outline: none;
  border-radius: 24px;
  border: none;
  padding: 6px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  /* width: 20%; */
  text-align: center;
  /* display: block; */
}

.feature-dragknow {
  text-decoration: none;
}

.feature-dragknow:active {
  text-decoration: none;
  color: #dd5e0b;
  font-weight: 700;
}

.feature-dragknow:hover {
  color: #dd5e0b;
  font-weight: 700;
}

.feature-dragknow:focus {
  color: #dd5e0b;
}

.newpage .desktop-news-matter {
  display: block;
}

.newpage .mobile-news-matter {
  display: none;
}

.mobile-helpdesk-news-matter {
  padding: 0;
}
.desktop-smart-solution {
  display: block;
}
.mobile-smart-solution {
  display: none;
}
.mobile-smart-solution-container {
  padding: 0;
}
.schedulebtn,
.schedulebtn:hover {
  color: #fff;
}
.seemorebtn-container a:hover,
.seemorebtn:hover {
  color: #000;
  background-color: #64c8f0;
}
.marketing-bg {
  background-image: url("../images/marketing_banner_bgimg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.crm-suite-tab .nav-item .active {
  font-weight: 600;
}

.only-mobile {
  display: none;
}

.panel-group .panel,
.panel-group .panel {
  border-color: none !important;
}
.panel-default > .panel-heading {
  background-color: #fff !important;
}
.panel {
  border: none !important;
  box-shadow: 0 4px 8px rgba(17, 24, 39, 0.06), 0 4px 8px rgba(17, 24, 39, 0.1);
}
.panel-group .panel + .panel {
  margin: 15px 0;
}
/*integrated*/
.Fantastic_subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 30px;
  margin: 20px;
  padding-top: 0;
}
.mobile-integration-img {
  display: none;
}

.ingretaion-sectionbtn {
  display: block;
}

.mobileview-ingretaion-sectionbtn {
  display: none;
}
/*integration*/
.integration-img {
  height: 300px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.ingretaion-sectionbtn {
  margin-top: 25px;
  margin-left: 25px;
}

.contact-img {
  height: 612px;
}
.invoice-img {
  height: 560px;
}
.opportunity-img {
  height: 537px;
}
.mobile-integration-img {
  display: none;
}
.g2-ratingbanner {
  width: 180px;
}
.g2-ratingbanner_one {
  width: 150px;
}

#myVideo {
  max-width: 800px;
  margin-top: 70px;
  /* margin-bottom: 110px; */
}

.mobile-customer-container {
  display: none;
}
.mobile-customer-content {
  padding-left: 0;
}

/* Media Queries */
@media (min-width: 1400px) {
  .roi-integrate-section {
    display: flex;
  }

  .manager-blog-image {
    position: absolute;
    top: -220px;
    left: -190px;
  }
}
@media (max-width: 1400px) {
  .market-right-side-ctn {
    padding-left: 260px;
  }
  .crm-suite-tab .nav-pills li .nav-link {
    min-width: 210px;
  }
}

@media (max-width: 768px) {
  .only-mobile .collapse-btn {
    font-size: 18px;
  }
  .mobile-feature-content h4.feature-dragtitle{
    font-size: 18px!important;
  }
  .only-mobile h6 {
    font-size: 18px;
  }
  .only-mobile .tailor-journey-list li {
    font-size: 16px;
  }
  .business-section h2 {
    font-size: 24px !important;
  }
  .only-mobile .panel-body .mt-5 {
    margin-top: 0 !important;
  }
  .crmsolutionsnewmain {
    transform: translateY(94px);
  }
  .roi-percent-container {
    margin: 15px 0;
  }
  .smart-solution-section {
    max-width: 100%;
  }
  .Marketing-smart-txt {
    font-size: 16px;
  }
  .crm-software-section {
    margin-bottom: 20px !important;
  }

  .helpdesk-maxsubtxt {
    font-size: 16px;
  }
  .desktop-smart-solution {
    display: none !important;
  }
  .mobile-smart-solution {
    display: block !important;
    margin-top: 10px;
  }
  .mobile-smart-solution-container .marketing-smart-content {
    padding: 15px;
    margin: 0 15px;
  }
  .mobile-smart-solution-container .marketing-smart-content img {
    margin: 0 auto;
  }
  .seemorebtn-container {
    margin: 25px 0;
  }
  .comprehensive.mt-5 {
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .maxroi-supertryfreeBtn {
    margin: 0 auto;
    display: block;
    /* width: 40%; */
    text-align: center;
  }

  .explore-lead-btn {
    margin-bottom: 15px;
  }
}

@media (max-width: 1399.98px) {
  .roi-integrate-section a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1200px) {
  /* .report-image,.review-image{
    transform: translateX(85px);
  } */
  .marketing-right-img {
    top: 10px !important;
  }
  .person-image-bottom {
    display: none;
  }
  .marketing-left-logo {
    right: 70%;
  }
  .mobile-amount-image {
    display: none;
  }
  .seemorebtn {
    margin-top: 20px;
  }
  .crm-suite-tab .nav-pills li .nav-link {
    min-width: 180px;
  }
}

@media (max-width: 1100px) {
  .integration-img {
    display: none;
  }
  .Fantastic_title,
  .Fantastic_subtitle {
    padding-left: 15px;
  }
}

@media (max-width: 1024px) {
  .fieldservice-award .maximize-img {
    bottom: 0px;
  }
  .maxroi-supertryfreeBtn {
    width: fit-content;
  }
}
@media (max-width: 991.9px) {
  .marketing-right-img {
    top: 20px !important;
  }
  .marketing-left-logo {
    right: 64%;
  }
  .smart-content-subtitle {
    font-size: 15px;
  }
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block !important;
  }
  .desktop-only-everything {
    display: none;
  }
  .mobile-only-everything {
    display: block;
    margin-bottom: 25px;
  }
  .key-everything-mobile-content .feature-dragtitle {
    font-size: 28px;
  }
  .helpdesk-maxsubtxt {
    font-size: 18px;
  }
  .crm-suite-tab .nav-pills li .nav-link {
    min-width: 85px;
    min-height: 40px;
  }
  .contact-img,
  .invoice-img,
  .opportunity-img {
    height: auto;
  }
  .supertryfreeBtn,
  .schedulebtn {
    padding: 10px 20px;
  }
  .market-right-side-ctn {
    padding-left: 220px;
  }
  .supercharge-title {
    font-size: 32px;
    line-height: 42px;
  }
  .supercharge-sub-txt {
    font-size: 15px !important;
  }
  .maximize-img {
    display: none;
  }
  .maxroi-supertryfreeBtn {
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 769px) {
  .manager-blog-image {
    display: none;
  }

  /* .mobile-helpdesk-news-matter {
    margin-top: 85px;
  } */

  .newpage .desktop-news-matter {
    display: none !important;
  }

  .newpage .mobile-news-matter {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .explore-lead-btn {
    margin-top: 35px;
  }

  .global-integrate-cta {
    position: relative;
    top: -165px;
    padding-left: 35px;
  }

  .hot-off-title,
  .Fantastic_title {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (max-width: 767.9px) {
  .report-image,.review-image{
    text-align: center;
  }
  .report-image{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .raw-data-leftside a{
    width: fit-content;
    margin: 0 auto;
  }
  .ingretaion-sectionbtn {
    display: none !important;
  }
  .integrate-align {
    text-align: center;
  }
  .integration-img {
    height: 230px;
    max-width: 280px;
  }
  .mobileview-ingretaion-sectionbtn {
    display: block !important;
    margin: 15px 0;
  }
  .crm-sales-section h1 {
    font-size: 28px;
  }
  .crm-sales-section p {
    font-size: 16px;
  }
  .helpdesk-maxtitle {
    font-size: 24px;
  }

  .business-section h4 {
    font-size: 20px;
  }

  .business-section h5 {
    font-size: 18px;
  }

  .custom-orange-btn,.custom-blue-btn {
    padding: 10px 35px;
  }

  /* .custom-blue-btn {
    padding: 15px;
  } */

  .crm-custom-info-btn span {
    font-size: 12px;
  }

  .pie-chart-image {
    top: -15px;
  }

  .comprehensive-section {
    margin-bottom: 22px;
  }

  .crm-suite-tab ul.nav-pills {
    justify-content: center;
  }

  .marketing-social-container {
    margin-bottom: 30px;
  }

  .w-63 {
    width: 100%;
  }

  .comprehensive-section h3,
  .award-title {
    font-size: 22px;
  }

  /* .marketing-right-img,
  .marketing-left-img {
    position: inherit;
    transform: none;
  } */

  .marketing-right-logo {
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
  }

  .market-right-side-ctn {
    padding-left: 0;
  }

  .marketing-left-logo {
    top: 30%;
    left: 0;
  }

  .smart-content-title {
    font-size: 26px;
  }

  .integrate-head {
    padding-left: 0 !important;
  }

  .roi-integrate-section h4 {
    font-size: 22px;
  }

  .percent-value {
    font-size: 28px;
  }

  .percent-text {
    font-size: 18px;
  }

  .roi-integrate-section {
    margin-top: 25px;
  }

  .raw-data-leftside {
    padding-left: 15px;
  }

  .raw-data-leftside h3,
  .crm-software-section h3,
  .Marketing-smart-title,
  .customervoicetxt,
  .hot-off-title {
    font-size: 24px;
  }

  /* .customervoicetxt {
    padding-left: 0 !important;
    margin-left: 0 !important;
  } */

  .crm-software-ctn-left h5 {
    font-size: 20px;
  }

  .customer-content .slick-prev {
    top: -82px;
    right: 62px;
  }

  .customer-content .slick-next {
    top: -80px;
    right: 10px;
  }

  .supercharge-title {
    font-size: 22px;
  }

  .global-integrate-cta {
    margin-top: 35px;
    text-align: center;
  }

  .raw-data-section {
    margin-top: -70px;
  }

  .explore-lead-btn {
    margin-top: 32px;
  }

  .leaf-bottom-image {
    display: none;
  }

  .person-image-bottom {
    display: none;
  }

  .action-rightside-img {
    right: 0;
    margin-top: 15px;
  }
}
@media (max-width: 585px) {
  .mobile-integration-img {
    display: block !important;
  }
  .desktop-integration-img {
    display: none;
  }
}
@media (max-width: 500.9px) {
  .desktop-customer-container {
    display: none;
  }
  .mobile-customer-container {
    display: block;
  }
  .mobile-customer-content li {
    margin: 0 10px;
  }
  .mobile-customer-container .customerName,
  .mobile-customer-container .customerRole {
    text-align: center;
  }
  .mobile-customer-container .customer-subtitle {
    text-align: left;
  }
  .cus-img-section {
    display: flex;
    justify-content: center;
  }
  .mobile-customer-container .customer-container-one a,
  .mobile-customer-container .customer-container-two a,
  .mobile-customer-container .customer-container-three a {
    background: none;
    padding: 2px;
    color: #000;
    font-weight: 400;
  }
  .mobile-customer-container .customer-container-one a:hover,
  .mobile-customer-container .customer-container-two a:hover,
  .mobile-customer-container .customer-container-three a:hover,
  .mobile-customer-container .customer-container-one a:active,
  .mobile-customer-container .customer-container-two a:active,
  .mobile-customer-container .customer-container-three a:active {
    text-decoration: underline;
  }
  .review-img1 img {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .customer-container-one,.customer-container-two,.customer-container-three{
    min-height: 400px;
  }
}
@media (max-width: 476px) {
  .Fantastic_title {
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .seemorebtn {
    margin-bottom: 20px;
  }
}

@media(max-width:430px){
  .mobile-smart-solution-container .marketing-smart-content {
    min-height: 300px;
  }
  .Fantastic_subtitle{
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .comprehensive-section{
    margin-top: -10%;
  }
  
}
@media (max-width: 426px) {
 
  .supercharge-sub-txt {
    margin-right: 0 !important;
  }
  .trail-container {
    flex-direction: column;
  }
  .supercharge-btns {
    flex-direction: column;
  }
  .supercharge-btns a {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 70%;
  }
  .custom-orange-btn,.custom-blue-btn {
    padding: 10px 25px;
  }
  .mobile-smart-solution-container .marketing-smart-content {
    margin: 0 8px;
    padding: 12px;
    min-height: 320px;
  }
}
@media (max-width: 376px) {
  .custom-orange-btn,
  .custom-blue-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .customer-container-one,.customer-container-two,.customer-container-three{
    min-height: 420px;
  }
}

@media (max-width: 361px) {
  .mobile-smart-solution-container .marketing-smart-content {
    min-height: 330px;
  }
}

@media (max-width: 350px) {
  .customer-content .slick-prev {
    top: -55px;
    right: 80px;
  }

  .customer-content .slick-next {
    top: -56px;
    right: 20px;
  }
  .custom-orange-btn,
  .custom-blue-btn {
    padding: 10px 18px;
  }
}

@media(max-width:321px){
  .mobile-smart-solution-container .marketing-smart-content {
    min-height: 370px;
  }
}
