:root {
  --themeDark: #2b2b2b;
  --themeDarkBlue: #1d364d;
  --themeHoverDarkBlue: #12273a;
  --themeOrange: #f58226;
  --themeYellow: #fdb72a;
  --themegreen: #24c363;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.2;
  color: var(--themeDark);
}
img {
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: var(--themeBlue);
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/**===========new-css==============**/
header .navbar {
  max-height: 74px;
  background: linear-gradient(
    90deg,
    #ffffff 13.94%,
    #f8e9ff 53.85%,
    #d8e6f0 81.25%
  );
}
.navbar-brand img{
  max-width: 94px;
}
.navbar-brand {
  position: relative;
  top: 20px;
}

.navbar-nav .nav-link {
    color: #1b2e42 !important;
    padding: 10px 0!important;
    font-size: 16px;
    position: relative;
    margin: 0 20px;
}
.navbar-nav .nav-link.active::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F79127;
  bottom: 0;
  left: 0;
}
.navbar-nav .nav-link:hover {
  color: var(--themeOrange) !important;
}

.navbar-nav {
  align-items: center;
}

.themeBlueButton {
  background-color: var(--themeDarkBlue);
  border-radius: 100px;
  padding: 15px 20px;
  color: #fff;
  flex-shrink: 0;
}

.themeBlueButton:hover,
.themeBlueButton:focus {
  background: linear-gradient(45deg, var(--themeOrange), var(--themeYellow));
  color: #fff;
}

.bannerSection {
  background-image: url(../images/bannerBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 78px;
  padding-top: 45px;
}

.bannerSection:after {
  content: "";
  background-image: url(../images/bannerShape.png);
  position: absolute;
  height: 250px;
  background-repeat: no-repeat;
  top: auto;
  bottom: -2px;
  left: 0;
  right: 0;
  background-position: bottom;
  background-size: 100% 100%;
}
.bannerContentRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bannerCaption {
  flex: 1;
  max-width: 480px;
  padding-bottom: 100px;
}

.bannerContentRow figure {
  flex: 1;
  padding-left: 32px;
}

.bannerCaption h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 500;
  color: #262626;
}

.bannerCaption p {
  font-size: 18px;
  line-height: 1.3;
  color: #262626;
}

.navbar-brand {
  position: relative;
  z-index: 9;
}

.Crush_Inefficiency {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.main_Title,
.Crush_InefficiencyCaption h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--themeDark);
}

.listPoint h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--themeDark);
}
.listPoint {
  position: relative;
  padding-left: 36px;
}

