@charset "utf-8";

/* CSS Document */



/*----------------

RESET CSS

-----------------*/

body {

	top:0;

	bottom:0;

	left:0;

	right:0;

	margin:auto;

	padding:0;

	background:#fff;

	color:#000000;

	text-align:center;

	font-family: 'Fakt Pro';

	font-weight: 300;

	}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}

header, section, footer, aside, nav, main, article, figure {display: block;}

table, tr, td {border:0;}

a{outline: none; color:inherit; text-decoration:none;}

a:hover {}

img {border:none;}

li {list-style:none;}

*{box-sizing:border-box;}

.img-full{max-width:100%;}

.clearall{

	clear:both;

	font-size:1px;

	line-height:1px;

	height:1px;

	}



.forMob{display:none;}

.forTab{ display:none;}

.forDesk{display:block;}

/*-----------------------

MAIN CSS START

------------------------*/

.container {

	width:1170px;

	margin: 0 auto;

	padding: 0;

	position: relative;

	}



.chk-top{

	float:left;

	width:100%;

	border-bottom:1px solid #d3e4eb;

	padding:15px 0;

	background: #F4F8FC;

}

.chk-cont{

	float:left;

	width:100%;

}

.inr-stp{

	margin:30px 0 0;

}

.chk-cont-inr{

	max-width:1077px;

	width:100%;

	text-align:center;

	display:inline-block;

}

.inr-comn-hd{

	font-size:34px;

	line-height:38px;

	font-weight:bold;

	color:#2d2d2d;

	background:url(../images/inr-comn-hd-img.png) center center no-repeat;

	margin:40px 0 10px;

}



.inr-comn-hd span{

	display:inline-block;

	background:#fff;

	padding:0 10px;

}

.inr-comn-hd:before{

	content:'';

	position:absolute;

	

}

.switch-btn{

	display:inline-block;

	width:325px;

	font-size:18px;

	line-height:22px;

	font-weight:600;

	border-radius:5px;

	height:55px;

	cursor:pointer;

	padding-top:17px;

	margin:10px 10px;

	border:1px solid #0c426d;

}

.switch-btn.switch-active{

	background:#0c426d;

	color:#fff;

	border:1px solid #fff;

}

.ot-pur{

	background:#fff;

	color:#0c426d;

	border:1px solid #0c426d;

}

.chk-sel-sec{

	float:left;

	width:100%;

	position:relative;

	margin:30px 0 60px;

}

.chk-sel-bx{

	width:32.5%;

	border:1px solid #6397b8;

	border-radius:5px;

	background:#e9f6ff;

}

.chk-sel-bx1{

	position:absolute;

	left:50%;

	transform:translateX(-50%);

	top:-15px;

}

.chk-sel-bx2{

	float:left;

}

.chk-sel-bx3{

	float:right;

}

.sel-bx-hd{

	float:left;

	width:100%;

	background:#00aeef;

	position:relative;

	font-weight:600;

	color:#fff;

	padding:10px 0;

}

.chk-sel-bx1 .sel-bx-hd{padding:18px 0;}

.sel-bx-hd:after{

	content:'';

	width: 0;

	height: 0;

	border-left: 15px solid transparent;

	border-right: 15px solid transparent;

	border-top: 12px solid #00aeef;

	position:absolute;

	left:50%;

	transform:translateX(-50%);

	bottom:-12px;

}

.sel-bx-hd h3{

	font-size:36px;

	line-height:40px;

}

.sel-bx-hd p{

	font-size:28px;

	line-height:32px;

	color:#fff000;

}

.recom-img{

	position: absolute;

    right: -7px;

    top: -8px;

}

.sel-prd{

	max-width:100%;

	padding:0 10px;

	margin:25px 0 20px;

}

.prc-bx{

	display:inline-block;

	width:92%;

	background:#fff;

	border:1px solid #adbecf;

	border-radius:5px;

	padding:15px;

	margin-bottom:10px;

}

.chk-sel-bx1 .prc-bx{margin-bottom:25px;}

.chk-btn{

    vertical-align: middle;

    margin-top:15px;

    text-align: center;

    max-width: 370px;

	overflow: hidden;

	border-radius:5px;

	}

