body {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
margin: 0;
font-family: 'Inter', sans-serif !important;
}
.main-outer-panel {  min-height: 100%; margin-bottom:-100px;}  
h1,h2,h3,h4,h5,h6,p,ul,ol,li{
margin: 0;
padding: 0;
letter-spacing: 0;
}
ul,ol,li{
list-style: none;
}
button:focus {
outline: inherit;
}
img{
max-width: 100%;
}
section,header,footer{
display:block;
width: 100%;
}
:focus
{
outline: none;;
}
input{
box-shadow: none !important;
-webkit-box-shadow: none !important;
-webkit-appearance: none;
-moz-appearance: none;
}
button, input[type="submit"], input[type="button"]
{
-webkit-appearance: none;
-moz-appearance: none;
}
code, kbd, pre, samp {
font-family: inherit;
font-size: inherit;
}  
a{
transition: .3s all ease;
-webkit-transition: .3s all ease;
text-decoration: none;
}
a:hover, a:focus{
text-decoration: none !important;
}
*{box-sizing: border-box;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
opacity: 1;
}


@media only screen and (min-width:1200px) 
{
.container
{
max-width:1220px;
}
}
.pade-none
{
padding-left: 0;
padding-right: 0;
}
/* Include Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Include Fonts End */

/* Include Common styles */
.custom-button {
margin-top: 20px;
}
.custom-button a {
font-style: normal;
display: inline-flex;
align-items: center;
text-align: center;
color: #FFFFFF;
height: 67px;
padding: 8px 45px;
overflow: hidden;
position: relative;
/* min-width: 278px; */
justify-content: center;
background: transparent;
box-shadow: unset;
border-radius: 70px;
font-weight: 500;
font-size: 20px;
line-height: 75px;
text-transform: capitalize;
border: 1px solid #ffff;
}
.custom-button a::after {
background: #fff;
content: "";
height: 200px;
left: -95px;
opacity: .2;
position: absolute;
top: -50px;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
transition: all 550ms cubic-bezier(0.19,1,0.22,1);
width: 50px;
z-index: 10;

}
.HomeBannerButton.custom-button a {
margin: 0 9px;
}
.HomeBannerButton.custom-button {
margin-top: 43px;
}
.custom-button a:hover::after, .custom-button a.Isactive::after
{
left: 120%;
-webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.custom-button a:hover, .custom-button a.Isactive
{
background: #FF6784;
color: #fff;
border-color: #FF6784;
}
.btn{
font-weight: 600;
font-size: 18px;
line-height: 21px;
padding:14px 18px 11px 18px;
border-radius: 5px;
}
.btn-outline-dark{
color: #2C2C2C;
border-color:#021538;
}
.btn-outline-dark:hover{
color: #fff;
background-color:#021538;
}
.btn-main{
background-color: #FBBC39;
border-color: #FBBC39;
color: #2C2C2C;
}
.btn-main:hover{
background-color: #f1a912 !important;
border-color: #f1a912 !important;
}
.Title47
{
font-style: normal;
font-weight: 600;
font-size: 47px;
line-height: 57px;
text-align: center;
color: #1E1E2D;


}

p{
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 31px;
color: #566070;
}

/*-- Common --*/

/*-- Header --*/
.HeaderMenu1 ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
position: relative;
padding-right: 150px;
}
.cont-header {
display: block;
padding: 20px 0;
background: #1E1E2D;
}
.Header-inn {
display: flex;
position: relative;
padding: 0;
/* flex-direction: column; */
align-items: center;
justify-content: space-between;
}
.HeaderLogo {
display: inline-block;
width: auto;
text-align: center;
}
.HeaderNav {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
}
.HeaderNav .cont-navigation {
display: block;
}
.HeaderNav .cont-navigation ul {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
width: 100%;
}
.HeaderNav .cont-navigation ul li {
display: inline-block;
}

