html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom:120px;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#footer {
   position: absolute;
  right: 0;
  bottom:0px;
  left: 0;
  padding:25px 0px 25px 0px;
  text-align: center;
  background:#4E4D4D;
  color:#fff;
}
#mainNav{
	background: rgba(0,0,0, 0.7);
}
.boxLogin{
	overflow:hidden;
	width:100%;
	max-width:45%;
	display:block;
	float:left;
	border:1px solid #ddd;
	border-radius:5px;
	padding:40px 20px 40px 20px;
	margin:30px 0px 0px 0px;
	position:relative;
}
.ctLogin{
	overflow:hidden;
}
.ctLogin h2{
	font-family: Montserrat;
	font-weight:400;
	text-align:center;
	font-size:18px;
	margin:0px;
	padding:0px;
}
.descrLogin{
	overflow:hidden;
	margin-top:40px;
	clear:both;
	width:100%;
}
.rowDetail{
	overflow:hidden;
	margin:10px 0px 15px 0px;
}
.rowDetail span{
	border:1px solid #ddd;
	border-right:0px;
	border-radius:4px 0px 0px 4px;
	padding: 12px 0px 11px 0px;
	width: 10%;
	font-size:18px;
	color:#B3B2B2;
	text-align:center;
}
.rowDetail input{
	width:90%;
	padding:10px 10px 10px 10px;
	border:1px solid #ddd;
	border-radius:0px 4px 4px 0px;
	color:#333;
	font-family: Montserrat;
	font-weight:300px;
	font-size:14px;
	float:right;
}
.ctPassword{
	overflow:hidden;
	margin:30px 0px 20px 0px;
}
.detCheckbox{
	font-family: Montserrat;
	font-weight:300px;
	font-size:13px;
	line-height:18px;
	color:#8E8C8C;
	padding-left:30px;
	position:relative;
}
.detCheckbox input {
    display: none;
}
.detCheckbox span {
	height: 18px;
	width: 18px;
	color: #fff;
    background: #3bb18f;
    border-color: #3bb18f;
	display: inline-block;
	position: relative;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	position:absolute;
	left:0px;
	top:0px;
	color:#fff!important;
}

