/**** top menu ****/
.enterpriseTabs {
    margin-top: 91px;
    background: #000;
    color: #fff;
}
.enterpriseTabs a{
    color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
}
.enterpriseTabs a:hover{
	background: #103ecd;
}
.enterpriseTabs ul{
    padding: 0;
	margin: 0;
}
.enterpriseTabs ul li{
    list-style: none;
	display: inline-block;
	padding: 10px;
}
.tabsLeft {
    float: left;
    width: 30%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0px;
}
.tabsLeft > div{
    display: inline-block;
    border-right: 1px solid;
    padding-right: 25px;
    line-height: 22px;
}
.tabsRight {
    float: right;
    width: 70%;
    text-align: right;
}


/**** hero ****/
.hero {
    padding: 50px 0;
	background: url("../jpg/hero-bg-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.hero h3 {
    color: #fff;
    font-size: 40px;
    margin-top: 15px;
}
.hero h2{
    font-size: 91px;
    color: #ffde00;
	font-family: 'Bebas Neue', cursive;
}
.heroText {
    float: left;
    width: 60%;
	margin-top: 100px;
}
.heroImage {
    float: right;
    width: 40%;
}
.heroImage img{
	max-width: 100%;
}
.heroText p{
    margin: 35px 0 25px;
}


.saasTitle {
    font-size: 20px;
    color: #103ecd;
	margin-bottom: 20px;
}
.saasText {
    float: right;
    width: 60%;
	margin-top: 100px;
}
.saasImage {
    float: left;
    width: 40%;
}
.saasText h2{
	font-size:65px;
	font-family: 'Bebas Neue', cursive;
	line-height: 65px;
}
section.saas {
    padding: 50px 0;
}
.wave {
    margin-top: 20px;
}
section.flexibility {
    padding: 50px 0;
    background: #f9f9fa;
}
.flexibility .container1170 > p {
    font-size: 22px;
    padding-right: 5%;
}
.flexibilityText {
    float: right;
    width: 75%;
    margin-top: 40px;
}
.flexibilityImage {
    float: left;
    width: 25%;
}
.flexLeft {
    float: left;
    width: 50%;
    padding-right: 25px;
    border-right: 1px solid #ccc;
}
.flexRight {
    float: left;
    width: 50%;
    padding-left: 25px;
}
.flexibilityText h2 {
    font-size: 70px;
    font-family: 'Bebas Neue', cursive;
    color: #103ecd;
    line-height: 70px;
}
.flexibilityText h3 {
    font-size: 28px;
    font-weight: 600;
}
.flexTop {
    margin-bottom: 50px;
}
.flexibilityImage img{
    position: absolute;
    left: 0;
    max-width: 413px;
}

/**** plan ****/
section.plans {
    padding: 50px 0;
}
.plans h2{
    font-size: 50px;
    font-weight: 600;
}
.pHolder {
    text-align: center;
    background: #f9f9fa;
    padding: 20px 20px 30px 20px;
}
.pTitle {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.table1 .pHolder{
    border-top: 7px solid #05c5da;
}
.table2 .pHolder{
    border-top: 7px solid #103ecd;
}
.table3 .pHolder{
    border-top: 7px solid #343434;
}
.table4 .pHolder{
	border-top:7px solid #fbcc46;
}
.pTable {
    float: left;
    width: 25%;
    padding: 40px 15px;
}
.pricing-amount .pricing-amount-left:before {
    content: "$";
    font-size: 27px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: -3px;
    display: block;
    color: #fbcc46;
	font-family: 'Muli',sans-serif;
	font-weight: 600;
}
.pricing-amount .pricing-amount-left {
    float: left;
    font-size: 77px;
    line-height: 77px;
    position: relative;
    padding-left: 15px;
    font-weight: 300;
	color: #fbcc46;
	font-family: 'Bebas Neue', cursive;
}
.pricing-amount .pricing-amount-right {
    float: right;
    padding-left: 5px;
}
.pricing-amount .pricing-amount-cents {
    font-size: 29px;
    line-height: 1;
    padding-top: 0;
	text-align: center;
}
.pricing-amount .pricing-billing-cycle {
    font-size: 21px;
    line-height: 1;
    padding-top: 0;
	text-align: center;
}
.plans .tc-btn-md.tc-btn-green {
    background: #22ac60;
    color: #fff;
    min-width: 155px;
    height: 41px;
    line-height: 41px;
    background: #103ecd;
}
.pricing-amount {
    display: inline-block;
    text-align: left;
}
.pricing-amount .pricing-amount-right {
    margin-top: 2px;
}
.pricing-amount .pricing-amount-cents:after {
    content: url(../png/picing-wave.png);
    display: block;
    line-height: 0;
}
.plans ul li {
    list-style: none;
    text-align: left;
    font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}
.plans ul li:before {
	content: "+";
	position: absolute;
	left: -25px;
	font-size: 40px;
	font-family: 'Bebas Neue', cursive;
	line-height: 40px;
	font-weight: bold;
}
.getStarted {
    margin-top: 25px;
}
.contactUs {
    font-size: 50px;
    font-family: 'Bebas Neue', cursive;
    line-height: 128px;
}
.table3 ul{
	min-height:121.4px;
}


/**** adv tabs ****/
.advancedEcommerce {
    background: #f9f9fa;
    padding: 50px 0;
}
.saas-tab{
	display:none;
}
.advTab {
    float: left;
    width: 23.5%;
    text-align: center;
    font-size: 35px;
	font-family: 'Bebas Neue', cursive;
	cursor: pointer;
	margin: 0 1%;
	border-bottom:8px solid #f9fafa;
}
.advTab img{
	max-width:90px;
	filter: grayscale(100%);
}
.advTabImg {
    max-height: 70px;
}
#tab4.advTab img {
    max-width: 60px;
}
#tab2.advTab img{
    max-width: 78px;
}
.advancedTabs {
    border-bottom: 1px solid #ccc;
}
.advTab.active img{
	filter: grayscale(0%);;
}
.saas-tab.active {
    display: block;
}
.advTab.active{
	border-color:#103ecd;
}
.advTabInner .advTab:first-child{
	margin-left:0;
}
.advTabInner .advTab:last-child{
	margin-right:0;
}
.tabTopText {
    float: left;
    width: 75%;
}
.tabTopImage {
    float: right;
    width: 25%;
    text-align: center;
}
.tabTopText h2 {
    color: #103ecd;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
.advTabTop {
    margin-top: 50px;
	margin-bottom: 20px;
}
.advTabsLeft {
    float: left;
    width: 50%;
    padding-right: 35px;
}
.advTabsRight {
    float: right;
    width: 45%;
}
.advTabBtm {
    margin-top: 40px;
}
.advTabTxt h3 {
    font-size: 44px;
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 15px;
    line-height: 1;
}
.advTabTxt p{
    font-size: 20px;
    margin-bottom: 35px;
}
.advTabTxt h3:before {
    background: url(../png/wave.png);
    width: 100%;
    height: 32px;
    background-size: 180px 20px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
}
.advTabTxt2 {
    border-top: 8px solid #fbcc46;
    padding: 20px;
    background: #fff;
}
.advTabTxt2 h4{
	margin-bottom: 15px;
}
 .advTabTxt2 .tc-btn-green{
	background:#103ecd;
}


section.support {
    padding: 50px 0;
}
.dedicatedSupport {
    float: left;
    width: 49%;
	padding: 60px 20px 30px;
	background-image: url("../jpg/dedicated-bg.jpg");
	background-size: cover;
	color: #fff;
}
.onboarding {
    float: right;
    width: 49%;
	padding: 60px 20px 30px;
	background-image: url("../jpg/onboarding-bg.jpg");
	background-size: cover;
	color: #fff;
}
.dedicatedSupport h3,.onboarding h3{
	color:#fff;
}
.dedicatedSupport h2, .onboarding h2 {
    color: #fbcc46;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}
.supportContent {
    max-width: 940px;
    margin: auto;
}
.dedicatedSupport h3, .onboarding h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
section.apps {
    background: #f9f9fa;
    padding: 50px 0;
}
.app-container {
    background: #000;
    margin-bottom: 20px;
	padding: 20px;
	display:flex;
}
.app-images {
    float: right;
    width: 67%;
    display: flex;
    margin-left: 3%;
}
.img-holder {
    float: left;
    width: 33.333333%;
    text-align: center;
	display: flex;
	align-self:center;
	position:relative;
}
.trusted_by_cols .trusted_by_col img {
    filter: grayscale(100%);
}
.apptitle {
    float: left;
    width: 30%;
    font-size: 36px;
    color: #fbcc46;
    font-weight: 600;
    line-height: 43px;
	position: relative;
    padding-right: 35px;
}
.app-container .apptitle:after {
    position: absolute;
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-20deg) skew(-25deg,-25deg);
    -webkit-transform: rotate(-20deg) skew(25deg,-25deg);
    transition: all .5s ease;
    height: 15px;
    width: 15px;
    right: 10px;
    top: 30%;
}
.app-images .img-holder:not(:last-child):after {
    position: absolute;
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-20deg) skew(-25deg,-25deg);
    -webkit-transform: rotate(-20deg) skew(25deg,-25deg);
    transition: all .5s ease;
    height: 15px;
    width: 15px;
    right: 28px;
    top: 30%;
}
.apps h2{
    font-size: 60px;
    color: #103ecd;
    font-weight: 700;
    margin-bottom: 50px;
    width: 70%;
	float: left;
}
.appsTopImg {
    float: right;
    width: 30%;
	overflow: hidden;
}
.appsTopImg img{
    margin-bottom: -70px;
}
section.it-management {
    padding: 50px 0;
}
.itText {
    float: right;
    width: 60%;
}
.itImage {
    float: left;
    width: 40%;
}
.itText h2{
	color:#103ecd;
	font-size:90px;
	font-family: 'Bebas Neue', cursive;
	line-height: 90px;
}
.itText h3{
	font-weight:600;
}
.itCard {
    background: #f9f9fa;
    padding: 35px 20px 20px;
    float: left;
    width: 31.3%;
    margin: 1%;
}
.itCardInner h4{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
}
.itCardInner h4:before {
    background: url(../png/wave.png);
    width: 33%;
    height: 25px;
    background-size: 175px 14px;
    content: "";
    display: block;
    background-repeat: no-repeat;
}
.itBottom{
	display:flex;
}
.itTop {
    margin-bottom: 35px;
}
section.features {
    padding: 50px 0;
	background: url("../jpg/blue-bg.jpg");
	background-size: cover;
}
.features h2 {
    font-size: 75px;
    color: #fbcc46;
    font-family: 'Bebas Neue', cursive;
    line-height: 75px;
    width: 68%;
    margin-bottom: 30px;
}
.featureCard {
    background: #00007a;
    float: left;
    width: 48%;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    margin-right: 1.5%;
}
.fcIcon {
    float: left;
    width: 23%;
    text-align: center;
}
.fcCartText {
    float: left;
    width: 75%;
}
.fcCartText h3{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.featureCards{
	display:flex;
}
.trusted_by {
    background: #f9f9fa;
    padding: 50px 0;
}
.trusted_by h2{
	text-align: center;
    color: #103ecd;
    font-weight: 600;
    margin-bottom: 30px;
}
section.letsTalk {
    padding: 50px 0 100px;
}
.letsTalk h2{
    font-weight:bold;
	margin-bottom: 20px;
}
.talkBtn a.tc-btn-md.tc-btn-green {
	background:#103ecd;
}

.trusted_by {
	padding: 35px 0 70px;
}
.trusted_by h3 {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.trusted_by h3 span {
	font-size: 20px;
	color: #ccc;
	padding: 5px 10px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 10;
}
.trusted_by_cols {
	text-align: center;
}
.trusted_by_col {
	padding: 0 9px;
	/*float: left;*/
	display: inline-block;
}
.img-responsive {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media(max-width: 1023px) {
	.trusted_by_cols {
		text-align: center;
	}
	.trusted_by_col {
		height: 60px;
		float: none;
		display: inline-block;
	}
}
#testimonials-carousel {
    padding: 0px;
    position: relative;
    max-width: 100%;
}
#testimonials-carousel .item-inner{
	height:auto;
}
.trusted_by_cols .trusted_by_col {
    padding: 9px 9px;
	height:130px;
	position:relative;
	float:left;
	width:25%;
}
.trusted_by_cols .trusted_by_col .img{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.trusted_by_cols .trusted_by_col img{
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:100%;
}
#testimonials-carousel .testimonials-control {
	position: absolute;
    width: 50px;
    height: 50px;
    z-index: 50;
    color: #e7e8ec;
    font-size: 50px;
    line-height: 50px;
    top: 35%;
    left: auto;
    right: auto;
    text-decoration: none!important;
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    top: 25%;
}
.trusted_by_cols{
	margin:0;
}
#testimonials-carousel .item {
    padding: 0 50px;
}
#testimonials-carousel .testimonials-control.left-control {
    left: -10px;
}
#testimonials-carousel .testimonials-control.right-control {
    right: -10px;
}
.sla {
    padding: 50px 0;
    background: #f9f9fa;
}
.sla-text {
    float: left;
    width: 79%;
}
.sla-icon {
    float: left;
    width: 15%;
    text-align: center;
}
.sla-image {
    float: right;
    width: 21%;
    text-align: center;
}
.sla-detail {
    float: left;
    width: 85%;
}
.sla-detail h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sla .sla-details:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.tc-icon-angle-right-circle:before {
    position: absolute;
    content: "" !important;
    border: solid #00c6dc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-20deg) skew(-25deg,-25deg);
    -webkit-transform: rotate(-20deg) skew(25deg,-25deg);
    transition: all .5s ease;
    height: 15px;
    width: 15px;
    right: 28px;
    top: 30%;
}
.tc-icon-angle-left-circle:before {
    position: absolute;
    content: "" !important;
    border: solid #00c6dc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(155deg) skew(25deg,-25deg);
    -webkit-transform: rotate(155deg) skew(25deg,-25deg);
    transition: all .5s ease;
    height: 15px;
    width: 15px;
    right: 28px;
    top: 30%;
}
@media(max-width:1200px){
	.trusted_by_cols .trusted_by_col {
	}
	.trusted_by_cols .trusted_by_col {
	}
	#testimonials-carousel .testimonials-control{
		top:32%;
	}
}
@media(max-width:1023px){
	.trusted_by_cols .trusted_by_col {
		height: 90px;
	}
	.sla-text {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 35px;
	}
	.sla-image {
		display: none;
	}
}
@media(max-width:1023px){
	.trusted_by_cols .trusted_by_col{
	}
	#testimonials-carousel .testimonials-control{
		top:20%;
	}
}
@media(max-width:767px){
	#testimonials-carousel .item {
		padding-bottom: 15px;
	}
	#testimonials-carousel .testimonials-control{
		position:static;
	}
	.trusted_by_cols .trusted_by_col {
		width: 48%;
		margin: 0 1% 10px;
		padding: 0;
		border: 1px solid #e7e8ec!important;
		height: 70px;
	}
	.sla-icon {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.sla-detail {
		float: none;
		width: 100%;
	}
	.sla-detail h3{
		text-align:center;
	}
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-inner>.active {
    left: 0
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        /* -webkit-transform:translate3d(0,0,0); */
        /* transform:translate3d(0,0,0); */
        /* left:0 */
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}


.pTable ul{
	padding-left:30px;
}

@media(max-width:1420px){
.flexibilityImage {
    display: none;
}
.flexibilityText {
    float: none;
    width: 80%;
}
}
@media(max-width:1199px){
.heroText {
    margin-top: 65px;
}
.pTable ul {
    padding-left: 25px;
}
.flexibilityText {
    width: 100%;
}
.pricing-amount .pricing-amount-left {
    font-size: 55px;
    line-height: 55px;
}
.pricing-amount .pricing-amount-cents {
    font-size: 20px;
    text-align: center;
}
.pricing-amount .pricing-billing-cycle {
    font-size: 15px;
    text-align: center;
}
.contactUs {
    font-size: 45px;
    line-height: 60px;
}
.table3 ul {
    min-height: 144.4px;
}
.itText h2 {
    font-size: 78px;
}
.apptitle {
    float: left;
    width: 30%;
    font-size: 30px;
    color: #fbcc46;
    font-weight: 600;
    line-height: 37px;
    position: relative;
}
.img-holder img{
	max-width:68%;
}
.plans ul li {
    font-size: 15px;
}
}

@media(max-width:1023px){
img{
	max-width:100%;
}
.hero h2 {
    font-size: 70px;
    line-height: 70px;
}
.heroText {
    margin-top: 0;
}
.saasText {
    float: none;
    width: 100%;
    margin-top: 0;
}
.saasImage {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.flexLeft {
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 50px;
}
.flexRight {
    float: none;
    width: 100%;
    padding-left: 0;
}
.pTable {
    float: left;
    width: 50%;
}
.plans ul li {
    font-size: 18px;
}
/*.pTable.table3 {
    display: block;
    margin: auto;
    float: none;
}*/
.tabTopText h2 {
    font-size: 42px;
}
.advTabTxt h3 {
    font-size: 32px;
}
.apptitle {
    font-size: 23px;
}
.appsTopImg {
    overflow: visible;
}
.itText h2 {
    font-size: 50px;
    line-height: 60px;
}
.features h2 {
    font-size: 70px;
}
.featureCard {
    width: 50%;
    margin-right: 0.5%;
}
.tc-icon-angle-left-circle:before {
    right: 0;
}
.enterpriseTabs a {
    padding: 10px 15px;
    font-size: 17px;
}
.enterpriseTabs ul li {
    padding: 15px 10px;
}
.table3 ul {
    min-height: 112.4px;
}
}

@media(max-width:767px){
.pTable {
    float: none;
    width: 100%;
}
.pricing-amount .pricing-amount-left {
    font-size: 70px;
    line-height: 70px;
}
.dedicatedSupport {
    float: none;
    width: 100%;
}
.onboarding {
    float: none;
    width: 100%;
    margin-top: 25px;
}
.itCard {
    background: #f9f9fa;
    padding: 10px 20px 10px;
    float: none;
    width: 100%;
    margin: auto;
}
.itBottom,.featureCards {
    display: inherit;
}
.advTabsLeft {
    float: none;
    width: 100%;
    padding-right: 0;
}
.advTabsRight,.itText,.heroText {
    float: none;
    width: 100%;
}
.itImage,.heroImage{
	float:none;
	width:100%;
	margin-top: 25px;
}
.featureCard {
    width: 100%;
    margin-right: 0;
    float: none;
}
.tc-icon-angle-left-circle:before {
    left: 0;
}
.tc-icon-angle-right-circle:before {
    right: 0;
}
.tabsLeft {
    float: none;
    width: 100%;
    text-align: center;
}
.enterpriseTabs {
    margin-top: 97px;
}
.tabsLeft > div {
    border-right: none;
    padding-right: 0;
    margin-top: 15px;
}
.tabsRight {
    float: none;
    width: 100%;
    text-align: center;
}
.enterpriseTabs ul li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
}
.enterpriseTabs ul li:last-child {
    border-bottom: none;
}
.saasText h2 {
    font-size: 42px;
    line-height: 45px;
}
.flexibilityText h2 {
    font-size: 42px;
    line-height: 48px;
}
.flexibilityText h3 {
    font-size: 24px;
    font-weight: 400;
}
.flexTop {
    margin-bottom: 20px;
}
.flexLeft {
    margin-bottom: 20px;
}
.plans h2 {
    font-size: 32px;
}
.pTable {
    padding: 10px 15px;
}
.table3 ul {
    min-height: auto;
}
.apps h2 {
    font-size: 35px;
    margin-bottom: 20px;
    width: 100%;
    float: none;
}
.appsTopImg,.app-container .apptitle:after,.app-images .img-holder:not(:last-child):after{
	display:none;
}
.apptitle {
    float: none;
    width: 100%;
	font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.app-images {
    float: none;
    width: 100%;
    display: inherit;
    margin-left: 0;
}
.app-container {
    display: inherit;
}
.img-holder {
    float: none;
    width: 100%;
    text-align: center;
    display: inherit;
}
.img-holder img{
    width: 100%;
}
.fcIcon {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.fcCartText {
    float: none;
    width: 100%;
    text-align: center;
}
.features h2 {
    font-size: 42px;
    line-height: 48px;
    width: 100%;
    text-align: center;
}
.itText h2 {
    font-size: 42px;
    line-height: 48px;
}
.dedicatedSupport h2, .onboarding h2 {
    font-size: 33px;
    margin-bottom: 20px;
}
.advTabTxt h3 {
    font-size: 27px;
    line-height: 1;
}
.tabTopText {
    float: none;
    width: 100%;
}
.tabTopText h2 {
    font-size: 32px;
}
.tabTopImage {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.advTab {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 35px;
    border: 1px solid;
    margin: 15px 0%;
    border-bottom: 8px solid #000;
    padding-top: 15px;
}
.hero h3 {
    font-size: 32px;
    line-height: 32px;
}
.advancedEcommerce {
    padding: 50px 0 15px;
}
}

@media(max-width:320px){
.contactUs {
    font-size: 58px;
}
.pricing-amount .pricing-amount-left {
    font-size: 113px;
}
}














