@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {width:100%;}
body{
	font-family: 'Metropolis';
	font-weight:normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}

/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
.bdhding1{
	font-weight:bold;
	font-size:40px;	
	line-height:50px;
	text-align:center;
}
.bdhding1 sup{font-size:24px;line-height:24px;font-family:Arial, Helvetica, sans-serif;}
.bdfont{	
	font-size:20px;
	line-height:28px;
	text-align:left;
}
.bdfont sup{font-size:14px;line-height:14px;font-family:Arial, Helvetica, sans-serif;}
.bdfont2{
	font-size:18px;
	line-height:26px;
	text-align:left;
}
.white{color:#fff;}
.blue{color:#0e7bcb;}
.blue2{color:#24b6f7;}
.txlncntr{text-align:center;}
@media only screen and (max-width: 1190px){
.container{ max-width:1000px; width:100%; }
.bdhding1{font-size:36px;line-height:46px;}
.bdfont{font-size:19px;line-height:27px;}
.bdfont2{font-size:17px;line-height:25px;}
}
@media only screen and (max-width: 1020px){
.container{ max-width:760px; width:100%; }
.bdhding1{font-size:34px;line-height:44px;}
.bdfont{	
	font-size:18px;
	line-height:28px;
}
.bdfont sup{font-size:13px;line-height:13px;}
.bdfont2{font-size:16px;line-height:26px;}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 10px;}
.bdhding1{font-size:30px;line-height:40px;}
}
@media only screen and (max-width: 479px){
.bdhding1{font-size:27px;line-height:35px;}
}
/*=========================
CSS FOR HEADER
===========================*/
.topbar{
	background:#ff0000;
	padding:4px 0;
}
.topbar-txt{
	font-family: 'Metropolis Semi';
	font-weight:600;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-align:center;
}
.topbar-txt span{color:#fff000;}
.topsec{background:url(https://activetrackpro-1d57f.kxcdn.com/intl/images/topsec.webp) center top no-repeat;height:764px;}
.top-fix-bar {margin-bottom: 84px;}
.header{		
	height:84px;	
	margin-top: -84px;
    position: relative;
    top: 84px;
	background:url(https://activetrackpro-1d57f.kxcdn.com/intl/images/navline.webp) left bottom repeat-x;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:84px;
	background:#000;
}
.logo{
	float:left;
	margin:7px 0 0 0;
}
.hdrbtn{
	float:right;	
	width:214px;
	height:40px;
	margin:21px 0 0 0;	
	border:none;
	background:#45b545;
	background:-webkit-linear-gradient(#45b545, #0fae5a);
	background:-moz-linear-gradient(#45b545, #0fae5a);
	background:-o-linear-gradient(#45b545, #0fae5a);
	background:linear-gradient(#45b545, #0fae5a);
	border-radius:40px;
	font-weight:bold;
	font-size:16px;
	line-height:40px;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px #298f3d;	
}
ul.nav{position:absolute;left:0;right:0;top:29px;margin:0 auto;display:block;width:566px;}
ul.nav li{
	float:left;
	display:inline-block;	
	padding:0 26px;
	position:relative;
	}
ul.nav li:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	height:16px;
	width:1px;
	background:#e3e3e3;
}
ul.nav li:last-child:after{display:none;}
ul.nav li a{
	font-weight:500;
	font-size:16px;
	line-height:26px;
	text-align:center;
	color:#e3e3e3;	
	}
ul.nav li a.active{ color:#00cd22;}

#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 35px;
    height: 20px;
    margin: 25px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;  
    color: black;
    background-color:#ccc;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:70px;	
	background:#09ac37;
	border-top:1px solid #06892b;	
}
#menu-container .menu-list  li a{
	font-size:16px;
	padding:13px 10px 10px 10px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #06892b;	
}
#menu-container .menu-list  li a.active{background:#06892b;}
#menu-container .menu-list  li:last-child{background:#06892b;}
@media only screen and (max-width: 1020px){
.topsec{height:704px;}
.header{height:60px; top:60px; margin-top:-60px;}
.top-fix-bar {margin-bottom: 60px;}
.fixed-nav .header{height:60px;}
#menu-container .menu-list{top:60px;}
ul.nav, a.hdrbtn, .prdhdrbtn{display:none;}
.logo{top:14px;width:106px;}
#menu-wrapper #hamburger-menu {margin: 21px 0 5px 0;}
}
@media only screen and (max-width: 767px){
.topsec{height:auto;background-size:cover;}
.topbar-txt{
	font-size:14px;
	line-height:20px;	
}
}
@media only screen and (max-width: 389px){
.topbar-txt {font-size: 12px;line-height: 18px;}	
}
/*================start banner===================*/
.banner{padding:56px 0;}
.bnrtxt-area{width:624px;float:left;}
.bnrrv{
	font-weight:500;
	font-size:14px;
	line-height:24px;
	color:#fff;
	text-align:left;
}
.bnrstars{margin:-5px 6px 0 0;vertical-align:middle;}
.bnrface{vertical-align:middle;margin:0 0 0 10px;width:110px;}
.bnrface-mob{display:none;}
.bnrhding{
	font-weight:bold;
	font-size:47px;
	line-height:54px;
	text-align:left;
	margin-top:19px;
	letter-spacing:-1px;
}
.bnrhding sup{font-size:24px;line-height:24px;font-family:Arial, Helvetica, sans-serif;}
.bnrtxt{
	color:#ececec;
	text-align:left;
	margin-top:17px;
}
ul.bnrlist{margin-top:40px;}
ul.bnrlist li{
	background:url(https://activetrackpro-1d57f.kxcdn.com/intl/images/bullet1.webp) left 3px no-repeat;
	padding:0 0 0 45px;
	font-weight:bold;
	font-size:22px;
	line-height:32px;
	text-align:left;
	color:#fff;
	margin-top:10px;
}
.bnrprd{position:absolute;right:-110px;top:-30px;}

@media only screen and (max-width: 1190px){
.bnrtxt-area {width: 570px;}
.bnrhding {font-size: 44px;line-height: 51px;}
ul.bnrlist li {font-size: 20px;line-height: 30px;}
.bnrprd{width:450px;right:-20px;top:50px;}
}
@media only screen and (max-width: 1020px){	
.banner{padding:40px 0;}
.bnrtxt-area {width: 440px;}	
.bnrhding {font-size: 34px;line-height: 41px;margin-top:15px;}	
.bnrprd{width:340px;top:70px;}
ul.bnrlist {margin-top: 20px;}	
ul.bnrlist li {padding: 0 0 0 38px;	}
ul.bnrlist li {font-size: 18px;line-height: 28px;}
}
@media only screen and (max-width: 767px){
.banner{padding:20px 0 30px 0;}
.bnrtxt-area {width: 100%;}
.bnrrv, .bnrhding, .bnrtxt{text-align:center;}
.bnrhding{margin-top:6px;}
.bnrtxt{margin-top:10px;}
ul.bnrlist li{margin-top:7px;}
.bnrprd-mob{margin:20px auto -34px auto;display:block;max-width:100%;width:320px;}
}
@media only screen and (max-width: 479px){
.bnrstars {margin: -5px 2px 0 0;width:80px;}
.bnrface-mob{display:inline-block;vertical-align:middle;margin:0 0 0 4px;width:70px;}
.bnrhding {font-size: 29px;line-height: 36px;}
ul.bnrlist li {
	background: url(https://activetrackpro-1d57f.kxcdn.com/intl/images/bullet1.webp) left 1px no-repeat;
	background-size:22px;
    font-size: 16px;
    line-height: 24px;
}
}
@media only screen and (max-width: 389px){
.bnrface-mob{width:60px;}
}
/*================start section1, 2===================*/
.sec1{padding:80px 0 350px 0;}
.hdimg{margin:12px auto 0 auto;display:block;max-width:100%;}
.s1txt{margin-top:20px;}
/*--------------------section2-----------------------*/
.sec2{padding:0 0 40px 0;background:#131314;}
.s2bx{margin:-328px 0 0 0;position:relative;}
.video {
    width: 668px;
    height: 378px;
    margin: 20px auto 10px auto;
    display: block;
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 3px #ececec;
    -webkit-box-shadow: 0 0 3px #ececec;
    box-shadow: 0 0 3px #ececec;
	position:relative;
}
.s2prd1, .s2prd2{position:absolute;top:-5px;}
.s2prd1{left:30px;}
.s2prd2{right:30px;}
.s2lhding{
	margin:60px auto 0 auto;
	display:block;
	width:940px;
	position:relative;
	font-weight:bold;
	font-size:24px;
	line-height:32px;
	color:#fff;
	text-align:center;
}
.s2lhding:before, .s2lhding:after{
	position:absolute;
	top:16px;
	width:108px;
	content:"";
	height:1px;
	background:#626262;
}
.s2lhding:before{left:0;}
.s2lhding:after{right:0;}		
	
ul.s2list{padding:20px 0 0 0;}
ul.s2list li{
	float:left;
	display:inline-block;
	width:14.28%;
	padding:0 2%;
	margin-top:24px;
}
ul.s2list li img{margin:0 auto 14px auto;display:block;}
ul.s2list li p{
	font-weight:500;
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:center;
}
.sec2-b{background:#131314;padding:80px 0 80px 0;}
.s2txt{text-align:center;margin-top:15px;color:#fff;}
.s2bx2{margin:50px 0 0 0;position:relative;background:url(https://activetrackpro-1d57f.kxcdn.com/intl/images/s2bx2bg.webp) center center no-repeat;}
.s2bx2prd{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:30px auto;
	display:block;
}
.s2bx2lft, .s2bx2rgt{
	float:left;
	display:inline-block;
	width:38%;
}
.s2bx2rgt{float:right;}
.s2bx2inbx, .s2bx2inbx2{
	position:relative;
	padding:0 0 0 110px;
}
.s2bx2inbx2{padding:0 110px 0 0;}
.s2bx2-hding1, .s2bx2-hding2{
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	color:#fff;
}
.s2bx2-hding2{text-align:right;}
.s2bx2-txt1, .s2bx2-txt2{
	margin-top:8px;
	text-align:left;
	color:#eeeeee;
}
.s2bx2-txt2{text-align:right;}
.s2bx2icon1, .s2bx2icon2{position:absolute;top:5px;}
.s2bx2icon1{left:0;}
.s2bx2icon2{right:0;}
.s2bx2dvdr{
	height:1px;
	width:100%;
	margin:22px auto 20px auto;
	display:block;
	background:#484848;
}
@media only screen and (max-width: 1190px){
.s2bx2lft, .s2bx2rgt {width: 40%;}
.s2bx2-hding1, .s2bx2-hding2 {
    font-size: 21px;
    line-height: 27px;
}
.s2prd1{left:10px;}
.s2prd2{right:10px;}
}
@media only screen and (max-width: 1020px){	
.sec1{padding:60px 0 260px 0;}
.sec2{padding:0 0 30px 0;}
.sec2-b{padding:60px 0;}
.s2bx {margin: -238px 0 0 0;}
.s2prd1, .s2prd2{width:250px;}
.s2prd1{left:10px;}
.s2prd2{right:10px;}
.video{width:500px;height:290px;}
ul.s2list li {padding: 0 1%;}
.s2lhding{width:100%;font-size:22px;line-height:30px;margin:40px auto 0 auto;}
.s2lhding:before, .s2lhding:after{width:54px;}
.s2bx2{margin:0 0 0 0;}
.s2bx2lft, .s2bx2rgt {width: 100%;float:none;}
.s2bx2, .s2bx2prd{background:none;}
.s2bx2prd-tab{margin:0 auto 0 auto;max-width:100%;width:450px;}
.s2bx2inbx, .s2bx2inbx2{padding:0 0 0 110px;}
.s2bx2-hding1, .s2bx2-hding2{text-align:left;padding-top:8px;}
.s2bx2-txt1, .s2bx2-txt2{text-align:left;}
.s2bx2icon1, .s2bx2icon2{left:0;right:auto;}
.s2bx2dvdr{margin:24px auto 20px auto;}
}
@media only screen and (max-width: 767px){
.sec1 {padding: 40px 0 160px 0;}
.sec2-b{padding:50px 0 40px 0;}
.s2bx {margin: -148px 0 0 0;}
.s2prd1, .s2prd2{display:none;}
.video{width:450px;height:260px;}
.s2lhding{width:450px;}	
.s2lhding:before, .s2lhding:after{top:30px;}
ul.s2list li{width:25%;}
ul.s2list li:nth-child(5){margin-left:12.5%;}
}
@media only screen and (max-width: 479px){
.s2lhding{width:100%;margin:30px 0 0 0;font-size: 20px;line-height: 28px;}	
.s2lhding:before, .s2lhding:after{display:none;}
ul.s2list {padding: 10px 0 0 0;}
ul.s2list li p {font-size: 14px;line-height: 18px;}	
.video{width:100%;height:100%;}
.s2bx2-hding1, .s2bx2-hding2{font-size:20px;line-height:26px;padding:0;}
}
@media only screen and (max-width: 389px){
.s2bx2inbx, .s2bx2inbx2 {padding: 0 0 0 74px;}
.s2bx2icon1, .s2bx2icon2{width:60px;}
}
/*================start section3, 4===================*/
.sec3{background:#fff url(https://activetrackpro-1d57f.kxcdn.com/intl/images/s3secarw.webp) center top no-repeat;padding:80px 0;}
.s3arw2{position:absolute;left:0;right:0;top:-10px;margin:0 auto;display:block;}
.s3hding{margin-top:50px;}

ul.s3list{padding:10px 0 0 0;}
ul.s3list li{
	float:left;
	display:inline-block;
	width:25%;
	margin:25px 0 0 0;
	padding:0 2%;
}
ul.s3list li img{margin:0 auto;display:block;max-width:100%;}
.s3lhding{
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	height:60px;
}
.s3ltxt{
	text-align:center;
	margin-top:12px;
}
/*----------------section4-------------------*/
.sec4{background:#131314;padding:80px 0;}
.s4prt1{background:#131314 url(https://activetrackpro-1d57f.kxcdn.com/intl/images/s4prt1.webp) center top no-repeat;padding:30px 0 80px 0;margin-top:54px;}
.s4prt2{background:#131314 url(https://activetrackpro-1d57f.kxcdn.com/intl/images/s4prt2.webp) center top no-repeat;padding:20px 0 24px 0;}
ul.s4list1, ul.s4list2{width:47%;}
ul.s4list2{float:right;}
ul.s4list1 li, ul.s4list2 li{
	position:relative;
	padding:0 0 0 78px;
	margin-top:32px;
}
ul.s4list1 li img, ul.s4list2 li img{position:absolute;left:0;top:5px;}
.s4lhding{
	font-weight:bold;
	font-size:24px;
	line-height:29px;
	color:#fff;
	text-align:left;
}
.s4ltxt{
	color:#fff;
	margin-top:8px;
}
@media only screen and (max-width: 1190px){
ul.s3list li {padding: 0 1%;}
.s4prt1 {padding: 0 0 30px 0;}
.s4prt2{padding:0 0 20px 0;}
ul.s4list1 li, ul.s4list2 li {padding: 0 0 0 73px;margin-top: 28px;}
}
@media only screen and (max-width: 1020px){	
.sec3, .sec4{padding:60px 0;}
ul.s3list li{width:50%;margin:35px 0 0 0;}
.s3lhding, .s4lhding{font-size:22px;line-height:28px;height:auto;}
ul.s4list2{width:48%;}
ul.s4list2 li{padding:0 0 0 64px;margin-top:25px;}
}
@media only screen and (max-width: 767px){
.sec3, .sec4 {padding: 40px 0;}	
.s3hding{margin-top:0;}
ul.s3list li{width:100%;}
.s4prt1, .s4prt2{background:#131314;padding:0;margin-top:30px;}
ul.s4list1, ul.s4list2{width:100%;}
ul.s4list1 li, ul.s4list2 li {padding:0 0 0 70px;}
.s4prt1-img{margin:0 auto;max-width:100%;}	
}
/*================start section5===================*/
.sec5{padding:80px 0 30px 0;}
.s5tbx{
	margin:40px 0 0 0;
	position:relative;
	padding:0 0 0 268px;
}
.s5tbxlft{
	width:238px;
	position:absolute;
	left:0;
	top:0;
}
.s5tbxlft-top, .s5tbxlft-btm{position:relative;padding:0 0 0 90px;}
.s5tbxlft-top-nm{
	position:absolute;
	left:10px;
	top:0;
	height:55px;
	width:55px;
	background:#91aec4;
	border-radius:50%;
	font-size:22px;
	line-height:55px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.s5tbxlft-top-thumb{position:absolute;left:0;top:0;}
.s5tbxlft-bdr, .s5bdr{
	height:1px;
	background:#d7d7d7;
	margin:20px 0;
	display:block;
}
.s5bdr{margin:34px 0 0 0;}
.s5tbxlft-top-txt1{font-family: 'Metropolis Semi';}
.s5tbxlft-top-txt2{
	background:url(https://activetrackpro-1d57f.kxcdn.com/intl/images/vficon.webp) left 3px no-repeat;
	padding:0 0 0 20px;
	font-size:16px;
	line-height:22px;
	color:#83cc1c;
	margin-top:6px;
}
.s5tbxlft-btm-txt1{font-size:14px;line-height:20px;color:#6f6f6f;padding-top:9px;}
.s5tbxlft-btm-txt2{
	font-family: 'Metropolis Semi';
	font-size:14px;
	line-height:20px;
	margin-top:6px;
}
.s5tbxrgt{
	border-left:1px solid #d7d7d7;
	padding:0 30px 0 34px;
}
.s5tbxrgt-stars{margin:0 0 20px 0;display:block;}
.s5tbxrgt-img{margin:25px 0 0 0;display:block;max-width:100%;}
/*--------------------section6-------------------*/
.sec6{padding:80px 0 80px 0;}
#accordion{height:auto!important;margin:25px auto 0 auto;display:block;width:802px;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#fff url(https://activetrackpro-1d57f.kxcdn.com/intl/images/plus.webp) 98% 26px no-repeat;	
	text-align:left; 
    padding:18px 40px 18px 28px;
	margin:10px 0 0 0;	
	outline:none;
	position:relative;	
	font-weight:bold;
	font-size:20px;
	line-height:28px;
	color:#192f23;	
	text-align:left;
	box-shadow:0 5px 5px #eff1f4;
	border-radius:5px;
}
.ui-accordion .ui-accordion-header.active{
	background:#fff url(https://activetrackpro-1d57f.kxcdn.com/intl/images/minus.webp) 98% 26px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;	
	border-bottom:none;	
}
.ui-accordion .ui-accordion-content { 
	padding:0;	
	overflow: auto; 
	zoom: 1; 
	border-top: none; 
	padding:0 0 0 0;
	box-shadow:0 5px 5px #eff1f4;
	border-radius:0 0 5px 5px;
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 5px 20px 30px 28px;
	background:#fff;
}
@media only screen and (max-width: 1190px){
.s5tbxrgt {padding: 0 0 0 34px;}
}
@media only screen and (max-width: 1020px){	
.sec5 {padding: 60px 0 10px 0;}
.s5tbx {padding: 0 0 0 258px;}
.s5tbxrgt {padding: 0 0 0 24px;}
.sec6 {padding: 60px 0;}
#accordion{width:100%;}
}
@media only screen and (max-width: 767px){
.sec5 {padding: 40px 0 30px 0;}	
.s5tbx{padding:0 0 0 0;}
.s5tbxlft{position:inherit;left:auto;top:auto;width:100%;display:table;}
.s5tbxrgt{
	border-left:none;
	padding:0 0 0 0;
}
.s5tbxlft-top-nm{left:0;}
.s5tbxlft-top, .s5tbxlft-btm{width:49%;float:left;display:block;padding:0 0 0 60px;}
.s5tbxlft-top{border-right:1px solid #d7d7d7;margin-right:2%;padding:0 0 0 50px;}
.s5tbxlft-btm{padding:0 0 0 52px;}
.s5tbxlft-top-nm{height:40px;width:40px;font-size:18px;line-height:40px;top:5px;}
.s5tbxlft-top-thumb{width:40px;top:5px;}
.s5tbxlft-top-txt2, .s5tbxlft-btm-txt2{margin-top:0;}
.s5tbxlft-top-txt2{font-size:14px;line-height:20px;}
.s5tbxlft-btm-txt1{padding-top:0;}
.s5tbxrgt-stars{margin:24px 0 10px 0;}
.s5tbx {margin: 30px 0 0 0;}
.sec6 {padding: 40px 0;}
.ui-accordion .ui-accordion-header {
    background: #fff url(https://activetrackpro-1d57f.kxcdn.com/intl/images/plus.webp) 98% 20px no-repeat;
    padding: 14px 40px 14px 10px; 
    font-size: 18px;
    line-height: 26px;   
}
.ui-accordion .ui-accordion-header.active{background:#fff url(https://activetrackpro-1d57f.kxcdn.com/intl/images/minus.webp) 98% 20px no-repeat;}
.accord-txt {padding: 0 10px 20px 10px;}	
}
@media only screen and (max-width: 389px){
.s5tbxlft-top-txt2 {font-size: 11px;padding:3px 0 0 17px;}
.s5tbxlft-btm-txt2{font-size:12px;line-height:16px;}
.s5tbxlft-top-txt1, .s5tbxlft-btm-txt1{font-size:14px;line-height:18px;}
.s5tbxlft-top-nm, .s5tbxlft-top-thumb{top:0;}
.s5tbxlft-top-nm{left:0;}
.s5tbxlft-top, .s5tbxlft-btm {padding: 0 0 0 45px;}
}

/*============================
FOOTER SECTION
=============================*/
footer{padding:30px 0 50px 0;border-top:3px solid #efefef;}
.ftrlogo{margin:24px auto 0 auto;display:block;}
ul.ftrlist{text-align:center;margin:30px 0 0 0;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #343434;
	padding:0 5px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:17px;
	text-align:center;
	margin:0;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#343434;}
.ftrtxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:22px;
	text-align:center;
	padding:10px 0 0 0;
}
@media only screen and (max-width: 767px){
footer{padding:0 0 25px 0;}
.ftrlogo{width:100px;}
ul.ftrlist{padding:12px 0 0 0;}
ul.ftrlist li, .ftrtxt{
	font-size:15px;
	line-height:15px;
}
ul.ftrlist{text-align:center;margin:4px 0 0 0;}
#ctabtn-mob {
	padding: 10px 0 8px 0;
	background:#000;
	position: fixed;
	bottom: 0%;
	left: auto;
	z-index: 5;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
.ctabtn{max-width:96%;margin:0 auto;display:block;}
}
@media only screen and (max-width: 479px){
footer{padding:0 0 20px 0;}
ul.ftrlist li, .ftrtxt{
	font-size:14px;
	line-height:14px;
}
.fdatxt{
	font-size:12px;
	line-height:20px;
	margin:20px 0 0 0;
}
}

