@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Abel);

.main-img{
	width:100%;
	text-align:center;
}

.main-img-text-services{
	float:right;
	padding-right:110px;
	color:#3e3e3e;
	text-transform:uppercase;
	font-size:30px;
	text-align:right;
	position:relative;
	margin-top:-170px;
}

.maincontainerservices{
	height:100%;
	background-color:#ffffff;
	margin-top:20px;
	padding:15px 30px;
}

.heading{
	width:100%;
	color:#000000;
	font-size:28px;
	text-transform:capitalize;
	float:left;
	font-weight:600;
}

.application-support {
  width:35%;
  max-width:280px;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  float:left;
  /*border:1px solid #332B2B;*/
  margin-top:20px;
}
.hardware-software{float:left; width:35%;}
.sw-support{
  width:100%;
  max-width:280px;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  float:left;
  /*border:1px solid #332B2B;*/
  margin-top:20px;
}
.hw-support {
  width:100%;
  max-width:280px;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  float:left;
  /*border:1px solid #332B2B;*/
  margin-top:38px;
}
.services-form{float:left; width:100%; margin-top:4px; border: 1px solid #ccc; padding-left: 14px;}

.services-text-field{
	width:88%;
	padding:6px 0px;
	float:left;
	color:#6f6f6f;
}
.services-text-field1{
	width:32%;
	padding:6px 0px;
	float:left;
	color:#6f6f6f;
	padding-left: 6px;
}
.services-form-text{
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	color:#6f6f6f;
	float:left;
	text-transform:capitalize;
	border:1px solid #d4d3d3;
	padding:6px 4px;
	width:88%;
}
.services-dropdown{
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	color:#6f6f6f;
	float:left;
	text-transform:capitalize;
	border:1px solid #d4d3d3;
	padding:6px 4px;
	width:92%;
}
.col-4 {
  width:30%;
  max-width:280px;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  float:left;
  /*border:1px solid #332B2B;*/
  margin-top:0px;
}
.margin-right{
	margin-right:49px;
}
.margin-top{
	margin-top:25px;
}

.margin-50{
	float:left;
	margin-top:50px;
}
.services_button{
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	color:#fff;
	border:1px solid #0060A5;
	background-color:#0060A5;
	float:left;
	width:76px;
	height:26px;
	text-align:center;
}
.sub-heading{
	width:100%;
	color:#4c4c4c;
	font-size:22px;
	font-weight:600;
	text-transform:capitalize;
	float:left;
/*	padding-top:5px;
*/	text-align:left;
}


.sub-heading a{ 
	color:#4c4c4c;	
}


.sub-heading1{
	width:100%;
	color:#494949;
	font-size:16px;
	font-weight:600;
	float:left;
	text-align:center;
}
.sub-heading1 a{
	color:#4c4c4c;
}

.bodytext p{
	width:100%;
	font-size:16px;
	color:#575656;
	float:left;
	text-align: justify;
	margin-top:5px;
	padding:0 1px;
	
}

.bullete_text{
	width:90%;
	list-style-image:url(../images/services/bullete.jpg);
	text-align:justify;
	margin:1px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	font-size:16px;
	color:#575656;
}
.bottom-right-block{
	float:right;
	margin-top:15px;
	margin-bottom:35px;
}

.support-helpline, .online-form {
	background-image:url(../images/services/support-online.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	width:145px;
	height:50px;
	float:right;
	background-color:#e4e4e4;
	border-radius:5px;
}
.support-helpline1, .online-form1 {
	width:145px;
	height:50px;
	float:right;
}
.support-helpline h5, .online-form h5 {
	color:#454545;
	font-size:15px;
	text-transform:capitalize;
	padding:20px 0 0 20px;
}
.online-form{
	background-image:url(../images/services/online-form.png);
	margin-left:15px;
}
.online-form1{
	margin-left:15px;
}
.online-form h5 {padding:20px 0 0 50px;
}
.services-bullete {
	list-style-image:url(../images/bullete.jpg);
	text-decoration:none;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	padding-top:8px;
	color:#575656;
 	text-align:left;
	padding-left:18px;
}
.services-bullete li{
	padding:2px 0px;
}

/*--------responsive-----------*/

@media screen and (max-width: 980px) 
{
.col-4{ 
	 width:30%;
}
.margin-right{
	margin-right:30px;
}
}

@media screen and (max-width: 800px) {
.maincontainerservices{
	padding:20px;
}
.margin-right{
	margin-right:24px;
}
.col-4{ 
	 width:31%;
}
.col-4 img{ 
	 width:100%;
}
.application-support, .hardware-software{
  width:33%;
}

.application-support img, .hardware-software img{
  width:100%;
}
.services-form{
	width:28%;
	float:right;
}
.services-text-field1{
	padding:6px 10px;
}


}

@media screen and (max-width: 768px) {
	.col-4{
		 width:30%;
	}
	
	.margin-right{
	margin-right:25px;
}
.line-top-main{display:none;}
}

@media screen and (max-width: 660px) {
	.col-4{
		 width:31%;
	}
	.margin-right{
	margin-right:17px;
}
.application-support, .hardware-software{
  width:30%;
}

.services-form{
	width:33%;
	float:right;
}
.services-text-field{
	width:99%;
}
.services-text-field1{
	width:32%;
}

}

@media screen and (max-width: 500px) {
.col-4{
		 width:100%;
		 max-width:100%;
		 padding-top:15px;
		 padding-bottom:20px;
		 float:left;
		 margin:0 auto;
}
	
	

.bodytext p{
	width:100%;
}

.bottom-right-block{
	float:right;
	margin-top:0px;
}
.support-helpline, .online-form {
		width:120px;
}
.support-helpline h5, .online-form  h5{ font-size:12px; }

@media screen and (max-width: 480px) {
.bottom-right-block{
	margin-top:0px;
	float:left;
}

.services-form{
	width:58%;
	float:left;
}
.application-support, .sw-support, .hw-support {
  width:100%;
  max-width:100%;
  margin:0px;
  margin-bottom:30px;
}
.hardware-software {
  width:100%;
}
.application-support img, .hardware-software img, .sw-support img, .hw-support img, .col-4 img{
	width:auto;
	float:left;
}

.support-helpline1, .online-form1 {
	width:145px;
	height:20px;
	float:right;
}
.services-text-field1{
	padding:6px 0px 6px 6px;
}

}

@media screen and (max-width: 360px) {
	
.services-form{
	width:98%;
	float:left;
}	
.support-helpline1, .online-form1 {
	width:145px;
	height:20px;
	float:right;
}
}

@media screen and (max-width: 320px) {

.support-helpline1, .online-form1 {
	width:145px;
	height:20px;
	float:right;
}

}