[type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
	content: '\2714';
	position: absolute;
	top: 0px;
	left:5px;
	color:#fff!important;
}
.ctPassword a{
	float:right;
	color:#3bb18f;
	font-family: Montserrat;
	font-weight:300px;
	font-size:13px;
	line-height:18px;
	margin:0px;
}
.btLogin{
	overflow:hidden;
	margin:20px 0px 0px 0px;
}
.btLogin input{
	width:100%;
	padding:10px 0px 10px 0px;
	background-color: #3bb18f;
	color:#fff;
	font-family: Montserrat;
	font-size:18px;
	text-align:center;
	border:0px;
	border-radius:4px;
	text-transform:uppercase;
}
.btLogin button {
	width:100%;
	padding:10px 0px 10px 0px;
	background-color: #3bb18f;
	color:#fff;
	font-family: Montserrat;
	font-size:18px;
	text-align:center;
	border:0px;
	border-radius:4px;
	text-transform:uppercase;
	cursor:pointer;
}
.registration{
	overflow:hidden;
	width:100%;
	max-width:45%;
	display:block;
	float:right;
	border:1px solid #ddd;
	border-radius:5px;
	padding:40px 20px 40px 20px;
	margin:30px 0px 0px 0px;
}
.registration h2{
	font-family: Montserrat;
	font-weight:400;
	text-align:center;
	font-size:18px;
	margin:0px;
	padding:0px;
}
.descrRegistration{
	overflow:hidden;
	margin-top:40px;
	clear:both;
	width:100%;
}
.row_new{
	display:block;
}
footer{
	padding:0px 0px 0px 0px;
}
ul.social-buttons li a{
	padding-top:10px;
}
footer span.copyright{
	line-height:20px;
}
footer ul.quicklinks{
	text-align:right;
	line-height:20px;
}
footer .quicklinks li,
footer .quicklinks a{
	line-height:20px;
}
.fpasswordArea{
	overflow:hidden;
}
.fpasswordArea h2{
	font-family: Montserrat;
	font-weight:400;
	text-align:center;
	font-size:18px;
	margin:0px;
	padding:0px;
}
.fpasswordArea p{
	font-family: Montserrat;
	font-weight:300;
	text-align:center;
	font-size:13px;
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:center;
}
.closefPw {
   font-family: Montserrat;
	font-weight:300;
	text-align:center;
	font-size:13px;
	margin:20px 0px 0px 0px;
	padding:0px;
	text-align:center;
	color:#3bb18f;
	display:inline-block;
	width:100%;
}
.dspNone{
	display:none;
}
#body{
	overflow:hidden;
	padding-bottom:60px;
}
@media (max-width: 767px) {
	.row_new{
		margin:0px;
	}
	.boxLogin {
		max-width: 100%;
	}
	.registration{
		max-width: 100%;
	}
}
.validationErrorBorder {
	border:1px solid #FF0000 !important;
}
.modalErrorBoxHeader {
	background-color:#d9534f !important;
	color:#fff !important;
}
h4.modal-title {
	font-size:18px !important;
	font-weight:100 !important;
	text-transform:none !important;
}
.hideResetPassword {
	font-family:Montserrat;
	font-weight:300;
	text-align:center;
	font-size:13px;
	margin:20px 0px 0px 0px;
	padding:0px;
	text-align:center;
	color:#3bb18f;
	display:inline-block;
	width:100%;
}
.gotoLoginPageBtn {
	width:100%;
	padding:10px 0px 10px 0px;
	background-color: #3bb18f;
	color:#fff;
	font-family: Montserrat;
	font-size:18px;
	text-align:center;
	border:0px;
	border-radius:4px;
	text-transform:uppercase;
}
.changePasswordArea p {
	font-family:Montserrat;
	font-weight:300;
	text-align:center;
	font-size:13px;
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:center;
}
.licenseRow{
	float:left;
	margin-right:20px;
	font-size: 14px;
	color: #8E8C8C;
	margin-top:10px;
}
.licenseRow span{
	line-height: 12px;
	float:left;
	margin-left:5px;
	font-size:13px;
	font-family: Montserrat;
}
.licenseRow input{
	display:block;
	float:left;
}
header.masthead {
    text-align: center;
    color: #fff;
    background-image: url(../img/bgTop.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section {
    padding: 50px 0px 0px 0px;
}
section h3.section-subheading{
	margin-bottom: 35px;
}
.timeline > li{
	min-height:auto;
	margin-bottom:0px;
}
.timeline > li .timeline-panel {
	width:47%;
    padding: 0 0px 30px 100px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 30px 0px;
}
.ctPrice{
	margin-top:170px;
}
.ctPacht{
	overflow:hidden;
	margin:20px 0px 0px 0px;
}
.team-member{
	overflow:hidden;
	padding:30px 15px 30px 15px;
	background:#F6F3F3;
}
.batchTitle{
	overflow:hidden;
	height:60px;
}
.batchTitle h4{
	margin:0px;
}
.batchText{
	overflow:hidden;
	height:150px;
}
.logo img{
	width:100%;
	max-width:260px;
}
#mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
}
#mainNav.navbar-shrink .logo img{
	width:100%;
	max-width:200px;
}
.detPrice{
	overflow:hidden;
	width:100%;
}
.detPrice ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
}
.detPrice ul li.categPrice{
	display:block;
	float:left;
	list-style-type:none;
	border-left:1px solid #E2E7EB;
	border-bottom:1px solid #E2E7EB;
	width:25%;
	position:relative;
	margin-top:40px;
}
.detPrice ul li.categPriceRecom{
	display:block;
	float:left;
	list-style-type:none;
	border:1px solid #E2E7EB;
	width:25%;
	position:relative;
	background:#3A3C3F;
}
.detPrice ul li.categPriceRecom .tipPrice{
	padding:70px 0px 60px 0px;
}
.tipPrice{
	overflow:hidden;
	background:#3A3C3F;
	padding:30px 0px 100px 0px;
	position:relative;
	z-index:1;
}
.tipPrice h2{
	color:#fff;
	font-size:24px;
	margin:0px;
	text-align:center;
	font-weight:600;
	text-transform: none;
}
/**************************Price 1********************************/
.bgPrice1{
	width:112px;
	height:112px;
	border-radius:100%;
	background:#fff;
	position:absolute;
	z-index:2;
	top:100px;
	left:50%;
	margin-left:-56px;
}
.detPrice1{
	width:89px;
	height:89px;
	border-radius:100%;
	background:#fff;
	margin-top:12px;
	margin-left:12px;
	webkit-box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
	-moz-box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
	box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
}
.detPrice1 h3{
	font-size:26px;
	color:#1ABB9C;
	font-weight: 600;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}
