* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*cha*/
.exp-list {
  padding-top: 25px;
  position: relative;
  vertical-align: middle;
}
.aep-cta {
  margin-top: 340px;
}
/*cha*/


.ids-qc {
	background: url(../../img2/sb-banner-bg.jpg) repeat;
	padding-top:0 !important;
}
.header-pic {
	padding-top: 15px;
	position: relative;
}
.header-pic h1 {
	color: #fff;
	font-family: "helveticaneuecyrmedium";
	font-size:46px;
	font-weight: normal;
	line-height: 1.2;
	padding:0px 0 15px;
	text-align: center;
}
.header-pic h1 span {
	color: #004a52;
}
.header-pic img {
	margin-top: -73px;
}
.testing-fact {
	height:140px;
}
.static-qc {
	text-align: center;
	padding: 61px 0 0 106px;
}
.testing-fact .posn {
	position: absolute;
	text-align: center;
}
.testing-fact .posn.one {
	left: 15px;
	top: 15px;
}
.testing-fact .posn.two {
	left:160px;
	top: 130px;
}
.testing-fact .posn.four {
	right: 15px;
	top: 15px;
}
.testing-fact .posn.five {
	right:160px;
	top: 130px;
}
.testing-fact .cross {
	background-image: url(../../img2/sb-icon1.png);
}
.testing-fact .functional {
	background-image: url(../../img2/sb-icon2.png);
	float: left;
}
.testing-fact .mobile {
	background-image: url(../../img2/sb-icon3.png);
}
.testing-fact .security {
	background-image: url(../../img2/sb-icon4.png);
	float: right;
}
.testing-fact .posn.one .icn:before {
	width: 0;
	height: 0;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:135px solid #027682;
	left: 100%;
	margin-left: -2px;
	margin-top: -10px;
	top: 50%;
	content:"";
	position:absolute;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
	-webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
}
.testing-fact .posn.two .icn:before {
	width: 0;
	height: 0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-left:55px solid #027682;
	left: 65%;
	margin-left: -2px;
	top: 0%;
	content:"";
	position:absolute;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
}
.testing-fact .posn.four .icn:before {
	width: 0;
	height: 0;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-right:135px solid #027682;
	right: 100%;
	margin-right: -2px;
	margin-top: -10px;
	top: 50%;
	content:"";
	position:absolute;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
	-webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
}
.testing-fact .posn.five .icn:before {
	width: 0;
	height: 0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-left:55px solid #027682;
	right: 65%;
	margin-right: -2px;
	top: 0%;
	content:"";
	position:absolute;
	transform: rotate(-145deg);
	-ms-transform: rotate(-145deg); /* IE 9 */
	-webkit-transform: rotate(-145deg); /* Chrome, Safari, Opera */
}
.txt {
	color: #fff;
	text-align: center;
	width: 135px;
}
.txt strong {
	font-weight:700;
}
.txt > p {
	line-height:1.1;
	font-size: 13px;
}
.posn.two .txt {
	float: left;
	margin: 10px;
}
.testing-fact .posn.five .txt {
	float: left;
	margin: 10px;
}
.testing-fact .posn a span {
	color: #004a52;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin:10px;
}
.testing-fact .icn {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: rgba(2, 118, 130, 1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
	background-repeat: no-repeat;
	background-position: center center;
}
.best-design {
	background: url(../../img2/sb-shadow.png) no-repeat center top;
}
.boxes-outer {
	position:relative;
}
.boxes-outer h2 {
	color: #fff;
	font-family: "helveticaneuecyrmedium";
	font-size:34px;
	font-weight: normal;
	line-height: 1.2;
	padding:0px 0 15px;
	text-align: center;
	letter-spacing:-1.2px;
	position: absolute;
	left:50%;
	margin-left:-200px;
	top:-20px;
}
.yellow-outer {
	margin: 50px 0 0;
	text-align: center;
	font-size:0;
}
.yellow-box {
	background:#fadc2e;
	padding:15px;
	border-radius:4px;
	display:inline-block;
	width: 18%;
	margin:0 22px 0 0;
}
.yellow-box:last-child {
	margin:0;
}
.price-white {
	position:relative;
	background:#fff;
	padding:18px;
	border-radius:4px;
}
.price-white:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(125, 176, 22, 0);
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -10px;
}
.txt-pr {
	font-size:12px;
	color:#000;
	margin-bottom:8px;
	display:block;
}
.price {
	font-size:46px;
	color:#0b1814;
	font-family: "helveticaneuecyrmedium";
}
.yellow-box > h6 {
	color: #0b1814;
	font-weight: 600;
	line-height: 1.1;
	margin: 10px 0 22px;
	padding: 0 0px;
	font-size:18px;
}
.view-btn {
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	padding: 10px 15px;
	font-size:14px;
	border-radius:3px;
	display:inline-block;
	margin:20px 0 0;
	background:#027682;
}
.view-btn:hover {
	background:#1d3a3e;
}
.left-section {
	display: inline-block;
	width: 48%;
	color:#555555;
	margin-right:1%;
	vertical-align: top;
}
.rtt-section {
	display: inline-block;
	width: 48%;
	color:#555555;
	margin:0 1%;
	vertical-align: top;
}
.conversion-top-txt p strong {
	font-weight: 600;
}
/**/
.design-price {
	background: url(../../img2/sb-design-price-bg.jpg) no-repeat center center;
	background-size:cover;
}
.design-price {
}
/*.grey-dark starts*/
.row.padd-row.grey-dark {
	padding: 25px 0 35px;
}
.grey-dark {
	background:#1d2428;
	color:#fff;
}
.grey-dark p strong {
	font-weight: 600;
}
.quotes p {
	color:#f14130;
	font-size:22px;
	font-weight:600;
	line-height:1.2;
}
.quotes {
	position:relative;
	width:75%;
	margin:22px auto 0;
}
.quotes:before {
	content: "{";
	left: 0;
}
.quotes:after {
	content: "}";
	right: 0;
}
.quotes:before, .quotes:after {
	font-size: 60px;
	position: absolute;
	font-weight:100;
	color:#f14130;
	top: -9px;
}
/*.grey-dark ends*/
.cta-btn .cta-onwhite {
	background: none;
	display: table;
	padding:0px;
	position: relative;
	width: 100%;
}
.cta-btn .cta-onwhite:after {
	display: none;
}
.row.padd-row.cta-btn {
	padding: 30px 0;
	border-bottom: 1px solid #e5e4e4;
}
.face-business .txt-lg {
	font-size:20px;
}
/*steps-section*/
.steps-section {
	margin:35px 0;
	font-size:0;
}
.step-in {
	margin:0 2.6% 28px 0;
	background:#00717b;
	position:relative;
	border-radius:3px;
	padding:20px;
	display:inline-block;
	width:23%;
	position:relative;
}
/*.step-in:hover {
	background:#00717b;
}*/
.step-in:hover .txt-dec p {
	color:#fff;
}
/*.step-in:hover .sequence {
	color:#000000;
	background:#fadc2e;
}*/
.step-in.one:after, .step-in.two:after, .step-in.three:after {
	left: 100%;
	top:30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #00717b;
	border-width: 15px;
	margin-top: -15px;
}
.step-in.one:hover:after, .step-in.two:hover:after, .step-in.three:hover:after {
	border-left-color: #00717b;
}
.step-in.four:after {
	top: 100%;
	right:12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #00717b;
	border-width: 15px;
	margin-left: -15px;
}
.step-in.four:hover:after {
	border-top-color: #00717b;
}
.step-in.five:after, .step-in.six:after, .step-in.seven:after, .step-in.eight:after {
	right: 100%;
	top: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #00717b;
	border-width: 15px;
	margin-top: -15px;
}
.step-in.five:hover:after, .step-in.six:hover:after, .step-in.seven:hover:after, .step-in.eight:hover:after {
	border-right-color: #00717b;
}
.step-in .icon-img {
	background: url(../../img2/sb-steps-ico1.png) no-repeat;
	margin: 0 auto;
	height:58px;
}
.step-in.one .icon-img {
	width:60px;
	background-position:-4px 0px;
}
/*.step-in.one:hover .icon-img {
	background-position:-4px 0px;
}*/
.step-in.two .icon-img {
	width:60px;
	background-position:-90px 0;
}
/*.step-in.two:hover .icon-img {
	background-position:-90px 0px;
}*/
.step-in.three .icon-img {
	width:60px;
	background-position:-190px -6px;
}
/*.step-in.three:hover .icon-img {
	background-position:-190px 0px;
}*/
.step-in.four .icon-img {
	width:60px;
	background-position:-282px -4px;
}
/*.step-in.four:hover .icon-img {
	background-position:-282px 0px;
}*/
.bot-row .step-in {
	float: right;
	margin-bottom: 0;
}
.top-row .step-in {
	float: left;
}
.step-in.five .icon-img {
	width:60px;
	background-position:-358px -2px;
}
/*.step-in.five:hover .icon-img {
	background-position:-358px -69px;
}*/
.step-in.six .icon-img {
	width:60px;
	background-position:-433px 8px;
}
/*.step-in.six:hover .icon-img {
	background-position:-433px -69px;
}*/
.step-in.seven .icon-img {
	 background-position: -542px -4px;
    width: 125px;
}
/*.step-in.seven:hover .icon-img {
	background-position: -495px -62px;
}*/
.step-in.eight .icon-img {
	background-position: -732px 0px;
	width: 65px;
}
/*.step-in.eight:hover .icon-img {
	background-position:-732px -69px;
}*/
/**/
.step-in.four, .step-in.five {
	margin-right: 0;
}
.step-in .sequence {
	background:#fadc2e;
	border-radius: 100%;
	color: #000;
	height: 33px;
	padding:8px 0px;
	position: absolute;
	width: 33px;
	font-size:15px;
	font-weight:600;
	left:15px;
	top:15px;
}
.step-in .txt-dec p {
	font-size:14px;
	line-height:1.3;
	padding:0px;
	color:#fff;
}
.txt-dec {
	margin: 15px 0 0;
	min-height: 57px;
}
/*steps-section*/

