@charset "utf-8";
/* CSS Document */
*,
*:after,
*:before {
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin-left: 0;
	margin-right: 0;
	}
body {

	margin:0px;
	padding:0px;

	background-color: #f4f4f4
}
#wrap {
	width:100%;background:#f4f4f4;
} 

.header{
height:80px;
}

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:91.66666666666666%;}.col-md-10{width:83.33333333333334%;}.col-md-9{width:75%;}.col-md-8{width:66.66666666666666%;}.col-md-7{width:58.333333333333336%;}.col-md-6{width:50%;}.col-md-5{width:41.66666666666667%;}.col-md-4{width:33.33333333333333%;}.col-md-3{width:25%;}.col-md-2{width:16.666666666666664%;}.col-md-1{width:8.333333333333332%;}

.lft{
	float:left;
}
.rgt{
	float:right;
}

.clear{
	clear:both;
}

.container1 {
	max-width:1000px;
	margin:10px auto;
	border-top:1px #FFF solid;
}
.middle{
margin-top:35px;
}
.logo{
	width:38%;
	float:left;	
	margin-bottom: -10px;
margin-top: 4px;
	}
.customer{
	width:37%;
	float:left;
	margin-top:42px;
	text-align:center;}
.support{
	width:25%;
	float:left;
	margin-top:18px;
	text-align:center;}
a,
a:hover {
	text-decoration:none;
}


ul,
ol {
	list-style:none;
}
a,img{
border:0px;
outline:none;
}
.left{
width:78%;
float:left;

}
.col{
width:99%;
margin:auto;

}
.boxes{
	margin:5px auto;
}
.box{
width:260px;
float:left;

margin-right:5px;
margin-left:10px;
font-family:Tahoma, Geneva, sans-serif;
padding:10px 15px;
background-color:#FFF;
color:#000;
margin-top:10px;
-webkit-box-shadow:  1px 1px 2px #CCC;
-moz-box-shadow:  1px 1px 1px #CCC;
box-shadow:  1px 1px 1px #CCC;
height:265px;
}
.box1{
width:256px;
float:left;

font-size:12px;
font-family:Tahoma, Geneva, sans-serif;
padding:10px 15px;
background-color:#fc0108;
color:#FFF;
margin-top:10px;
margin-left:7px;
height:265px;
}

h4, .box h4{
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:15px;
margin:0px;
padding:0px;

}
h5{
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:14px;
color:#1790A7;
background-color:#ededed;
padding:3px 15px;
margin-bottom:10px;
}