.chk-btn a{

	float:left;

	width:100%;

	position: relative;

    padding-right:65px;

    color: #fff;

    font-size: 24px;

	border-radius:5px;

    font-weight: 600;

    line-height:65px;

	height:62px;

	background:#00aeef;

	letter-spacing: 0.5px;

	}

.btn-arw {

    position: absolute;

    right: 0;

    height: 100%;

    background: #05b7f9;

    width:60px;

    top: 0;

	}

.btn-arw img{

	display:inline-block;

	vertical-align:middle;

	margin-top:-5px;

	}

.prc-bx-tx1{

	font-size:20px;

	line-height:24px;

	color:#7b7b7b;

	font-weight:400;

	float:left;

	width:100%;

	margin-bottom:8px;

}

.prc-bx-tx1 span{

	position:relative;

}

.prc-bx-tx1 span:after{

	content:'';

	position:absolute;

	left:0;

	top:8px;

	width:100%;

	height:2px;

	background:#ff1414;

	transform:rotate(-10deg);

}

.prc-bx-tx2{

	font-size:40px;

	line-height:40px;

	color:#112e4c;

	font-weight:600;

	float:left;

	width:100%;

}

.prc-bx-tx2 small{

	font-size:24px;

	line-height:24px;

	font-weight:400;

}

.prc-bx-tx3{

	font-size:21px;

	line-height:25px;

	color:#fff;

	background:#3aa91c;

	padding:8px 40px 5px;

	display:inline-block;

	margin-top:5px;

	position:relative;

	font-weight:600;

}

.prc-bx-tx3:before, .prc-bx-tx3:after{

	content:'';

	border-top:19px solid #3aa91c;

	border-bottom:19px solid #3aa91c;

	position:absolute;

	top:0;

}

.prc-bx-tx3:before{border-left:12px solid transparent; left:-12px;}

.prc-bx-tx3:after{border-right:12px solid transparent; right:-12px;}

.prc-bx-tx4{

	display:inline-block;

	font-size:16px;

	font-weight:400;

	margin-top:10px;

}

.prc-bx-tx4 img{

	display:inline-block;

	vertical-align:middle;

	margin-right:10px;

}







/*===========footer===========*/

.footer{

	float: left;

	width: 100%;

	padding:50px 0;

	border-top:1px solid #ddd;

	}

.ftr-txt1{

	float: left;

	width: 100%;

	color: #505050;

	font-size: 18px;

	line-height: 20px;

	margin: 16px 0 0 0;

	}

.ftr-btm{

	float:left;

	width:100%;

	padding:5px 0;

	/* border-top:1px solid #ccdce2;

	margin-top:20px; */

	}

ul.ft-icon{

	float:left;

	}

.ft-icon li {

	float:left;

	}

.ft-icon li a img{

	display:inline-block;

	vertical-align:middle;

	margin-right:15px;

	}

.ftr-txt2{

	display:inline-block;

	vertical-align:middle;

	color: #727272;

	font-size: 16px;

	line-height: 20px;

	margin-top:5px;

	}

.ftr-txt3{

	float:right;

	color: #727272;

	font-size: 18px;

	line-height: 20px;

	margin-top:5px;

	}





.checkout-inr{

	display:inline-block;

	vertical-align:top;

	max-width:1004px;

	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);

	margin:30px 0;

	border-radius:5px;

	padding:15px 20px;

}

.checkout-box-only{

	margin: auto !important;
	float: none !important;

}

.chk-inr-lft{

	width:60%;

	float:left;

	position:relative;

	z-index:999;

	}

/*--------------------------

CSS FOR LEFT SIDE BOX

---------------------------*/	

.frm-cont{

	float:left;

	width:100%;	

	background:#fff;

	}

.frm-hdg{

	float:left;

	width:100%;

	text-align:left;

	padding:0 0 10px;

	position:relative;

	border-bottom:2px solid #dfdfdf;

	}

.frm-hdg h3{

	font-size:30px;

	line-height:36px;

	color:#000;

	font-weight:600;

	float:left;

	width:100%;

	}