.impress-web {
	background:#eeeeee;
	border-top:solid 1px #d5d3d3;
	border-bottom:solid 1px #d5d3d3;
}
.design-price .yellow-outer {
	margin: 25px 0 0;
}
.save-money strong {
	color: #555555;
	display: block;
	font-weight: 600;
	margin: 10px 0 0;
}
.grey-box {
	background:#eeeeee;
	border:solid 1px #d5d3d3;
	border-radius: 3px;
	padding:15px 25px 20px 25px;
	margin:0 0 25px;
}
.grey-box > h4 {
	color: #525962;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
}
.grey-box .btn-theme.red-btn {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	padding: 10px 20px 11px;
}
.price-pack .left-section p {
	line-height: 1.6;
}
.price-pack .rtt-section p strong {
	font-weight:400;
}
.price-pack .rtt-section p strong span {
	color:#f14130;
}
.btn-theme.red-btn:hover, #best-slider .desc-side a.btn-theme:hover {
	border-color: #f24130;
	background: none;
	color: #f24130;
}
.step-in.eight::after {
 display: none;
}
.rtt-section .grey-box {
  text-align: center;
}
.cta-onwhite a.btn-theme {
  vertical-align: middle;
}
/*tabs*/
#web-tabs {
	margin: 50px 0 0 0;
}
#web-tabs ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
}
#web-tabs ul.resp-tabs-list {
	display: table;
	text-align: center;
	margin: 35px auto 0;
}
#web-tabs .resp-tabs-list li {
	display: inline-block;
	padding: 11px 28px;
	margin: 0px;
	cursor: pointer;
	background: #29c2cf;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	float: left;
	border-right: solid 1px #fff;
}
#web-tabs .resp-tabs-list li:last-child {
	border-right: 0px;
}
#web-tabs .resp-tab-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(125, 176, 22, 0);
	border-top-color: #000;
	border-width: 8px;
	margin-left: -10px;
}
#web-tabs .resp-tabs-container {
	padding:35px 15px 0;
	border-top: none;
	clear: left;
	text-align: left;
	margin: 0;
}
#web-tabs .tabscontent .image {
/*float: left;*/
	/*display:inline-block;
	vertical-align:middle;*/
}
#web-tabs .inner-content {
	/*padding: 0 0 0 132px;*/
	/* display: inline-block;
	padding: 0;
	vertical-align:middle;
	padding-left:10px;
	width: 86%;
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);*/
	width:auto;
	text-align:center;
}
#web-tabs .inner-content p {
	color: #4a4949;
}
#web-tabs h2.resp-accordion {
	background: #636a71;
	cursor: pointer;
	padding: 5px;
	display: none;
}
#web-tabs .resp-tab-content {
	display: none;
}
#web-tabs .resp-tabs-list li.resp-tab-active {
	background: #000000;
	color: #fff;
}
#web-tabs .resp-content-active, #web-tabs .resp-accordion-active {
	display: block;
}
#web-tabs .resp-tab-content {
}
#web-tabs h2.resp-accordion {
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #30353a;
	margin: 0px;
	padding: 15px;
	line-height: 1;
	text-align: left;
	font-weight: 600;
}
#web-tabs h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
}
#web-tabs .resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}
#web-tabs .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #fff;
}
#web-tabs h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
#web-tabs h2.resp-tab-active {
	background: #1b1f23 !important;
}
#web-tabs .resp-easy-accordion h2.resp-accordion {
	display: block;
}
#web-tabs .resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
#web-tabs .resp-easy-accordion .resp-tab-content:last-child {
}
#web-tabs .resp-jfit {
	width: 100%;
	margin: 0px;
}
#web-tabs .resp-tab-content-active {
	display: block;
}
#web-tabs h2.resp-accordion:first-child {
}
#web-tabs .inner-content a.btn-theme {
	background: #7fc241;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 9px 18px;
	margin: 25px 0 0;
}