p{
font-size:13px;
line-height:20px;
margin-top:10px;
color: black;
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
text-align:justify;
}
.right{
width:22%;
float:left;
height:auto;
background:#FFF;
}
.rslides {
 position: relative;
  list-style: none;
  overflow: hidden;
  width: 99%;
  padding: 0;
  margin: 0;
  border:5px #FFF solid;
  
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.ulli{
	margin:0px;
	padding:5px 20px 15px 20px;
}
.ulli li{
	list-style-image:url(../images/right_arrow.png);
	color: black;
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-size:13px;
	margin:6px;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
}


@media (max-width: 960px) {
.logo{
	width:100%;
	float:left;	
	text-align:center;
	}
.customer{
	width:50%;
	float:left;
	margin-top:20px;
	text-align:center;
	}
.support{
	width:50%;
	float:left;
	margin-top:20px;
	text-align:center;}	
	.left{
width:70%;
float:left;

}
.boxes{
	margin:20px 2%!important;
}
.box{
width:45% !important;
float:left;
border:1px #CCC solid;
margin-right:15px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
background-color:#FFF;

margin-top:10px;
}
.box1{
width:45% !important;
float:left;
border:1px #CCC solid;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
background-color:#e0010b;
color:#FFF;
margin-top:10px;
}
div#container {  width:220px !important;}
.right{
width:30%;
float:left;
height:auto;
background:#FFF;
}
.net_box{
width:200px;
height:auto;
-webkit-box-shadow:  2px 2px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
padding:10px 30px !important;
margin:5px !important;
text-align:center;
border:1px #f2f1f1 solid;

}
 div#scrollLinks .up {
    position:absolute; top:10px; right:100px !important;
    background-image:url(../images/top_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    }
div#scrollLinks .down {
    position:absolute; bottom:-370px; right:100px !important;
    background-image:url(../images/down_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    }
.mar{
width: 82% !important;
}	   
}
@media (max-width: 768px) {
.logo{
	width:100%;
	float:left;	
	text-align:center;
	}
.customer{
	width:50%;
	float:left;
	margin-top:20px;
	text-align:center;
	}
.support{
	width:50%;
	float:left;
	margin-top:20px;
	text-align:center;}	

.left{
width:52%;
float:left;

}
.boxes{
	margin:20px 6%!important;
}
.box{
width:100% !important;
float:left;
border:1px #CCC solid;
margin-right:15px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
background-color:#FFF;
margin:auto;
margin-top:10px;
}
.box1{
width:100% !important;
float:left;
border:1px #CCC solid;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
background-color:#e0010b;
color:#FFF;
margin-top:10px;
margin-left:0px !important;
}
div#container {  width:220px !important;}
.right{
width:48%;
float:left;
height:auto;
background:#FFF;
}
.net_box{
width:200px;
height:auto;
-webkit-box-shadow:  2px 2px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
padding:10px 30px !important;
margin:5px !important;
text-align:center;
border:1px #f2f1f1 solid;

}
 div#scrollLinks .up {
    position:absolute; top:10px; right:100px !important;
    background-image:url(../images/top_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    }
div#scrollLinks .down {
    position:absolute; bottom:-370px; right:100px !important;
    background-image:url(../images/down_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    } 
.mar{
width:73% !important;
}  
}		
@media (max-width: 480px) {
.logo{
	width:100%;
	float:left;	
	text-align:center;
	}
.customer{
	width:100%;
	float:left;
	margin-top:20px;
	text-align:center;
	}
.support{
	width:100%;
	float:left;
	margin-top:0px;
	text-align:center;
	margin-left:-60px;
	}	
.left{
width:100%;
float:left;
margin:auto !important;
}
.boxes{
	margin:20px 5% !important;
}	
	.right{
width:100%;
float:left;
height:auto;
background:#FFF;
}
div#container { 
    position:relative;
    width:250px !important ; height:522px; /* width accommodates scrollLinks on right */
}
div#wn	{ 
    position:absolute; /* scroll area div must be positioned */
    width:235px; height:430px; /* width and height required. adjust to suit */
    overflow:hidden; /* required! */
 }
 div#scrollLinks .up {
    position:absolute; top:10px; right:120px !important;
    background-image:url(../images/top_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    }
div#scrollLinks .down {
    position:absolute; bottom:-370px; right:120px !important;
    background-image:url(../images/down_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    } 
.mar{
width:59% !important;
}  
.rol_bk1{ width:90% !important;}
.rc_rgt{ width:96% !important;} 
.rc_lft{width:96% !important;}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:100% !important;}.col-md-10{width:100% !important;}.col-md-9{width:100% !important;}.col-md-8{width:100% !important;}.col-md-7{width:100% !important;}.col-md-6{width:100% !important;}.col-md-5{width:100% !important;}.col-md-4{width:100% !important;}.col-md-3{width:100% !important;}.col-md-2{width:100% !important;}.col-md-1{width:100% !important;}
}	
@media (max-width: 320px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:100% !important;}.col-md-10{width:100% !important;}.col-md-9{width:100% !important;}.col-md-8{width:100% !important;}.col-md-7{width:100% !important;}.col-md-6{width:100% !important;}.col-md-5{width:100% !important;}.col-md-4{width:100% !important;}.col-md-3{width:100% !important;}.col-md-2{width:100% !important;}.col-md-1{width:100% !important;}

.logo{
	width:100%;
	float:left;	
	}
.customer{
	width:100%;
	float:left;
	margin-top:20px;
	margin-left:48px;
	}
.support{
	width:100%;
	float:left;
	margin-top:20px;}	
