/*Global CSS*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; background-color:#f6f6f6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 14px; line-height:1.2;
	font-family: Arial, Helvetica, sans-serif; 
}
#header img{   height: 68px;
    width: 136px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

:focus{ outline: none; }

a { text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
a:active {
	outline: none;
}
strong{ font-weight: bold; }
img{ vertical-align: top; max-width: 100%;  }
.container{ max-width: 1280px; width: 100%; padding: 0 10px; margin: 0 auto; }

/*Header section*/
#header{ background: #fff;box-shadow: 0 0 2px #6d6d6d;}
#header .logo{ display: inline-block; font-size: 25px; margin:14px 0; color: #6f0000;  }
.vender{ float:right; font-size: 15px; line-height:36px; margin:10px 0; color: #000; text-decoration: underline; padding:0px 15px; }

/*main-content*/
.main-content{ }
.user-content{ width:100%; max-width:30%; background: #fff; margin: 0 auto; padding: 30px 15px; margin-top:10px ; box-shadow:0 0 3px; border-radius:5px; margin-bottom:15px; float:left;}
.user-content ul{ margin-bottom: 20px; }
.user-content li{ float: left; width: 50%; text-align: center; }
.user-content li a{ background: #1978ad; color: #fff; font-size: 20px; line-height:1.2; display: block; padding: 10px; }
.user-content li.active a{  background: #e5e6e8; color: #636363; }
.input-row{ overflow: hidden;margin-bottom: 15px; }
.input-row .fl{ float: left; width: 50%; padding-right: 10px; }
.input-row .fr{ float: left; width: 50%; padding-left: 10px; }
.input-row .p-fl{ float: left; width: 20%; padding-right: 10px; }
.input-row .p-fr{ float: left; width: 80%; padding-left: 10px; }
.input-row .full{ float: left; width: 100%; }
.input{ display:inline-block; border: 1px solid #ab8500; border-radius: 3px; background: #fff; font-size: 16px; line-height: 22px; padding:11px 20px; width: 100%; color: #000; }
select{display:inline-block; border: 1px solid #ab8500; border-radius: 3px; background: #fff; font-size: 16px; line-height: 22px; padding:11px 20px; width: 100%; color: #7f7f7f; margin-top:10px;}
.input-row .p-fl .input{ background: #eeeeee; color: #757575; }
.user-content .btn{ background:#a71919; color: #fff; text-align: center; border-radius: 3px; display: inline-block; width: 100%; font-size: 16px; line-height: 20px; padding: 12px; border: none; cursor: pointer; transition: all 0.2s ease 0s; }
.user-content .btn:hover{ opacity: 0.8; }
.user-content label{ margin: 20px 0; display: block; font-weight: bold; position: relative; padding-left: 35px }
.user-content label input{ position: absolute; left: 5px; top: 2px; margin: 0; }
input:focus {
    background-color: #f4f5f7;
    border-color: #f1f1f1;
    box-shadow: none;
    outline: 0 none !important;}

.signup-content{ display: none; }

.forget-row{ margin: 20px 0; }
.forget-row label{ margin: 0; display: inline-block; font-weight: normal; color: #777777; }
.forget-row a{ float:right; color: #0086ac; }
.or{ text-align: center; position:relative; margin: 15px 0; }
.or:after{ position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background:#e1e1e1; content: ""; }
.or span{ display:inline-block; color: #666666; font-weight: bold; padding: 5px 20px; background: #f8f6f1; position: relative; z-index: 1; }
.input-row a:hover{ opacity: 0.8; }

/*footer content*/
#footer{ }
.primary-footer{ background: #edeff1; padding: 40px 0; float:left; width:100%; }
.primary-footer .box{ float: left; width: 25%; padding-right: 30px; }
.primary-footer h3{ text-transform: uppercase; color: #54697e; border-bottom: 1px solid #bac1c8; font-weight: bold; padding-bottom: 15px; }
.primary-footer ul{ padding: 15px 0 0 0; }
.primary-footer li{ color: #78828d; padding: 5px 0; }
.primary-footer a{ color: #78828d; }
.primary-footer a:hover{ text-decoration:underline; }
.call-icon{ display: inline-block; width: 17px; height: 16px; background:url(../images/call-icon.png) no-repeat 0 0; vertical-align: top; margin-top: 2px; }
.msg-icon{ display: inline-block; width: 22px; height: 16px; background:url(../images/msg-icon.png) no-repeat center center; vertical-align: top; margin-top: 1px; }

.secondry-footer{ background: #a71919; padding: 10px 0; color: #fff; float:left; width:100%; }
.tvpanel{ float:right; width:70%;margin-top: 13px; padding-left:20px;}
.tvpanel .headg{ float:left; width:100%; font-size:21px; color:#FF3300; margin-bottom:20px;text-align:left}
.tvpanel .tv{ float:left; margin-right: 18px;}
.tvpanel .mobile{ float:right;}
.tvpanel .mobile img{ float:right;height: 310px;width: 200px;}
.tvpanel .content{ float:left; width:100%; font-size:12px; text-align:justify; line-height:28px;font-style: italic;word-spacing: 2px;}
.try{ float:left; font-size:23px; margin:47px 0 19px; color:#003366; text-align:left}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 1024px) 
and (max-width : 1280px)

 {
  
.tvpanel .tv img {
    float: left; width:320px;
}
.tvpanel .mobile img {
    float: right;
    height: 309px;
    width: 160px;
}
 }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 769px) 
and (max-width : 1023px)

 {
 .tvpanel{ display:none;}
 .tvpanel2{ display:none;}
 
.user-content {
   
    min-width: 360px;
}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 481px) 
and (max-width : 768px)

 {
  .tvpanel{ display:none;}
  .tvpanel2{ display:none;}
  .user-content {
   
    max-width:370px;
}
 }
 

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 321px) 
and (max-width : 480px)

 {
 .tvpanel{ display:none;}
 .tvpanel2{ display:none;}
  .user-content {
   
    max-width:100%;
}
 }
 


/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px)
{
.tvpanel{ display:none;}
.tvpanel2{ display:none;}
 .user-content {
   
    max-width:100%;
}
}

			
.card {
                position: relative;
                margin: .5rem 0 .5rem 0%;
                background-color: #fff;
                 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
                transition: 0.3s;
                border-radius: 2px;
				width:48%;
				float:left;
			}
			.card-content.mn-hgt {
                                     padding: 24px;
									 min-height:240px;
                                }
	        h5{
		        font-size:25px;
			    margin-bottom:10px;
			}
			.row{
			width:100%;
			}
			.tvpanel2{
			width:100%;
			padding-left:3%;
			}
			.card2{
			   position: relative;
                margin: 1rem 0 2rem 0%;
                background-color: #fff;
                 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
                transition: 0.3s;
                border-radius: 2px;
				width:31%;
				float:left;
			}
			.ml{
			margin-left:1%;
	        }