/*accordian*/
@media only screen and (max-width: 992px) {
#web-tabs ul.resp-tabs-list {
 display: none;
}
#web-tabs h2.resp-accordion {
 display: block;
}
#web-tabs .resp-accordion-closed {
 display: none !important;
}
#web-tabs .resp-vtabs .resp-tab-content:last-child {
 border-bottom: 1px solid #c1c1c1 !important;
}
#web-tabs h2.resp-accordion:after {
 display: none !important;
}
#web-tabs .tabscontent .image {
 float: none;
 padding: 25px 25px 0;
 text-align: center;
 width: auto;
}
#web-tabs .inner-content {
 width: auto;
 padding: 25px 0 25px 0;
 text-align: center;
}
#web-tabs .inner-content h3 {
 padding: 20px 0;
 text-align: center;
}
#web-tabs .inner-content p {
 padding: 0 10px;
 text-align: center;
}
#web-tabs .resp-tabs-container {
 min-height: inherit;
 padding: 0px;
 margin: 15px 0;
}
}
/*accordian*/
/*tabs*/
@media screen and (min-width:800px) {
 .cta-onwhite > h3 {
 display: inline-block;
 vertical-align: middle;
 width: auto;
}
}
 @media screen and (max-width:767px) {
 .header-pic h1 {
 font-size: 30px;
 line-height: 1;
}
.testing-fact .posn .icn::before {
 display: none;
}
.testing-fact .posn {
 bottom: 0 !important;
 left: 0 !important;
 position: relative;
 right: 0 !important;
 top: 0 !important;
 margin:0 0 20px;
}
.testing-fact {
 height: auto;
}
.txt {
 width:auto;
}
.testing-fact .functional, .posn.two .txt, .testing-fact .security, .testing-fact .posn.five .txt {
 float:none;
}
.txt br {
 display:none;
}
.best-design {
 background:none;
}
.boxes-outer h2 {
 bottom: 0 !important;
 left: 0 !important;
 position: relative;
 right: 0 !important;
 top: 0 !important;
 margin:0;
 font-size: 30px;
 line-height: 1;
 padding:0;
}
.yellow-outer {
 margin:20px 0 0;
}
.yellow-box {
 width:100%;
 margin:10px 0;
}
.theme-heading h2, .page-heading h2 {
 font-size:30px;
}
.left-section, .rtt-section {
 display: block;
 margin:10px 0;
 width: auto;
}
.quotes {
 width:auto;
 margin:12px auto 0;
}
.quotes::before, .quotes::after {
 display:none;
}
.quotes p {
 font-size: 18px;
}
.top-row .step-in, .bot-row .step-in {
 float:none;
 width:100%;
}
.top-row .step-in, .bot-row .step-in {
 margin:5px 0;
}
.step-in:after {
 display:none;
}
.grey-box {
 text-align:center;
}
.face-business .cta-onwhite .btn-theme {
 font-size:18px;
}
.grey-box .btn-theme.red-btn {
 font-size:18px;
 padding-left:13px;
 padding-right:13px;
}
.grey-box {
 padding:15px;
}
.exp-list .circle p {
 font-size: 16px;
}
.exp-list .circle h3 {
 margin: 33px auto 0;
}
#web-tabs .img-responsive img, #web-tabs img.img-responsive {
 width:auto;
 max-width:100%;
}
}
 @media screen and (min-width:768px) and (max-width:992px) {
 .header-pic h1 {
 font-size: 30px;
 line-height: 1;
}
.testing-fact .posn .icn::before {
 display: none;
}
.testing-fact .posn {
 bottom: 0 !important;
 display: inline-block;
 left: 0 !important;
 margin: 0 0 20px;
 position: relative;
 right: 0 !important;
 top: 0 !important;
 vertical-align: top;
 width: 24%;
}
.testing-fact {
 height: auto;
}
.txt {
 width:auto;
}
.testing-fact .functional, .posn.two .txt, .testing-fact .security, .testing-fact .posn.five .txt {
 float:none;
}
.txt br {
 display:none;
}
.yellow-box {
 background: none repeat scroll 0 0 #f4f25a;
 border-radius: 4px;
 display: inline-block;
 margin: 20px 25px;
 padding: 15px;
 width: auto;
}
.best-design {
 background: none;
}
.yellow-box:last-child {
 margin:10px;
}
.quotes {
 width:auto;
}
.quotes p {
 font-size:19px;
}
.top-row .step-in {
 float: none;
 margin:10px;
}
.bot-row .step-in {
 float: none;
 margin:10px;
}
.step-in {
 width:45%;
 vertical-align: top;
}
.step-in:after {
 display:none;
}
.step-in.four, .step-in.five {
 margin-right: 10px;
}
.cta-onwhite::after {
 display:none;
}
.boxes-outer h2 {
 bottom: 0;
 left: 0;
 position: relative;
 right: 0;
 top: 0;
 margin:10px 0 0;
 font-size: 30px;
 line-height: 1;
 padding:0;
}
.yellow-outer {
 font-size: 0;
 margin: 10px 0 0;
 text-align: center;
}
#web-tabs .img-responsive img, #web-tabs img.img-responsive {
 width:auto;
 max-width:100%;
}
.quotes::before, .quotes::after {
 display: none;
}
}
 @media screen and (min-width:993px) and (max-width:1024px) {
.quotes p {
 font-size: 19px;
 line-height: 1.5;
}
#web-tabs .resp-tabs-list li {
 font-size: 15px;
 padding: 11px 20px;
}
.cta-onwhite h3 {
 font-size: 21px;
}
.price-white {
 padding:12px;
}
.step-in.seven .icon-img {
 background-position: -551px 15px;
 width: 102px;
}
.step-in.seven:hover .icon-img {
 background-position: -551px -62px;
}
#web-tabs .img-responsive img, #web-tabs img.img-responsive {
 width:auto;
 max-width:100%;
}
}
 @media screen and (max-width:1100px) {
	 .aep-cta {
    margin-top: 35px;
}
 }

@media screen and (min-width:993px) {
 #web-tabs .tabscontent .image {
 display: inline-block;
 vertical-align: middle;
 width:13%;
}
#web-tabs .inner-content {
 display: inline-block;
 text-align: left;
 vertical-align: middle;
 width: 86%;
 padding-left:5px;
}
}