.left{
width:100%;
float:left;
}
.boxes{
	margin:20px 14% !important;
}
.box{
width:100%;
float:left;
border:1px #CCC solid;
margin-right:15px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
background-color:#FFF;
margin:auto;
margin-top:10px;
}
.box1{
width:100%;
float:left;
border:1px #CCC solid;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
background-color:#e0010b;
color:#FFF;
margin-top:10px;
}
	.right{
width:100%;
float:left;
height:auto;
background:#FFF;
margin:auto;
}
div#container { 
    position:relative;
    width:170px !important; height:522px; /* width accommodates scrollLinks on right */
    margin:0 !important;}
div#wn	{ 
    position:absolute; /* scroll area div must be positioned */
    width:235px; height:430px; /* width and height required. adjust to suit */
    overflow:hidden; /* required! */
	margin-right:20%; 
	margin-left:20% !important;

    }	
div#scrollLinks .up {
    position:absolute; top:10px; right:0px !important;
    background-image:url(../images/top_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    }
div#scrollLinks .down {
    position:absolute; bottom:-370px; right:0px !important;
    background-image:url(../images/down_arrow.png);
    background-repeat:no-repeat;
    width:11px; height:18px; /* specify width and height of your image */
    }
.mar{
width: 59% !important;
}
div#scrollLinks .up {

width: 30px !important;
}
div#scrollLinks .down{

width: 30px !important;
}
.rc_box{width:92% !important; }
.rol_bk1{ width:100% !important;}
.rc_rgt{ width:93% !important;} 
.rc_lft{width:93% !important;}
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

div#container { 
    position:relative;
    width:166px; height:430px; /* width accommodates scrollLinks on right */
    margin:auto;}

div#wn	{ 
    position:absolute; /* scroll area div must be positioned */
    width:160px; height:345px; /* width and height required. adjust to suit */
    overflow:hidden; /* required! */
	margin-top:40px;
	margin-bottom:40px !important;
	margin-left:0px;
    }
    
/* eliminate gaps between images */
div#wn div {
    line-height: 1;
}
    
div#wn div img {
    display: block;
	margin:auto;
}
    
/* Style scrollLinks to suit your taste and layout. Styles below positions them to the right of the scroll area */
div#scrollLinks {
    position:absolute;
    width:12px; height:150px;
    right:0; /* at right edge in container div */
    }
div#scrollLinks .up {
    position:absolute; top:20px; right:0px;
    background-image:url(../images/top_arrow.png);
    background-repeat:no-repeat;
    width:170px; height:15px; /* specify width and height of your image */
    }
div#scrollLinks .down {
    position:absolute; bottom:-270px; right:0px;
    background-image:url(../images/down_arrow.png);
    background-repeat:no-repeat;
    width:170px; height:15px; /* specify width and height of your image */
	cursor:default;
    }

