: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;
}*/

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

body .industry_benefits_wrapper * {
    font-family: "Roboto", sans-serif!important;
}















.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 89px;
  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;
}
.plan_box.yellow{background: #FBF7D7;}
.plan_box.green{background: #D7FBE1;}
.plan_box.blue{background: #D7E5FB;}

.basic_plan_text{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  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 {
  position: absolute;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
}
.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;
  width: 100%;
}
.industry_benefits_wrapper h2 {
  font-size: 35px;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.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;
}
.legal_btn:hover{
  background: #fff;
  color: #F68627;
  border: 1px solid #F68627;
}
.footer_link a:hover{
  color: #F68627;
}
.container.industries-content {
    margin-top: 21px;
}

.navbar-nav .nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #F79127;
    bottom: 0;
    left: 0;
}

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

.contact_form .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}
.newsMail p {
    margin-bottom: 0;
}

.list_check br {
    display: none;
}