.rightTick {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--themegreen);
  left: 0;
  top: 4px;
}
.Crush_Inefficiency_Wrapper {
  background: linear-gradient(135.15deg, #e9fffb 3.18%, #d0fff7 98.81%);
  border-radius: 40px;
  padding: 36px;
}

.nots_text p {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}

.tryFree_text {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  justify-content: center;
  margin: 10px 0 0 0;
}

.tryFree_text p {
  font-size: 24px;
  font-weight: 600;
  padding-right: 24px;
}
/* how-it-work */
.how_IT_Work {
  background-image: url("../images/howItWorkBG.png");
  border-radius: 60px;
  overflow: hidden;
  background-size: 100%;
  padding: 73px 49px 25px 38px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 183px;
}

/* .how_IT_Work::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #B9A7F2;
  transform: translateX(-50%);
  z-index: 0;
} */


.process_list{
  padding-top: 39px;
}


/* app */
.app{
  background-image: url(../images/appBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.app_content h4{
  color: var(--themeDark);
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.app_content p{
  color: var(--themeDark);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.mobile_img {
  flex-shrink: 0;
  margin-top: -108px;
}
.app_content {
  padding-left: 53px;
  flex: 1;
}
.app_wrapper {
  display: flex;
  align-items: center;
}
.app_play {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
}

/* newsletter */
.newsWrapper {
  background: #fff;
  border-radius: 50px;
  padding: 52px 140px;
  margin-bottom: -100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.newsletterImg{
  flex-shrink: 0;
}
.news_content h4{
  font-size: 26px;
  font-weight: 600;
  color: var(--themeDark);
  margin-bottom: 14px;
}
.news_content p{
  color: var(--themeDark);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
}
.news_content p a{
  color: #FFB000;
}
.newsMail {
  max-width: 377px;
  position: relative;
}
.newsMail .form-control{
  border-radius: 30px;
  background-color: #F2F0F0;
  border: none;
  padding: 16px 26px;
  position: relative;
}
.newsMail .form-control::placeholder{
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
.news_content {
  padding-left: 35px;
}
.newsMail .form-control:focus{
  outline: none;
  box-shadow: none;
}
.news_btn {
  right: 0;
  background: linear-gradient(90deg, #F58226 0%, #FDB72A 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  position: absolute;
  top: 0;
}
.newsMail .form-control {
  border-radius: 30px;
  background-color: #F2F0F0;
  border: none;
  padding: 10px 170px 10px 26px;
  position: relative;
  text-overflow: ellipsis;
}

/* footer */
.footer{
  background: url(../images/footerBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.copyright{
  background-color: #06101A;
  padding: 20px 0;
  text-align: center;
  color: #71A5D4;
  font-size: 12px;
  font-weight: 400;
}
.footer_box {
  display: flex;
  padding-bottom: 63px;
  padding-top: 150px;
}
.footer_logo {
  flex-shrink: 0;
}
.footer_list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 124px;
}
.footer_list h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer_link a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 14px;
  line-height:1.3;
}
 
.how-it-works {
  margin: 0 auto;
  position: relative;
}
.how-it-works::before {
  content: "";
  position: absolute;
  top: 0; /* starts just below the first circle */
  height: calc(100% - 200px); /* subtracts top & bottom padding to align with circles */
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  background-color: #9292DB;
  z-index: 0;
}
.how-it-works::after{
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9292DB;
  left: 0;
  right: 0;
  margin: auto;
}
.how-it-works h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: bold;
}
.step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 75px;
  flex-wrap: wrap;
}
.step:nth-child(odd) .step-img {
  /* padding-left: 164px;
  padding-right: 30px; */
  width: 356px;  
  height: 202px;
}
.step:nth-child(odd) {
  padding-left: 164px;
  padding-right: 0;
}
.step:nth-child(even) {
  flex-direction: row-reverse;
  padding-right: 164px;
  padding-left: 30px;
}
.step:nth-child(even) .step-img {
  /* padding-right: 164px;
  padding-left: 30px; */
width: 356px;  
height: 202px;
}
.step-img, .step-text {
  width: 45%;
  /* min-width: 300px; */
}
.step-img {
  flex-shrink: 0;
  /* max-width: 356px; */
}
.step-img img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
}
.step-text {
  padding: 20px;
}
.step-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--themeDark);
}
.step-text p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--themeDark);
  font-weight: 400;
}
.circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/countImg.svg);
  width: 88px;
  height: 88px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 35px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.step:nth-child(even) .step-text {
  padding-left: 0;
  padding-right: 30px;
}
.step:nth-child(odd) .step-text {
  padding-left: 30px;
  padding-right: 0;
}
.step:nth-child(1) .circle { top: 50px; }
.step:nth-child(2) .circle { top: 50px; }
.step:nth-child(3) .circle { top: 50px; }


.circle {
  left: 0;
  transform: none;
  right: 0;
  margin: auto;
}