.net_box{
/*width:140px;*/
height:auto;
-webkit-box-shadow:  2px 2px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
padding:6px 5px;
margin:10px 13px;
text-align:center;
border:1px #f2f1f1 solid;

}
.footer{

padding:2px;
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
}
.footer_menu ul{
list-style:none;
text-align:center;
margin:5px auto;
}
.footer_menu ul li{ display:inline-block; border-right:1px #999 solid; margin-right:10px; padding-right:10px; }

.footer_menu ul li a{color:#000; font-size:11px; font-family:Tahoma, Geneva, sans-serif; }
.footer_menu p{font-size:10px; color:#666;
text-align:center;}
.reg{padding: 5px;
width:200px;
background:#eeeeee;
color:#000;
text-align:center; 
font-family:Tahoma, Geneva, sans-serif;
border: 1px solid #FFF;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius:  10px 10px 0px 0px;
margin:46px auto 0px auto ;}
.copy{
	color:#000;
	background:#CCC;
	padding:5px;
	font:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
.f_lft ul{list-style:none;
text-align:center;
}.f_rgt ul li{display:inline-block; margin-right:10px;}
.f_lft{width:80%; float:left;}
.f_rgt{width:20%; float:right;}
.imgs{float:left; margin-top: 5px;}
.imgs ul{list-style:none;
}
.imgs ul li{display:inline-block; border-right:1px #FFF solid;/* border-bottom: 1px #FFF solid; padding:7px 15px 2px 15px;*/  margin-left:-4px;text-align: center;}
.imgs ul li:hover{background:url(../images/s_i_bg.png) repeat-x;}
.imgs ul li a{ font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#000;}
.user_details{
	background:url(../images/user_bg.png) repeat-x; float:right !important;  width:236px;}
.user_details ul{list-style:none;margin:0}
.user_details ul li{display:block; border-top: 1px #FFF solid;
border-left: 1px #FFF solid;
border-right: 1px #FFF solid; padding:4px 5px; text-align:center; font-family:Tahoma, Geneva, sans-serif;font-size:13px; color:#000; font-weight:bold;  display:block;  width:236px !important;}
.menu_bt-bg{
	background-image:url(../images/shadow.png);
	background-position:top;
	background:no-repeat;
	border:none;
}
.user_op{
	color:#e11e24;
}
.middle_1{border:1px #fff solid;}
.upd{padding:10px 15px 10px 15px;
	background-image:url(../images/form-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;}
.upd span{
	color:#FF0000;
	font-size:17px !important;
	font-weight:bold;
}
.update{color: #50a120;
float: left;
font-size: 13px;
font-weight: bold;
font-family: Tahoma, Geneva, sans-serif;
margin-left: 15px;
line-height:20px;
margin-right:15px;
padding-right:15px;
border-right:1px #999 solid;}
.mar{float:right; width:88%; font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#000;margin-top: 3px;}
.rol_bk{border-top:1px #DEDEDE  solid;padding:15px 10px;background-color:#FFF;}
.rol_bk1{
	border: 1px #C8C8C8 solid;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	width: 311px;
	float: left;
	margin-right: 13PX;
	margin-left: 2PX;
	height:250px;
	background-color:#f9ebc8;
	background-position:left top;
	background-image: url(../images/user_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.rol_bk1 h3{
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
background-color: #52a8b9;
padding: 6px 15px;
text-shadow:1px 1px #000;
line-height:24px;
}
.rol_bk1 h3 img{
vertical-align:bottom;
}
.rol_bk1 h3.color1{
background-color: #4a3089;
}
.rol_bk1 h3.color2{
background-color: #e11e24;
}
.rol_bk1 h3.color3{
background-color: #4a3089;
}

.rol_bk_banner{
	width: 635px;
	height:auto !important;
}
.rol_bk_banner ul li{
	border:none !important;
	padding:0px !important;
	margin:0px !important;
}
.scroll-cont{
width:274px;
margin:auto;
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:12px;
}


.rol_bk1 ul{list-style:none;}
.rol_bk1 ul li{display:block; border-top: 1px #FFF solid; border-left: 1px #FFF solid;
border-right: 1px #FFF solid; padding:15px 5px 0px 10px; font-family:Tahoma, Geneva, sans-serif;font-size:13px; color:#000; font-weight:bold; padding-bottom:14px;}
.list{border:1px #CCC solid;  padding:5px; font-family:Tahoma, Geneva, sans-serif;font-size:13px; color:#000; margin:20px 10px 10px 0px;}
.list ul{list-style:none;}
.list ul li{ list-style-image:url(../images/right_arrow.png); margin:12px 15px 5px 20px;}
.list1{padding:5px; font-family:Tahoma, Geneva, sans-serif;font-size:13px; color:#000; margin:0px 10px 1px 0px;}
.list1 ul{list-style:none;}
.list1 ul li{ list-style-image:url(../images/right_arrow.png); margin: 15px 15px 5px 20px;
border-bottom: 1px #CCC dashed;
padding-bottom: 15px;
line-height: 18px;}
.mobile_rc {}
.rc_box{width: 400px;
height: 50px;
background-color: #eeeeee;
border: 1px #CCC solid;
margin: 10px;padding: 5px 15px;color:#000;font-family:Tahoma, Geneva, sans-serif; font-size:17px;
float: left;}

.rc_box:hover{width: 400px;
height: 50px;
background-color: #f42831;
border: 1px #CCC solid; color:#FFF;
margin: 10px;padding: 5px 15px;
float: left;}
.span_m{margin-left: 15px;
position:relative;
bottom: 15px;}
.rc_lft{/*float:left; width:48%;*/ border:3px #52a8b9  solid;margin: 5px 9px; background-color:#fff; color: #000; 
font-size: 13px; padding: 20px; font-family:Tahoma, Geneva, sans-serif;background-image:url(../images/form-bg.png);
	background-position:top;
	background-repeat:repeat-x;}
.rc_mdl{float:none; width:48%; border:3px #52a8b9  solid;margin: 5px 9px; margin:auto; background-color:#f7f7f7; color: #000; 
font-size: 13px; padding: 20px; font-family:Tahoma, Geneva, sans-serif; }
.rc_rgt{/*float:left; width:48%;*/ border:1px #CCC solid;margin: 5px 9px; background-color:#FFF;}
.in_box{background:url(../images/in_text_box.png) repeat-x; height:25px;}
.input-box{
	background:url(../images/in_text_box.png) repeat-x;
	height:22px;
	padding:2px 5px;
	margin:0px;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 150px !important;
	border:1px solid #fff;
	float:right;
}
.capt{
	width:90px !important;
}


.plz_read{position: relative;
margin-left: 15px;
font-size:14px;
line-height:36px;
height:36px;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;}
h4 img{
vertical-align:bottom;
}
.disclamer-text{
margin:10px 15px;
}
.disclamer-text p{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;}


.plz_read{position: relative;
margin-left: 15px;
font-size:14px;
line-height:36px;
height:36px;
	font-family:open_sansregular', Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0;
	width: 52px;
}
der:2px #e11e24 solid";
margin-left: 15px;
font-size:14px;
line-height:36px;
height:36px;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0;
	width: 52px;
}
der:2px #e11e24 solid; position: relative;
top: 5px;
width: 99.8%;
margin: auto;
}
.nobrder{
border:none !important;
}
.redbg{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/red-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bluebg{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/blue-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.style6{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:14px;
color:#19528d;
font-weight:bold;

}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
.forms > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 5px 0;
  line-height:28px;
  
}
.forms > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.forms > div > label,
legend {
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	width: 30%;
  float: left;
  padding-right: 10px;
}
.forms > div > div,
div > div > fieldset > div {
  width: 70%;
  float: right;
	margin-bottom: 0px;
    height: 30px;
}
.forms > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
.font13{
font-size:13px !important;
color:#999999 !important;
}
.field3{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-position:left top;
	background-image: url(../images/form-bg.png);
	height:30px;
	font-size:15px;
	line-height:30px;
	padding-left:5px;
	-webkit-box-shadow:  3px 3px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
border:1px solid #fff;
width: 50%;
}
.field{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-position:left top;
	background-image: url('../images/form-bg.png');
	font-size:15px;
	line-height:30px;
	padding-left:5px;
	-webkit-box-shadow:  3px 3px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
border:1px solid #fff;
width: 60%;
}
.field1{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
height:30px;
	font-size:15px;
	line-height:30px;
	background-repeat:repeat-x;
	background-position:left top;
	background-image: url(../images/form-bg.png);
	padding-left:5px;
	-webkit-box-shadow:  3px 3px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
border:1px solid #fff;
width: 100%;
}
.field2{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:15px;
	line-height:30px;
	background-repeat:repeat-x;
	background-position:left top;
	background-image: url('../images/form-bg.png');
	padding-left:5px;
	-webkit-box-shadow:  3px 3px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
border:1px solid #fff;
width: 90%;
}
.field-wdth{
width: 50% !important;
}
.field-wdth1{
width: 80% !important;
}

.width20{
width: 20% !important;
}
.width30{
width: 30% !important;
}
.width40{
width: 40%  !important;
}
.width50{
width: 50% !important;
line-height:30px;
}
.width60{
width: 60% !important;
}
.width70{
width: 70% !important;
}
.width80{
width: 80% !important;
}
.width100{
width: 100% !important;
}


table {
border: 1px solid #e8eaee;
border-collapse: collapse;
border-spacing: 0;
	font-family: Andalus;
}
tr:nth-child(odd) {
background-color: #F7F7F7;
}

table td {
padding-left: 10px;
padding-right: 10px;
font-size: 13px;
color: #CC3300;
border-right: 1px solid #e8eaee;
line-height: 24px;
	}
th {
background-color: #52a8b9;
color: #ffffff;
font-weight: 600;
pad


table {
border: 1px solid #e8eaee;
border-collapse: collapse;
border-spacing: 0;
}
8eaee;
text-shadow:1px 1px #000;
padding:8px 10px;
}
.margn-tp20{
margin-top:20px;
}
.submit-btn{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	/*float:left;*/
	text-decoration:none;
	padding:5px 10px;
	background-color:#f42831;
	cursor: pointer;
	border-radius:5px;
	border-left: 5px solid #d9d9d9;
	border-right: 5px solid #d9d9d9;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
.submit-btn2{
	border:none;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	/*float:left;*/
	text-decoration:none;
	padding:6px 15px;
	background-color:#f42831;
	cursor: pointer;
	border-radius:5px;
	border-left: 5px solid #d9d9d9;
	border-right: 5px solid #d9d9d9;
	margin-top:15px;
}

.btn-submit{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	/*float:left;*/
	text-decoration:none;
	padding:5px 10px;
	background-color:#f42831;
	cursor: pointer;
	border-radius:5px;
	border-left: 5px solid #d9d9d9;
	border-right: 5px solid #d9d9d9;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}

.btnwhite{
border:none;
	font-size:12px;
	color:#000;
	font-weight:bold;
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	/*float:left;*/
	text-decoration:none;
	padding:3px 6px;
	background-color:#fff;
	cursor: pointer;
	border-radius:5px;
	border-left: 5px solid #d9d9d9;
	border-right: 5px solid #d9d9d9;
}
.refresh-btn {
	background-image: url(../images/refresh.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:none;
	outline:none;
	width:20px;
	height:20px;
	float:right;
}

.btn-view{
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(../images/btn-view.png);
	border:none;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	width:105px;
	height:30px;
	line-height:30px;
	float:left;
	text-decoration:none;
	padding-left:0px;
	background-color:#f7f7f7;
	cursor: pointer;
}

.text-type1{
text-align:center;
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:13px;
color:#009933;
line-height:20px !important;
}
.text-type2{
text-align:center;
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#003399;

}
.submit-text{
text-align:center;
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}
.btns{
margin:auto;
text-align:center;
}

@media (max-width: 600px) {
  .forms > div {
    margin: 0 0 15px 0; 
  }
  .forms > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .forms > div > div,
  div > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
  .width30{
width: 100% !important;
}
.width40{
width: 100%  !important;
}
.width50{
width: 100% !important;
}
.width60{
width: 100% !important;
}
.rc_mdl{
	width:100% !important;
}
.net_box{
	width:220px !important;
}
}
@media (min-width: 1200px) {
  .forms > div > label,
	legend {
  	text-align: right;
  }
}

.network-logos{
	margin:15px 0px;
	}
.network-logos ul{
	margin:0px 10px;
	padding:0px;
	background-color:#999999;
}
.network-logos ul li{
	float:left;
	width:57px;
	height:30px;
	-webkit-box-shadow:  1px 1px 1px #CCC;
-moz-box-shadow:  1px 1px 1px #CCC;
box-shadow:  1px 1px 1px #CCC;
padding:3px 3px !important;
margin:3px !important;
text-align:center;
border:1px #f2f1f1 solid;
line-height:30px;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.home-right-scroll{
height: auto;
background: #FFF;
}


.loginform{
	margin:45px 0px;	
}
.loginform ul{
	margin:0px;
	padding:0px;
	
}
.loginform ul li{
	margin:17px 0px;
}
.loginform ul li lable{
	margin:16px 0px;
}

.form-head{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#324382;
	margin:0px !important;
	font-weight:bold;
	background-color:#E8E8E8;
	padding:0px 10px !important;
	text-align:center;
	margin-bottom:10px !important;
	border:1px solid #fff;
}
.form-head1{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#324382;
	margin:0px !important;
	font-weight:bold;
	background-color:#E8E8E8;
	padding:0px 10px !important;
	text-align:left;
	margin-bottom:10px !important;
	margin-top:20px !important;
	border:1px solid #fff;
	border-right:5px solid #fff;
}

.form-text{
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC3300;
	line-height:20px;
}
.form-text1{
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#df1d25;
	font-weight:bold;
	line-height:20px;
}
.form-text2{
font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#000;
	line-height:16px !important;
}
.bld-txt{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#11A599;
	line-height:16px !important;
}
.bld-txt1{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#f42831;
	line-height:16px !important;
}
.link-txt{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	line-height:16px !important;
	background-color:#19528d;
	padding:3px 10px;
	border-radius:5px;
	border:1px solid #fff;
}
.normal-text{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:20px;
	/*padding: 0px 10px;*/
}
.normal-text p{
	margin:0px 0px 15px 0px;
}
.normal-text p strong{
	margin:0px 0px 0px 0px;
}
.normal-text ul{
	padding:0px; margin:0px 0px 10px 0px;
	list-style:none;
	margin-left:10px;
}
.normal-text ul li{
	padding:3px 0px 3px 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.anchor{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f00;
}
.highlight{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f00;
}
.toggle {
	font-size:12px;
	padding:5px 0 0 25px;
	cursor:pointer;
	height:25px;
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	font-weight:bold;
}
.toggle_active {
	font-size:12px;
	color:#595959;
	padding:5px 0 0 25px;
	cursor:pointer;
	height:25px;
	font-weight:bold;
}
.toggle_container {
	line-height:22px;
	font-size:13px;
	color:#4d4d4d;
	border: 1px solid #EFEFEF;
	border-top:0px;
}
.toggle_container p {
	padding:10px;
	line-height:22px;
	margin:0;
}
.toogle_box {
	position:relative;
	margin-bottom:10px;
}
.toogle_box .toggle .icon {
	background:url("../images/toggle_open.png") no-repeat;
	width:18px;
	height:19px;
	position:absolute;
	left: 4px;
	top: 10px;
}
.toogle_box .toggle_active .icon {
	background:url("../images/toggle_close.png") no-repeat;
	width:18px;
	height:19px;
	position:absolute;
	left: 4px;
	top: 10px;
}
/*========================================*/
.fa-phone{
	background:url(../images/phone.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-dht{
	background:url(../images/dht.png) center 5px no-repeat;
	display:block;
	padding: 34px 5px 5px 5px !important;
}
.fa-electricity{
	background:url(../images/electricity.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-travel{
	background:url(../images/travel.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-domain{
	background:url(../images/domain.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-services{
	background:url(../images/services.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-insurance{
	background:url(../images/insurance.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-eshopping{
	background:url(../images/eshopping.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}
.fa-my_account{
	background:url(../images/my_account.png) center 5px no-repeat;
	display:block;
	padding:34px 11px 5px 11px !important;
}

.leftmenu{
float:left;
max-width:760px;
width:100%;
}

.textfield {
  font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
  height: 70px;
  font-size: 13px;
  line-height: 22px;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url(../images/form-bg.png);
  padding-left: 5px;
  -webkit-box-shadow: 3px 3px 2px #CCC;
  -moz-box-shadow: 2px 2px 2px #CCC;
  box-shadow: 2px 2px 2px #CCC;
  border: 1px solid #fff;
  width: 60%;
}

.field2_n{
	font-family:'open_sansregular',Arial, Helvetica, sans-serif;
font-size:10px;
	line-height:30px;
	background-repeat:repeat-x;
	background-position:left top;
	background-image: url('../images/form-bg.png');
	padding-left:5px;
	-webkit-box-shadow:  3px 3px 2px #CCC;
-moz-box-shadow:  2px 2px 2px #CCC;
box-shadow:  2px 2px 2px #CCC;
border:1px solid #fff;
width: 90%;
}

.img-responsive { 
    width:100% !important;
}