/*
 Table Of Contents
 1.) Media Query for Tablet
 2.) Media Query for Desktop
 3.) Media Query for Handheld Devices
 ===============================================*/

/*
 1.) Media Query for Tablet
 ===============================*/
/*------------------Tablet css -----------*/
@media only screen and (min-width: 768px)  {
	.container {
		padding: 0 39px;
		width: 768px;
	}
/*========Home page=======*/	
	
	/*========Header Style Start=======*/
	.navbar {
    height: 116px;
    padding: 34px 0 20px;
}
.logo {
    display: inline-block;
    margin-top: 9px;
    width: 322px;
}
.navbar-nav {
    position: relative;
    z-index: 2;
}
.navbar-toggler {
    margin: 10px 39px 0 0;
}
.navbar-toggler > div {
    height: 4px;
    margin: 4px 0;
    width: 36px;
}
.request.btn {
    border: 1px solid #c018a2;
    color: #c018a2;
    position: absolute;
    right: 123px;
    top: 41px;
    padding: 11px 21px 8px;
}
.login-wrap .request.btn {
	display: none;
}
.navbar-collapse {
	background-image: url(../images/tablet-menu-bg.png);
    left: auto;
    padding: 0 19px 0 29px;
    right: 0;
    top: 117px;
    width: 279px;
    height: 100vw;
}
.change-bar {
    margin: 10px 44px 0 0;
}
.change-bar > div {
    width: 29px;
}
.change-bar .bar1 {
    transform: rotate(-45deg) translate(-4px, 7px);
}
.navbar-light .navbar-nav > li:first-child .nav-link {
    padding: 27px 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 25px 0;
}
.nav-link .icon-downarrow, .footer-list .icon-downarrow {
    right: 0;
}
/*========Header Style End=======*/
/*========Banner Style Start=======*/
.banner {
    padding-top: 0;
}
.banner-content {
    padding-top: 51px;
    top: 0;
}
.banner-content strong {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.banner .carousel-item {
	height: 521px;
}
.banner .carousel img {
	height: auto;
	object-fit:cover;
	object-position:center;
}
.banner-content h1 {
    font-size: 6.0rem;
    letter-spacing: -1px;
    line-height: 1.2;
    width: 400px;
    font-family: 'LFT Etica Sheriff';
    font-weight: 300;
}
.banner-description {
	position: absolute;
	top: 22.9%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border:none ;
	padding-bottom: 0;
}
.banner-description p {
    color: #ffffff;
    margin-bottom: 37px;
    width: 500px;
}
.banner-description .btn {
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    margin-right: 16px;
    padding: 10px 24px 8px;
}
.down-arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 81px;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	padding: 2px 4px 0;
    z-index: 2;
}
.icon-down {
	background-position: -338px -138px;
	width: 15px;
	height: 8px;
}
.about-company {
    padding: 0 0 130px;
    position: relative;
   top: -60px;
}
.about-company .about-area {
	background-color: #fff;
	padding-top: 27px;
	text-align: center;
}
.about-company p {
    font-size: 3rem;
    letter-spacing: 0.5px;
    margin: 0 auto 43px;
    width: 539px;
}
.about-company ul li {
    border-bottom: 0 none;
	float: left;
    padding: 0 ;
    width: 19.8%;
}
.about-company ul li a i:first-child {
    background-size: 675px 338px;
    margin-right: 0;
    margin-bottom: 42px;
}
.about-company ul li a i:last-child {
    display: none;
}
li .icon-marketplace-distribution {
    margin-bottom: 31px !important;
}
.about-company ul + span, .about-company ul + span a {
    display: inline-block;
    font-size: 1.8rem;
}
.about-company ul {
    margin-bottom: 45px;
}
/*========Banner Style End=======*/
/*========Wizard Style Start=======*/
.wizard-wrap {
    padding: 42px 0 32px;
}
.process-dtc {
	text-align: center;
    padding: 54px 85px;
}
.process-dtc h2 {
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0 auto 38px;
    font-size: 2.8rem;
    width: 461px;
}
.process-dtc p {
    letter-spacing: 0.9px;
    margin-bottom: 41px;
}
.process-dtc > .btn {
    display: inline-block;
    font-size: 1.3rem;
    padding: 14px 24px 7px;
    background-color: #fff;
}
.wizard-wrap img {
    min-height: 639px;
}
/*========Wizard Style End=======*/
/*========Sales Style Start=======*/
.sales-title {
    padding: 70px 0 57px;
    text-align: center;
}
.sales-title h2 {
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0 auto 17px;
    width: 513px;
    font-size: 2.8rem;
}
.sales-percent strong {
    color: #5869da;
    display: block;
    font-family: "LFT Etica Sheriff";
    font-size: 6rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 14px;
}

.sales-area {
	overflow: hidden;
}
.sales-area .border:after  {
	position: absolute;
	width: 2px;
	height: 100vh;
	content: "";
	right: 0;
	top: 37px;
	background-color: #cecece;
}
 .border .sales-percent {
	border-bottom: 2px solid transparent;
}
.sales-area .no-padding {
	padding-bottom: 0;
} 
/*========Sales Style End=======*/
.knowledge-wrap {
    padding: 65px 0 44px;
}
.knowledge-title h2 {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto 49px;
    width: 550px;
}
.help {
    margin-bottom: 20px;
    min-height: 266px;
}
.help-title {
    padding: 69px 0;
}
.help-title h2 {
    font-size: 4.2rem;
    margin: 0 0 37px;
}
.help-title > .btn {
    border: 1px solid #ffffff;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px 8px;
}
/*========Footer Style Start=======*/
.footer-top {
    padding: 39px 0 15px;
}
.footer-logo {
    margin-top: 10px;
}
.email-input {
    margin-bottom: 15px;
    width: 70%;
}
form .sign-up.btn {
    display: inline-block;
    margin: 0 0 15px 5px;
    padding: 9px 20px 7px;
}
.footer-list {
    margin-bottom: 41px;
}
.copyright .right , .copyright .left {
	float: none !important;
}
.contact-detail form {
	margin-bottom: 63px;
}
.social-links {
    margin-bottom: 49px;
    text-align: left;
}
.social-links a {
    margin:0 10px 0 0;
}
.social-links i {
	background-size: 832px 385px;
}
.icon-facebook {
    background-position: -6px -97px;
}
.icon-twitter {
    background-position: -41px -101px;
}
.icon-linked {
    background-position: -89px -97px;
}
.icon-pintrest {
    background-position: -176px -100px;
}
.icon-v {
     background-position: -135px -102px;
}
.copyright ul li {
    float: none;
}
.copyright ul li:nth-child(even) {
	text-align: left;
}
/*========Footer Style End=======*/

			/*========End-to-End Page=======*/	
			
/*========Banner Style Start=======*/
.end-banner {
	background-image: url(../images/end-tablet-pattern.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:433px;
	position: relative;
	text-align: center;
	margin-bottom: 205px;
	padding-top: 54px;
}
.end-banner img {
	width: auto;
}
.end-banner figure {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-204px;
	margin: 0 auto;
}
.end-banner h1 {
	font-size: 4.2rem;
	 margin: 0 0 29px;
}
.end-banner p {
    margin: 0 auto;
    width: 515px;
}
/*========Banner Style End=======*/
/*========Expertise-Area Style Start=======*/
.end-expertise p {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto 49px;
    width: 550px;
}
.end-expertise > ul {
	position: relative;
}
.end-expertise > ul > li {
    border-bottom: 0 none;
	float: left;
    padding: 0 ;
    width: 19.8%;
    text-align: center;
    position: static;
}
.end-expertise > ul > li > a i:first-child {
    background-size: 675px 338px;
    margin-right: 0;
    margin-bottom: 42px;
}
.end-expertise > ul > li > a i:last-child {
    display: none;
}
.end-expertise > ul > li > a:after {
	position: absolute;
	bottom:-31px;
	left: 0;
	right: 0;
	width: 118px;
	height: 4px;
	background-color: #c018a2;
	content:"";
	margin: 0 auto;
	z-index: 2;
	display: none;
}
.end-expertise > ul > li > a:before {
	content:"";
	position: absolute;
	bottom:-43px;
	left: 0;
	right: 0;
	margin: 0 auto;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom:15px solid #c018a2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 3;
  display: none;
}
.end-expertise > ul > li:nth-of-type(4) > a:after {
	bottom:-21px;
}
.end-expertise > ul > li:nth-of-type(4) > a:before {
	bottom:-32px;
}
.end-expertise > ul > li.active > a:after , .end-expertise > ul > li.active > a:before {
	display: block;
}
.end-expertise li .icon-marketplace-distribution {
    margin-bottom: 31px !important;
}
.end-expertise .active {
	background-color: transparent;
}
.end-expertise ul .sub-expend {
	display: none;
}
.sub-expand-wrap {
	margin-bottom: 56px;
}
.sub-expand-wrap .sub-expand {
    display: none;
    background-color: #f2f2f2;
    padding: 23px 74px;
    text-align: left;
    border-top:2px solid #dddddd; 
    border-bottom:2px solid #dddddd; 
}
.sub-expand-wrap  .active-block {
	display: block;
}
.end-expertise > ul {
	padding-bottom: 20px;
    /*margin-bottom: 430px;*/
   margin-bottom: 0;
}
.end-expertise .sub-expand ul {
    margin-bottom: 35px;
}
.icon-fulfillment {
    height: 56px;
}
/*========Expertise-Area Style End=======*/
/*========Photo-Feature Style Start=======*/
.photo-feature-wrap {
    padding: 30px 0 80px;
}
.photo-feature li {
    padding: 42px 75px 0;
}
.photo-feature h3 {
    font-size: 3rem;
}
.photo-feature p span {
	display: inline;
}
.photo-feature figure {
    margin-bottom: 35px;
}
.photo-feature p {
    margin-bottom: 25px;
}
.photo-feature li:last-child {
    border-bottom: 0 none;
    padding-top: 64px;
}
.photo-feature .btn {
    display: inline-block;
    padding: 9px 21px 7px;
}
/*========Photo-Feature Style End=======*/
/*========Testimonial Style Start=======*/
.testimonial-wrap .title {
    margin-bottom: 28px;
    padding: 73px 0 0;
    text-align: center;
}
.testimonial-wrap .title h2 {
    font-size: 3rem;
    margin: 0 0 34px;
}
.testimonial-wrap .title p {
    margin: 0 auto;
    width: 568px;
}
.client-wrap {
    margin: 0 auto;
    width: 541px;
}
.client-wrap .client figure {
    margin: 0 0 51px 29px;
}
.client-logo li:nth-child(2n+1) {
    margin: 0 0 32px 0;
}
.client-logo li:nth-of-type(1), .client-logo li:nth-of-type(2) , .client-logo li:nth-of-type(4) , .client-logo li:nth-of-type(5) {
	margin-right: 32px;
} 
.client-logo li {
    float: left;
    width: 30%;
}
.testimonial-description {
    margin-bottom: 46px;
}
.end.help .btn {
	font-size: 1.4rem;
}
.end.help {
    margin-bottom: 25px;
}
 /*========Testimonial Style End=======*/

    /*=============Point-of-Sale page==========*/
   .point-banner {
   	 margin-bottom: 175px;
   }
   .point-banner p {
   	width: 550px;
   }
   .about-point-wrap {
   	padding: 53px 0 40px;
   	display:flex;
   	flex-wrap:wrap;
   }
   .about-point-wrap ul {
   	order:1;
   	margin-bottom: 33px;
   	display:flex;
   	border-bottom: 1px solid #dddddd;
   	width: 100%;
   	padding-bottom: 23px;
   }
   .about-point {
   	order:2;
   	align-items: center;
   	width: 100%;
   }
   .about-point-wrap > ul > li {
    border-bottom: 0 none;
    float: none;
    padding: 0;
    position: static;
    text-align: center;
    width: 19.8%;
    display: flex;
   justify-content: center;
   flex-direction: column;
}
.about-point-wrap > ul > li.active > a::after, .about-point-wrap > ul > li.active > a::before {
    display: none;
}
.about-point-wrap p {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto 37px;
}
.about-point-wrap p span {
	display: inline-block;
	width: 472px;
	text-align: left;
}
.about-point-wrap .solution-icon {
	width: 95px;
	height: 90px;
	display: inline-block;
    margin: 0 25px 0 55px;
}

.about-point-wrap .icon-point-of-sale.solution-icon {
    background-position:  -683px -14px;
}
.about-point-wrap .icon-wine-club.solution-icon {
    background-position: -572px -14px;
}

.about-point-wrap .icon-ecommerce.solution-icon {
    background-position: -795px -14px;
}

.about-point-wrap .icon-marketplace-distribution.solution-icon {
    background-position: -105px -187px;
}

.about-point-wrap .icon-fulfillment.solution-icon {
    background-position: -7px -190px;
}
.about-point .btn {
    min-width: 148px;
}
.mocup-device .carousel-control-next, .carousel-control-prev {
	top: 36%;
}
.mocup-device h2 {
    font-size: 3rem;
    margin: 0 0 20px;
}
.device {
    margin: 0 auto 39px;
}
.device .carousel-inner img {
	margin: 0 auto 39px;
}
.mocup-device .icon-left , .mocup-device .icon-right{
	background-position: -524px -135px;
	-webkit-background-size: 1000px 500px;
	background-size: 1000px 500px;
	width: 21px;
	height: 21px;
}
.carousel-control-prev:hover .icon-left , .carousel-control-next:hover .icon-right {
	background-position: -576px -135px;
	-webkit-background-size: 1000px 500px;
	background-size: 1000px 500px;
	width: 21px;
	height: 21px;
}
.mocup-device p {
    color: #76236d;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 35px;
    padding: 0 1px;
}
.mocup-device .btn {
    display: inline-block;
    margin-bottom: 20px;
    padding: 12px 24px 9px;
}
.feature-wrap.compare-wrap h2 {
    margin-bottom: 26px;
}
.feature-wrap.compare-wrap p {
    font-size: 1.8rem;
    margin-bottom: 54px;
}
.feature-wrap .table-one th.active::after {
	display: block;
}
.feature-wrap.compare-wrap .table-one th {
    background-color: #ffffff;
    padding: 6px 0 0;
    width: 16%;
}
.feature-wrap .table-one {
    position: relative;
    z-index: 1;
}
.feature-wrap .table-two {
    position: relative;
    z-index: 2;
}
.feature-wrap table td {
    border-left: 1px solid #ececec;
}
.feature-wrap.compare-wrap .table-two tr:first-child {
    border-top: 2px solid #979797;
}
.feature-wrap table th {
    font-size: 1.4rem;
    line-height: 15.14px;
    padding: 16px 12px 7px;
}
.feature-wrap.compare-wrap .table-one th {
    line-height: 30px;
    padding: 6px 0 0;
}
.feature-wrap table td {
    font-size: 1.2rem;
    height: 39px;
    padding: 0 10px;
}
.feature-wrap.compare-wrap td {
    width: 16%;
}
.feature-wrap table td:last-child {
    text-align: center;
}
.feature-wrap.compare-wrap td i {
    margin-top: 4px;
    transform: scale(1.1);
}
.feature-wrap .table-two td:nth-child(2) {
    box-shadow: 0 0 8px 0 rgba(186, 186, 186, 0.5);
}
.feature-wrap .table-two td:nth-child(4) {
    box-shadow: none;
}
.desk-table {
    height: 233px;
    margin-bottom: 44px;
    overflow: hidden;
    padding-top: 40px;
}
.feature-wrap .desk-table {
    height: 235px;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 39px 0 0;
}

.feature-wrap.compare-wrap .stick {
    width: 692px;

}
.compare-wrap .stick {

    width: 692px;
}
.feature-wrap .gredient-wrap {
    bottom: 53px;
}
.feature-wrap .table-wrap .btn {
    width: 111px;
}
.point-photo h3 {
	font-size: 3.0rem;
    line-height: 1.3;
    margin: 0 0 12px;
}
.point-photo p {
    margin-bottom: 0;
}
.point-photo li {
    border-bottom: 2px solid #e5e5e5;
    padding: 46px 75px 34px;
}
.point-photo figure {
    margin-bottom: 42px;
}
.point-photo li:last-child {
    border-bottom: 0 none;
    padding: 43px 75px 31px;
}
.point-testimonial .title {
    margin-bottom: 43px;
    padding: 73px 0 0;
    text-align: center;
}
.point-testimonial .client-wrap {
    margin: 0 auto;
    width: 610px;
}
.point-testimonial .client-wrap p {
	margin-bottom: 23px;
}
.point-testimonial  .client img {
	margin-right: 29px;
}
.point-testimonial .client figure {
    margin: 0 0 44px 29px;
}
.point-testimonial .client-logo li {
    float: left;
    width: 31%;
}
.point-testimonial .client-logo li:nth-child(2n+1) {
    margin: 0 0 20px;
}
.point-testimonial .client-logo li:nth-of-type(1), .point-testimonial .client-logo li:nth-of-type(2), 
.point-testimonial .client-logo li:nth-of-type(4), .point-testimonial .client-logo li:nth-of-type(5) {
    margin-right: 24px;
}
.point-testimonial .testimonial-description {
    margin-bottom: 54px;
}
/*=========Knowledge-center article page start==========*/

.sort-area form {
    padding: 10px 0 25px;
}
.sort-area form > div {
    float: left;
    margin: 0 27px 0 0;
    width: 211px;
}
.sort-area form > div:nth-of-type(3) {
	margin-right: 0;
}
.sort-area form > button {
    display: block;
    margin: 0 auto 32px;
    width: 88px;
}
.sort-area form > div:nth-of-type(4) {
	width: 100%;
	margin-right: 0;
}
.sort-area select.form-control:not([size]):not([multiple]) {
    height: calc(4rem + 2px);
}
.sort-area select {
	margin-bottom: 0;
}
.author-wrap {
	margin: 0 auto;
    width: 540px;
}
.author-wrap .container {
	padding: 0;
}
.author-wrap h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: left;
}
.article-image {
    margin: 0 0 33px;
}
.author-wrap .client {
    margin-bottom: 29px;
}
.article-image .share {
    right: 30px;
    top: -22px;
}
.article-image {
    margin: 0 0 36px;
}
.author-wrap h2 {
    margin: 0 0 12px;
}
.author-wrap h2 + p {
	margin-bottom: 9px;
}
.knowledge-center {
    padding: 58px 0 44px;
}
.knowledge-center h2 {
    font-size: 3rem;
    width: 539px;
}
.download-wrap {
    border-top: 2px solid #dddddd;
    padding: 74px 0 0;
}
.download-card-content {
    margin: 0 auto 65px;
    padding: 40px 29px 48px;
    width: 540px;
}
.download-card-content span {
    display: inline-block;
}
.info-card {
    margin: 0 auto 65px;
    padding: 35px 29px;
    width: 540px;
}
.download {
    margin-bottom: 83px;
}
.knowledge.help {
    margin-bottom: 32px;
}
/*=========Knowledge-center article page end==========*/
/*
 2.) Pricing
 ----------------------------------------*/

/*========Inner-banner  Style start=======*/
.inner-banner {
    min-height: 550px;
    padding: 169px 0 100px;
}
.inner-banner p {
    padding: 0 60px;
}
.inner-banner h1 {
    font-size: 4.2rem;
}
.pricing-card-wrap {
    margin-top: 429px;
}
.pricing-card-wrap {
    margin-top: 429px;
}
.pricing-card-content {
    padding: 9px 9px 42px;
}
.starting {
    padding-top: 34px;
}
.starting, .setup {
    min-height: 63px;
}
.setup {
    padding-top: 20px;
}
.upgrade{
    margin-top: 22px;
    margin-bottom: 0;
}

.pricing-top-wrap {
    padding: 0 0 51px;
   }
   .compare-wrap p {
     margin-bottom: 67px;
    padding: 0 62px;
}
.compare-wrap {
    padding: 67px 0 60px;
}
.compare-wrap h2 {
    font-size: 3rem;
    margin-bottom: 37px;
}
.compare-wrap .table-one th {
background-color: #ffffff;
    border: medium none;
    font-size: 1.5rem;
    line-height: 34px;
    padding: 6px 0 0;
    text-align: center;
    text-transform: none;
    width: 20%;    
}
.compare-wrap .table-one{
	margin-bottom: 0;
}
.compare-wrap .table-one {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}
.compare-wrap td{
	width: 20%;
}
.compare-wrap .table-one tr{
	border-bottom: none;
}
.compare-wrap th {
    padding: 14px 0 6px 9px;
}

.table-wrap .table-two {
    margin-bottom: 42px;
}
.table-wrap .btn {
    width: 118px;
    margin: 0 auto;
}
.pricing-help h2 {
    line-height: 48.9px;
    margin: 0 0 36px;
    padding: 0 129px;
}
.pricing-help {
    padding: 93px 0 72px;
}
.pricing-help p {
    margin-bottom: 36px;
    padding: 0 61px;
}
.btn-wrap{
	width: 470px;
	margin: 0 auto;
}
.pricing-help .btn-teritary {
     padding: 13.4px 26px 11.3px;
     width: auto;
}
.btn-wrap .btn:first-child{
	margin-right: 15px;
} 
.pricing-help .btn-teritary:last-child{
	padding: 13.4px 20px 11.3px;
}
.pricing-help-wrap {
	margin-bottom: 28px;
}
.pricing-help p span{
	display: inline-block;
}
.gredient-wrap {
	bottom: 77px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.table-one th.active{
	 box-shadow: 0 0px 8px 0 rgba(186, 186, 186, 0.5);
	 color:#c018a2;
	 position: relative;
	 border-top:1px solid #dddddd;
	 z-index: 1;
	 outline:1px solid #dddddd;
	 outline: medium none; 
}
.table-two td:nth-child(4){
	box-shadow: 0 0px 8px 0 rgba(186, 186, 186, 0.5);
}
.plan-table th.active:after{
  position: absolute;
	background-image: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 44px;
	height: 44px;
	content: "";
	right: -7px;
	top: -1px;
	-webkit-background-size: 71%;
	background-size: 71%;
 }
 .desk-table{
 	height: 233px;
 	overflow: hidden;
 	margin-bottom: 44px;
 }
 .table-md-height{
	height: auto;
}
.compare-wrap td i{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	
}


/*
 2.) certified
 ----------------------------------------*/

.certified-banner-wrap figure {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 429px;
    width: 100%;
    text-align: center;
}
.certified-banner-wrap figure img{
	width: 691px;
}

.certified-banner-wrap{
	padding: 132px 0 0;
	min-height: 0;
	height: 550px;
	position: relative;
	 background-image: url("../images/end-tablet-pattern.png");
}
.certified-banner-content h1{
	margin-bottom: 30px;
	font-size: 4.2rem;
}
.certified-banner-content p{
	padding: 0 78px;
	margin-bottom: 36px;
}
.certified-btn-group li {
    color: #76236d;
    display:inline-block;
    text-transform: none;
    margin-right: 16px;
    line-height: 38px;
    font-family: "Neutraface 2 Text Demi";
   }
   .certified-btn-group li:last-child{
   	margin-right: 0;
   }
   .certified-btn-group .btn {
    line-height: 1;
      padding: 12px 19px 0;
    width: 100%;
}
.certified-designer-wrap {
    margin-top: 207px;
    padding: 53px 0 38px;
}
.certified-designer-content h2 {
    margin-bottom: 17px;
}
.certi-benefit {
    display: block;
    font-size: 3rem;
    line-height: 42px;
    margin-bottom: 34px;
    padding: 0;
}
.certified-designer-content figure {
    display: block;
    margin-bottom: 34px;
    text-align: center;
}
.certified-designer-content figure img{
	width: 542px;
	object-fit: fill;
    object-position: center center;
}
.certified-designer-content{
	margin: 0 auto;
    width: 542px;
}
.designer-list-wrap h3, .blockquote-wrap h3, .shipping-card-wrap h3 {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 46px;
}
.designer-tab-wrap .nav{
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
.nav-tabs .nav-item{
	float: left;
    margin-bottom: 0;
    text-align: center;
    width: 50%;
}
.designer-tab-wrap .nav-link{
	 padding: 13px 14px 0 54px;
	  border:none;
	  background-color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.subactive{
	background-color: #fff;
	border:none;
}
.designer-tab-wrap .nav-link.subactive::after,.designer-tab-wrap .nav-link.active::after {
    background: #c018a2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -41px;
    transform: translateY(-50%);
    width: 241px;
    top: auto;
}
.designer-tab-wrap .nav-link:after{
	background: none;
}
.tab-pane.active{
	display: block;
}
.designer-tab-wrap .tab-pane p {
    font-size: 1.6rem;
    line-height: 30px;
    margin: 0 auto;
    padding: 37px 1px 20px 0;
    width: 542px;
}
.designer-tab-wrap .tab-pane{
	background-color: #fff;
	border-bottom: none;
	min-height: 237px;
}
.designer-type-content {
    margin: 0;
    padding: 81px 0 62px;
    display: block;
}
.designer-type-wrap {
    padding: 0;
}
.designer-type-list li{
	float: left;
	width: 48%;
	margin-right: 27.4px;
}
.designer-type-list li:nth-child(2){
	margin-right: 0;
}
.designer-type-content-wrap{
	width: 544px;
	margin: 0 auto 0 48px;
}
.crousel-control-wrap {
    margin: 13px auto 0;
    overflow: hidden;
    width: 111px;
}
.designer-type-content h3 {
    font-size: 30px;
    margin-bottom: 12px;
    padding: 0;
}
.designer-type-info {
    padding: 34px 0 0;
}
.designer-type-content-wrap img{
	  width: 100%;
}
.designer-personal-info {
    margin: 0 0 34px;
}
.designer-service-list li{
	float: none;
	width: 100%;
}
.template-wrap {
    padding: 0 0 36px;
}
.certi-help-wrap .pricing-help {
    padding: 96px 0 72px;
}
.certi-help-wrap .pricing-help p {
    margin-bottom: 36px;
    padding: 0 124px;
}
.certi-help-wrap .btn-wrap .btn:first-child,.certi-help .btn-wrap .btn:first-child {
    margin-right: 0;
}
.implementation-consultant-wrap{
	margin-top: 0;
	 padding: 29px 0 33px;
}
.implementation-consultant-wrap .certi-benefit {
    margin-bottom: 48px;
}
.blockquote-wrap {
    padding: 39px 0 0;
}
.blockquote-wrap .client-wrap {
    border-top: 2px solid #5869da;
    padding: 19px 19px 0 0;
    width: 100%;
}
.blockquote-wrap h3{
	margin-bottom: 67px;
}
.blockquote-wrap .client {
    padding: 16px 0 0;
}
.blockquote-wrap .client-wrap figure{
	margin: 0 0 44px 30px;
}
.integration-wrap {
    padding: 70px 0 30px;
    margin: 0;
}
.integration-wrap .certi-benefit {
	margin-bottom: 47px;
}
.integration-wrap .certified-designer-content figure {
    margin-bottom: 35px;
}
.shipping-card-wrap h3{
	padding: 0 80px;
	margin-bottom: 65px;
}
.shipping-card-wrap .card h3 {
    padding: 0;
}
.certi-help p{
	padding: 0 132px;
}
.certi-help{
	 padding: 93px 0 61px;
}
.designer-type-content{
	position: relative;
}
/*
 2.) Website
 ----------------------------------------*/
.website-ideas-content{
	width: 542px;
	margin: 0 auto;
}
.website-ideas-wrap {
    margin-top: 207px;
}
.website-ideas-wrap h2 {
    font-size: 3rem;
    line-height: 40px;
    margin-bottom: 19px;
}
.website-ideas-wrap p {
    letter-spacing: 0;
    line-height: 35.5px;
   font-size: 2.0rem;
}

   .website-template{
   	 padding: 72px 0 36px;
   }
   .website-template h2 {
  font-size: 3rem;
    margin-bottom: 34px;
   }
   .website-template p {
    padding: 0 62px;
}
.website-template .card, .designer-type-wrap .card {
    margin-top: 32px;
   }
   .website-template .load-btn {
    margin-top: 43px;
    width: 154px;
}
.website-help .help-title > .btn{
	font-size: 1.4rem;
}
.website-help .help-title h2 {
    margin: 0 0 35px;
}
.website-help .help-title {
    padding: 82px 0 83px;
}
.website-template-wrap .card:hover {
    margin-bottom: 8px;
} 
.compare-wrap .stick {
    width: 692px;
    position: fixed;
}

}

/*
 2.) Media Query for Desktop
 ===============================*/
@media only screen and (min-width: 1200px) {
	.container {
		width: 1140px;
		padding: 0;
	}
	.login-wrap {
    display: block;
    position: absolute;
    right: 207px;
    top: 33px;
    width: 179px;
    margin-bottom: 0;
}
	.tel, .login {
	color: #4a4a4a;
    font-size: 1.4rem;
}
.navbar-toggleable-md .navbar-collapse {
    display: flex;
    float: right;
    width: 71%;
    height: auto;
    position: static;
    padding: 65px 0 0 207px;
    background-color: transparent;
    background: none;
}
.navbar-nav {
	display: block;
	margin-bottom: 0;
	width: 100%;
}
.navbar-light .navbar-nav > li:first-child .nav-link {
    padding: 0;
}
.navbar-light .navbar-nav > li .nav-link {
	font-family: 'Neutraface 2 Text Demi';
    padding:  0;
    color: #231f20;
    letter-spacing: 1px;
}
.navbar-nav .nav-link:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	bottom: -24px;
	height: 4px;
	background-color: #c108a2;
	display: none;
}
.navbar-nav .active .nav-link:after  {
	display: block;
}
.navbar-light .navbar-nav > li {
    float: left;
    margin-right: 54px;
    padding-bottom: 20px;
}
.navbar-light .navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-nav > .nav-item.active > a {
	color: #231f20 !important;
}
.navbar-nav .nav-item {
	position: relative;
}
.navbar-nav .submenu {
    display: block;
    position: absolute;
    margin: 0 ;
    padding: 15px 0 ;
    background-color: #fff;
    border-top:4px solid #c018a2;
    top: 74px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(88,88,88,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(88,88,88,0.4);
    box-shadow: 0px 5px 10px 0px rgba(88,88,88,0.4);
    -webkit-transition: all 0.5s ease ;
	-moz-transition: all 0.5s ease ;
	-ms-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
   
}
.navbar-nav > li:hover .nav-link + .submenu {
	top: 37px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease ;
	-moz-transition: all 0.5s ease ;
	-ms-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}
.navbar-nav .submenu li a {
    color: #4a4a4a;
    padding: 8px 20px;
    display: block;
}
.navbar-nav .submenu:after {
	content:"";
	position: absolute;
	bottom: 101%;
	left: 0;
	right: 0;
	margin: 0 auto;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #c018a2;
}
.navbar-nav .submenu li a:hover {
	background-color: #f2f2f2;
}
.navbar-nav .submenu li.active a {
	color: #c018a2;
	background-color: #f2f2f2;
}
.request.btn {
    right: 0;
    top: 24px;
}
.nav-link .icon-downarrow {
	display: none;
}
.navbar-nav > li {
    border-bottom: none;
    line-height: 1;
}
.navbar {
    height: 124px;
    padding: 34px 0 20px;
}
.logo {
    margin-top: 22px;
    width: 322px;
}
.banner {
    overflow: hidden;
    top: 0;
}
.banner-content {
    padding-top: 51px;
    top: 2.5%;
}
.banner-description p {
    margin-bottom: 39px;
}
.down-arrow {
    bottom: 108px;
}
.banner-description {
    top: 28.3%;
}
.about-company p {
    width: 90%;
    margin: 0 auto 50px;
}
.about-company ul li a i:first-child {
    background-size: 1000px 500px;
    margin-bottom: 49px;
    margin-right: 0;
}
.icon-wine-club {
	background-position: -126px -14px;
	width: 86px;
	height: 85px;
}
.about-company ul li a:hover .icon-wine-club {
	background-position: -574px -14px;
}
.icon-point-of-sale{
	background-position: -10px -14px;
	width: 90px;
	height: 82px;
}
.about-company ul li a:hover .icon-point-of-sale{
	background-position:  -683px -14px;
}
.icon-ecommerce  {
	background-position:  -238px -17px;
	width: 82px;
	height: 82px;
}
.about-company ul li a:hover .icon-ecommerce  {
	background-position: -796px -14px;
}
 .about-company .icon-marketplace-distribution {
	background-position:  -351px -17px;
	width: 82px;
	height: 82px;
}
.about-company ul li a:hover .icon-marketplace-distribution {
	background-position: -112px -193px;
}
.icon-fulfillment {
	background-position: -452px -17px;
	width: 91px;
	height: 76px;
}
.about-company ul li a:hover .icon-fulfillment {
	background-position: -9px -202px;
}
.banner .carousel {
    margin-bottom: 422px;
}
.banner .carousel-item {
	height: 500px;
}
.banner .carousel img {
	height: auto;
}
.about-company ul li a span {
    display: block;
    width: auto;
}
.about-company ul li {
    border-bottom: 0 none;
    float: left;
    margin-right: 31px;
    padding: 0;
    width: 17.8%;
}
.about-company ul li:last-child {
	margin-right: 0;
}
.about-company ul li a {
    font-size: 2rem;
    letter-spacing: 1px;
}
.about-company {
    bottom: -30px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}
.wizard-wrap {
    padding: 76px 0 65px;
}
.process-dtc {
    padding: 41px 85px;
}
.process-dtc h2 {
    font-size: 4.2rem;
    line-height: 1.3;
    margin: 0 auto 26px;
}
.process-dtc p {
    letter-spacing: 0.9px;
    margin: 0 auto 43px;
    width: 530px;
}
.process-dtc > .btn {
    margin-right: 24px;
    padding: 12px 24px 10px;
}
.wizard-wrap {
    padding: 76px 0 65px;
}
.sales-title {
    padding: 52px 0 53px;
}
.sales-title h2 {
    margin: 0 auto 51px;
    width: 750px;
}
.sales-percent {
    position: relative;
    border-bottom: 2px solid transparent;
}
.sales-percent p {
	margin-bottom: 0;
}
.sales-percent p span {
	display: inline-block;   
}
.sales-area .border:after {
	display: none;
}
.sales-percent:before  {
	position: absolute;
	width: 1px;
	height: 100vh;
	content: "";
	right: 0;
	top: 0;
	background-color: #cecece;
}
.sales-area .border-bottom-0:before {
	display: none;
} 
.knowledge-title h2 {
    margin: 0 auto 50px;
    width: 800px;
}
.knowledge-area figure {
    margin-bottom: 17px;
}
.knowledge-area > div {
    padding: 0 25px;
}
.knowledge-area p {
    margin: 0 0 20px;
}
.footer-list > li {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    float: left;
    line-height: 1;
}
.footer-list > li > a {
	pointer-events:none;
}
.footer-list > li:first-child {
	width: 31.5%;
	padding-left: 18px;
}
.footer-list > li:nth-of-type(2) {
	width: 24.5%;
}
.footer-list > li:nth-of-type(3) {
	width: 24.5%;
}
.footer-list > li:last-child {
	width: 19%;
}
.footer-list .icon-downarrow {
    display: none;
}
.footer-list .submenu {
    display: block;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 8px 0;
}
.email-input {
    margin-bottom: 17px;
    width: 88%;
}
.email-input input {
	height: 42px;
}
.contact-detail form {
    margin-bottom: 55px;
}
.copyright .right, .copyright .left {
    float: none;
    display: inline-block;
}
.copyright span {
    display: inline-block;
}
.copyright {
	padding-left: 91px;
}
.copyright ul {
	display: flex;
	display: -webkit-flex;
}
.copyright ul li:nth-of-type(3) {
	order:1;
	width: 183px;
}
.copyright ul li:nth-of-type(1) {
	order:2;
	width: 176px;
}
.copyright ul li:nth-of-type(2) {
	order:3;
	width: 362px;
}
.copyright ul li:nth-of-type(4) {
	order:4;
	width: 143px;
}
.telephone {
    letter-spacing: 0.3px;
    margin-bottom: 32px;
}

/*=============End-to-End Page=========*/

.end-banner {
    background-image: url("../images/end-to-end-header-pattern.png");
    margin-bottom: 318px;
    height: 420px;
    padding-top: 52px;
    min-height: auto;
}
.end-banner p {
    width: 770px;
}
.end-banner figure {
    bottom: -318px;
}
.end-expertise p {
    margin: 0 auto 50px;
    width: 84%;
    letter-spacing: 0.2px;
}
.end-expertise ul li a i:first-child {
    background-size: 1000px 500px;
    margin-bottom: 49px;
    margin-right: 0;
}
.end-expertise ul li:hover .icon-wine-club {
	background-position: -574px -14px;
}
.end-expertise ul li:hover .icon-point-of-sale {
	background-position:  -683px -14px;
}
.end-expertise ul li:hover .icon-ecommerce  {
	background-position: -796px -14px;
}
.end-expertise .icon-marketplace-distribution {
	background-position:  -351px -17px;
	width: 82px;
	height: 82px;
}
.end-expertise ul li:hover .icon-marketplace-distribution {
	background-position: -112px -193px;
}
.end-expertise ul li:hover .icon-fulfillment {
	background-position: -9px -202px;
}
.end-expertise ul li a span {
    display: block;
    width: auto;
}
.end-expertise ul li {
    border-bottom: 0 none;
    float: left;
    margin: 0;
    width: 19.8%;
}
.end-expertise > ul > li:first-child {
	padding-left: 0;
}
.end-expertise > ul > li:last-child {
	padding-right: 0;
}
.end-expertise > ul > li > a {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 36px;
}
.end-expertise > ul > li:nth-of-type(2) > a , .end-expertise > ul > li:nth-of-type(3) > a {
	margin-bottom: 39px;
}
.end-expertise > ul > li:nth-of-type(4) > a {
	margin-bottom: 30px;
}
.end-expertise > ul > li:last-child > a {
	margin-bottom: 45px;
}
.end-expertise .sub-expand {
    background-color: transparent;
    left: 0;
    padding: 23px 17px 0 10px;
    position: static;
    display: block;
    min-height: 437px;
    border-right:1px solid #dddddd;
    text-align: left;
    border-bottom:1px solid #dddddd;
    border-top:1px solid #dddddd;
    cursor: pointer;
}
.end-expertise .sub-expand > ul > li {
	display: block;
	float: none;
	width: 100%;
	color: #231f22;
	line-height: 1.6;
	margin-bottom: 17px;
}
.end-expertise .sub-expand > ul > li:last-child {
	margin-bottom: 0;
}
.end-expertise .sub-expand > ul {
	margin-bottom: 0;
}
.end-expertise > ul > li:hover .sub-expand {
	background-color: #f2f2f2;
}
.end-expertise > ul > li:hover .sub-expand li , .end-expertise > ul > li:hover > a {
	color: #c018a2;
} 
.end-expertise > ul {
    margin-bottom: 37px;
    
}
.photo-feature-wrap {
    padding: 42px 0 35px;
}
.photo-feature ul {
	display: flex;
	flex-wrap: wrap;
}
.photo-feature li {
	width: 50%;
	padding: 28px 0 7px;
}
.photo-feature li:first-child , .photo-feature li:last-child {
	width: 100%;
}
.photo-feature li .left {
	float: left;
	width: 47.5%;
}
.photo-feature li .right {
	float: right;
	width: 47.5%;
	padding-top: 44px;
}
.photo-feature li:nth-of-type(2)  {
	padding: 36px 35px 9px 0;
}
.photo-feature li:nth-of-type(3) {
	 padding: 36px 0 9px 29px;
}
.photo-feature li:last-child {
	padding: 49px 0 7px;
}
.photo-feature li:last-child .right {
	padding: 0 13px 0 0;
	width: 46%;
}
.photo-feature li:last-child .left {
	padding: 31px 10px 0 0;
}
.photo-feature li:last-child .left p {
	margin-bottom: 30px;
}
.photo-feature h3 {
    line-height: 1.4;
    margin: 0 0 10px;
}
.testimonial-wrap .title h2 {
    font-size: 4.2rem;
    margin: 0 0 34px;
}
.testimonial-wrap .title p {
    margin: 0 auto;
    width: 695px;
}
.testimonial-wrap .title {
    margin-bottom: 42px;
}
.client-wrap {
	float: left;
	width: 32%;
}
.client-wrap .client img {
    margin-right: 30px;
}
.client-logo {
    float: right;
    padding-top: 9px;
    width: 64.5%;
}
.client-logo li {
    width: 31.1%;
}
.client-logo li:nth-child(2n+1) {
    margin-bottom: 25px;
}
.client-logo li:nth-of-type(1), .client-logo li:nth-of-type(2), .client-logo li:nth-of-type(4), .client-logo li:nth-of-type(5) {
    margin-right: 24px;
}
.testimonial-description {
    margin-bottom: 49px;
}
	
	/*testimonial End*/
/*=======Point of Sale Page Start=========*/
.point-banner p {
    width: 760px;
}
.point-banner {
    height: 420px;
    margin-bottom: 288px;
}
.about-point-wrap ul {
    margin:0 auto 33px;
      padding: 0 29px 23px;
    width: 83%;
}
.about-point-wrap > ul > li {
    border-bottom: 0 none;
    padding: 0;
    margin-right: 70px;
    width: auto;
}
.about-point-wrap > ul > li:last-child {
	margin-right: 0;
}
.about-point-wrap > ul > li:nth-of-type(4) > a , 
.about-point-wrap > ul > li:nth-of-type(2) > a, 
.about-point-wrap > ul > li:nth-of-type(3) > a,
.about-point-wrap > ul > li:last-child > a {
    margin-bottom: 0;
}
.about-point-wrap > ul > li > a {
    font-size: 1.8rem;
    margin-bottom: 0;
    pointer-events: auto;
}
.about-point-wrap p span {
    width: 633px;
}
.about-point-wrap .solution-icon {
    background-size: 930px 459px;
    display: inline-block;
    margin: 0 54px 0 28px;
    position: relative;
    top: 12px;
}

.about-point-wrap .icon-point-of-sale.solution-icon{
    background-position: -632px -11px;
}

.about-point-wrap .icon-wine-club.solution-icon {
    background-position: -530px -12px;
}

.about-point-wrap .icon-ecommerce.solution-icon {
    background-position: -730px -12px;
}

.about-point-wrap .icon-marketplace-distribution.solution-icon {
    background-position: -100px -175px;
}

.about-point-wrap .icon-fulfillment.solution-icon {
    background-position: -4px -180px;
}
.about-point-wrap p {
    margin: 0 auto 37px;
}
.device {
    margin: 0 auto;
}
.device-slider {
    background-color: #f2f2f2;
    overflow: hidden;
}
.mocup-device > h2 {
	display: none;
}
.mocup-device .slider-description {
    text-align: left;
}
.mocup-device h2 {
    margin: 0 0 31px;
}
.slider-description ul {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}
.slider-description li {
	padding-left: 51px;
	position: relative;
	font-family: "LFT Etica Sheriff Book";
	font-size: 1.6rem;
	color: #4a4a4a;
	line-height: 1.8;
	margin-bottom: 18px;
	cursor: pointer;
}
.slider-description li.active {
	color: #76236d;
} 
.slider-icon-left {
    background-position: -521px -133px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 25px;
}
.slider-description li.active i {
    background-position: -573px -133px;
}
.feature-wrap.compare-wrap {
    padding: 79px 0 84px;
}
.feature-wrap.compare-wrap h2 {
    margin-bottom: 32px;
}
.feature-wrap.compare-wrap p {
    font-size: 1.8rem;
    margin-bottom: 44px;
}
.feature-wrap.compare-wrap .table-one th {
    background-color: #ffffff;
    letter-spacing: 1.2px;
    padding: 21px 4px 12px;
    width: 17.1%;
}
.feature-wrap.compare-wrap .table-one th:first-child {
    width: 15.8%;
}
.feature-wrap table th {
    font-size: 2rem;
    line-height: 15.14px;
    padding: 25px 19px 16px;
}
.feature-wrap.compare-wrap td:first-child {
    padding: 0 18px;
    width: 15.8%;
}
.feature-wrap.compare-wrap td {
    width: 17.1%;
}
.feature-wrap table td {
    font-size: 1.6rem;
    height: 62px;
}
.feature-wrap .desk-table {
    height: 365px;
    margin-bottom: 52px;
    overflow: hidden;
}
.feature-wrap .table-wrap .btn {
    width: 119px;
}
.point-photo-wrap {
    padding: 28px 0 3px;
}
.point-photo li {
    border-bottom: 2px solid #e5e5e5;
    padding: 46px 0 0;
}
.point-photo li:last-child {
    border-bottom: 0 none;
    padding: 46px 0 31px;
}
.point-photo li .left {
	float: left;
	width: 47.5%;
}
.point-photo li .right {
    float: right;
    width: 47.5%;
}
.point-photo li:first-child .right {
	padding-top: 73px;
}
.point-photo li:nth-of-type(2) .left  {
	padding-top: 56px;
}
.point-photo li:last-child .right {
	padding-top: 108px;
}
.point-photo h3 {
    font-size: 3rem;
    margin: 0 0 13px;
}
.point-testimonial .title {
    padding: 69px 0 0;
    text-align: center;
}
.point-testimonial .title h2 {
    margin: 0 0 27px;
}
.point-testimonial .client-wrap {
    margin: 0 auto;
    width: 32%;
}
.point-testimonial .title {
    margin-bottom: 44px;
}
.point-testimonial .client-wrap p {
    margin-bottom: 18px;
}
.point-testimonial .client-logo li:nth-child(2n+1) {
    margin-bottom:23px;
}
.point-testimonial .testimonial-description {
    margin-bottom: 37px;
}
.point .help-title {
    padding: 87px 0 74px;
}	
/*=======Point of Sale Page End=========*/	
/*=========Knowledge-center article page start==========*/
.sort-area {
    background-image: url("../images/end-tablet-pattern.png");
    margin: 35px 0 0;
    padding: 13px 0;
    min-height: 99px;
}
.sort-wrap {
    padding: 20px 0 0;
}
.sort-area strong {
	cursor: default;
	float: left;
	margin-top: 1px;
}
.sort-area strong i {
	display: none;
}
.sort-area form {
	display: block;
    float: left;
    padding: 0;
    text-align: left;
    margin-left: 26px;
    padding: 0;
}
.sort-area form > div {
    float: left;
    margin: 0 29px 0 0;
    width: 200px;
}
.sort-area form > div:nth-of-type(3) {
    margin: 0 36px 0 0;
    width: 200px;
}
.sort-area form > div:nth-of-type(4) {
	margin: 0;
    width: 200px;
}
.sort-area form > button {
    float: left;
    width: 90px;
    margin: 0 58px 0 0;
}
.select-wrap i {
    right: -2px;
    top: 10px;
}
.sort-area select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 4px);
}
.sort-area select {
	  padding: 0 20px 6px 0;
}
.format-select.select-wrap {
    margin: 0 35px 0 0;
}
.sort-area .search {
    position: relative;
    margin-right: 0;
}
.sort-area input {
    height: calc(3rem + 3px);
    padding: 0 30px 6px 0;
}
.sort-area .icon-search {
    right: 6px;
    top: 3px;
}
.author-wrap {
    margin: 0 auto;
    width: auto;
}
.author-wrap {
    padding: 68px 0 0;
}
.author-wrap .left {
    float: left;
    width: 65.9%;
}
.author-wrap .right {
	float: right;
	width: 34%;
}
.author-wrap .client {
    margin-bottom: 27px;
}
.article-image {
    margin: 0 0 44px;
}
.author-wrap .article-bottom {
    margin-bottom: 30px;
    padding-bottom: 19px;
}
.download-card-content {
	float: right;
    margin: 0 0 65px;
    padding: 40px 29px 48px;
    width: 319px;
}
.download {
    margin-bottom: 83px;
    padding-top: 8px;
}
.download-card-content span {
    display: block;
}
.info-card {
    margin: 0 0 65px;
    padding: 35px 29px;
    width: 319px;
}
.knowledge-center {
    padding: 78px 0 44px;
}
.knowledge-center .knowledge-title h2 {
    margin: 0 auto 62px;
    width: auto;
}
.knowledge .help-title {
    padding: 70px 0 67px;
    text-align: center;
}
.knowledge.help {
    margin-bottom: 25px;
}
/*=========Knowledge-center article page end==========*/
	/*
 2.) Pricing
 ----------------------------------------*/

/*========Inner-banner  Style start=======*/
.inner-banner {
    min-height: 544px;
    padding: 174px 0 100px;
}
.inner-banner h1 {
   margin-bottom: 28px;
}
	.inner-banner p {
    padding: 0 226px;
}
.pricing-card-wrap {
    margin-top: 370px;
}
.pricing-card-content p {
    padding: 0 17px;
}
.compare-wrap {
    padding: 71px 0 60px;
}
.compare-wrap h2 {
    font-size: 4.2rem;
    margin-bottom: 27px;
}
.compare-wrap .table-one th {
    font-size: 2rem;
    padding: 14px 0 10px;
}
.compare-wrap p {
    margin-bottom: 73px;
    padding: 0 287px;
}
.compare-wrap th {
    padding: 22px 0 19px 14px;
    font-size: 2.0rem;
}
.compare-wrap td:first-child {	
    padding: 10px 15px;
}
.compare-wrap td{
    line-height: 25px;
    font-size: 1.6rem;
}
.table-wrap .table-two {
    margin-bottom: 45px;
}
.pricing-help {
    padding: 85px 0 60px;
}
.pricing-help h2 {
    line-height: 48.9px;
    margin: 0 0 33px;
    padding: 0 354px;
}
.pricing-help p {
    margin-bottom: 38px;
    padding: 0 288px;
}
.pricing-help-wrap {
    margin-bottom: 26px;
}
.table-one th.active::after {
    background-size: auto;
   }
   .desk-table {
    height: 344px;
}
.table-md-height{
	height: auto;
}
.table-one th.active:after {
	right: -2px;
}	
	/* 2.) Certified
 ----------------------------------------*/	
 .certified-banner-wrap {
    height: 550px;
    min-height: 0;
    padding: 137px 0 0;
     background-image: url("../images/end-to-end-header-pattern.png");
}
.certified-banner-content p {
     margin-bottom: 45px;
    padding: 0 200px;
}
.certified-btn-group ul {
    padding: 0 0 0 20px;
}
	.certified-btn-group li{
		 margin-right: 21px;
		 font-size: 1.8rem;
	} 
	.certified-banner-wrap figure {
    top: 417px;
}
.certified-banner-wrap figure img {
    width: 947px;
}
.certified-designer-content {
    width: auto;
}
.certified-designer-content figure {
    float: right;
    margin-bottom: 0;
    width: 40.2%;
}
.certi-para-wrap{
float: left;
    width: 56%;
     padding: 17px 0 0;
}
.certified-designer-wrap {
    margin-top: 313px;
    padding: 67px 0 38px;
}
.certi-description{
	 padding: 15px 0 27px;
}
.designer-tab-wrap .nav-link{
	font-size: 2.0rem;
	padding: 12px 0 3px;
	   letter-spacing: 2px;
}
.designer-tab-wrap .nav{
	padding: 0 0 0 30px;
}
.nav-tabs .nav-item{
		text-align: left;
	}
.designer-tab-wrap .nav li:first-child{
	text-align: right;
	}
	.designer-tab-wrap .nav li:last-child{
	 padding: 0 0 0 82px;
	}
	.designer-tab-wrap .nav-link.subactive::after, .designer-tab-wrap .nav-link.active::after {
    height: 4px;
    left: auto;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 340px;
}
.designer-tab-wrap .nav li:last-child .nav-link.subactive::after, .designer-tab-wrap .nav li:last-child .nav-link.active::after {
    height: 4px;
    left: -58px;
    margin: 0 auto;
    right: auto;
    top: auto;
    width: 340px;
}
.designer-tab-wrap .tab-pane p {
    margin:0;	
    width: 714px;
}
.designer-type-list .card img{
	height: 236px;
}
.designer-type-list .card-block {
    padding: 19px 15px;
}
.designer-tab-wrap .tab-pane {
    min-height: 178px;
}
.designer-type-list li {
    float: left;
    margin-right: 29.8px;
    width: 31.5%;
}
.designer-type-wrap .card .card-block h3 {
   padding: 0;
}
	.designer-type-content {
    padding: 88px 0 42px;
}
.designer-type-content-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: auto;
}
.designer-type-info h3{
	padding: 0;
	font-size: 3.0rem;
	margin-bottom: 13px
}
.designer-service-list li{
	float: none;
	width: 100%;
}
.template-wrap .card-block {
    padding: 17px 10px;
}
.template-wrap {
    padding: 0 0 46px;
}
.certi-help-wrap h2{
	padding: 0;
	  margin: 0 0 27px;
}
.certi-help-wrap .pricing-help {
    padding: 91px 0 72px;
}
.certi-help-wrap .pricing-help p {
    margin-bottom: 36px;
    padding: 0 350px;
}
.implementation-consultant-wrap {
	 margin-top: 0;
    padding: 34px 0 0;
}
.implementation-consultant-wrap figure{
	float: left;
}
.implementation-consultant-wrap .certi-para-wrap{
	float: right;
	 padding: 29px 0 0;
}
.implementation-consultant-wrap .certi-benefit {
    margin-bottom: 32px;
}
.implementation-consultant-wrap .certi-description{
	 padding: 15px 0 26px;
}
.blockquote-wrap {
    padding: 43px 0 28px;
}
.blockquote-wrap h3 {
    margin-bottom: 56px;
    padding: 0 220px;
}
.client-wrap p span.desk-content{
	font-size: 1.8rem;
	position: static;
}
.integration-wrap{
	margin-top: 2px;
}
.integration-wrap .certi-benefit {
    margin-bottom: 34px;
}
.integration-wrap .certi-para-wrap{
	    padding: 30px 0 0;
}
.certified-designer-content figure{
	margin-bottom: 0;
}
.integration-wrap .certified-designer-content {
    padding-bottom: 41px;
}
.shipping-card-wrap h3 {
    letter-spacing: 0.9px;
    padding: 0 302px 69px;
    word-spacing: 0;
    margin-bottom: 0;
    border-bottom:1px solid #dddddd;
}
.md-shiping-space{
	 padding: 37px 0 0;
}
.integration-wrap .card-block {
    padding: 23px 0 23px 30px;
}
.certi-help h2 {
    margin: 0 0 30px;
    padding: 0 242px;
}
.certi-help p {
    padding: 0 350px;
}
.integration-wrap {
    padding: 67px 0 23px;
}
.certi-help{
	 padding: 85px 0 73px;
}
.certified-help-wrap{
	 margin-bottom: 16px;
}
.integration-wrap .card p {
    padding: 0 21px 0 0;
}	
	.integration-wrap .certified-designer-content figure {
    margin-bottom: 0;
}
.certi-slider {
    float: left;
    overflow: hidden;
    width: 40%;
}
.designer-service {
    float: left;
    width: 50%;
}
.designer-service {
    float: left;
    width: 50%;
}
.designer-personal-info {
    float: left;
    margin: 0 0 34px;
    width: 49%;
}
.designer-description {
    overflow: hidden;
    padding: 36px 0 0;
}
.designer-type-info {
    float: right;
    padding: 0;
    width: 56%;
}
.designer-type-content-wrap img {
    width: 100%;
     height: 303px;
}
.integration-wrap .card a{
        color: #5869da;
    }
.crousel-control-wrap {
    margin: 19px auto 0;
} 
.website-banner-wrap{
		height: 544px;	
	}
	.website-ideas-wrap {
    margin-top: 328px;
}
.website-ideas-info{
	float: left;
    width: 57.9%;
}
.website-ideas-description {
    float: right;
    padding: 3px 0 0;
    width: 38.2%;
}

.website-ideas-wrap {
    border-bottom: 1px solid #dddddd;
    padding: 52px 0 65px;
}
.website-template {
    padding: 71px 0 58px;
}
.website-template h2 {
    font-size: 4.2rem;
    margin-bottom: 37px;
}
.website-template p {
    padding: 0 287px;
    margin-bottom: 36px;
}
.website-ideas-content {
    margin: 0;
    width: auto;
    overflow: hidden;
}
.website-template .card-img-top {
    height: 345px;
    object-fit: fill;
    object-position: center center;
}
.website-template .card-block {
    padding: 20px 10px;
}
.website-template .load-btn {
    margin-top: 45px;
}
.website-help .help-title {
    padding: 90px 0 78px;
}
.feature-wrap.compare-wrap .stick{
	width:1140px;
}
.feature-wrap .gredient-wrap {
    bottom: 88px;
}
	.compare-wrap .desk-table {
    padding: 59px 0 0;
}
	.compare-wrap .table-one {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 99999;
}
.compare-wrap .stick{
    position: fixed;

    width: 1140px;
}
.compare-wrap p {
    margin-bottom: 75px;
    padding: 0 287px;
}	
}
/*
 3.) Media Query for Handheld Devices
 ===============================*/
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.container {
    padding: 0 10px 0 10px;
}
.navbar-toggler {
    margin: 10px 0 0 0;
    right: 10px;
}
.banner-content {
    padding-top: 70px;
    top: 63px;
}
#Content,#footer {
	overflow: hidden;
}
.client-logo li:nth-child(2n+1) {
    margin: 0 12px 10px 0;
}
.author-wrap .client img {
    margin-right: 15px;
}	
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#Content,#footer {
	overflow: hidden;
}
.btn.btn-mobile:hover {
 	background-color: #c018a2;
 	color: #fff ;
 	border:1px solid #c018a2;
}
.banner .carousel-item {
	height: 254px;
}
.banner .carousel-item img {
	object-fit:cover;
	object-position:center;
}
.header .collapse.show {
	height:calc(100vh - 66px);
	overflow: auto;
}	
	
 }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
    width: 850px;
    padding: 0;
}
.login-wrap {
    display: block;
    position: absolute;
    right: 207px;
    top: 33px;
    width: 179px;
    margin-bottom: 0;
}
	.tel, .login {
		color: #231f20;
    font-size: 1.3rem;
}
.telephone {
    margin-bottom: 32px;
}
.contact-detail form {
    margin-bottom: 55px;
}
.navbar-toggleable-md .navbar-collapse {
    display: flex;
    float: right;
    width: 71%;
    height: auto;
    position: static;
    padding: 65px 0 0 80px;
    background-color: transparent;
    background: none;
}
.navbar-nav {
	display: block;
	margin-bottom: 0;
	width: 100%;
}
.navbar-light .navbar-nav > li:first-child .nav-link {
    padding: 0;
}
.navbar-light .navbar-nav > li .nav-link {
	font-family: 'Neutraface 2 Text Demi';
    padding:  0;
    color: #231f20;
    letter-spacing: 1px;
}
.navbar-nav > .nav-item.active > a {
	color: #231f20 !important;
}
.navbar-light .navbar-nav > li {
    float: left;
    margin-right: 25px;
    padding-bottom: 20px;
}
.navbar-light .navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-nav .nav-item {
	position: relative;
}
.navbar-nav .submenu {
    display: block;
    position: absolute;
    margin: 0 ;
    padding: 0 ;
    background-color: #fff;
    border-top:4px solid #c018a2;
    top: 74px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(88,88,88,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(88,88,88,0.4);
    box-shadow: 0px 5px 10px 0px rgba(88,88,88,0.4);
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
}
.navbar-nav > li:hover .nav-link + .submenu {
	top: 37px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
}
.navbar-nav .submenu li a {
    color: #4a4a4a;
    padding: 8px 20px;
    display: block;
}
.navbar-nav .submenu:after {
	content:"";
	position: absolute;
	bottom: 101%;
	left: 0;
	right: 0;
	margin: 0 auto;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #c018a2;
}
.navbar-nav .submenu li a:hover {
	background-color: #f2f2f2;
}
.navbar-nav .submenu li.active a {
	color: #c018a2;
	background-color: #f2f2f2;
}
.navbar-nav .nav-link:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	bottom: -24px;
	height: 4px;
	background-color: #c108a2;
	display: none;
}
.navbar-nav .active .nav-link:after  {
	display: block;
}
.request.btn {
    right: 0;
    top: 24px;
}
.nav-link .icon-downarrow {
	display: none;
}
.navbar-nav > li {
    border-bottom: none;
    line-height: 1;
}
.navbar {
    height: 124px;
    padding: 34px 0 20px;
}
.logo {
    margin-top: 22px;
    width:250px;
}
.knowledge-area > div {
    padding: 0 13px;
}
.down-arrow {
    bottom: 84px;
    width: 25px;
}
/*=========Knowledge-center article page start==========*/