.HeaderLogo a {
display: inline-block;
}
.HeaderLogo a img {
max-width: 100%;
}
.HeaderNav .cont-navigation ul li a {
padding: 32px 25px;
position: relative;
transition: all .5s;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: rgba(117, 117, 138, 1);
}
.HeaderNav .cont-navigation ul li a::before {
display: block;
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width:0%;
content: '.';
color: transparent;
background: #66DFAC;
z-index: ;
transition: all .5s;
height: 5px;
opacity: 0;
}
.HeaderNav .cont-navigation ul li a:hover::before, .HeaderNav .cont-navigation ul li.current-menu-item a::before
{
opacity: 1;
width: 100%;
}
.HeaderNav .cont-navigation ul li a:hover, .HeaderNav .cont-navigation ul li.current-menu-item a
{
color:#fff;
}
.HomeBannerMain {
display: inline-block;
width: 100%;
background: #4e8ff7;
padding: 90px 0 0 0;
}
.HomeBannerIn {
display: inline-block;
width: 100%;
text-align: center;
}
.HomeBannerIn h1 {
font-style: normal;
font-weight: 600;
font-size: 49px;
line-height: 59px;
text-align: center;
color: #fff;
margin-bottom: 20px;
}
.HomeBannerIn h1 span {
color: #66DFAC;
}
.HomeBannerIn p {
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 31px;
text-align: center;
color: #F7F7F7;
}
.HomeBannerImage img {
max-width: 100%;
}
.HomeBannerImage {
display: inline-block;
width: calc(100% + 160px);
margin: auto;
margin: 0 -80px;
text-align: center;
}

.BoostEfficiencyMain {
display: inline-block;
width: 100%;
padding: 0 0 100px;
position: relative;
}
.BoostEfficiencyMainIn {
text-align: center;
display: inline-block;
width: 100%;
}
.BoostEfficiencyMainIn h2 span {
color: rgba(68, 135, 244, 1);
}
.BoostEfficiencyMainIn > p {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 31px;
text-align: center;
color: #566070;
}
.BoostEfficiencyMainIn h2 {
margin-bottom: 25px;
}
.BoostEfficiency-Row {
display: flex;
align-items: center;
justify-content: center;
}
.BoostEfficiency-grid {
display: inline-block;
width: 33.333%;
padding: 0 28px;
}
.BoostEfficiency-grid a {
position: relative;
background: #FFFFFF;
border: 1px solid #D0D0D0;
border-radius: 12px;
display: inline-block;
width: 100%;
padding: 50px 20px;
min-height: 360px;
}
.BoostEfficiency-icon {
display: inline-flex;
align-items: center;
justify-content: center;
height: 152px;
width: 152px;
background: #F9FAFC;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-bottom: 28px;
}
.BoostEfficiency-grid a p {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 31px;
text-align: center;
color: #566070;
}
.BoostEfficiency-grid a:hover {
background: #66dfac;
border-color: #66dfac;
}
.BoostEfficiency-grid a:hover p {
color: #fff;
}
.BoostAtuoOuterPanel { position: relative;}
.BoostAtuoOuterPanel::before {
position: absolute;
left: 0;
bottom: 60px;
background: url(../images/half-circle-shape.png) center left no-repeat;
height: 304px;
width: 132px;
content: "";
}