/* contact-us*/
.titleWrapper {
  position: relative;
  height: 238px;
}
.titleWrapper figure{
  height: 238px;
  width: 100%;
  position: relative;
}
.titleWrapper figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.titleWrapper::before{
  position: absolute;
  content: "";
  width: 100%;
  background: linear-gradient(90.94deg, #D8E6F0 -13.83%, #F7E9FE 43.69%, #FFFFFF 109.5%);
height: 238px;
top: 0;
left: 0;
opacity: 0.9;
z-index: 1;
}
.titleWrapper h1 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact_box {
  max-width: 888px;
  margin: 89px auto 200px;
  background: linear-gradient(118.58deg, #EEE9FF 9.19%, #EDF8FF 96.09%);
  padding: 38px 28px 0 34px;
  border-radius: 20px;
  display: flex;
}
.contact_heading {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 25px;
}
.social_img {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.social_text {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  margin-left: 14px;
}

.social_connect {
  display: flex;
  flex-direction: column;
}

.social_connect li {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.social_connect li:last-child{
  margin-bottom: 0;
}
.contact_content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.contact_form {
  width: 47%;
  flex-shrink: 0;
  margin-left: 24px;
  padding-bottom: 30px;
}
.form-label {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
}
.form-control {
  border: 1px solid #E5E1E1;
  border-radius: 10px;
  padding: 12px;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
}
.star{
  color: #EB2626;
  font-weight: 500;
}
.contact_form .themeBlueButton {
  padding: 17px 32px;
  border: none;
  font-size: 16px;
  border-radius: 30px;
}
.contactImg {
  padding-top: 30px;
}

/* plan-section */
.plan_wrapper {
  margin: 64px 0 20px;
  padding: 0 67px;
}
.plan_heading{
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.subscription_list_box{
  margin-top: 58px;
}
.plan_box {
  background: #FBD7D7;
  padding: 50px 16px 128px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  min-height: 340px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.plan_box.yellow{background: #FBF7D7;}
.plan_box.green{background: #D7FBE1;}
.plan_box.blue{background: #D7E5FB;}

.basic_plan_text{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.amount{  
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
  display: block;
  text-align: center;
}
.subscribe_text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  max-width: 181px;
  margin: 0 auto 40px;
  text-align: center;
}
.plan_box::before {
  position: absolute;
  content: "";
  background: linear-gradient(324.46deg, rgba(255, 255, 255, 0.5) 23.06%, rgba(255, 255, 255, 0) 116.14%);
  width: 188px;
  height: 188px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transform: translateY(-40%) translateX(-40%);
  background-repeat: no-repeat;
}
.plan_box::after {
  position: absolute;
  content: "";
  background: linear-gradient(324.46deg, rgba(255, 255, 255, 0.5) 23.06%, rgba(255, 255, 255, 0) 116.14%);
  width: 188px;
  height: 188px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
  transform: translateY(40%) translateX(40%);
  background-repeat: no-repeat;
}
.plan_list li{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}
.plan_list li:last-child{
  margin-bottom: 0;
}
.plan_list li::before{
  position: absolute;
  content: "";
  background-image: url(../images/checkIcon.svg);
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.subscribe_btn {
  margin-top: 0;
  /* position: absolute;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0; */
  position: relative;
  z-index: 2;
  display: flex;
  justify-content:center;
}

.paypal-powered-by.powered-by-paypal-legacy {
    display: none;
}

.plan_box.paypal_btn_box {
    padding: 30px 16px;
height:auto;
min-height:auto;
}
.paypal_btn_box .subscribe_btn {
    bottom: 10px;
}

.plan_box .themeBlueButton {
  border-radius: 30px;
  padding: 14px 38px;
}
.plans_wrapper{
  position: relative;
}
.plan_download {
  position: fixed;
  right: 28px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px -1px rgba(210, 230, 245, 1);
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
}
.plan_icon li {
  padding: 15px 10px;
  border-bottom: 1px solid #F2F2F2;
}
.plan_icon li:last-child{
  border-bottom: none;
}

/* demo */
.main_heading{
  color: #262626;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.main_text{
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 732px;
  margin: auto;
}
.demo_content {
  padding: 0 67px;
}
.demo_heading {
  max-width: 824px;
  margin: auto;
}
.demo_video_box img{
  width: 100%;
}
.demo_list {
  margin-top: 80px;
}
.main_demo_wrapper {
  padding: 62px 0 120px;
}



/* legal */
.legal_content {
  display: flex;
  /* column-gap: 30px; */
}
.legal_wrapper {
  padding-top: 49px;
}
.sidebar {
  flex: 0 0 286px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, #EEE9FF 100%);
  box-shadow: 14px 8px 16px -4px rgba(250, 249, 249, 1);
  border-radius: 20px;
  border: none;
  padding: 36px 17px 36px 27px;
  height: 100%;
}

.sidebar h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.sidebar .nav-link {
  color: #535353;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  text-align: start;
  margin-bottom: 15px;
}
.sidebar .nav-link.active {
  background: none;
  color: #3D8EE2;
}
.main-content {
  padding: 0;
  flex: 0 0 100%;
  background-color: #fff;
  max-width: calc(100% - 286px);
  padding-left: 24px;
  padding-bottom: 40px;
}

.main-content h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #262626;
  font-weight: 600;
}

.main-content small {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
}

.main-content-text {
    margin-bottom: 46px;
}

.main-content a {
  color: #3D8EE2;
  text-decoration: none;
}
.main-content p {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.main-content h3 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.legal_content table {
  width: 800px;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 14px;
}
.legal_table {
  max-height: 600px;
  overflow: auto;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

table th {
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #E6E3E3;
}
table td{
  padding: 33px 16px 28px;
  border: 1px solid #E6E3E3;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.category_table {
  width: 200px;
  padding: 33px 16px 28px 16px;
}
.example_table {
  width: 420px;
  padding: 28px 14px 33px 50px;
}
.collect_table {
  padding: 28px 26px 33px 34px;
}

 .tab_title {
  margin-bottom: 24px;
  color: #3D8EE2;
  font-size: 16px;
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.industry_list_box {
  display: flex;
  margin-bottom: 27px;
}
.list_check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.industry_list_content h4 {
  color: #2B2B2B;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.industry_list_content p {
  color: #2B2B2B;
  font-weight: 400;
  font-size: 16px;
}
.benefit_content{
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 27px;
  display: block;
}
.industry_list {
  max-width: 606px;
  padding-right: 40px;
}
.industry_img {
  position: absolute;
  right: 0;
  top: 0;
}
.industry_benefits_wrapper .themeBlueButton {
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 17px 30px;
}
.industry_benefits_wrapper {
  position: relative;
}
.industry_benefits_wrapper h2 {
  font-size: 35px;
  color: #2B2B2B;
}
.register{
  padding-top: 50px;
}
.register_img {
  flex-shrink: 0;
  padding-right: 50px;
}
.register_box {
  background: linear-gradient(118.58deg, #EEE9FF 9.19%, #EDF8FF 96.09%);
  border-radius: 20px;
  display: flex;
  padding: 63px 20px 33px 43px;
  align-items: center;
}
.register_form h2{
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.register_form .themeBlueButton {
  width: auto;
}
.uploadlogo {
  position: relative;
}

.upload_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.uploadlogo .form-control {
  padding-right: 25px;
}
.about{
  padding-top: 104px;
}

.about_tab_Section {
    display: flex;
    border: 1px solid rgba(221, 212, 245, 1);
    border-radius: 20px;
    margin-top: 83px;
    margin-bottom: 49px;
    overflow: hidden;
}

.tab_sidebar {
    background: linear-gradient(105.85deg, #EBE5FF 2.04%, #E8F6FF 94.21%);
    width: 353px;
    border-radius: 20px;
    padding: 28px 0;
}
.tab_sidebar .nav-link {
    padding: 34px 50px 34px 34px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0 !important;
    text-align: start;
}
.tab_sidebar .nav-link.active{
  background: linear-gradient(90deg, #EBF5FF 0%, #FFFFFF 100%);
  color: #000;

}

.about_content {
    flex: 1;
    border-radius: 20px;
    padding: 24px 50px 24px 69px;
}

.about_tab_content {
    display: flex;
}

.crm_content {
    flex: 1;
    padding-top: 70px;
}

.crm_content h5 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: normal;
}

.crm_content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.crm_content li {
    margin-bottom: 49px;
}
.business_grow{
  background: linear-gradient(90deg, #FFFFFF 0%, #EBE9FF 32.69%, #E8F6FF 64.42%, #FFFFFF 100%);
  padding: 65px 15px;
}
.business_grow .themeBlueButton {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: auto;
    padding: 17px 30px;
}
.business_grow .main_text {
    margin-bottom: 31px;
}
.legal_btn {
    color: #fff;
    background: linear-gradient(90deg, #F68627 6.17%, #FCB329 100%);
    border-radius: 60px;
    padding: 11px 23px;
    display: inline-block;
    text-align: center;
    min-width: 140px;
}
.legal_btn:hover{
  background: #fff;
  color: #F68627;
  border: 1px solid #F68627;
}
.footer_link a:hover{
  color: #F68627;
}

.newsWrapper .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.contact_form .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.newsMail p {
    margin-bottom: 0;
}

.footer_link a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 0 0 14px;
}

.plan-registration h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.plan-registration h3 a {
    color: #f68628;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(90deg, #F58226 0%, #FDB72A 100%);
    padding: 4px 10px;
    border-radius: 58px;
    font-weight: normal;
    color: #fff;
    margin-top: 8px;
}
.plan-registration button.close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 10px;
    border: none;
    background: transparent;
    font-size: 34px;
}

.plan-registration {
    padding-top: 21px;
}

.thankyoubody_modal  .modal-header {
    justify-content: end;
}

.thankyoubody_modal .modal-header button.close {
    font-size: 30px;
    border: none;
    background: transparent;
    line-height: 0.5;
}

.thankyoubody_modal .modal-body {
    text-align: center;
    padding: 50px 20px 64px 20px;
}

.thankyoubody_modal .modal-footer {
    display: none;
}

/* 12-8-25 */

/* Tabs */
  .tabs{
    max-width:1200px;
    margin-inline:auto;
    margin-top: 40px;
  }
.tab-buttons {
    display: inline-flex;
    background: #f8f9fb; /* light grey background */
    border-radius: 30px;
    padding: 4px;
    gap: 4px;
    margin-bottom: 40px;
  }

  .tab-button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    color: #111;
    transition: all 0.2s ease;
    min-width: 200px;
  }

  .tab-button .badge {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: white;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 999px;
  }

  .tab-button.active {
    background: #000;
    color: #fff;
  }

  .tab-button.active .badge {
    border-color: rgba(255,255,255,0.8);
  }
   /* hide panels */
  .tab-panel{ display:none; }
  .tab-panel.active{ display:block; }
  .plan_left-box {
    width: 60%;
    padding-left: 20px;
}

.plan_right_box {margin-top: 20px;}
.subscription_list_box {
    margin-top: 0;
}
.plan_box.black {
    background: linear-gradient(90deg, #21425d 0%, #0a62a7 100%);
    color: #fff;
    height: 100%;
    padding: 20px 16px 32px;
min-height:auto;
}
.plan_box.black .basic_plan_text, .plan_box.black .amount, .plan_box.black .subscribe_text, .plan_box.black .plan_list li{
  color: #fff;
  text-align: left;
}
.plan_box.black p {
    margin-bottom: 30px;
    margin-left: 0;
    max-width: 100%;
}
 .license-info {background: #ffedc9;margin-bottom: 20px;padding: 5px 20px;border-radius: 20px;color: #000;}
  .license-info i {
    font-size: 14px;
    opacity: 0.8;
  }
  .license-info strong {
    font-weight: 600;
    font-size: 14px;
  }
  .plan_box.black .themeBlueButton {
    background: #ffff;
    color: #012635;
    font-weight: 500;
}
.plan_box.black .themeBlueButton:hover{
  background-color: var(--themeOrange);
  color: #fff;
}
.plan_box.black .plan_list li::before{
  filter: grayscale(1);
}
.plan_box.black .basic_plan_text {
    text-align: center;
    font-size: 30px;
}

 .paypal-button-container {
    min-width: initial !important;
    max-width: initial !important;
    width: calc(100% - 20px) !important;
    margin: auto !important;
}

.plan_box.black span.amount {
    margin-bottom: 10px;
}

.plan_box.black p.subscribe_text {
    margin-bottom: 20px;
}

.plan_box.black p {
    margin-bottom: 15px;
}

.add_payment_selection .row:has(.planIsmore) {
    align-items: start;
}


 
.subscription_list_box {
    row-gap: 15px;
}
.feature_row {
    display: flex;
    /* align-items: center; */
}

.feature_list_plan {
    background: #333;
    padding: 30px;
    border-radius: 12px;
    flex: 0 0 40%;
}

.feature_list_plan h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: bold;
}

.feature_list_plan .feature_list li {
    color: #fff;
}

.feature_list_plan .feature_list li h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature_list_plan .feature_list li p {
    color: #b9b9b9;
    font-size: 16px;
    line-height: 1.5;
}

.feature_list_plan .feature_list li {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #484848;
}
.amount_overlay {
    position: absolute;
    background: linear-gradient(45deg, #fdb92a, #f68726);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    padding: 20px;
    transform: rotateY(180deg);
    z-index: 9;
    border-radius: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    font-weight: bold;
    box-shadow: inset 0 0 24px rgb(50 50 50 / 40%);
}
.plan_main_outer {
    position: relative;
    position: relative;
    width: 100%;
    text-align: center; 
    cursor: pointer;
}
 .child_plan_main_outer{
      transition: transform 0.8s;
    transform-style: preserve-3d;
 }

.plan_main_outer:hover .child_plan_main_outer {
    transform: rotateY(180deg);
}
.user_count {
    font-size: 36px;
    font-weight: bold;
}

.user_count p {
    font-weight: normal;
    font-style: italic;
    color: #81410e;
    font-size: 18px;
}
.value_detail span {font-weight: normal;font-style: italic;color: #81410e;font-size: 18px;display: block;}

.value_detail {
    display: block;
    width: 100%;
    font-size: 32px;
    padding-top: 18px;
    font-weight: bold;
    color: #342300;
}

.Role_Based {
    color: #eb9c9c;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}
#quoteModal .modal-header {
    background: var(--themeDarkBlue);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

#quoteModal .modal-header  .close span {
    color: #fff;
}

#quoteModal .modal-header .close {
    top: 10px;
}

#quoteModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}


  .subs-plans {
    padding: 20px;
    border-radius: 10px; 
    cursor: pointer;
    border: 1px solid #e1ebf5;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 0 10px 16px  rgba(0,0,0,.0);
    position: relative;
    overflow: hidden;
    margin-bottom:12px;
}

.subs-plan-card{
 display: flex;
    align-items: center;
    justify-content: space-between;
}

.subs-plans:first-child  {background: linear-gradient(45deg, #ff9e9e, #ffd5d5, #ffdcdc);}
.subs-plans:nth-child(2)  {background: linear-gradient(45deg, #fff290, #fff8c5, #fbf3b5);}
.subs-plans:nth-child(3)  {background: linear-gradient(45deg, #97efb0, #D7FBE1, #D7FBE1);}
.subs-plans:nth-child(4)  {background: linear-gradient(45deg, #77c3ff, #f1f9ff, #add5f5);}

.plan_left_part {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

.subs-plan-users {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #a8cfff;
    margin-right: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 32px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    flex:0 0 auto;
}

.package_title {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.subs-plan-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #000;
}

.package_title p {
    color: #403f3e;
    font-size: 14px;
    font-style: italic;
}

.plan_right_part strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
    color: #000;
    text-align: center;
    margin-bottom: 7px;
}

.plan_right_part {
    flex: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    min-width: 130px;
}

.plan_right_part p {
    font-size: 14px;
    color: #484848;
}

.package_title_pack_icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    flex-shrink:0;
}
 

.subs-plans:hover {
    box-shadow: 0 10px 16px  rgba(0,0,0,.1);
}

.subs-plans:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; 
    width: 0;
    z-index: 1;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
}

.subs-plans:first-child:before  {background: #ff9e9e;}
.subs-plans:nth-child(2):before {background: #fff290;}
.subs-plans:nth-child(3):before {background: #97efb0;}
.subs-plans:nth-child(4):before {background: #77c3ff;}

.subs-plans:hover:before {
    width: 100%;
}
.subscribe_btn .buy_free.themeBlueButton {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    background: linear-gradient(90deg, #d36208 0%, #f9ac11 100%);
    border: 1px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.paypal-btn-wrapper {
    padding-top: 15px;
}
 