.sort-wrap {
    padding: 20px 0 0;
}
.sort-area strong {
	cursor: default;
	float: left;
	margin-top: 1px;
}
.sort-area strong i {
	display: none;
}
.sort-area form {
	display: block;
    float: left;
    padding: 0;
    text-align: left;
    margin-left: 15px;
}
.sort-area form > div {
    float: left;
    margin: 0 15px 0 0;
    width: 154px;
}
.sort-area form > div:nth-of-type(3) {
    margin: 0 15px 0 0;
    width: 154px;
}
.sort-area form > div:nth-of-type(4) {
	margin: 0;
    width: 154px;
}
.select-wrap i {
    right: -2px;
    top: 10px;
}
.sort-area select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 4px);
}
.sort-area select {
	  padding: 0 20px 6px 0;
}
.sort-area form > button {
    float: left;
    margin: 0 15px 0 0;
    width: 90px;
}
.format-select.select-wrap {
    margin: 0 15px 0 0;
}
.sort-area .search {
    position: relative;
    margin-right: 0;
}
.sort-area input {
    height: calc(3rem + 3px);
    padding: 0 30px 6px 0;
}
.sort-area .icon-search {
    right: 6px;
    top: 3px;
}
.author-wrap {
    margin: 0 auto;
    width: auto;
}
.author-wrap {
    padding: 68px 0 0;
}
.author-wrap .left {
    float: left;
    width: 65.9%;
}
.author-wrap .right {
    float: right;
    width: 31%;
}
.author-wrap .client {
    margin-bottom: 27px;
}
.article-image {
    margin: 0 0 44px;
}
.author-wrap .article-bottom {
    margin-bottom: 30px;
    padding-bottom: 19px;
}
.download-card-content {
	float: right;
    margin: 0 0 65px;
    padding: 40px 29px 48px;
    width: auto;
}
.download {
    margin-bottom: 83px;
    padding-top: 8px;
}
.download-card-content span {
    display: block;
}
.info-card {
    margin: 0 0 65px;
    padding: 35px 29px;
    width: auto;
}
.knowledge-center {
    padding: 78px 0 44px;
}
.knowledge-center .knowledge-title h2 {
    margin: 0 auto 62px;
    width: auto;
}
.knowledge .help-title {
    padding: 70px 0 67px;
    text-align: center;
}
.knowledge.help {
    margin-bottom: 25px;
}
/*=========Knowledge-center article page end==========*/	