.detPrice1 h3 i{
	margin-right:5px;
	font-size:20px;
	font-weight:400;
}
.detPrice1 h3 sup{
	font-size:12px;
	font-weight:400;
	top:-10px;
	left:-5px;
}
.detPrice1 p{
	font-size:14px;
	font-weight:400;
	color:#A9A7C1;
	text-align:center;
	margin:0px;
	line-height:17px;
}
/**************************Price 2********************************/
.bgPrice2{
	width:122px;
	height:122px;
	border-radius:100%;
	background:#fff;
	position:absolute;
	z-index:2;
	top:100px;
	left:50%;
	margin-left:-56px;
}
.detPrice2{
	width:99px;
	height:99px;
	border-radius:100%;
	background:#fff;
	margin-top:13px;
	margin-left:13px;
	webkit-box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
	-moz-box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
	box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
}
.detPrice2 h3{
	font-size:28px;
	color:#1ABB9C;
	font-weight: 600;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}
.detPrice2 h3 i{
	margin-right:5px;
	font-size:22px;
	font-weight:400;
}
.detPrice2 h3 sup{
	font-size:14px;
	font-weight:400;
	top:-10px;
	left:-5px;
}
.detPrice2 p{
	font-size:14px;
	font-weight:400;
	color:#A9A7C1;
	text-align:center;
	margin:0px;
	line-height:17px;
}
/**************************Price 3********************************/
.bgPrice3{
	width:132px;
	height:132px;
	border-radius:100%;
	background:#4C4E50;
	position:absolute;
	z-index:2;
	top:125px;
	left:50%;
	margin-left:-56px;
}
.detPrice3{
	width:109px;
	height:109px;
	border-radius:100%;
	background:#fff;
	margin-top:12px;
	margin-left:12px;
}
.detPrice3 h3{
	font-size:32px;
	color:#1ABB9C;
	font-weight: 600;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:27px 0px 0px 0px;
}
.detPrice3 h3 i{
	margin-right:5px;
	font-size:26px;
	font-weight:400;
}
.detPrice3 h3 sup{
	font-size:16px;
	font-weight:400;
	top:-10px;
	left:-5px;
}
.detPrice3 p{
	font-size:14px;
	font-weight:400;
	color:#A9A7C1;
	text-align:center;
	margin:0px;
	line-height:17px;
}
.descrDetPrice.priceRec ul li span{
	color:#fff;
	font-weight:700;
}
/**************************Price 4********************************/
.bgPrice4{
	width:142px;
	height:142px;
	border-radius:100%;
	background:#fff;
	position:absolute;
	z-index:2;
	top:100px;
	left:50%;
	margin-left:-56px;
}
.detPrice4{
	width:119px;
	height:119px;
	border-radius:100%;
	background:#fff;
	margin-top:13px;
	margin-left:13px;
	webkit-box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
	-moz-box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
	box-shadow: inset 0px -5px 8px 3px rgba(222,222,222,1);
}
.detPrice4 h3{
	font-size:36px;
	color:#1ABB9C;
	font-weight: 600;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:25px 0px 0px 0px;
}
.detPrice4 h3 i{
	margin-right:5px;
	font-size:28px;
	font-weight:400;
}
.detPrice4 h3 sup{
	font-size:18px;
	font-weight:400;
	top:-10px;
	left:-5px;
}
.detPrice4 p{
	font-size:14px;
	font-weight:400;
	color:#A9A7C1;
	text-align:center;
	margin:0px;
	line-height:17px;
}
/*********************/
.descrDetPrice{
	overflow:hidden;
	margin-top:100px;
}
.descrDetPrice.priceRec{
	overflow:hidden;
	margin-top:139px;
}
.descrDetPrice ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border:0px;
}
.descrDetPrice ul li{
	list-style-type:none;
	width:100%;
	height:40px;
	padding:10px 0px 0px 0px;
	color:#77808a;
	font-size:14px;
	display:block;
	border:0px;
}
.descrDetPrice ul li span{
	color:#424447;
	font-weight:700;
}
.descrDetPrice ul li:nth-child(2n-1){
	background:#D9D9D9;
}
.descrDetPrice.priceRec ul li:nth-child(2n-1){
	background:#46494C;
}
.btnSubmit{
	overflow:hidden;
	margin-top:40px;
	text-align:center;
	padding-bottom:40px;
}
.btnSubmit a{
	background: #1ABB9C;;
	display: inline-block;
	padding: 10px 25px 10px 25px;
	color: #fff;
	font-size:15px;
	font-weight:600;
}
.btnSubmit a:hover {
    color: #fff;
    border-color: #159d82;
    background-color: #159d82;
}
.pachtRecom{
	width: 200px;
    height: 25px;
    background-color: #1ABB9C;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align:center;
	margin-top: -25px;
	margin-left: -40px;
	color:#fff;
	text-transform: uppercase;
	font-size:14px;
	line-height:25px;
	letter-spacing:1px;
	font-weight:500;
	border-color: #1DD9B4;
}
.freeProd{
	overflow:hidden;
	margin:40px 0px 0px 0px;
	padding:0px 40px 0px 40px;
}
.freePrice{
	overflow:hidden;
	padding-bottom:70px;
}
.freePrice ul{
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #E2E7EB;
}
.freePrice ul li{
	width:50%;
	float:left;
	display:block;
	border-right:1px solid #E2E7EB;
}
.freePrice ul li:last-child{
	border-right:0px;
}
.tipFree{
	overflow:hidden;
	background:#3A3C3F;
	padding:40px 0px 40px 0px;
}
.tipFree h2{
	color:#fff;
	font-size:24px;
	margin:0px;
	text-align:center;
	font-weight:600;
	text-transform: none;
}
.descrtipFree{
	overflow:hidden;
	margin-top:0px;
}
.descrtipFree ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border:0px;
}
.descrtipFree ul li{
	list-style-type:none;
	width:100%;
	height:40px;
	padding:10px 0px 0px 0px;
	color:#77808a;
	font-size:14px;
	display:block;
	border:0px;
}
.descrtipFree ul li span{
	color:#424447;
	font-weight:700;
}
.descrtipFree ul li:nth-child(2n-1){
	background:#D9D9D9;
}
.descrtipFree.priceRec ul li:nth-child(2n-1){
	background:#46494C;
}
section#contact{
	padding-bottom:50px;
}
.dotTimeline{
	width:12px;
	height:12px;
	background:#1ABB9C;
	border-radius:100%;
	float:right;
	margin:0px 0px 0px 0px;
	position: absolute;
    right: -38px;
    top: 8px;
}
.dotTimeline.dotLeft{
	left: -39px;
    top: 8px;
}
.timeline:before {
    background-color: #ccc;
}
.timeline-image {
	z-index: 100;
	text-align: center;
	color: #fff;
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	background-color: #1ABB9C;
    width: 150px;
    height: 150px;
	margin:0 auto;
	cursor:pointer;
}
.moreT{
	display:none;
}
.timeline-image h4 {
    margin-top: 30px;
	font-size: 15px;
	line-height: 24px;
}
.timeline{
	margin-bottom:0px;
}
.ctPage{
	overflow:hidden;
	width:100%;
	padding-top:160px;
}
.ctPage h2{
	font-size:40px;
	margin:0px 0px 15px 0px;
	text-align:center;
}
.ctPage h3{
	margin:0px 0px 35px 0px;
	text-align:center;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #868e96;
}
.ctPage p{
	margin:0px 0px 15px 0px;
	text-align:left;
	font-size: 16px;
	line-height:21px;
	font-weight: 400;
	text-transform: none;
	color: #868e96;
}
.checkRow{
	font-size: 14px;
	color: #8E8C8C;
	display:inline-block;
}
.checkRow p{
	float:right;
	margin-left:5px;
    line-height: 16px;
	font-size:13px;
    margin-top: -1px;
	font-family: Montserrat;
}
.inpCheck{
	vertical-align:top;
}
#mainNav .navbar-toggler i{
	font-size:16px;
	margin-left:10px;
}
.regLicenseRw{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	overflow:hidden;
	clear:both;
}
.regLicenseCol{
	margin:0px 25px 0px 0px;
	padding:0px 0px 10px 25px;
	cursor:pointer;
	float:left;
}
.regLicenseColCk{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	margin-left:-25px;
	width:18px;
	height:18px;
	line-height:18px;
	background:#3bb18f;
	text-align:center;
	position:relative;
	font-size:13px;
	overflow:hidden;
}
.regLicenseColCk i{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.regLicenseColCkTxt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	font-size: 13px;
	color: #8E8C8C;	
}
.regLicenseColCk:before{
	font-size:12px;
	display:block;
	float:none;
	text-align:center;
	width:18px;
	color:#ffffff!important;
}
.regLicenseSel .regLicenseColCk:before {
    content: '\f00c';
	font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
	color:#ffffff;
}
 div.errorBoxArea{
	 width:300px;
	 min-height:50px;
	 position:fixed;
	 z-index:10000;
	 right:0px;
	 top:100px;
	 background:rgba(255,0,0,0.8);
	 border-bottom:0px;
	 border-right:0px;
	 display:none;
	-moz-box-shadow: 0px 0px 13px #807F7D;
	 -webkit-box-shadow: 0px 0px 13px #807F7D;
	 box-shadow: 0px 0px 13px #807F7D;
	 padding:15px 15px 15px 15px;
}
div.errorBoxArea a.closeError{
	 margin:7px 7px 0px 0px;
	 padding:0px 0px 0px 0px;
	 float:right;
	 width:16px;
	 height:16px;
	 line-height:12px;
	 display:block;
	 color:#ffffff;
	 text-align:center;
	 font-size:12px;
	 font-weight:bold;
	 border:1px solid #ffffff;
	 border-radius:10px;
}
div.errorBoxArea h2{
	 margin:0px 10px 0px 0px;
	 padding:0px 0px 0px 0px;
	 color:#ffffff;
	 font-size:17px;
	 text-align:left;
}
div.errorBoxArea p{
	 margin:5px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
	 color:#ffffff;
	 font-size:15px;
	 text-align:left;
	 line-height:14px;
}
.requiredInp{
	-moz-box-shadow:inset 0 0 5px #ff0000;
	-webkit-box-shadow:inset 0 0 5px #ff0000;
	box-shadow:inset 0 0 5px #ff0000;
}
.requiredLabel{
	color:#ff0000!important;
}
.modal .ctPage{
	padding-top:0px;
}
.opModalPP_contentArea .modal-header{
	border:0px;
	padding:5px 15px 5px 15px;
	text-align:right;
	display:block;
}
.opModalPP_contentArea{
	max-width:80%;
}
.modal .ctPage h2 {
    font-size: 28px;
    margin: 0px 0px 15px 0px;
    text-align: center;
}
.detCheckbox:visited,
.detCheckbox:focus,
.detCheckbox:active{
	background:transparent!important;
}
.detCheckbox  span{
	text-align:center;
}
.detCheckbox  span:before{
	font-size:12px;
	display:block;
	float:none;
	text-align:center;
	width:18px;
	color:#ff00ff!important;
}
.detCheckbox  [type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left:0px;
	color:#ffffff!important;
	margin:0px;
	padding:0px;	
}