.frm-hdg small{

	font-size:18px;

	line-height:24px;

	color:#000;

	float:left;

	font-weight:500;

	}

.frm-hdg p{

	position:absolute;

	/* right:20px; */
	right: 0;

	top:8px;

	background:#00aeef;

	font-size:20px;

	line-height:24px;

	color:#fff;

	padding:10px 20px 10px 25px;

	font-weight:500;

	}

.frm-hdg p::before{

	content:'';

	position:absolute;

	left:0;

	top:0;

	bottom:0;

	border-top:23px solid transparent;

	border-bottom:23px solid transparent;

	border-left:15px solid #fff;

	width:0;

	}

.view-txt{

	display:inline-block;

	border:2px solid #0092bf;

	width:100%;

	padding:15px;

	font-size:22px;

	line-height:26px;

	font-weight:500;

	background:#f1f9fc;

	margin-top:20px;

	color:#000;

	}

.view-txt span{color:#ff0000;}

.view-txt img{

	display:inline-block;

	vertical-align: middle;

	margin-right:10px;

	}

.fl{float:left;}

.fr{float:right;}

.half{width:48%;}

.full{width:100%;}

.frm-inr{

	display:inline-block;

	width:100%;

	margin:10px 0 0;

	}

.frm-elem{margin:6px 0;}

.frm-inr label{

	width:100%;

	font-size:18px;

	line-height:24px;

	color:#333;

	float:left;

	margin-bottom:5px;

	text-align:left;

	font-weight:400;

	}

	.frm-inr label.error{
		color: #f00;
		font-size: 16px;
		margin-top: 5px;
	}

.frm-inr input[type="text"], select, .frm-inr input[type="tel"], .frm-inr input[type="email"], .frm-inr input[type="password"]{

	width:100%;

	float:left;

	border:1px solid #c4c4c4;

	 padding:12px 15px; 

	-webkit-appearance:none;

	font-size:16px;
	line-height: 1.2;

	font-family: 'Fakt Pro';

	border-radius:3px;

	}

select{background:url(../images/sel-img.png) 94% center no-repeat #fff; padding: 14px 15px; font-size:15px;
	line-height: 1;}

.frm-inr input[type="text"]::placeholder{color:#878787;}



.usps-txt-bg{

	float:left;

	width:48%;

	padding:10px 0;

	text-align:left;

	min-height: 30px;

	}

.usps-txt{

	font-size:16px;

	line-height:20px;

	color:#333;

	position:relative;

	display:inline-block;

	vertical-align:top;

	padding-left:60px;

	text-align:left;

	margin-top:28px;

	margin-left:20px;

	font-weight:500;

	}

.usps-txt span{color:#ff0000;}

.usps-txt .usps-img{

	position:absolute;

	left:0;

	top:5px;

	padding-right:10px;

	}

.acp-txt{

	font-size:18px;

	line-height:22px;

	color:#333;

	display:inline-block;

	vertical-align:middle;

	text-align:left;

	width:100%;

	padding:25px 0 0 25px;

	}

.acp-txt img{

	display:inline-block;

	vertical-align:middle;

	margin-left:10px;

	}

.togle-chk{

	font-size:18px;

	line-height:22px;

	color:#333;

	padding-left:25px;

	position:relative;

	text-align:left;

	margin:10px 0;

	}

.togle-chk input[type="checkbox"]{

	position:absolute;

	left:0;

	top:3px;

	width:15px;

	height:15px;

	}

.cvv{

	float:left;

	margin-top:25px;

	}

.frm-trms >label{

	float:left;

	width:100%;

	text-align:left;

	color:#000;

	position:relative;

	padding:15px 0 15px 38px;

	}

.frm-trms input[type="checkbox"]{

	width:18px;

	height:18px;

	position:absolute;

	left:10px;

	top:18px;

	opacity:0;

	}

.frm-trms input[type="checkbox"] + span{

	border:1px solid #898989;

	width:15px;

	height:15px;

	position:absolute;

	left:10px;

	top:18px;

	}

.frm-trms input[type="checkbox"]:checked + span{

	background:url(../images/check-mark.png) center center no-repeat;

	background-size:80%;

	}

.frm-trms h3{

	font-size:24px;

	line-height:28px;

	font-weight:600;

	margin-bottom:3px;

	}

.frm-trms p{

	font-size:17px;

	line-height:20px;

	}

.checkout-btn{

	margin:15px 0 0;

	outline:none;

	border:none;

	max-width:100%;

	float:left;

	}

.secur-img{

	float:left;

	margin-top:12px;

	max-width:100%;

}



.chk-inr-rgt{

	float:right;

	width:35%;

	padding:15px 0;

}

.odr-sum{

	font-size:26px;

	line-height:30px;

	color:#000;

	font-weight:500;

	text-align:left;

	border-bottom:1px solid #ddd;

	padding-bottom:8px;

	margin:5px 0 20px;

}

.prd-desc{

	float:left;

	width:100%;

	position:relative;

	font-size:18px;

	line-height:24px;

	font-weight:500;

	text-align:left;

	padding-left:130px;

	padding-top:12px;

}

.prd-desc span{

	font-weight:600;

	color:#00aeef;

}

.prd-desc img{

	position:absolute;

	left:0;

	top:0;

}

table.prd-prc-det{

	float:left;

	width:100%;

	margin:15px 0;

}

table.prd-prc-det tr td{

	width:50%;

	text-align:left;

	font-size:18px;

	line-height:22px;

	font-weight:400;

	padding:8px 10px 3px;

}

table.prd-prc-det tr:nth-child(4) td{

	background:#00aeef;

	color:#fff;

}

.mny-bck{

	border:1px solid #e0e0e0;

	float:left;

	width:100%;

	padding:20px;

	margin-top:30px;

}

.mny-bck img{

	margin-top:-50px;

}

.mny-bck h3{

	font-size:20px;

	line-height:24px;

	font-weight:600;

	color:#051c3c;

	margin:10px 0;

}

.mny-bck p{

	font-size:18px;

	line-height:24px;

}



.cards1, .cards2{

	float:left;

	width:100%;

	text-align:left;

	

	}

.card-active,.card-active2{

	float:left;

	width:100%;

	margin-top:20px;

	border:1px solid #fff;

	}

.cards1 img, .cards2 img{ max-width:100%;}



.chkbx{

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	height:18px;

	width:18px;

	background:#fff;

	border-radius:50%;

	background:url(../images/un-check.png) center center no-repeat;

	box-sizing:border-box;

	left:16px;

	margin: 0 10px 17px 0;

	outline: none;

	}

.chkbx:checked {

	background:url(../images/checked.png) center center no-repeat;

	}

.or{

	display:inline-block;

	vertical-align:middle;

	max-width:100%;

	margin-top:10px;

	float:left;

	}

.paypal-div{

	float:left;

	width:100%;

}

.paypal-btn{

	max-width:380px;

	float:left;

	margin:20px 0;

}



.footer .f-p1{
	color: #727272;
}


.client_reviews{
	border: 1px solid #ccc;
	padding: 15px;
	margin: 20px 0 0;
}
.rev-box h3{
	margin-bottom: 15px;
}
.rev-box p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
}
.rev-box .stars{
	margin: 10px auto;
}

.carousel {
    position: relative;
    /* width: 80%; */
    margin: 30px auto 0;
    overflow: hidden;
	border: 1px solid #ccc;
}

.carousel-slide {
    display: none;
	padding: 0 40px;
}

.carousel-slide.active {
    display: block;
	background: none;
}

.carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(74, 47, 47, 0.7);
    border: none;
    cursor: pointer;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #fff;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

	

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

.container{ width:1004px;}

}

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

.container{ width:750px;}

.forDesk{display:none;}

.forTab{ display:block;}



.prc-bx{padding:8px;}

.prc-bx-tx3{padding: 8px 20px 5px;}

.chk-btn a{font-size:20px;}

.recom-img{width:90px;}

.prc-bx-tx4{font-size:13px;}



.checkout-inr{padding:15px 10px; max-width: 100%;}

.chk-inr-lft{width:62%;}

.view-txt {padding: 10px 5px; font-size: 16px; line-height: 21px;}

.frm-hdg h3 {font-size: 26px; line-height: 30px;}

.frm-hdg p {

    font-size: 18px;

    line-height: 22px;

    padding: 10px 10px 10px 25px;

    right: 10px;

}

.frm-hdg small {

    font-size: 14px;

    line-height: 20px;

}

.usps-txt-bg{width:100%;}

.usps-txt{margin-top:8px; margin-left:8px;}

.prd-desc{padding-left:115px;}



}

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