/* pricing*/

.starting, .setup {
    min-height: 46.2px;
}
.starting {
    padding-top: 21px;
}
.content-price, .content-price sup, .content-price span, .starting, .setup, .custom-contact {
    font-size: 1.7rem;
}
	.content-price sup {
    left: -5px;
    top: -15px;
}
.content-price span {
    font-size: 3rem;
}
.custom-contact {
    font-size: 1.9rem;
    line-height: 20px;
}
.setup {
    padding-top: 12px;
}
.pricing-card-content p {
    padding: 0;
}
.pricing-card-content h4{
	  font-size: 1.6rem;
}
.md-height {
	min-height: 35px;
}
.compare-wrap tr{
	position: relative;
}
.compare-wrap th span{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 8px;
}	
.client-wrap p span.desk-content {
    font-size: 1.8rem;
    position: static;
}
	.certified-btn-group{
		 margin: 0 auto;
    width: auto;
	}
	.certi-help-wrap .pricing-help h2 {
    padding: 0 103px;
}
.certi-help-wrap .pricing-help p {
    margin-bottom: 36px;
    padding: 0 231px;
}
.client-wrap p {
    word-break: break-all;
}
.blockquote-wrap .client-wrap figure {
    margin: 0 0 44px;
}
.blockquote-wrap .client-wrap figure img {
    margin-right: 1px;
}

