.ids-qc {
	background: url(../../img2/bg-qc.jpg) no-repeat center -75px;
}
.header-pic {
	padding-top: 48px;
}
.header-pic h1 {
	font-size: 40px;
	color: #000;
	line-height: 1;
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 1;
}
.header-pic h1 span {
	display: block;
	color: #524b04;
	font-size: 18px;
	text-align: center;
	padding-top: 24px;
}
.header-pic img {
	margin-top: -73px;
}
.width610 {
	width: 610px;
}
.width810 {
	width: 810px;
}
.width960 {
	width: 960px;
}
.circles-txt {
	padding: 60px 0;
	text-align: center;
}
.circles-txt .circle {
	width: 442px;
	height: 442px;
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	padding: 10px 20px;
	margin: 0 -14px;
}
.circles-txt .circle.first {
	background: #6e77b7;
}
.circles-txt .circle.last {
	background: #f79b1f;
}
.circles-txt .circle h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	padding: 60px 0px 30px 0px;
	text-align: center;
}
.circles-txt .circle p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 36px;
	line-height: 1.6;
	text-align: center;
}
.bg-dark-gray {
	background: #30353a;
}
.bg-dark-gray h2 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 35px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	padding: 40px 0 10px 0;
}
.bg-dark-gray p {
	width: 843px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.squere-cells {
	border: solid 1px #e4e3e3;
	border-left: none;
	display: table;
	width: 100%;
	margin: 48px 0 10px 0;
}
.squere-cells .squere-row {
	display: table-row;
}
.squere-cells .cell {
	padding: 15px;
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-left: solid 1px #e4e3e3;
	border-bottom: solid 1px #e4e3e3;
}
.squere-cells .cell .icon {
	display: inline-block;
	float: left;
	margin: 0px 15px 15px 0;
}
.squere-cells .cell h3 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	display: table;
}
.squere-cells .cell p {
	display: table;
	line-height: 2;
	margin: 0 auto;
	font-size: 14px;
}
.squere-cells .cell.last {
	background: #e4e3e3;
}
.squere-cells .cell.last p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #505151;
	line-height: 1.5;
	padding-top: 25px;
}
.cta {
	margin: 15px 0;
	text-align: center;
}
.squere-cells .cell .cta p {
	color: #000;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
	display: block;
	font-size: 15px;
}
.squere-cells .cell a {
	font-size: 20px;
}
/**/

#qc-slider {
	position: relative;
	padding: 40px 0 0 0;
}
.control a {
	background: url(../../img2/left-right.png) no-repeat 0 0;
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: 0px;
}
.control a.left {
	left: 5%;
}
.control a.right {
	right: 5%;
	background-position: -71px 0px;
}
#qc-slider ul.resp-tabs-list {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	margin-bottom: 34px;
}
#qc-slider .resp-tabs-list li {
	display: inline-block;
	padding: 13px 26px;
	margin: 0 -2px;
	cursor: pointer;
	background: #636a71;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-left: 1px solid #30353a;
	position: relative;
}
#qc-slider .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: #7db016;
	border-width: 8px;
	margin-left: -10px;
}
#qc-slider .resp-tabs-list li.cb.resp-tab-active {
	background-color: #7db016;
}
#qc-slider .resp-tabs-list li.cb:after {
	border-top-color: #7db016;
}
#qc-slider .resp-tabs-list li.fnc.resp-tab-active {
	background-color: #5e68ab;
}
#qc-slider .resp-tabs-list li.fnc:after {
	border-top-color: #5e68ab;
}
#qc-slider .resp-tabs-list li.usb.resp-tab-active {
	background-color: #f99610;
}
#qc-slider .resp-tabs-list li.usb:after {
	border-top-color: #f99610;
}
#qc-slider .resp-tabs-list li.sct.resp-tab-active {
	background-color: #4aa29b;
}
#qc-slider .resp-tabs-list li.sct:after {
	border-top-color: #4aa29b;
}
#qc-slider .resp-tabs-list li.mob.resp-tab-active {
	background-color: #f24130;
}
#qc-slider .resp-tabs-list li.mob:after {
	border-top-color: #f24130;
}
#qc-slider .resp-tabs-list li.per.resp-tab-active {
	background-color: #3a94be;
}
#qc-slider .resp-tabs-list li.per:after {
	border-top-color: #3a94be;
}
#qc-slider .resp-tabs-list li.acc.resp-tab-active {
	background-color: #7a4d98;
}
#qc-slider .resp-tabs-list li.acc:after {
	border-top-color: #7a4d98;
}
#qc-slider .resp-tabs-list li.atm.resp-tab-active {
	background-color: #597fab;
}
#qc-slider .resp-tabs-list li.atm:after {
	border-top-color: #597fab;
}
#qc-slider .resp-tabs-container {
	padding: 0px;
	background-color: #7db016;
	clear: left;
}
#qc-slider h2.resp-accordion {
	background: #636a71;
	cursor: pointer;
	padding: 5px;
	display: none;
}
#qc-slider .resp-tab-content {
	display: none;
}
#qc-slider .resp-tab-active {
}
#qc-slider .resp-tab-active {
}
#qc-slider .resp-content-active, #qc-slider .resp-accordion-active {
	display: block;
}
#qc-slider .resp-tab-content {
}
#qc-slider h2.resp-accordion {
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #30353a;
	margin: 0px;
	padding: 15px;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
