* {
	margin:0 auto;
	padding:0;
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-weight:normal;

}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #22a0c9;
}

::selection {
    color: #fff;
    background: #22a0c9;
}
.letf {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
img {
	border:none;
	max-width:100%; 
}
ul li,
ol li {
	list-style:none;
	margin:0;
}
ul li a:hover {
	text-decoration:none;
}
table {
    width: 100%;
}
a {
	text-decoration:none;
}


/*--------------------------main style------------------------------*/
/*--------------------------Start Header------------------------------*/


/* ------------------------header top-------------------------------- */
.main-container {
    overflow: hidden;
    position: relative;
}
* {
	margin:0;
	padding:0;
}
.clearfix-div::after {
    display: block;
    clear: both;
    content: "";
}
.qc_support_container {
	max-width: 1360px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.qc_tab_container {
}

/* Style the buttons inside the tab */
.qc-column-4 {
    width: 33.33333333%;
	float:left;
}
.qc-column-4 {
	position:relative;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
}
.qc-column-6 {
    width: 50%;
	float:left;
}
.qc-column-6 {
	position:relative;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
}

.qc-column-12 {
    width: 100%;
	float:left;
}
.qc-column-12 {
	position:relative;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
}
.plugin-title {
	font-size: 28px;
	line-height: 38px;
	font-size: 28px;
	line-height: 38px;
}

.support-btn-main h4 {
	font-size: 18px;
	line-height: 26px;
	font-size: 18px;
	line-height: 28px;
}
.support-block {
	text-align: center;
	min-height: 410px;
}
.support-block-img img {
	width: 160px;
}
.support-block-info h4 a {
	font-size: 22px;
	text-decoration: none;
	color: #333;
	margin: 20px 0;
	display: inline-block;
}
.support-block-info p {
	font-size:16px;
	line-height:26px;
	color:#666;
}
.support-btn-main.clearfix-div {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 120px;
}
.support-btn a {
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	background: #101010;
	border: 1px solid #101010;
	color: #fff;
	padding: 15px 30px;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	width: 270px;
}
.support-btn .free-support {
	background:#fff;
	border:1px solid #101010;
	color:#101010;
}
.support-btn {
	display: inline-block;
	padding: 0 15px;
}
.support-btn .free-support:hover {
	background:#101010;
	color:#fff;
}

.support-btn .premium-support:hover {
	background:#fff;
	border:1px solid #101010;
	color:#101010;
}

.support-btn .premium-support:hover,
.support-btn .free-support:hover,
.support-btn .free-support,
.support-btn .premium-support {
	 -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


@media only screen and (max-width: 991px) {
	.qc-column-4 {
		width: 50%;
	}
	.premium-support {
		margin-top: 30px;
	}

}


@media only screen and (max-width: 767px){
	.qc-column-4 {
		width: 100%;
	}
	.qc-column-6 {
		width: 100%;
	}
	.premium-support {
		margin-top: 30px;
	}

}
@media only screen and (max-width: 579px) {
	.qc-column-4 {
		width: 100%;
	}
	
	.qc-column-6 {
		width: 100%;
	}
	.premium-support {
		margin-top: 30px;
	}
	.support-btn a {
		font-size: 18px;
		width: 220px;
	}
}