.integration-wrap .card figure {
    min-height: 160px;
    position: relative;
}
.integration-wrap .card figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 72%;
}
.integration-wrap .card {
    min-height: 460px;
}
.certi-help p {
    padding: 0 206px;
}
.certified-help-wrap .pricing-help h2 {
    padding: 0 101px;
}
.feature-wrap.compare-wrap .stick {
    width: 850px;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-one th{
   border-collapse:separate;
   }
   .table-one th.active{
       border:2px solid #dddddd;
       outline:1px solid #dddddd;
      border-bottom: 2px solid transparent;
   }
   .compare-wrap td {
   	border-collapse:separate;
   }
}
/*
 Table Of Contents

 1.) Disclaimer Page
 2.) Login Dropdown
 3.) Thanks Pages Comman Classes
 4.) Knowledge Center Thanks Page
 5.) Sign up Page Thanks Classes
 6.) Request Demo Page Thanks Classes
 7.) Request Demo Page Classes
 8.) Contact page Class
 9.) Error 404 page Classes
 10.) login page Classes
 11.) DTC Advisor Results
 12.) DTC Advisor Classes
 13.) Careers Classes
 14.) Website Template Classes
 15.) Wizard classes
 16.) Team classes
 
 ===============================================*/

/*------------------Disclaimer Page-----------*/

