@font-face {
  font-family: 'D-DIN';
  src: url("../../assets/fonts/D-DIN.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DIN-Bold';
  src: url("../../assets/fonts/D-DIN-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINCondensed';
  src: url("../../assets/fonts/D-DINCondensed.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINCondensed-Bold';
  src: url("../../assets/fonts/D-DINCondensed-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINExp';
  src: url("../../assets/fonts/D-DINExp.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINExp-Bold';
  src: url("../../assets/fonts/D-DINExp-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINExp-Italic';
  src: url("../../assets/fonts/D-DINExp-Italic.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DIN-Italic';
  src: url("../../assets/fonts/D-DIN-Italic.otf");
  font-weight: normal;
  font-style: normal; }

h1 {
    font-size: 54px;
}

.bluebg
{
	background:#EEF2F6!important;
}

.container
{
	max-width: 1240px!important;
    width: 1240px!important;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
 
.mw-80
{
	max-width:80%;
}

.mw-50
{
	max-width:50%;
}

.mw-60
{
	max-width:60%!important;
}

.p-relative
{
	position:relative;
}

.hide
{
	display:none!important;
}

.mobdisplay
{
	display:none;
}

.pointer
{
	cursor:pointer!important;
}

.pull-right
{
	float:right!important;
}

.pull-left
{
	float:left!important;
}

.nodecor
{
	text-decoration:none!important;
}

.font-normal
{
	 font-weight: 500!important;
	 font-family: 'D-DIN'!important;
}

.font-weight-bold
{
	 font-weight: 700!important;
	 font-family: 'D-DIN-Bold'!important;
}

.text-align-left
{
	text-align: left;
}

.text-align-right
{
	text-align: right;
}

.ff10
{
	font-size:10px!important;
}
.ff11
{
	font-size:11px!important;
}
.ff12
{
	font-size:12px!important;
}

.ff14
{
	font-size:14px!important;
}

.ff16
{
	font-size:16px!important;
}

.ff18
{
	font-size:18px!important;
}

.ff20
{
	font-size:20px!important;
}

.ff30
{
	font-size:30px!important;
}

.ff24
{
	font-size:24px!important;
}

.uppercase
{
	text-transform: uppercase;
}

.txt-white
{
	color:#fff!important;
}

.txt-black
{
	color:#000!important;
}

.txt-blue
{
	color:#004D88!important;
}

.txt-darkblue
{
	color:#014751!important;
}

.txt-customizedhead
{
	color:#004D88!important;
}

.txt-customizedheadspan
{
	color:#004D88!important;
	font-size:22px;
}

.txt-link
{
	color:#094D83!important;
}

.pr-0
{
	padding-right:0px;
}

.features
{
	opacity:0;
	transform: translateY(0px);
   	transition: opacity 1s, transform 1s;
   	padding-bottom: 5rem;
   	position: relative;
}

.features.reveal
{
	opacity: 1;
    transform: translateY(40);
}

.features p
{
	color:#47636E!important;
	margin-top:20px;
	font-size:20px;
}

.features img
{
	width:100%;
}

.feartureheading
{
	background: #FAC038;
    position: relative;
    margin-top: 3rem;
    width: 80%;
    height: 25px;
    margin-bottom:20px;
}

.feartureheading span
{
	position: absolute;
    top: -14px;
    left: 10px;
    font-size: 1.6rem;
}

.merchantloginbtn
{
	background: #FAC038 !important;
    padding: 1px 0px !important;
    color: #004D88 !important;
    font-family: 'D-DIN-BOLD' !important;
    margin-left: 1rem !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    width: 240px;
    height: 40px !important;
    font-size: 18px !important;
    text-align: center;
}

.merchantloginbtn:hover
{
	color: #fff!important;
	background: #004D88!important;
}

.primarybtn
{
	background: #FAC038!important;
    padding: 0px 20px!important;
    color: #004D88!important;
    border-radius:4px!important;
    letter-spacing:2px;
}

.primarybtn:hover
{
	color: #fff!important;
}

.starttrialbtn
{
	font-size: 16px!important;
    font-weight: 400!important;
    padding: 10px 5rem!important;
    font-family: 'D-DIN'!important;
}

.starttrialbtnmobile
{
	font-size: 12px !important;
    font-weight: 700 !important;
    padding: 10px 4rem !important;
    font-family: 'D-DIN-BOLD' !important;
    width: 100%;
}

.pl20
{
	padding-left:20px;
}

.pr20
{
	padding-right:20px;
}

.bg-darkgrey
{
	background:#707070;
}

.pointsaleheader
{
	color: #FAC038;
	font-weight:400!important;
}

.pointsaleheader:before
{
	content: '\f104';
    background-color: #FAC038;
    width: 10px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.tabbed_navigation p
{
	font-size:1.5rem!important;
	padding-bottom: 20px;
}

.tabbed_navigation .current p
{
	color:#004D88!important;
	font-weight:700!important;
	font-family:'D-DIN-BOLD'!important;
	border-bottom:2px solid #004D88!important;
}

.ml-0
{
	margin-left:0px!important;
}

.text-heading h3
{
	color:#014751!important;
	font-size: 32px!important;
}

.text-heading p
{
	color: #47636E!important;
    font-size: 18px!important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0px;
    line-height: 30px;
}

.freetrial
{
	color: #47636E!important;
	font-size: 26px;
    margin-top: 15px;
    margin-bottom: 4rem;
}

.weighingscale
{
	position: absolute;
    top: 125px;
    right: 0px;
}

.carousel-slide .image
{
	width:300px;
	height:300px;
}

.carousel-slide .image img
{
	width:100%;
	height:100%;
}

.pl10
{
	padding-left: 10rem;
}

.pl5
{
	padding-left: 5rem;
}

.featurevideo
{
	width: 560px;
}

.weighingscale img
{
	width: 383px;
}

.featureimg img
{
	width: 390px;
}

.featuresimg img
{
	width: 90%;
}

.learnmorebtn
{
	background: #004D88!important;
    font-family: 'D-DIN'!important;
    font-weight: 400!important;
    padding: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 268px;
    height: 58px;
}

.talktousbutton
{
	background: #FAC038!important;
	border:1px solid #FAC038;
    font-family: 'D-DIN'!important;
    font-weight: 400!important;
    padding: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 260px;
    height: 58px;
    color:#004D88;
}

.purchasebtn {
    background: #004D88!important;
    font-family: 'D-DIN'!important;
    font-weight: 400!important;
    padding: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 174px;
    height: 48px;
}

.talktousbtn {
    background: #004D88!important;
    font-family: 'D-DIN'!important;
    font-weight: 400!important;
    padding: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 260px;
    height: 48px;
}

#rotatingImage {
    width: 506px; /* Adjust the width and height as needed */
    height: 507px;
    transition: transform 2s ease-in-out; /* Animation duration and easing */
    position:absolute;
    z-index:999;
    top:-75px;
    left:-130px;
}

#rotatingImageDays {
    width: 421px; /* Adjust the width and height as needed */
    height: 417px;
    transition: transform 2s ease-in-out; /* Animation duration and easing */
    position:absolute;
    top: 210px;
   	left: 120px;
   	z-index:99;
}

.owl-carousel .owl-item
{
	background:#F2F2F2!important;
}

.hardwarebox
{
	background:#F2F2F2!important;
	padding:2rem;
	border:1px solid #F2F2F2;
	border-radius:4px;
	margin: 1rem;
	width: 283px!important;
	margin-top: 30px;
}

.hardwarebox .image
{
	width:250px;
	height:250px;
	top: -80px;
    position: relative;
    margin-bottom: -50px;
    padding: 20px;
    padding-left:0px;
}

.hardwarebox .image img
{
	height:auto!important;
}

#selectedhardware
{
	height: 15px;
    overflow: hidden;
}

.ff22
{
	font-size:22px!important;
}

.smallimg
{
	top: -35px!important;
}

.hardwarebox .desc
{
	height:100px;
}

.hardwarebox p
{
	font-size:14px!important;
	color:#014751!important;
	margin-top:10px;
	margin-bottom:10px;		
}

.testimonalbox
{	
	border-radius:10px;
	padding:2rem;
	margin: 1rem;
	width:400px!important;
}

.testimonalgreenbox
{
	background:#59C333;	
	border:1px solid #59C333;
}

.testimonalgreybox
{
	background:#47636E;	
	border:1px solid #47636E;
}

.testimonaltext
{
	height:200px;
	margin-top:4rem;
	font-size:20px;
}

.testimonalimgbox
{
	padding:0px;
}

.testimonalimg
{
	width:100%;
	height:500px;
}

.testimonalvideo
{
	width:100%;
	height:496px;
	background: #000;
    border-radius: 10px;
}

.testimonalvideoframe
{
	width:100%;
	height:98%;
}

.testimonalimg img
{
	width:100%;
	height:100%;
}

.h50
{
	height:50px;
	overflow:hidden;
}

.testimonalnewbox
{
	width:520px!important;
	height:520px!important;
}

.slick-track {
    margin-left:0;
}

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

.clientlogo {
    opacity: 0;
    transform: translateX(0%);
    transition: opacity 1s, transform 1s;
    margin-top: 20px;
}

.footernav
{
	padding-top: 10px;
}

.footernav li a
{
	color:#014751;
	font-size:14px;
	font-family:'D-DIN-BOLD';
	padding: 20px;
    margin: 10px;
}

.footerlogo img
{
	max-width:200px;
}

.footer
{
	border-top:1px solid #DDE3EE!important;
	margin-top: 50px;
    padding-top: 30px;
}

.txtmudah
{
	color:#fff;
}

.txt-yellow
{
	color:#fac038;
}

.txt-red
{
	color:#EE235F;
}

.txteasy
{
	color:#fac038;
}

.txt-container {
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
}

#text1:before{
    content: 'mudah.';
    animation-name: head;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.aboutusbox
{
	background: #fff;
    padding: 1.2rem;
    margin: 4rem 0px;
    position: relative;
}

.aboutusheading
{
	color:#004D88;
}

.aboutusbox p
{
	color:#535252;
	font-size:14px;
	margin-top:10px;
}

@keyframes head {
    0% { opacity:1;content: "mudah.";color:#fac038;}
    50% {opacity:1;}
    100% {opacity:1;content: "easy.";color:#fac038;}
}

.contactusbox
{
	background:url(../../assets/images/contactusbg.svg);
	background-repeat: no-repeat;
    background-size: contain;
    padding: 3rem;
    color: #fff;
    height: 100%;
    margin-bottom: 5rem;
}

.contactusbox p
{
	font-size:14px;
	color:#fff;
}

.mt-10
{
	margin-top:5rem;
}

.mt-9
{
	margin-top:9rem;
}

.mt-7
{
	margin-top:7rem;
}

.mt-8
{
	margin-top:8rem;
}

.mt-6
{
	margin-top:6rem;
}

.ml-4
{
	margin-left: 4rem;
}

.radiobtn
{
	width:20px;
	height:20px;
	border:1px solid #B7B7B7;
	vertical-align: text-bottom;
    margin-right: 10px;
}

.accordion {
    margin: 20px 0px;
    padding: 10px 0px;
}

.accordion-heading {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-heading::after {
    content: '+';
    font-size: 20px;
    transition: transform 0.2s ease;
    color: #014751;
	font-weight: 700;
}

.accordion-open .accordion-heading::after {
    content: '-';
}

.accordion-content {
    display: none;
    overflow: hidden;
}

.accordion-open .accordion-content {
    display: block;
    max-height: 200px; /* Adjust the maximum height for animation */
    transition: max-height 0.5s ease-in-out;
}

.accordion p
{
	font-weight: 500;
 line-height: 30px;
 font-size: 16px;
 color:#014751;
 margin-top:20px;
}

.bgyellow
{
	background:#FAC038;
	display: flex;
    flex-direction: column;
    position: relative;
}

.bgflex
{
	display: flex;
    flex-direction: column;
    position: relative;
}


.freetrialp
{
	color:#47636E;
	font-size:14px;
}

.min-h-screen {
    min-height: 96vh;
}

.ml-10
{
	margin-left: 10rem;
}

.pl-5
{
	padding-left: 5rem;
}

.pl-3
{
	padding-left: 3rem;
}

.pl-4
{
	padding-left: 4rem;
}

.freetrialform
{
	display: flex;
    flex-direction: column;
    position: relative;
    padding: 5rem 4rem 0px 5rem;
}

.our-featuresdetails p
{
	color:#535252;
	line-height:28px;
	font-size:18px;
	letter-spacing: 1px;
}

.letterspacing1
{
	letter-spacing: 1px;
}

.letterspacing2
{
	letter-spacing: 2px;
}

.letterspacing3
{
	letter-spacing: 3px;
}

.freetrialanimate
{
	position:relative;
	height: 320px;
	top: -100px;
}

.slick-prev:before, .slick-next:before
{
	font-size: 30px;
}

.featurelist
{
	color:#fff;
}

.featurelist.sticky
{
	position: sticky;
    top: 60px;
    left: auto;
    bottom: auto;
    right: auto;
    overflow-y: auto;
    padding: 4rem 0;
}

.featurelist ul li
{
	color:#B7B7B7;
	margin: 0px;
    line-height: 38px;
    cursor:pointer;
    font-size:18px;
}

.featurelist ul li:before
{
	content: '';
    background-color: #B7B7B7;
    width: 5px;
    height: 42px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.featurelist ul li.selected
{
	color:#FAC038;
	font-weight: 700!important;
	font-family: 'D-DIN-Bold'!important;
}

.featurelist ul li.selected:before
{
	content: '';
    background-color: #FAC038;
    width: 5px;
    height: 42px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.featurelist a.active li
{
	color:#FAC038;
	font-weight: 700!important;
	font-family: 'D-DIN-Bold'!important;
}

.featurelist a.active li:before
{
	content: '';
    background-color: #FAC038;
    width: 5px;
    height: 42px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.featurep
{
	font-size:18px;
	letter-spacing:1px;
	min-height:100px;
	line-height: 30px;
}

.hardwarelist
{
	color:#fff;
}

.hardwarelist.sticky
{
	position: sticky;
    top: 60px;
    left: auto;
    bottom: auto;
    right: auto;
    overflow-y: auto;
    padding: 4rem 0;
}

.hardwarelist ul li
{
	color:#014751;
	margin: 0px;
    line-height: 38px;
    cursor:pointer;
}

.hardwarelist ul li:before
{
	content: '';
    background-color: #014751;
    width: 5px;
    height: 42px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.hardwarelist ul li.selected
{
	color:#014751;
	font-weight: 700!important;
	font-family: 'D-DIN-Bold'!important;
}

.hardwarelist ul li.selected:before
{
	content: '';
    background-color: #FAC038;
    width: 5px;
    height: 42px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.hardwaredetailp
{
	color:#47636E;
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	letter-spacing:1px;
	
}

.hardwarelist a.active
{
	color:#014751;
	font-weight: 700!important;
	font-family: 'D-DIN-Bold'!important;
}

.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.featurestop img
{
	width:80%;
}

.packagebox
{
	border:1px solid #B7B7B7;
	background:#fff;
	border-radius:10px;
	position:relative;
}

.packagebox.recommended
{
	border:2px solid #FAC038;
}

.packagebox.recommended .boxbottom
{
	background:#FAC038!important;
}

.packagename
{
	color:#014751;
	padding-bottom:2rem;
	margin-bottom:2rem;
}

.packagebox ul li
{
	color:#004D88;
	font-size:18px;
	margin: 15px 0px;
}

.packagebox ul li img
{
	width:30px;
	margin-right: 20px;
}

.packagebox ul li.notchecked
{
	color:#B7B7B7;
}

.packagebox ul li.txt-red
{
	color:#EE235F;
}

.boxbottom
{
	background: #DDE3EE;
    color: #004D88;
    padding: 2rem;
    text-align: center;
    position:relative;
}

.hardwareboxbottom
{
	background: #DDE3EE;
    color: #004D88;
    padding: 2rem;
    text-align: left;
    position:relative;
    border-radius: 0px 0px 10px 10px;
}

.packagewithhardware
{
	color: #094D83;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.packagedetails
{
	height:800px;	
}

.popularbadge
{
	background: #EE235F;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 7px 16px;
}

.pricinghardwarebox
{
	background:#fff;
	border-radius:10px;
}

.pricinghardwarebox.selected
{
	border:2px solid #FAC038;
}

.pricinghardwarebox.selected .hardwareboxbottom
{
	background:#FAC038!important;
}

.pricinghardboximg
{
	padding:1rem;
	color:#094D83;
	font-size:14px;
	text-align:center;
	margin:0 auto;
}

.pricinghardboximg img
{
	width:180px;
	height:180px;
}

.w20
{
	width:20%;
}

.h60
{
	height: 60px
}

.addcartbtn
{
	position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    background: #fff;
    width: 83px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 20px;
}

.customizedpricingboxblue
{
	background:#004D88;
	color:#fff;
	padding:6rem 8rem 4rem 3rem;
	border-radius:10px;
	height:432px;
}

.customizedpricingboxyellow
{
	background:#FAC038;
	color:#014751;
	padding:6rem 8rem 4rem 3rem;
	border-radius:10px;
	height:432px;
}

.yellobtn
{
	background: #FAC038!important;
    font-family: 'D-DIN'!important;
    font-weight: 400!important;
    padding: 7px 40px;
    border: 1px solid #FAC038;
    color:#004D88!important;
}

.freetrialimg img
{
	width: 267px;
    margin-left: -50px;
    margin-top: -50px;
}

.pricingpagefreetrialimg img
{
	width: 320px;
    margin-left: -100px;
    margin-top: -100px;
}

.pricingplaceorder
{
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
}

.pricingplaceordershow
{
    position: fixed;
    z-index: 9999;
    top: 0px;
    width: 100%;
}

.pricingplaceorderbreakdown
{
	background: #fff;
    padding: 1.2rem;
    color: #014751;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
}

.placeorderdiv
{
	background: #004D88;
	color: #fff;
	padding: 1.2rem;
}

.pricingbreakdown
{
	background: #fff;
	color: #014751;
	padding: 1.2rem;
}

.borderleftyellow
{
	border-left:2px solid #FAC038;
	padding-left:1.5rem;
}

.ml-20
{
	margin-left:20px;
}

.placeordebutton
{
	color: #004D88!important;
    background: #FAC038;
    padding: 30px;
    font-size: 16px;
    border-radius:10px;
    margin-top:15px;
    border-color:transparent;
    width: 300px;
    height: 82px;
    letter-spacing: 3px;
}

.specialp
{
	width: 100%!important;
}

.hidetext
{
	color: #004D88;
    margin-top: -30px;
    margin-left: 50px;
}

.placeordebutton:hover
{
	color: #004D88!important;
    background: #FAC038!important;
}

.textlink
{
	color: inherit!important;
	text-decoration: none!important;
}

.cartbox
{
	padding:2rem;
}

.cartitems
{
	min-height: 340px;
	margin-top: 2rem;
	border-bottom: 1px solid #707070;
}

.item
{
	color:#535252;
}

.btn-placehorder
{
	background: #FAC038;
   	font-family: 'D-DIN'!important;
   	font-weight: 400!important;
   	padding: 7px 40px;
   	color:#004D88;
   	letter-spacing:2px;
}

.btn-placehorder.disabled
{
	color:#DDE3EE;
	background:transparent;
}

.btn-placehorder:after {
  content: url('../../assets/images/arrowrightwhite.svg');
  display: inline-block;
  margin-left: 20px;
}

.btn-placehorder.disabled:after {
  content: url('../../assets/images/arrowrightgrey.svg');
  display: inline-block;
  margin-left: 20px;
}

.bordertop
{
	border-top: 1px solid #707070;
   	margin-top: 20px!important;
   	margin-bottom: 20px!important;
}

.borderleft
{
	border-left: 1px solid #B7B7B7;
    padding-left: 2rem;
}

.pr2
{
	padding-right: 2rem;
}

.thankyouimg img
{
	width:200px;
}

.arrowright
{	
    width: 16px;
    margin-left: 10px;
    margin-top: -3px;	
    display: inline !important;
}

.arrowleft
{	
    width: 16px;
    margin-right: 10px;
    margin-top: -3px;	
}

.seeallbtn
{
	color: #014751;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
}

.h1large
{
	font-size: 54px;
}

.freetrialpersonalinfo
{
	background:url(../../assets/images/freetrialstep1.svg);
	background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    position: relative;
}

.companyinfoelement
{
	background:url(../../assets/images/freetrialstep2white.svg);
	background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    position: relative;
}

.form-register .steps li.current a .companyinfoelement
{
	background:url(../../assets/images/freetrialcompanyinfoblue.svg);
	background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
}

.form-register .steps li.done a .companyinfoelement
{
	background:url(../../assets/images/freetrialcompanyinfoblue.svg);
	background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
}

.logininfoelement
{
	background:url(../../assets/images/lockiconwhite.svg);
	background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    position: relative;
}

.form-register .steps li.current a .logininfoelement
{
	background:url(../../assets/images/lockiconblue.svg);
	background-repeat: no-repeat;
    background-size: contain;
}

.form-register .steps li.done a .logininfoelement
{
	background:url(../../assets/images/lockiconblue.svg);
	background-repeat: no-repeat;
    background-size: contain;
}

.privacytext
{
	color:#535252;
	font-size:14px;	
}

.nextbtn
{
	width:191px!important;
}

.nextbtn::after {
  content: url('../../assets/images/arrowrightwhite.svg');
  display: inline-block;
  margin-left: 20px;
}

.nextbtndisabled
{
	background: #DDE3EE!important;
    border: 1px solid #DDE3EE;
    color: #B7B7B7!important;
    width:191px!important;
}

.nextbtndisabled::after {
  content: url('../../assets/images/arrowrightgrey.svg');
  display: inline-block;
  margin-left: 20px;
}

.finishbtn
{
	width:233px!important;
}

.cartaddicon {
  content: url('../../assets/images/cartaddicon.svg');
}

.cartaddiconselected {
  content: url('../../assets/images/cartplusselected.svg');
}

.cartminusicon {
  content: url('../../assets/images/cartminusselected.svg');
  width:29px;
  height:29px;
}

.cartminusicondisabled {
  content: url('../../assets/images/cartminusdisabled.svg');
  width:29px;
  height:29px;
}

.checkicon {
  content: url('../../assets/images/cartcheckicon.svg');
}

.quantity
{
	width: 84px;
    text-align: center;
    color: #094D83;
    padding: 3px;
    
}

.pricinghardwarebox.selected .addcartbtn {
    right: -3px;
    bottom: -3px;
}

.mobilepageheadpara
{
	line-height: 25px;
    letter-spacing: 1px;
}

.mobileappfeaturetab li
{
	border: 1px solid #B7B7B7;
    border-radius: 30px;
    padding: 1rem;
    text-align: center;
    color: #B7B7B7;
    font-family: 'D-DIN-Bold';
    font-size: 18px;
    margin-bottom: 20px;
    cursor:pointer;
}

.mobileappfeaturetab li.selected
{
	border: 1px solid #004D88;
    border-radius: 30px;
    padding: 1rem;
    text-align: center;
    color: #004D88;
    font-family: 'D-DIN-Bold';
    font-size: 18px;
    margin-bottom: 20px;
    cursor:pointer;
}

.mobileappimage
{
	position: relative;
    top: -60px;
}

.mobileappimage img
{
	width:80%;
}

.mobilepageallready
{
	font-size:24px;
	color:#535252;
	line-height: 40px;
}

.mobileappborderbox
{
	border: 1px solid #B7B7B7;
    padding: 2rem;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 30px;	
}

.mobileappfeaturetext
{
	color:#004D88;
	font-size:20px;
	margin-top: 20px;
}

@media (max-width: 576px) {
  .col-xs-1 {
    width:10%;
   } 
  .col-xs-2 {
    width:20%;
   } 
  .col-xs-3 {
    width:30%;
   }
   
   .col-xs-4 {
    width:40%;
   }
   
   .col-xs-5 {
    width:50%;
   }
   
   .col-xs-6 {
    width:60%;
   }
   
   .col-xs-7 {
    width:70%;
   }
   
   .col-xs-8 {
    width:80%;
   }
   
   .col-xs-9 {
    width:90%;
   }
   .userphotoavatarlg
   {
   	width: 75px!important;
    height: 75px!important;
   }
   
   .xs-pt-0
   {
   	padding-top:0px!important;
   }
   
   .xs-p-0
   {
   	padding:0px!important;
   }
   
   .fs-1 {
	    font-size: 0.9rem !important;
	}
	
  .xs-pl5 {
	    padding-left: 5px!important;
	}
	
	.mob-hide
    {
    	display:none!important;
    }
  
 } 