/*************Mobile******************/

@media screen and (max-width: 1200px) {
	.dotTimeline.dotLeft {
		left: -33px;
	}
	.dotTimeline {
		right: -33px;
	}
	.timeline-image{
		margin-top:50px;
	}
	.ctPrice {
		margin-top: 40px;
	}
}
@media screen and (max-width: 991px) {
	.dotTimeline {
		right: -26px;
	}
	.dotTimeline.dotLeft {
		left: -26px;
	}
	section#contact {
		padding-bottom: 80px;

	}
}
@media screen and (max-width: 768px) {
	header.masthead .intro-text .intro-heading {
		font-size: 32px;
		line-height:32px;
	}
	section h2.section-heading {
		font-size: 26px;
	}
	h4.service-heading {
		font-size:20px;
	}
	.timeline > li .timeline-panel {
		width: 100%;
		padding: 0 0px 0px 0px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 0 0px 0px 0px;
		width: 100%
	}
	#footer {
		position:relative;
	}
	body {
	  padding-bottom:0px;
	}
}
@media screen and (max-width: 767px) {
	.ctPage h2{
		font-size:28px;
		margin:0px 0px 15px 0px;
		text-align:center;
	}
	.timeline::before{
		left:0px;
	}
	.timeline > li{
		padding-left:20px;
	}
	.dotTimeline.dotLeft {
		left: -26px;
	}
	.dotTimeline{
		left: -26px;
	}
	.detPrice ul li.categPrice{
		width:50%;
	}
	.detPrice ul li.categPriceRecom{
		width:50%;
		margin-top:20px;
	}
	.freeProd {
		overflow: hidden;
		margin: 40px -15px 0px -15px;
		padding: 0px 0px 0px 0px;
	}
	.descrtipFree ul li {
		min-height: 60px;
	}
	.btn-xl {
		font-size: 16px;
		font-weight: 700;
		padding: 10px 20px;
	}
	.detCheckbox span{
		color:#fff;

	}
	footer ul.quicklinks{
		text-align:center;
		margin-top:10px;
	}
}
@media screen and (max-width: 600px) {
	.regLicenseCol{
		margin:0px 0px 0px 0px;
		padding:0px 0px 15px 25px;
		cursor:pointer;
		float:left;
		width:50%;
		overflow:hidden;
	}
	.logo img {
		max-width:180px!important;
	}
	.detPrice ul li.categPrice{
		width:100%;
	}
	.detPrice ul li.categPriceRecom{
		width:100%;
	}
	.freePrice ul li{
		width:100%;
		margin-bottom:40px;
	}
	.freePrice ul{
		border:0px;
	}
	.freePrice ul li{
		border: 1px solid #E2E7EB;
	}
	.freePrice ul li:last-child {
		border: 1px solid #E2E7EB;
	}
	.freePrice .descrtipFree ul li{
		border:0px;
	}
	.detPrice ul li.categPrice{
		border-right: 1px solid #E2E7EB;
	}
	.bgPrice4,
	.bgPrice2,
	.bgPrice1 {
		width: 92px;
		height: 92px;
		top: 60px;
	}
	.detPrice4,
	.detPrice2,
	.detPrice1 {
		width: 69px;
		height: 69px;
	}
	.detPrice4 h3,
	.detPrice2 h3,
	.detPrice1 h3 {
		font-size: 18px;
		padding: 15px 0px 0px 0px;
	}
	.detPrice4 p,
	.detPrice2 p,
	.detPrice3 p,
	.detPrice1 p {
		font-size: 12px;
	}
	.detPrice2 h3 i,
	.detPrice4 h3 i,
	.detPrice1 h3 i {
		font-size: 16px;
	}
	.detPrice3 h3 i {
		font-size: 18px;
	}
	.detPrice1 h3 sup,
	.detPrice2 h3 sup,
	.detPrice4 h3 sup{
		font-size: 12px;
	}
	.detPrice3 h3 sup{
		font-size: 14px;
	}
	.tipPrice {
		padding: 20px 0px 50px 0px;
	}
	.descrDetPrice {
		margin-top: 70px;
	}
	.bgPrice3 {
		width: 112px;
		height: 112px;
		top:100px;
	}
	.detPrice3 {
		width: 89px;
		height: 89px;
	}
	.detPrice3 h3 {
		font-size: 24px;
	}
	.detPrice ul li.categPriceRecom .tipPrice {
		padding: 40px 0px 40px 0px;
	}
	.descrDetPrice.priceRec {
		margin-top: 110px;
	}
	.pachtRecom {
		margin-top: -2px;
		margin-left: -50px;
	}
}
.g-recaptcha{
	display:inline-block;
}