.container{ width:100%; max-width:600px; padding:0 10px;}

.forDesk,.hide-mob{ display:none;}

.fortab{ display:none;}

.forMob{ display:block;}



.chk-top{padding:10px 0 5px;}

.inr-log{width:150px;}

.chk-sel-sec{margin:5px 0 20px;}

.chk-sel-bx{

	position:relative;

	transform:none;

	width:100%;

	left:auto;

	top:0 !important;

	background:none;

	margin:8px 0;

	overflow:hidden;

}

.inr-stp{max-width:100%; padding:0 10px; margin-top:20px;}

.switch-btn{font-size:15px; width:165px; margin:15px 5px;}

.sel-prd{

	position:absolute;

	left:0;

	top:50%;

	transform:translateY(-50%);

	margin:0;

	padding:0 5px;

	z-index:1;

}

.mb-div{

	width:50%;

	float:left;

	position:relative;

	background:#00aeef;

	min-height:255px;

}

.mb-div:after{

	content:'';

	background:url(../images/mob-sepr.png) no-repeat;

	position:absolute;

	right:-20px;

	top:50%;

	transform:translateY(-50%);

	width:40px;

	height:40px;

	background-size:40px;

	

}

.prc-bx{

	border:none;

	border-radius:0;

	width:50%;

	margin-bottom:0;

	float:right;

	padding:12px 8px 0;

}