.EmpowerCSMain, .EmpowerCustomerSupplierOuter
{
display: inline-block;
background: #1E1E2D;
padding: 90px 0;
position: relative;
}
.EmpowerCSMain::before, .EmpowerCustomerSupplierOuter:before {
position: absolute;
left: auto;
top: 0;
background: url(../images/multiple-border-img.png) center right no-repeat;
height: 962px;
width: 757px;
content: "";
right: 0;
z-index: 9;
}
.EmpowerCSMain::after, .EmpowerCustomerSupplierOuter:after
{
position: absolute;
left: auto;
bottom: 190px;
background: url(../images/both-circle-img.png) center left no-repeat;
height: 92px;
width: 80px;
content: "";
right: 80px;
}
.EmpowerCSMainIn {
display: inline-block;
text-align: center;
width:100%;
}
.EmpowerCSMainIn h2 {
color: #fff;
margin-bottom: 20px;
}
.EmpowerCSMainIn h2 span {
color: #66DFAC;
}
.EmpowerCSMainIn h2 ~ p {
color: #fff;
}
.EmpowerCS-Panel {
display: inline-block;
margin-top: 60px;
width: 100%;
}
.EmpowerCS-Row {
display: flex;
align-items: center;
width: 100%;
margin-bottom: 70px;
}
.EmpowerCS-Grid-left, .EmpowerCS-Grid-right {
display: inline-block;
/* width: 50%; */
padding: 0 20px;
}
.EmpowerCS-Grid-left {
width: 62%;
text-align:left;
}
.EmpowerCS-Grid-right {
width: 48%;
}
.EmpowerCS-Grid-right
{
text-align:left;
}
.EmpowerCS-Grid-right h3 {
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 36px;
color: #FEFFFE;
margin-bottom:30px;
}
.EmpowerCS-Grid-right ul {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.EmpowerCS-Grid-right ul li {
display: inline-block;
width: 100%;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
padding-left: 45px;
margin-bottom: 22px;
position: relative;
}
.EmpowerCS-Grid-right ul li::before {
background: url(../images/green-check.svg) center center no-repeat;
position: absolute;
left: 0;
top: -2px;
width: 25px;
height: 25px;
content: "";
z-index: 1;
}
.EmpowerCS-Row:nth-child(2n) {
flex-direction: row-reverse;
}
.EmpowerCS-Row:last-child {
margin-bottom: 0;
}


/*AVADA-THEMES*/

.Ab-Header1 .awb-menu__main-ul a {
padding: 0 12px !important;
/* line-height: 100px !important; */
margin: 0 10px;
z-index: 9999;
position: relative;
}
.Ab-Header1 .awb-menu_row {
width: auto;
display: inline-flex;
justify-content: flex-end;
}
.HeaderMenu1 ul li:last-child a {
background: #66DFAC;
padding: 0 25px;
height: 44px;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #1E1E2D !important;
background: #66DFAC;
border-radius: 4px;
margin: 0;
padding: 0 20px !important;
}
.HeaderMenu1 ul li .awb-menu__main-background-active, .HeaderMenu1 ul li .awb-menu__main-background-default {
left: 50%;
bottom: -32px !important;
top: auto;
-webkit-transform: translate(-40%, 0px);
transform: translate(-40%, 0px);
}
.HeaderMenu1 ul li:last-child a:hover
{
background:#fff;
color: #66DFAC !important;
}
.HeaderMenu1 ul li:last-child .awb-menu__main-background-default.awb-menu__main-background-default_top-vertical, .HeaderMenu1 ul li:last-child .awb-menu__main-background-active.awb-menu__main-background-active_top-vertical 
{
display: none;
}

.HeaderMenu1 ul li:last-child {
/* float: right; */
/* margin: 0 0 0 130px; */
position: absolute;
right: 0;
}
.HeaderMenu1 ul li {
display: inline-block;
}

.HeaderMenu1 ul.awb-menu__sub-ul li {
display: block;
width: auto;
background: none;
}
.HeaderMenu1 ul.awb-menu__sub-ul li a {
padding: 8px 10px !important;
margin: 0;
}
.HeaderMenu1 ul.awb-menu__sub-ul li a:hover {
color:#66dfac !important;
}
.HeaderMenu1 ul.awb-menu__sub-ul {
max-width: 375px;
padding: 0;
border-radius: 5px;
background: #fff;
box-shadow: none;
}
.HeaderMenu1 ul.awb-menu__sub-ul li:last-child
{
position: static;
margin: 0;
float: none;
}
.HeaderMenu1 ul.awb-menu__sub-ul li:last-child a {
font-size: 14px;
font-weight: normal;
background: none;
height: auto;
border-radius: 0;
padding: 8px 10px !important;
margin: 0;
}
.HeaderMenu1 ul li:last-child:hover:before
{
display: none !important;
}
.GreenText { color: #66DFAC;}
.BlueText {color: #4487F4; }
.BlueButtonBG {	background: #4487F4 !important; border:1px solid #4487F4 !important; color: #fff !important;}
.BlueButtonBG span {color: #fff !important; }
.BlueButtonBG:hover {	background: transparent !important; color:#4487F4 !important; }
.BlueButtonBG:hover span {color: #4487F4 !important; }
.BoostAtuoOuterPanel h2 strong { color: #4487F4;}

.BoostGridCon
{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 31px;
text-align: center;
color: #566070;
background: #FFFFFF;
border: 1px solid #D0D0D0;
border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
padding: 55px 40px;
}
.BoostGridCon:hover
{
background: #66DFAC; border-color: #66DFAC;
}

.BoostGridCon {
text-align:center;
}

.BoostGridCon span {
width: 152px;
height: 152px;
background: #F9FAFC;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
display: flex;
align-items: center;
margin-bottom: 45px;
justify-content: center;
}
.BoostGridCon span img {
height: 70px;
width: auto;
}
.BoostGridCon p
{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 31px;
text-align: center;
color: #566070;
}
.BoostGridCon:hover p
{
color: #fff;
}
.HomeBannerOuterPanel p { color: #F7F7F7 !important;}
.SimplyProductOuter {
display: grid;
justify-content: space-between;
grid-gap: 30px 0px;
position: relative;
grid-template-columns: repeat(2, 1fr);
padding: 70px 0 0;
}
.SimplyProductOuter::after {
content: "";
position: absolute;
right: 110px;
top: -60px;
width: 145px;
height: 145px;
background: url(https://clarative-z01wivut71.live-website.com/wp-content/uploads/2023/04/img_arrow_green.png) right top no-repeat;
}
.SimplyProductInner {
background: #FFFFFF;
border: 2px solid #D3D3D3;
border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;
display: inline-block;
text-align: center;
margin: 0 40px;
}
.DotsPic {
text-align: left;
padding: 20px 30px;
}
.SimplyImageCon {
background: #D9FFEF;
padding: 20px 0;
text-align: center;
}
.SimplyProductInner p {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 31px;
text-align: center;
color: #566070;
text-align: center;
padding: 30px 50px;
}

.Simplify-Product-row
{
position:relative;
}
.Simplify-Product-row::after {
position: absolute;
left: auto;
bottom: auto;
background: url(../images/Simplify-Product-row-shape.png) center left no-repeat;
height: 310px;
width: 124px;
content: "";
right: 0;
top: 170px;
}
a.ViewProductButton {
height: 60px !important;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
padding: 0 50px;
}
.why-choose-our1 h2 {
margin: 0 0 10px 0;
font-style: normal;
font-weight: 500;
font-size: 30px !important;
line-height: 36px;
color: #FFFFFF !important;
}
.why-choose-our1 .fusion-title.title.fusion-title-7.fusion-title-text.fusion-title-size-three {
margin-bottom: 0;
}
.why-choose-our1 h4 {
margin: 10px 0 30px 0;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 56px;
color: #FFFFFF;
}
.why-choose-list1 p {
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 27px !important;
color: #FFFFFF !important;
}
.why-choose-list1 .icon-wrapper.circle-yes {
margin-top: 5px;
}
.why-choose-list1 .fusion-li-item {
margin-bottom: 14px !important;
}
.why-choose-list1 .fusion-li-item:last-child {
margin-bottom:0px !important;
}
.why-choose-our1 {
padding-top: 0 !important;
}
.why-choose-our1 .fusion-layout-column.fusion_builder_column.fusion-builder-column-13 {
margin-bottom: 0;
}
.why-choose-our1 .fusion-layout-column.fusion_builder_column.fusion-builder-column-12.fusion_builder_column_1_2 {
margin-bottom: 100px;
}
.SuperiorReporting {
display: inline-block;
background: linear-gradient(84.2deg, #D7FDF4 -1.49%, #FFFFFF 99.38%);
box-shadow: 0px 28px 32px rgba(0, 0, 0, 0.07);
border-radius: 12px;
padding: 60px;
text-align: center;
position: relative;
margin-bottom: 60px;
margin-top: -130px;
}
.SuperiorReporting h5 {
font-style: normal !important;
font-weight: 600 !important;
font-size: 47px !important;
line-height: 57px !important;
text-align: center;
color: #1E1E2D !important;
margin: 0 0 24px 0;
}
.SuperiorReporting h5 span {
color: rgba(77, 143, 246, 1);
}
.SuperiorReporting p {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 31px;
text-align: center;
color: #566070;
}

.SuperiorReporting::before {
position: absolute;
left: auto;
top: 0;
background: url(../images/half-yellow-circle.png) center left no-repeat;
height: 150px;
width: 184px;
content: "";
right: 0;
bottom: auto;
}

/*PRODUCT PAGE START*/
.page-template .fusion-page-title-bar.fusion-tb-page-title-bar {
background: url(../images/img_banner_inner.jpg) left top no-repeat;
background-size: cover;
}
.page-template .fusion-page-title-bar.fusion-tb-page-title-bar .fusion-fullwidth.fullwidth-box 
{
padding: 80px 0 !important;  margin: 0;
background: none !important;
}
.page-template .fusion-page-title-bar.fusion-tb-page-title-bar h1 {
font-weight: 600;text-transform: initial !important;
}
.CustomPortalOuterPanel, .ScanCaptureOuterPanel
{
position: relative;
}
.CustomPortalOuterPanel::before {
content: "";
position: absolute;
left: 0;
top: 50%;
background: url(../images/img_green_graphic.png) left top no-repeat;
width: 131px;
height: 304px;
transform: translate(0%, -50%);
}
.ScanCaptureOuterPanel::after {
content: "";
position: absolute;
right: 0;
top: 0;
background: url(../images/img_swirls.png) left top no-repeat;
width: 631px;
height: 904px;

}
.SupplierPortalOuterPanel:before, .AccountOuterPanel:after { display: none;}
.BlueButtonBorder {
background: transparent !important;
border: 1px solid #4D8FF6 !important; color: #4D8FF6!important;
}
.BlueButtonBorder span { color: #4D8FF6!important;}
.BlueButtonBorder:hover { background:#4D8FF6 !important; border-color: #4D8FF6!important; color: #fff!important;}
.BlueButtonBorder:hover span { color: #fff!important;}
.ScanCaptureOuterPanel p { color: #fff;}
.ReconcilationOuterPanel::after, .SupplierGridsOuterPanel:after {
content: "";
position: absolute;
right: 0;
top: 50%;
width: 184px;
height: 425px;
background: url(../images/img_blue_circle.png) right top no-repeat;
transform: translate(0%, -50%);
}
.OrderImageCon span {
background: #DDE6FE;
border-radius: 100%;
width: 172.01px;
height: 166.68px;
display: flex;
align-items: center;
justify-content: center;
}
.CustomPortalOuterPanel h2 br { display: none;}
.NetSuiteListingCon01, .NetSuiteListingConLast {
margin-bottom: 230px !important;
}


/*Media*/


@media only screen and (min-width:1401px) and (max-width:1600px)
{

}

@media only screen and (min-width:1201px) and (max-width:1400px)
{

}

@media only screen and (min-width:992px) and (max-width:1200px)
{
.page-template .fusion-page-title-bar.fusion-tb-page-title-bar .fusion-fullwidth.fullwidth-box {
padding: 50px 0 !important;
}
}

@media only screen and (min-width:768px) and (max-width:991px)
{
.SimplyProductInner {
margin: 0 11px;
}
button.awb-menu__m-toggle.awb-menu__m-toggle_no-text {
padding: 10px 10px;
}

.BannerMainHeading {
margin: 0 !important;
}
.BoostEfficiencyMain {
padding: 0 0 0 !important;
}
.empower-your-sec {
margin: 41px 0 0 !important; 
}

.BoostEfficiencyMain {
padding: 0 0 0 !important;
}
.HomeBannerOuterPanel {
padding-top: 10px !important;
}
.BoostAtuoOuterPanel {
padding: 50px 0px 0 !important;
}
.EmpowerCustomerSupplierOuter {
padding: 0 15px !important;
}

.BoostAtuoOuterPanel .fusion-title.title.fusion-title-2.fusion-title-center.fusion-title-text.fusion-title-size-two {
margin: 0 !important;
}
.fusion-layout-column.fusion_builder_column.fusion-builder-column-15.fusion_builder_column_1_1.\31 _1.fusion-flex-column {
margin: 0;
}
.SuperiorReporting::before {
height: 80px;
width: 94px;
background-size: 100px;
}
.Simplify-Product-row .fusion-layout-column.fusion_builder_column.fusion-builder-column-9.fusion_builder_column_1_1.\31 _1.fusion-flex-column {
margin: 50px 0 0px;
}
.BoostEfficiency-grid {
padding: 0 15px;
}

.page-template .fusion-page-title-bar.fusion-tb-page-title-bar .fusion-fullwidth.fullwidth-box {
padding: 50px 0 !important;
}
.page-template .fusion-page-title-bar.fusion-tb-page-title-bar h1 {
font-size: 45px !important;
}
.CustomPortalOuterPanel,  .ScanCaptureOuterPanel, .ReconcilationOuterPanel {
text-align: center;
}
.CustomPortalOuterPanel h2, .ScanCaptureOuterPanel h2 , .ReconcilationOuterPanel h2
{
font-size: 30px !important; width: 100%; text-align: center !important;
}
.CustomPortalOuterPanel p, .ScanCaptureOuterPanel p, .ReconcilationOuterPanel p {
font-size: 16px !important;
}
.fusion-builder-row-8 {
margin-bottom: 170px !important;
}
.why-choose-our1 h5 {
font-size: 35px !important;
}
.why-choose-our1 p br { display: none;}

.NetSuiteListingCon p, .NetSuiteListingCon li {
text-align: left;
}
.NetSuiteImage {
margin: 0 0 30px;
}
}


@media only screen and (max-width:767px)
{
.SuperiorReporting h5 {
font-size: 37px !important;
line-height: 47px !important;
margin: 0 0 20px 0;
}
.SuperiorReporting p {
font-size: 16px;
line-height: 29px;
}
.SuperiorReporting {
padding: 30px;
margin-bottom: 60px;
}
.SuperiorReporting::before {
height: 80px;
width: 84px;
background-size: 100px;
}
.why-choose-our1 h2 {
margin: 0 0 10px 0;
font-size: 26px !important;
line-height: 36px;
}
.why-choose-our1 h4 {
margin: 10px 0 30px 0;
font-size: 28px !important;
}
.why-choose-list1 p {
font-size: 15px !important;
line-height: 26px !important;
}
.WhyChooseRightImage {
margin-top: 40px;
}
.BoostEfficiency-Row {
display: block;
}
.BoostEfficiency-grid {
width: 100%;
margin: 0 0 30px;
}
.SimplyProductInner {
margin: 0 11px;
}
button.awb-menu__m-toggle.awb-menu__m-toggle_no-text {
padding: 10px 10px;
}
.fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-space-between.fusion-content-layout-row.fusion-flex-align-items-center {
display: block;
text-align: center !important;
margin: 0;
}
.title-heading-right.title-heading-tag.fusion-responsive-typography-calculated {
text-align: center !important;
}
.fusion-layout-column.fusion_builder_column.fusion-builder-column-15.fusion_builder_column_1_1.\31 _1.fusion-flex-column {
margin: 0;
}
.fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-space-between.fusion-content-layout-row.fusion-flex-align-items-center {
display: block !important;
text-align: center !important;
margin: 0 !important;
}
.fusion-title.title.fusion-title-9.fusion-title-text.fusion-title-size-div {
display: block !important;
}
.BannerMainHeading {
margin: 0 !important;
}
.BoostEfficiencyMain {
padding: 0 0 0 !important;
}
.empower-your-sec {
margin: 41px 0 0 !important; 
}

.BoostEfficiencyMain {
padding: 0 0 0 !important;
}
.HomeBannerOuterPanel {
padding-top: 10px !important;
}
.BoostAtuoOuterPanel {
padding: 50px 0px 0 !important;
}
.EmpowerCustomerSupplierOuter {
padding: 0 15px !important;
}
.Simplify-Product-row .fusion-layout-column {
margin: 40px 0 0;
}
.BoostAtuoOuterPanel .fusion-title.title.fusion-title-2.fusion-title-center.fusion-title-text.fusion-title-size-two {
margin: 0 !important;
}

.page-template .fusion-page-title-bar.fusion-tb-page-title-bar .fusion-fullwidth.fullwidth-box   {
padding: 30px 0 !important;
}
.page-template .fusion-page-title-bar.fusion-tb-page-title-bar h1   {
font-size: 40px !important;
}
.CustomPortalOuterPanel,  .ScanCaptureOuterPanel, .ReconcilationOuterPanel {
text-align: center;
}
.CustomPortalOuterPanel h2, .ScanCaptureOuterPanel h2 , .ReconcilationOuterPanel h2
{
width: 100%; text-align: center !important;
}
.CustomPortalOuterPanel p, .ScanCaptureOuterPanel p, .ReconcilationOuterPanel p {
font-size: 16px !important;
}
.fusion-builder-row-8 {
margin-bottom: 170px !important;
}
.why-choose-our1 h5 {
font-size: 35px !important;
}
.why-choose-our1 p br { display: none;}

.NetSuiteListingCon p, .NetSuiteListingCon li {
text-align: left;
font-size: 15px;
line-height: 24px;
}
.NetSuiteImage {
margin: 0 0 30px !important;
}
.CustomPortalOuterPanel h2 {
font-size: 30px !important;
}
.SupplierlastCon {
padding-bottom: 100px !important;
}
.ReconcilationOuterPanel::after, .SupplierGridsOuterPanel::after {
width: 124px;
height: 365px;
background-size: 100%;
}
}

@media only screen and (max-width:639px){
.SimplyProductOuter {
display: block;
}
.SimplyProductInner p {
font-size: 18px !important;
padding: 30px 4px !important;
}
.SimplyProductInner {
margin: 0 0 26px !important;
}

.HomeBannerOuterPanel h1.fusion-responsive-typography-calculated {
font-size: 28px !important;
}
.BannerMainHeading {
margin: 0 !important;
}

.empower-your-sec h2.title-heading-center {
font-size: 29px !important;
}
.left-portal {
margin: 0 !important;
}
.BoostAtuoOuterPanel h2.title-heading-center {
font-size: 26px !important;
}
.BoostAtuoOuterPanel p br {
display:none;	
}
.Simplify-Product-row h2.title-heading-center {
font-size: 28px !important;
}

.SuperiorReporting::before {
height: 40px;
width: 44px;
background-size: 50px;
}	
.SuperiorReporting {
padding: 20px;
margin-bottom: 6px;
}	
.why-choose-our1 h4.fusion-responsive-typography-calculated {
font-size: 20px !important;
margin: 0;
}
.why-choose-our1 h2.fusion-responsive-typography-calculated {
margin: 0;
}
.why-choose-our1 h5.fusion-responsive-typography-calculated {
font-size: 26px !important;
line-height: 34px !important;
}

.page-template .fusion-page-title-bar.fusion-tb-page-title-bar h1 {
font-size: 30px !important;
}
.CustomPortalOuterPanel h2 {
font-size: 25px !important;
}
.NetSuiteListingCon .fusion-column-wrapper {
padding: 10px !important;
}
.NetSuiteListingCon h4 {
font-size: 22px !important;
}
.NetSuiteListingCon li .fusion-li-item-content {
font-size: 15px !important;
line-height: 22px;
}
.OrderImageCon span img {
width: 80px;
}
.OrderImageCon span {
width: 151.01px;
height: 145.68px;
}
.NetSuiteListingCon01 {
margin-bottom: 0px !important;
}
.NetSuiteListingConLast {
margin-bottom: 150px !important;
}

}
@media only screen and (max-width:479px)
{

}