p {
    font-family: 'LFT Etica Sheriff Book';
    font-size: 1.6rem;
    color: #4a4a4a;
    margin: 0 0 23px;
    line-height: 1.3;
}

.disclaimer-page-parent {
    border-bottom: 1px solid #dddddd;
}

.disclaimer-page {
    margin-top: 35px;
    margin-bottom: 85px;
}

.jump-link-bar {
    position: relative;
}


.jump-link-section ul {
    list-style: none;
    padding: 0px;
}

.jump-link-section ul li {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: 'LFT Etica Sheriff Book';
    margin-bottom: 10px;
    font-weight: 300;
}

.jump-link-section ul li a {
    color: #c018a2;
    text-decoration: underline;
}

.disclaimer h1 {
    font-size: 3.2rem;
    line-height: 5.6rem;
    font-family: 'LFT Etica Sheriff Book';
    font-weight: 300;
    color: #76236D;
    margin-bottom: 4rem;
}

.disclaimer h2 {
    font-size: 3rem;
    line-height: 4.2rem;
    font-family: 'LFT Etica Sheriff';
    font-weight: 300;
    color: #76236D;
    margin-bottom: 2.6rem;
}

.disclaimer h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: 'Neutraface 2 Text Demi';
    color: #76236D;
    margin-bottom: 2.6rem;
}