.prc-bx-tx2{font-size:28px; line-height:30px;}

.prc-bx-tx2 small{font-size:18px; line-height:20px;}

.prc-bx-tx3{font-size:16px; padding: 4px 15px 0px;}

.prc-bx-tx3:before, .prc-bx-tx3:after{border-top:15px solid #3aa91c; border-bottom:14px solid #3aa91c;}

.chk-sel-bx1 .sel-bx-hd{padding:5px 0;}

.chk-sel-bx1 .prc-bx{margin-bottom:0;}

.prc-bx-tx4{font-size:10px; margin-top:5px;}

.prc-bx-tx4 img{width:15px;}

.sel-bx-hd{background:none; padding-top:0 !important;}

.sel-bx-hd:after{display:none;}

.sel-bx-hd p{color:#00aeef; font-size:20px; line-height:24px;}

.sel-bx-hd h3{color:#00aeef; font-size:26px; line-height:28px;}

.chk-btn{display:inline-block; width:100%; margin-top:10px;}

.chk-btn a{line-height:48px; height:46px; font-size:17px; padding-right:40px;}

.btn-arw{width:40px;}

.inr-comn-hd{font-size:26px; line-height:28px; margin:15px 0 0;}



.footer{padding:10px 0;}

.logo-btm {width: 140px; margin-top: 10px;}

.ftr-txt1 {line-height: 24px; margin-top: 5px; font-size: 16px;}

.ftr-txt2 {width: 100%; margin-top: 0;}



.checkout-inr{max-width:100%; margin:15px 0; padding:0; box-shadow:none;}

.chk-inr-lft{width:100%;}

.view-txt{margin-top:15px;}

.frm-inr{width:100%; padding:0;}

.frm-hdg h3{font-size:20px; line-height:24px; letter-spacing:1px;}

.frm-hdg p{top:2px;}

.frm-hdg small{display:none;}

.frm-elem{width:100% !important;}

.h-w{width:48% !important;}

.frm-trms{padding-right:15px;}

.frm-trms h3{font-size:20px;}

.frm-trms p{font-size:15px; line-height:20px;}

.usps-txt-bg{background:none; padding:0;}

.usps-txt span{display:block;}

.usps-txt .usps-img{top:2px;}

.chk-inr-rgt{width:100%; padding:0;}

table.prd-prc-det{padding-bottom:10px; border-bottom:1px solid #ddd;}

.proDetails h2 {

    padding: 10px;

    border-bottom: 1px solid #fff;

    font-size: 22px;

	line-height: 30px;

    font-weight: bold;

    color: #fff;

    background: #00aeef;

	text-align: left;

	margin-bottom:15px;

}

.proDetails h2 p{

	float:right;

	font-weight:400;

	margin-right:15px;

}

.proDetails h2 span {float: right; width:10px;}

.paypal-btn{max-width:100%;}

.cards1 img, .cards2 img {width: 260px;}

.mny-bck{margin-top:45px;}

.prd-desc{padding-left:125px;}

.prd-desc img{padding-left:10px;}



}

.api-check-btn{ width: 373px; height: 77px; background: url('../images/step1-new-btn.png') 0 0 no-repeat !important; border:0; outline: 0;
-webkit-appearance:none;appearance:none; outline: none; cursor: pointer; display: block; }
.api-check-btn span{ visibility: hidden; }
@media screen and (max-width: 450px){
.api-check-btn{ width: 100%; -webkit-background-size:auto 50px;background-size:auto 50px; height: 50px; }
}


.black-fri {
       color: white;
    background: red;
    padding: 8px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.packageBtn {
    float: left;
    margin-top: 30px;
    width: 100%;
	max-width: 320px;
	border-radius: 7px;
    line-height: 50px;
    overflow: hidden;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    background: #0eb2f0;
    font-weight: 500;
    border: none;
    outline: none;
    /* font-family: 'Graphik'; */
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-appearance: none;
}

.text-center {
	text-align: center;
	clear: both;
}
.text-center .packageBtn, .text-center .secur-img {
	float: none;
}
.customHr {
	margin: 20px 0;
    border: none;
    border-bottom: #d6d6d6 1px solid;
}

/*================start section1===================*/
.sliderTestimArea {
	float: left; 
	width: 100%;
	margin-top: 30px;
}

.s1seal {
	position: absolute;
	left: 0;
	right: 0;
	top: -250px;
	margin: 0 auto;
	display: block;
}

.s1sldr {
	margin: 60px 0 0 0;
}

.tbx {
	width: 93%;
	margin: 20px auto 0 auto;
	display: block;
	border: 1px solid #92c4d9;
	border-radius: 15px;
	background: #f2f9fc;
	position: relative;
}

.quote {
	margin: -20px auto 0 auto;
	display: block;
}

.stars {
	margin: 20px auto;
	display: block;
}

.tbxhding {
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
}

.tbxtxt {
	padding: 15px 15px 25px 15px;
	text-align: center;
	height: 300px;
}

.tbxtxt.height_none {
	height: unset !important;
}

.tbxbtm {
	padding: 20px 20px;
	border-top: 1px solid #92c4d9;
	border-radius: 0 0 15px 15px;
	position: relative;
}

.tname {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

.tname span {
	color: #1bcf6b;
	font-weight: normal;
	font-size: 16px;
}

@media only screen and (max-width: 1320px) {
	.tbxtxt {
		height: 350px;
	}
}

@media only screen and (max-width: 1190px) {
	.sec1 {
		padding: 70px 0 50px 0;
	}

	.s1seal {
		top: -220px;
	}

	.tbxtxt {
		height: auto;
	}

	.tbxbtm {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 1020px) {
	.sec1 {
		padding: 70px 0 70px 0;
	}

	.tbxtxt {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec1 {
		padding: 45px 0 60px 0;
	}

	.s1seal {
		top: -110px;
		width: 60px;
	}

	.s1sldr {
		margin: 25px 0 0 0;
	}

	.tbx {
		width: 100%;
	}

	.tbxtxt {
		padding: 15px 10px 25px 10px;
		height: auto;
	}

	.tbxbtm {
		padding: 20px 10px;
	}

	.tname {
		font-size: 16px;
		line-height: 24px;
	}

	.tname span {
		font-size: 14px;
	}

}