#qc-slider h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
}
#qc-slider .resp-vtabs .resp-tab-content {
	border: none;
}
#qc-slider .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;
}
#qc-slider .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;
}
#qc-slider h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
#qc-slider h2.resp-tab-active {
	background: #1b1f23 !important;
}
#qc-slider .resp-easy-accordion h2.resp-accordion {
	display: block;
}
#qc-slider .resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
#qc-slider .resp-easy-accordion .resp-tab-content:last-child {
}
#qc-slider .resp-jfit {
	width: 100%;
	margin: 0px;
}
#qc-slider .resp-tab-content-active {
	display: block;
}
#qc-slider h2.resp-accordion:first-child {
}
 @media only screen and (max-width: 768px) {
#qc-slider ul.resp-tabs-list {
 display: none;
}
#qc-slider h2.resp-accordion {
 display: block;
}
#qc-slider .resp-accordion-closed {
 display: none !important;
}
#qc-slider resp-vtabs .resp-tab-content:last-child {
 border-bottom: 1px solid #c1c1c1 !important;
}
.control a {
 display: none;
}
#qc-slider h2.resp-accordion:after {
 display: none !important;
}
}
.tabscontent div {
	background-repeat: no-repeat;
	background-position: right center;
}
.bg-cross-browser {
	background-image: url(../../img2/qc-slide-1.png);
	background-color: #7db016;
}
.bg-functional {
	background-image: url(../../img2/qc-slide-2.png);
	background-color: #4d5798;
}
.bg-usability {
	background-image: url(../../img2/qc-slide-3.png);
	background-color: #ff9107;
}
.bg-security {
	background-image: url(../../img2/qc-slide-4.png);
	background-color: #55a198;
}
.bg-mobile {
	background-image: url(../../img2/qc-slide-5.png);
	background-color: #f14434;
}
.bg-performance {
	background-image: url(../../img2/qc-slide-6.png);
	background-color: #4293bc;
}
.bg-acceptance {
	background-image: url(../../img2/qc-slide-7.png);
	background-color: #774799;
}
.bg-automation {;
	background-image: url(../../img2/qc-slide-8.png);
	background-color: #517ba7;
}
.qc-item {
	padding: 30px 0;
}
.qc-item h3 {
	color: #fff;
	font-size: 30px;
	padding: 0px 0 25px 0;
}
.qc-item p {
	color: #fff;
	font-size: 17px;
	text-align: left;
	width: 60%;
	margin: 0;
}
.qc-item ul {
	margin: 40px 0;
}
.qc-item ul li {
	color: #fff;
	font-size: 16px;
	background: url(../../img2/check-white.png) no-repeat 0 4px;
	margin: 10px 0;
	padding: 0px 0 0 25px;
}
.qc-item h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
}
.qc-item a {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	margin: 25px 0 0 0;
	line-height: 19px;
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
}
.qc-item a.white-btn {
	border: none;
}
.qc-item a.white-btn:hover {
	background: #7fc241;
	color: #f24130;
}
.solutions {
	text-align: center;
	display: block;
	margin: 30px 0 80px 0;
}
.solutions li {
	vertical-align: top;
	margin: 0 -8px;
	display: inline-block;
}
.solutions li .icn {
	display: table-cell;
	width: 149px;
	height: 149px;
	vertical-align: middle;
	border: solid 1px #e4e4e4;
	border-radius: 100%;
}
.solutions li p {
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
}
.test-env {
	background: #515ba1;
}
.txt {
	float: left;
	width: 48%;
	display: block;
	vertical-align: middle;
	padding-top: 25px;
}
.txt h2 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 35px;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 40px 0 35px 0;
}
.txt p {
	line-height: 1.5;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
}
.txt a.btn-theme {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
}
.test-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 582px;
	width: 578px;
	float: right;
	overflow: hidden;
}
.test-list li {
	position: absolute;
}
.test-list li.one {
	top: -60px;
	z-index: 3;
}
.test-list li.two {
	top: 117px;
	z-index: 2;
	left: 237px;
}
.test-list li.three {
	top: 272px;
	z-index: 1;
}
.test-price {
	background: #30353a;
	position: relative;
}
.test-price:after {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 25px;
	margin-left: -25px;
}
.price-circ {
	height: 309px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.price-circ .circ {
	width: 394px;
	height: 394px;
	display: block;
	background: #515ba1;
	border-radius: 100%;
	display: inline-block;
	margin: 26px -10px 0 -10px;
}
.price-circ .circ.yell {
	background: #ef8f0e;
}
.price-circ .circ .name {
	background: #fff;
	position: relative;
	font-size: 19px;
	color: #000;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 106px;
}
.price-circ .circ .name:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 11px;
	margin-left: -11px;
}
.price-circ .circ .price {
	color: #fff;
	font-size: 64px;
	text-align: center;
	font-weight: 800;
	margin: 20px 0 0 0;
}
.space {
	margin: 45px 0;
    overflow: hidden;
}
.ids-qc {
/*background: #ffe603;*/
}
.testing-fact {
	position: relative;
	top: -43px;
	padding: 15px 0;
}
.static-qc {
	text-align: center;
	padding: 61px 0 0 106px;
}
.testing-fact .posn {
	position: absolute;
}
.testing-fact .posn:after {
	background: url(../../img2/tail.png) no-repeat 0 0;
	width: 100px;
	height: 100px;
	position: absolute;
	content: "";
	top: 80px;
	right: 0px;
	-ms-transform: rotate(32deg); /* IE 9 */
	-webkit-transform: rotate(32deg); /* Chrome, Safari, Opera */
	transform: rotate(32deg);
}
.testing-fact .posn.one {
	left: 136px;
	top: -34px;
}
.testing-fact .posn.one:after {
	top: 80px;
	right: 0px;
	-ms-transform: rotate(32deg); /* IE 9 */
	-webkit-transform: rotate(32deg); /* Chrome, Safari, Opera */
	transform: rotate(32deg);
}
.testing-fact .posn.two {
	left: 54px;
	top: 117px;
}
.testing-fact .posn.two:after {
	right: -39px;
	top: 66px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
.testing-fact .posn.three {
	left: 61px;
	top: 276px;
}
.testing-fact .posn.three:after {
	right: -54px;
	top: 51px;
	-ms-transform: rotate(-18deg); /* IE 9 */
	-webkit-transform: rotate(-18deg); /* Chrome, Safari, Opera */
	transform: rotate(-18deg);
}
.testing-fact .posn.four {
	right: 131px;
	top: -34px;
}
.testing-fact .posn.four:after {
	right: 106px;
	top: 0px;
	transform: rotate(151deg);
	-ms-transform: rotate(151deg); /* IE 9 */
	-webkit-transform: rotate(151deg); /* Chrome, Safari, Opera */
}
.testing-fact .posn.five {
	right: 50px;
	top: 117px;
}
.testing-fact .posn.five:after {
	right: 91px;
	top: -28px;
	transform: rotate(-183deg);
	-ms-transform: rotate(-183deg); /* IE 9 */
	-webkit-transform: rotate(-183deg); /* Chrome, Safari, Opera */
}
.testing-fact .posn.six {
	right: 56px;
	top: 276px;
}
.testing-fact .posn.six:after {
	right: 79px;
	top: -42px;
	transform: rotate(193deg);
	-ms-transform: rotate(193deg); /* IE 9 */
	-webkit-transform: rotate(193deg); /* Chrome, Safari, Opera */
}
.testing-fact .posn a span {
	color: #000;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.testing-fact .icn {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: rgba(0, 0, 0, 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;
}
.testing-fact .icn:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
}
.testing-fact .icn:before {
	line-height: 90px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.testing-fact .icn:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #000;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.testing-fact .icn:hover {
	background-color: rgba(0, 0, 0, 1);
}
.testing-fact .icn:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.testing-fact .cross {
	background-image: url(../../img2/icn-cross-browser.png);
}
.testing-fact .functional {
	background-image: url(../../img2/icn-function-testing.png);
}
.testing-fact .usability {
	background-image: url(../../img2/icn-usability-testing.png);
}
.testing-fact .mobile {
	background-image: url(../../img2/icn-mobile-testing.png);
}
.testing-fact .security {
	background-image: url(../../img2/icn-security-testing.png);
}
.testing-fact .load {
	background-image: url(../../img2/icn-load-testing.png);
}
 @media screen and (max-width: 800px) {
.header-pic {
 padding: 0;
}
.header-pic h1 {
 padding: 35px 0 0 0;
 max-width: inherit;
}
.width610 {
 width: auto;
}
.width810 {
 width: auto;
}
.width960 {
 width: auto;
}
.circles-txt .circle {
 border-radius: 0;
 height: auto;
 margin: 0 0px;
 width: auto;
}
.circles-txt .circle h3 {
 padding: 10px 0;
 margin: 0;
}
.circles-txt .circle p {
 padding: 0px;
 margin: 0px;
}
.bg-dark-gray p {
 width: auto;
}
.squere-cells .squere-row {
 display: block;
}
.squere-cells .cell {
 width: auto;
 display: block;
}
.squere-cells .cell .icon {
 display: block;
 float: none;
 margin: 15px auto;
 text-align: center;
}
.squere-cells .cell h3, .squere-cells .cell p {
 display: block;
}
.txt {
 float: none;
 padding: 20px 0;
 width: auto;
 text-align: center;
}
.txt h2 {
 padding: 0 0 15px;
 text-align: center;
}
.test-list {
 display: none;
}
.web-testing {
 display: block;
 margin: 25px auto;
 text-align: center;
}
.web-testing li h4 {
 margin: 20px auto;
}
.web-testing li p {
 margin: 0 auto;
}
.web-testing li {
 display: inline-block;
 margin: 0 auto;
 text-align: center;
 vertical-align: top;
 margin-bottom: 25px;
}
.solutions {
 display: block;
 margin: 30px auto;
 text-align: center;
}
.solutions li {
 margin-bottom: 25px;
}
.price-circ {
 height: auto;
}
.price-circ .circ {
 width: auto;
 height: auto;
 margin: 25px auto;
 display: block;
 border-radius: 0;
}
.test-price {
 padding-top: 50px;
}
.price-circ .circ .name {
 margin-top: 0px;
 display: block;
}
.price-circ .circ .price {
 padding: 20px 0;
}
.qc-item {
 padding: 20px 10px;
}
.qc-item h3 {
 padding: 0 10px;
}
.squere-cells {
 text-align: center;
}
.tabscontent div {
 background-image: none;
}
.static-qc {
 display: none;
}
.testing-fact {
 top: 0;
 text-align: center;
}
.testing-fact .posn {
 position: relative;
 top: auto !important;
 left: auto!important;
 right: auto !important;
 display: inline-block;
 margin: 5px;
 width:46%;
}
.testing-fact .posn:after {
 display: none !important;
}
.testing-fact .icn {
 margin: 0px auto;
 text-align: center;
 display: block;
}
.testing-fact .posn a span {
 font-size: 14px;
 padding-top: 15px;
}
.ids-qc {
 background: #ffe603;
}
.gray-circles li {
 margin: 20px 10px;
}
.circles-txt {
 padding:25px 0 35px;
}
 .gray-circles {
 margin: 0 0 25px;
}
}
 @media only screen and (min-width : 801px) and (max-width : 1024px) {
#qc-slider .resp-tabs-list li {
 padding: 13px 19px;
}
.control a {
 display: none;
}
.web-testing {
 text-align: center;
}
.web-testing li .icn {
 width: 260px;
 height: 260px;
}
.web-testing li h4 {
 margin: 20px 0;
}
.web-testing li p {
 margin: 20px 0;
}
.tabscontent div {
 background-image: none;
}
.qc-item p{width: auto;}
.qc-item {
 padding: 30px 10px;
}
}
@media only screen and (min-width : 801px) and (max-width : 992px) {
 .test-list {
 display: none;
}
.static-qc {
 display: none;
}
.testing-fact .posn::after {
 display: none !important;
}
.testing-fact .posn {
 display: inline-block;
 left: auto !important;
 margin: 5px;
 position: relative;
 right: auto !important;
 top: auto !important;
}
.testing-fact .posn a span {
 font-size: 14px;
 padding-top: 15px;
}
.testing-fact .icn {
 display: block;
 margin: 0 auto;
 text-align: center;
}
.testing-fact {
 padding: 15px 0;
 position: relative;
 text-align: center;
 top:0;
}
.txt {
 padding: 25px 0 45px;
 width:auto;
}
 .test-list {
 display: none;
}
.txt h2
{
	padding-top:0;
}
.circles-txt {
    padding: 20px 0 60px;
    text-align: center;
}
#qc-slider .resp-tabs-list li
{
	font-size:16px;
}
.qc-item p
{
	width:auto;
}

.gray-circles li {
    margin: 0 0 30px;
    width: auto;
}

.width960 {
    width: auto;
}
}

@media only screen and (min-width : 993px) and (max-width :1170px) {
    
.txt {width: 38%;}

.gray-circles li {
    width:24%;
    text-align:center;
}
}
@media only screen and (min-width :768px) and (max-width :1024px) {
    
#qc-slider .resp-tabs-list li {
    font-size: 14px;
    padding: 13px 10px;
}
}