.disclaimer-inner-ul,
.disclaimer-inner-ul2 {
    padding: 0px;
    list-style: none;
}

.disclaimer-inner-ul li::before {
    content: " ";
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #4A4A4A;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 2px;
}

.disclaimer-inner-ul2 li::before {
    content: " ";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #4A4A4A;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 2px;
}

.disclaimer-inner-ul li {
    padding-left: 4rem;
    position: relative;
}

.disclaimer-inner-ul h4 {
    display: inline-block;
    font-family: 'LFT Etica Sheriff SemiBd';
    color: #4A4A4A;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

a.jumpanchor {
    padding-top: 150px;
    margin-top: -150px;
    visibility: hidden;
    display: block;
    position: relative;
}

/*------------------Login Dropdown-----------*/

.login-wrap .navbar-nav .login {
    color: #4a4a4a;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Neutraface 2 Text Book' !important;
    letter-spacing: 1.3px;
    font-weight: 300 !important;
}

.login-wrap .navbar-nav .submenu {
    width: 145px;
    top: 155%;
}

/*------------------Thanks Pages Comman Classes-----------*/

.thank-page-title h1,
.request-page-title h1,
.login-page-title h1 {
    font-family: 'LFT Etica Sheriff Book';
    font-size: 4.2rem;
    line-height: 5.6rem;
    padding-bottom: 21px;
    width: 50%;
    margin: 0 auto;
}

.thank-page-title h3,
.request-page-title h3 {
    font-family: "Neutraface 2 Text";
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 1.8rem;
    margin-bottom: 6.5rem;
}

.thank-desc p {
    color: #ffffff;
    line-height: 3rem;
    font-weight: 300;
}

.thank-desc a {
    text-decoration: underline;
    color: #ffffff;
    font-size: 1.6rem;
}

.thank-desc a:hover {
    color: #c018a2;
}

.thank-desc .back {
    text-decoration: none;
}

.thank-desc .back span {
    font-size: 2.5rem;
    margin-right: 2.1rem;
}

.thank-desc .back .back-page {
    text-decoration: underline;
    font-size: 1.6rem !important;
    font-family: "LFT Etica Sheriff";
    font-weight: 400;
}

.thank-box,
.box-signup,
.box-request {
    height: 216px;
    width: 320px;
    padding: 36px 68px 54px 68px;
    border: 1px solid #979797;
    border-radius: 2px;
    background-color: #FFFFFF;
    text-align: center;
    margin-left: 40px;
}

.thank-box h2,
.box-signup h2,
.box-request h2 {
    font-family: 'LFT Etica Sheriff Book';
    line-height: 4.2rem;
    font-size: 3rem;
}

.thank-box .request-btn,
.box-signup .request-btn,
.box-request .request-btn {
    position: relative;
    top: 28px;
    height: 40px;
    width: 161px;
    border: 1px solid #C018A2;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #C018A2;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 10px 0px;
    font-size: 1.4rem;
    font-family: 'Neutraface 2 Text';
    font-weight: 600;
    line-height: 20px;
}

.thank-box .request-btn:hover,
.box-signup .request-btn:hover,
.box-request .request-btn:hover {
    background-color: #c018a2;
    color: #fff;
    border: 1px solid #c018a2;
}

.thankspage-bg {
    background-image: url('../images/thank-header-banner.png');
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 57px;
    padding-bottom: 74px;
}

/*------------------Sign up Page Thanks Classes-----------*/

.thank-desc h2,
.request-demo h2 {
    font-size: 3rem;
    font-family: 'LFT Etica Sheriff Book';
    line-height: 4.2rem;
    color: #ffffff;
    margin-bottom: 1.8rem;
}

.box-signup {
    height: 290px;
    padding: 36px 30px 54px 30px;
}

.box-signup p,
.box-request p {
    margin-bottom: 2rem;
    font-family: "Neutraface 2 Text";
    font-weight: bold;
    color: #76236D;
    line-height: 1.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-signup h2,
.box-request h2 {
    margin-bottom: 2.4rem;
    margin-left: 16px;
    margin-right: 16px;
}

.box-signup .email-input,
.box-request .email-input {
    margin-right: 0px;
    margin-bottom: 1.4rem;
    width: 100%;
}

.box-signup .email-input .form-control::-webkit-input-placeholder,
.box-request .email-input .form-control::-webkit-input-placeholder {
    color: #4A4A4A;
    text-align: center;
}

.box-signup .email-input .form-control:-moz-placeholder,
.box-request .email-input .form-control:-moz-placeholder {
    color: #4A4A4A;
    text-align: center;
}

.box-signup .email-input .form-control::-moz-placeholder,
.box-request .email-input .form-control::-moz-placeholder {
    color: #4A4A4A;
    text-align: center;
}

.box-signup .email-input .form-control:-ms-input-placeholder,
.box-request .email-input .form-control:-ms-input-placeholder {
    color: #4A4A4A;
    text-align: center;
}

.box-signup .email-input .form-control::-ms-input-placeholder,
.box-request .email-input .form-control::-ms-input-placeholder {
    color: #4A4A4A;
    text-align: center;
}

.box-signup .request-btn {
    height: 40px;
    width: 120px;
}

/*------------------Request Demo Page Thanks Classes-----------*/

.box-request {
    height: 400px;
    padding: 36px 30px 54px 30px;
}

.box-request h2 {
    margin-left: 23px;
    margin-right: 23px;
}

/*------------------Request Demo Page Classes-----------*/

.requestdemo-bg {
    background-image: url('../images/requestademo-banner.png');
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 56px 0;
}

.request-page-title h3 {
    line-height: 2.8rem;
    margin-bottom: 0px;
    padding: 0px 196px;
}

.request-demo {
    padding-top: 67px;
    padding-bottom: 97px;
}

.request-demo h2 {
    color: #C018A2;
}

.request-demo ul li {
    font-family: "LFT Etica Sheriff";
    font-size: 1.6rem;
    font-weight: 300;
    color: #4A4A4A;
    line-height: 3rem;
    list-style: none;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.request-demo ul li:before {
    content: '';
    background-image: url(../images/checkmark.png);
    position: absolute;
    width: 22px;
    height: 22px;
    left: 20px;
}

.request-demo h3 {
    color: #C018A2;
    font-family: "LFT Etica Sheriff Semibd";
    font-size: 1.6rem;
    line-height: 3rem;
}

.request-demo .email-input {
    width: 100%;
}

.request-demo .email-input .form-control::-webkit-input-placeholder {
    color: #4A4A4A;
    font-style: normal;
}

.request-demo .email-input .form-control:-moz-placeholder {
    color: #4A4A4A;
}

.request-demo .email-input .form-control::-moz-placeholder {
    color: #4A4A4A;
}

.request-demo .email-input .form-control:-ms-input-placeholder {
    color: #4A4A4A;
}

.request-demo .email-input .form-control::-ms-input-placeholder {
    color: #4A4A4A;
}

.request-demo .email-input input {
    box-sizing: border-box;
    border-bottom: 1px solid #979797;
    font-style: normal;
    border-radius: 0px;
}

.request-demo .email-input select {
    border-bottom: 1px solid #979797;
    height: 45px !important;
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    -moz-appearance: none;
    appearance: none;
}

.request-demo select {
    width: 100px;
    height: 17px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(../images/drop-arrow.png) no-repeat right white !important;
    display: inline-block;
    position: relative;
}

.request-demo select {
    background: transparent;
    -webkit-appearance: none;
    width: 100px;
    font-size: 11px;
    border: 0;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}

.request-demo form .sign-up.btn {
    margin-top: 3rem;
}

.request-demo .email-input input,
.request-demo .email-input select {
    padding-left: 0px;
}

/*----------------------------Contact page Class--------------------*/

.contact-bg {
    background-image: url(../images/inner-images/contactbannerimg.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 56px 0px 89px 0px;
    margin-bottom: 80px;
    object-fit: cover;
}

.contact-page-title h1,
.error-page-title h1 {
    font-family: 'LFT Etica Sheriff Book';
    font-size: 4.2rem;
    line-height: 5.6rem;
    margin-bottom: 2.1rem;
}

.contact-page-title h3,
.error-page-title h3 {
    font-family: "Neutraface 2 Text";
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.8rem;
    margin-bottom: 0px;
    padding: 0px 196px;
}

.contact-page-details {
    margin-bottom: 85px;
}

.contact-page-details h2,
.error-page-details h2 {
    font-family: 'LFT Etica Sheriff';
    font-size: 3rem;
    color: #C018A2;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact-page-details a,
.error-page-details a {
    text-decoration: underline;
}

.contact-page-details strong p,
.error-page-details strong p {
    margin-bottom: 10px;
}

.contact-form-title strong p,
.error-form-title strong p {
    font-family: 'LFT Etica Sheriff Book';
    font-size: 1.6rem;
    color: #C018A2;
    margin: 0 0 23px;
    line-height: 3rem;
    margin-bottom: 38px;
}

.contact-para-padding,
.error-para-padding {
    padding: 0px 102px 0px 0px;
}

.contact-form h3,
.error-form h3 {
    color: #C018A2;
    font-family: "LFT Etica Sheriff Semibd";
    font-size: 1.6rem;
    line-height: 3rem;
}

.contact-form a,
.error-form a {
    text-decoration: none;
    color: #C018A2;
}

.contact-form .email-input,
.error-form .email-input {
    width: 100%;
}

.contact-form .email-input input,
.error-form .email-input input {
    border: none;
    border-bottom: 2px solid #cecece;
    height: 45px;
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    color: #bcbcbc;
    font-style: normal !important;
}

.contact-form .email-input .form-control::-webkit-input-placeholder {
    color: #4A4A4A;
    font-style: normal;
}

.contact-form .email-input .form-control:-moz-placeholder {
    color: #4A4A4A;
}

.contact-form .email-input .form-control::-moz-placeholder {
    color: #4A4A4A;
}

.contact-form .email-input .form-control:-ms-input-placeholder {
    color: #4A4A4A;
}

.contact-form .email-input .form-control::-ms-input-placeholder {
    color: #4A4A4A;
}

.contact-form .email-input input,
.error-form .email-input input {
    box-sizing: border-box;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    padding-left: 0px
}

.contact-form .email-input select {
    border-bottom: 1px solid #979797;
    height: 36px !important;
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    padding-left: 0px
}

.contact-form select {
    width: 100px;
    height: 17px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(../images/drop-arrow.png) no-repeat right white !important;
    border: 2px double red;
    display: inline-block;
    position: relative;
    padding-left: 0px
}

.contact-form select {
    background: transparent;
    -webkit-appearance: none;
    width: 100px;
    font-size: 11px;
    border: 0;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-form .submit,
.error-form .submit {
    margin-top: 4.1rem;
}

.contact-textarea p,
.error-textarea p {
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    color: #4A4A4A;
    margin-bottom: 0;
}

.textarea-size textarea {
    width: 100%;
    border: 1px solid #979797;
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    color: #bcbcbc;
    margin-bottom: 4.4rem
}

.address-area {
    margin-bottom: 60px;
}

.address-area span {
    height: 2px;
    width: 92px;
    background-color: #C018A2;
    display: block;
    margin-bottom: 30px;
}

.address-area .company-name {
    color: #C018A2;
    font-family: 'LFT Etica Sheriff SemiBd';
    font-weight: 600;
}

.address-area p,
.address-area a {
    font-family: 'LFT Etica Sheriff Book';
    font-size: 1.6rem;
    color: #4a4a4a;
    margin: 0 0 5px;
    line-height: 30px;
}

.address-area .address-bold-title {
    font-family: 'LFT Etica Sheriff SemiBd';
    font-weight: 600;
}

.add-mar-30 {
    margin-bottom: 3rem;
}

.contact-address-for-responsive {
    display: none;
}

.contact-address-for-desktop {
    display: block;
}

/*-----------Error 404 page Classes---------------------------*/

.error-bg {
    background-image: url(../images/inner-images/070-error404bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 56px 0px 89px 0px;
    margin-bottom: 80px;
    object-fit: cover;
}

.error-border-bottom {
    border-bottom: 2px solid #DDDDDD;
}

.error-page-details {
    margin-bottom: 61px;
}

.error-page-title h1 {
    padding: 0px 250px;
}

.error-form .email-input .form-control::-webkit-input-placeholder {
    color: #4A4A4A;
    font-style: normal;
}

.error-form .email-input .form-control:-moz-placeholder {
    color: #4A4A4A;
}

.error-form .email-input .form-control::-moz-placeholder {
    color: #4A4A4A;
}

.error-form .email-input .form-control:-ms-input-placeholder {
    color: #4A4A4A;
}

.error-form .email-input .form-control::-ms-input-placeholder {
    color: #4A4A4A;
}

.error-form-title strong p {
    font-family: 'LFT Etica Sheriff';
}

/*-------------------login page Classes---------------------*/

.login-bg {
    background-image: url('../images/inner-images/login-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 57px;
    padding-bottom: 74px;
}

.login-page-title h3 {
    font-family: "Neutraface 2 Text";
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.8rem;
    margin-bottom: 14rem;
    padding: 0px 203px;
}

.login-cat-title h4,
.login-for-mobile h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Neutraface 2 Text';
    letter-spacing: 0.2rem;
    margin-bottom: 6rem;
    font-weight: 700;
}

.login-cat-title h4,
.login-for-mobile h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Neutraface 2 Text';
    letter-spacing: 0.2rem;
    margin-bottom: 0rem;
    font-weight: 700;
}

.login-cat-title h4 {
    margin-bottom: 6rem;
}

.login-form .email-input input {
    border: none;
    border-bottom: 1px solid #ffffff;
    height: 45px;
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 2.8rem;
    font-style: normal;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0px;
}

.login-form .forgot-password a,
.login-for-mobile .login-form .forgot-password a {
    height: 45px;
    font-family: 'LFT Etica Sheriff';
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 2.8rem;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 2rem;
    display: inline-block;
}

.login-form .submit {
    margin-left: 0px;
}

.login-form .email-input {
    width: 100%;
}

.login-form .sign-up {
    border-color: #ffffff;
}

.login-form .email-input .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-style: normal;
}

.login-form .email-input .form-control:-moz-placeholder {
    color: #ffffff;
}

.login-form .email-input .form-control::-moz-placeholder {
    color: #ffffff;
}

.login-form .email-input .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.login-form .email-input .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.border-left-login {
    border-right: 1px solid #9f9f9f;
}

.login-form-parent {
    padding: 0px 113px 0px 0px;
}

.login-form-parent-2 {
    padding: 0px 0px 0px 113px;
}

.login-for-mobile {
    display: none;
}

.login-for-desktop {
    display: block;
}

.login-for-mobile .footer-list > li {
    line-height: 1;
    border-bottom: 2px solid #312f2f;
}

.help-for-responsive {
    display: none;
}

.login-for-mobile .footer-list .submenu li .submit {
    text-transform: capitalize;
    font-family: 'Neutraface 2 Text Book';
    font-size: 1.6rem;
    color: #C018A2;
}

.login-for-mobile .footer-list .submenu li .submit:hover {
    color: #ffffff;
}

/*-------------------DTC Advisor Results---------------------*/

.dtc-advisor-result-bg {
    background-image: url(../images/inner-images/dtcadvisorresults-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    object-fit: cover;
    padding: 132px 150px;
}

.dtc-box-bg {
    background-image: url(../images/inner-images/dtcadvisorresults-box-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    object-fit: cover;
    padding: 94px 194px 54px 194px;
}

.dtc-box-bg h1 {
    color: #C018A2;
    font-family: 'LFT Etica Sheriff Book';
    font-size: 4.2rem;
    line-height: 5.6rem;
    text-align: center;
}

.dtc-box-bg .dtc-underline {
    margin: 0 auto;
    border-bottom: 4px solid #C018A2;
    margin-top: 2.1rem;
    margin-bottom: 3.7rem;
}

.dtc-box-bg h3 {
    color: #76236D;
    font-family: "LFT Etica Sheriff";
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 4rem;
    text-align: center;
    font-weight: 500;
}

.dtc-box-bg .dtc-btn .btn {
    background-color: #E2E2E2;
    font-family: "LFT Etica Sheriff Semibd";
    padding: 10px 97px;
    color: #76236D;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 3rem;
    border-radius: 0px;
    border: 8px solid #ffffff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.dtc-box-bg .dtc-btn .btn:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background-color: #E2E2E2;
}

.dtc-box-bg .dtc-btn .btn:hover {
    color: #76236D;
    background-color: #E2E2E2;
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0px 2px 32px -6px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 2px 32px -6px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 2px 32px -6px rgba(0, 0, 0, 0.52);
}

.dtc-box-bg .dtc-list {
    padding-bottom: 4rem;
}

.dtc-box-bg .dtc-list ul {
    margin-top: 3rem;
}

.dtc-box-bg .dtc-list ul li {
    font-family: "LFT Etica Sheriff";
    font-size: 1.8rem;
    font-weight: 500;
    color: #76236D;
    line-height: 3.2rem;
    list-style: none;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.dtc-box-bg .dtc-list ul li:before {
    content: '';
    background-image: url(../images/inner-images/Checkmark-Red.png);
    position: absolute;
    width: 16px;
    height: 16px;
    left: 18px;
    margin-top: 9px;
}

.dtc-box-bg .back {
    font-size: 1.6rem;
    color: #C018A2;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.dtc-box-bg .back span {
    font-size: 2.5rem;
    font-weight: 600;
}

.dtc-box-bg .back .back-page {
    font-family: "Neutraface 2 Text";
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.dtc-box-bg .back .back-page:before {
    background-image: url(../images/inner-images/back-icon.png);
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: auto;
    left: -23px;
    top: 2px;
}

.dtc-view-btn {
    color: #C018A2;
    font-family: "Neutraface 2 Text";
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7rem;
    padding: 10px 18px;
    border: 1px solid #C018A2;
    border-radius: 100px;
    background-color: #ffffff;
    text-transform: uppercase;
}

/*--------------Process Page-----------------*/

.process-banner {
    background-image: url("../images/end-to-end-header-pattern.png")
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
    position: relative;
    text-align: center;
}

.process-banner img {
    width: auto;
}

.process-banner figure {
    margin-bottom: 55px;
}

.process-banner h1 {
    font-size: 4.2rem;
    color: #c018a2;
    margin: 0 0 34px;
}

.process-banner p {
    font-family: 'Neutraface 2 Text Book';
    font-size: 1.8rem;
    color: #76236d;
}

.process-title h2 {
    color: #C018A2;
    font-family: "LFT Etica Sheriff";
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 5rem;
}

.process-title h3 {
    color: #76236D;
    font-family: "Neutraface 2 Text Demi";
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.process-photo-feature-wrap {
    padding: 28px 0 80px;
}

.process-photo-feature-wrap figure img {
    max-width: 100%
}

.process-photo-feature-wrap h3 {
    font-family: 'LFT Etica Sheriff';
    font-size: 3.0rem;
    font-weight: 400;
    color: #76236D;
    line-height: 4.2rem;
    margin-top: 5rem;
}

.process-photo-feature-wrap p {
    padding-right: 20px;
}

.process-photo-feature-wrap a {
    font-family: "LFT Etica Sheriff Book";
    font-size: 1.6rem;
    text-decoration: underline;
    line-height: 1;
}

.process-photo-feature-wrap hr {
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    margin: 4rem auto;
}

/*-----------DTC Advisor Classes----------*/

.dtc-advisor-banner {
    background-image: url("../images/dtc-advisor-header.png");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
    position: relative;
    text-align: center;
}

.dtc-advisor-banner img {
    width: auto;
}

.dtc-advisor-banner figure {
    margin-bottom: 55px;
}

.dtc-advisor-banner h1 {
    font-size: 4.2rem;
    color: #ffffff;
    margin: 0 0 34px;
}

.dtc-advisor-banner p {
    font-family: 'Neutraface 2 Text Book';
    font-size: 1.8rem;
    color: #76236d;
    color: #ffffff;
    width: 515px;
}

.form-dtc-advisor {
    padding: 20px 75px 50px 75px;
    box-sizing: border-box;
    border-bottom: 2px solid #DDDDDD;
}

.form-dtc-advisor:last-child,
.last-dtc-border {
    border: 0px;
}

.form-dtc-advisor .form-group div {
    margin-bottom: 2rem;
}

.form-dtc-advisor .control-label {
    color: #76236D;
    font-family: "LFT Etica Sheriff SemiBd";
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.form-dtc-advisor label {
    color: #76236D;
    font-family: "LFT Etica Sheriff";
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.form-dtc-advisor .form-group strong {
    margin-right: 10px;
}

.form-dtc-advisor [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-dtc-advisor [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.form-dtc-advisor [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #76236D;
    border-radius: 100%;
    background: #fff;
}

.form-dtc-advisor [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #c018a2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-dtc-advisor [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-dtc-advisor [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-dtc-advisor .btn.btn-primary {
    background-color: transparent;
    padding: 10px 30px;
}

.form-dtc-advisor .btn.btn-primary:hover {
    background-color: #c018a2;
    color: #fff;
    border: 1px solid #c018a2;
}

/*---------------Careers Classes--------------------*/

.careers h2 {
    color: #C018A2;
    font-family: "LFT Etica Sheriff Book";
    font-size: 3rem;
    line-height: 4.2rem;
    width: 60%;
    margin: 0 auto;
    padding: 40px 0px;
}

.careers-box {
    clear: both;
    margin-top: 2rem;
}

.careers-box h3 {
    color: #231F20;
    font-family: "Neutraface 2 Text";
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 2.4rem;
    text-transform: uppercase;
    padding: 30px 80px 20px 80px;
}

.careers-box p {
    padding: 0px 15px;
}

.careers .career-view-btn {
    background-color: #ECECEC;
    border: 1px solid #ECECF0;
    margin: 5rem auto;
    padding: 10px 20px;
}

/*-------------knowledge center classes------------*/

.knowledge-banner {
    padding-top: 57px;
}

.knowledge-banner .sort-area {
    background-image: none;
}

.featured-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 43.45px 44px 0;
    border-color: transparent #5869DA transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.knowledge-more-btn {
    padding: 10px 25px 6px;
}

/*-----------E-commerce classes------------------*/

.e-commerce-icon .icon-sale {
    background-position: -740px -11px;
    background-size: 930px 459px;
    display: inline-block;
    margin: 0 54px 0 28px;
    position: relative;
    top: 12px;
}

@media only screen and (min-width: 1200px) {
    .e-commerce-para .point-photo li:nth-of-type(2) .left {
        padding-top: 0px;
    }

    .e-commerce-para .point-photo li:first-child .left {
        padding-top: 38px;
    }

    .e-commerce-para .point-photo li:first-child .right {
        padding-top: 0px;
    }

    .e-commerce-para .point-photo li:last-child .right {
        padding-top: 0px;
    }

    .e-commerce-para .point-photo li:last-child {
        border-bottom: 0 none;
        padding: 46px 0 84px;
    }

    .e-commerce-para-2 .point-photo li:first-child .right {
        padding-top: 0px;
    }

    .e-commerce-para-2 .point-photo li {
        padding: 46px 0 55px;
    }

    .e-commerce-para-2 .point-photo li:nth-of-type(2) .left {
        padding-top: 0px;
    }

    .e-commerce-para-2 .point-photo li:last-child .right {
        padding-top: 50px;
    }

    .e-commerce-para-2 .point-photo li:last-child {
        border-bottom: 0 none;
        padding: 46px 0 30px;
    }
}

.e-com-power .e-com-power-p {
    font-family: "Neutraface 2 Text Book";
    color: #76236D;
}

.e-commerce-stunning .knowledge-title h2 {
    margin: 0 auto 20px;
}

.e-commerce-stunning .knowledge-title p {
    margin-bottom: 42px;
    padding: 0 287px;
}

.e-commerce-stunning .btn-secondary.btn {
    padding: 10px 17px 6px;
    margin-bottom: 37px;
}

.e-com-stunning-image img {
    max-width: 100%;
}

.knowledge-area figure {
    cursor: pointer;
}

/*------------Website Template Classes-------------*/

.website-template-page {
    margin-top: 190px;
    clear: both;
}

.website-template-page h1 {
    font-size: 4.2rem;
    color: #c018a2;
    margin: 0 0 34px;
}

.website-template-page p {
    font-family: 'Neutraface 2 Text Book';
    font-size: 1.8rem;
    color: #76236D;
    width: 750px;
    margin: 0 auto;
}

.website-template-page p:last-child {
    margin-top: 1rem;
}

.carousel-webiste-template {
    margin-top: 7.6rem;
}

.carousel-webiste-template .carousel-inner .carousel-item img {
    margin: 0 auto;
}

.carousel-webiste-template .carousel-control-prev,
.carousel-webiste-template .carousel-control-next {
    display: none;
}

.webiste-indicator li {
    background-color: #9B9B9B;
    height: 10px;
    border-radius: 100px;
    max-width: 10px;
}

.webiste-indicator .active {
    background-color: #4A4A4A;
}

.webiste-headline {
    padding: 40px 0px;
}

.webiste-headline h2 {
    width: 950px;
    color: #C018A2;
    font-family: "LFT Etica Sheriff";
    font-size: 4.2rem;
    font-weight: 300;
    line-height: 5rem;
    margin: 0 auto;
    padding-bottom: 40px;
}

.webiste-headline .launch-btn {
    background-color: #ececec;
    border-color: #ececec;
    padding: 10px 20px;
}

.webiste-key-feature {
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(0.542, 242, 242, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=1);
    /* ie6-9 */
    background-color: #F2F2F2;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 50px 0px;
}

.webiste-key-feature h2,
.webiste-checkout h2 {
    color: #C018A2;
    font-family: "LFT Etica Sheriff";
    font-size: 3rem;
    font-weight: 300;
    line-height: 4.2rem;
    margin-bottom: 3rem;
}

.webiste-key-feature ul li {
    font-family: "LFT Etica Sheriff";
    font-size: 1.6rem;
    font-weight: 300;
    color: #4A4A4A;
    line-height: 3rem;
    list-style: none;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.webiste-key-feature ul li:before {
    content: '';
    background-image: url(../images/checkmark.png);
    position: absolute;
    width: 22px;
    height: 22px;
    left: 20px;
}

.checkout-template h2 {
    font-size: 3.2rem;
}

.checkout-template .temp-active:before,
.checkout-template .card:hover:before,
.checkout-template .temp-active:after,
.checkout-template .card:hover:after {
    display: none;
}

.checkout-template .card:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(186, 186, 186, 0.5);
    -moz-box-shadow: 0 5px 15px 0 rgba(186, 186, 186, 0.5);
    box-shadow: 0 5px 15px 0 rgba(186, 186, 186, 0.5);
}

/*---------Wizard classes----------*/

/*---------Wizard->1 ----------*/

.extra-wizard-wrap .error {
    position: absolute;
    top: 0px;
    left: 0px;
    color: red !important;
    font-style: italic;
    font-size: 1.5rem !important;
}

.extra-wizard-wrap {
    padding: 76px 0 115px;
}

.extra-wizard {
    position: relative;
    height: 600px;
}

.process-dtc-bg {
    background-image: url(../images/wizard-img.png);
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

#quiz-form:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
    opacity: .9;
}

#quiz {
    width: 100%;
}

#quiz-form {
    height: 100%;
}
.actions.clearfix {
    display: none;
}

.title-jumpstart {
    font-family: 'LFT Etica Sheriff Book';
    color: #c018a2;
    font-size: 4.2rem;
    line-height: 1.3;
    margin: 0 auto 26px;
    clear: both;
    display: block;
    max-width: 500px;
    text-align: center;
}

.sub-title {
    letter-spacing: 0.9px;
    margin: 0 auto 43px;
    max-width: 530px;
    clear: both;
    display: block;
}

#quiz .btn-secondary {
    padding: 6px 26px;
    cursor: pointer;
    padding: 12px 24px 10px;
    display: inline-block;
    font-size: 1.3rem;
}

/*---------Wizard->2 ----------*/

.wizard-wrap .process-dtc .wrap {
    padding: 0px 60px;
    text-align: left;
}

.wizard-wrap .process-dtc .wrap .form-group {
    margin-bottom: 4rem;
}

#WizardForm {
    width: 100%;
}

#WizardForm .stepDetails {

    width: 100%;

}

.wizard-wrap .process-dtc .form-group,
.wizard-wrap .process-dtc .form-group fieldset {
    margin-top: 3rem;
}

.wizard-wrap .process-dtc .control-label {
    color: #76236D;
    font-family: "LFT Etica Sheriff SemiBd";
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    position: relative;
}

.wizard-wrap .process-dtc label {
    color: #76236D;
    font-family: "LFT Etica Sheriff";
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

.wizard-wrap .process-dtc .form-group strong {
    margin-right: 10px;
}

.wizard-wrap .process-dtc #steps {
    margin: 80px 0 0 0
}

.wizard-wrap .process-dtc .commands {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px
}

@media (max-width: 768px) {

    .wizard-wrap .process-dtc .commands {
      bottom: 15px
    }
}

.form-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wizard-wrap .process-dtc .prev {
    font-size: 1.6rem;
    color: #C018A2;
    display: inline-block;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.wizard-wrap .process-dtc .prev:before {
    content: '';
    background-image: url(../images/inner-images/back-icon.png);
    width: 18px;
    height: 18px;
    position: absolute;
    right: auto;
    left: -10px;
    top: 5px;
    cursor: pointer;
}

.wizard-wrap .process-dtc .error {
    color: #b33;
}

.wizard-wrap .process-dtc #progress {
    position: relative;
    height: 5px;
    background-color: #eee;
    margin-bottom: 20px;
}

.wizard-wrap .process-dtc #progress-complete {
    border: 0;
    position: absolute;
    height: 5px;
    min-width: 100px;
    background-color: #C018A2;
    transition: width .2s ease-in-out;
}

.wizard-wrap .process-dtc #step0commands {
    width: 100%;
    position: relative;
    overflow: inherit;
}

.wizard-wrap .process-dtc .next {
    z-index: 1;
}

.wizard-wrap .process-dtc .submit {
    z-index: 0;
}

.wizard-wrap .process-dtc .next,
.wizard-wrap .process-dtc .submit {

    color: #C018A2;
    font-family: "Neutraface 2 Text";
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1rem;
    padding: 12px 25px 11px;
    border: 1px solid #C018A2;
    border-radius: 100px;
    background-color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 0;
}

.wizard-wrap .process-dtc .form-group strong {
    margin-right: 10px;
}

.wizard-wrap .process-dtc [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.wizard-wrap .process-dtc [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
}

.wizard-wrap .process-dtc [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #76236D;
    border-radius: 100%;
    background: #fff;
}

.wizard-wrap .process-dtc [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #c018a2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wizard-wrap .process-dtc [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wizard-wrap .process-dtc [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wizard-wrap .process-dtc .back {
    font-size: 1.6rem;
    color: #C018A2;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.wizard-wrap .process-dtc .back .back-page:before {
    background-image: url(../images/inner-images/back-icon.png);
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: auto;
    left: -23px;
    top: 2px;
}

.wizard-wrap .process-dtc .back .back-page {
    font-family: "Neutraface 2 Text";
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.wizard-wrap .process-dtc .wizard-btn {
    color: #C018A2;
    font-family: "Neutraface 2 Text";
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7rem;
    padding: 10px 25px;
    border: 1px solid #C018A2;
    border-radius: 100px;
    background-color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    margin-left: 25px;
}

/*------------------Team classes----------------------*/

.team-banner-wrap {
    height: auto;
    min-height: 0;
    padding: 20px 0 0;
    background-image: none;
}

.team-banner-wrap p {
    margin-bottom: 88px;
    padding: 0 200px;
}

.team-type-content-wrap .team-member-image img {
    width: 100%;
    height: 427px;
}

.team-type-content-wrap .abt-member a {
    font-size: 1.6rem;
    color: #4a4a4a;
    margin: 0 0 23px;
    line-height: 1.8;
    font-family: 'LFT Etica Sheriff';
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
}

.team-type-content-wrap .abt-member .social-links a {
    margin: 0px 6px;
}

.team-details .card-block h3 {
    font-family: 'LFT Etica Sheriff SemiBd';
    color: #4a4a4a;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.card-wrap {
    padding-top: 30px;
}

.template-wrap .team-card:hover,
.shipping-card-wrap .team-card:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(186, 186, 186, 0.5);
    -moz-box-shadow: 0 2px 8px 0 rgba(186, 186, 186, 0.5);
    box-shadow: 0 2px 8px 0 rgba(186, 186, 186, 0.5);
   top: -6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.template-wrap .team-card,
.designer-type-wrap .team-card {
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    top: 0;
}

.template-wrap .temp-active:before,
.template-wrap .team-card:hover:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #c018a2;
    content: "";
    margin: 0 auto;
    z-index: 2;
}

.template-wrap .team-card .seller,
.integration-wrap .team-card a,
.designer-type-wrap .team-card a {
    font-family: 'Neutraface 2 Text Demi';
    color: #5869da;
    font-size: 1.4rem;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.template-wrap .temp-active:after,
.template-wrap .team-card:hover:after {
    border-bottom: 10px solid #c018a2;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    bottom: -9px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    width: 0;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

/*------hover effect of knowledge center artcile share-------*/

.hover-share .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 0px;
    padding: 20px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.hover-share:hover .tooltiptext {
    visibility: visible;
}

.hover-share1 p {
    font-style: normal;
    font-size: 1.4rem;
    font-family: 'Neutraface 2 Display Titling';
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
}

.slidingDiv {
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 10px;
    position: absolute;
    top: -50%;
    transform: translateY(-50%);
    right: 12%;
    width: 263px;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.31);
    z-index: 1;
}

.slidingDiv:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -38px;
    top: 50%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-135deg) translateY(-50%);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
    .slidingDiv {
        right: 18%;
    }
}

@media (max-width: 768px) {
    .slidingDiv {

        right: 17%;
    }
}

@media (max-width: 768px) {
    .slidingDiv {
        top: 0;
        right: 50%;
        transform: translateY(0) translateX(50%);
    }

    .slidingDiv::after {
       display: none;
    }
}



.hover-share i {
    position: relative;
}

.show_hide {
    display: none;
}

.link {
    width: 50%;
    float: left;
    margin-bottom: 22px;
    cursor: pointer;
}

.hover-links {
    width: 100%;
}

.article-image .link img {
    display: inline-block;
    width: auto;
    margin-right: 14px;
    vertical-align: middle;
}

.link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-transform: capitalize;
    color: #4A4A4A;
}



.link-copy {
    margin-bottom: 30px;
}

.article-image .link-copy img {
    display: inline-block;
    width: auto;
    margin-right: 14px;
    vertical-align: middle;
}

.article-image .link-copy input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 82%;
    background-color: #ECECEC;
    border: none;
    padding: 10px 14px;
    font-family: 'Neutraface 2 Text';
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #4A4A4A;
    font-weight: 300;
}

.link-margin-zero {
    margin-bottom: 0px;
}

.link a:hover {
    color: #000000;
    text-decoration: none;
}