body {
    font: 16px 'Open Sans', Arial, Helvetica, sans-serif;   
    background: #fafcff;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
.header {
    border-bottom: none;
    display: block;
}
.product-logo {
    background: url(../images/show-time-logo.png) no-repeat 10px 11px;
}
.content-wrap {
    padding: 0px 50px;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main {
    margin-top: -73px;
}
.product-header {
    z-index: 1; 
}
.product-header-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(103, 152, 192, 0.5);
    position: relative;
    z-index: 99;
}
.product-logo {
    color: #fff;
    margin-top: 0px;
    line-height: 72px;
    display: block;
    height: auto;
    background-position: 10px 23px;
    padding-left: 60px;
}
.product-menu li a {
    color: #fff;
    line-height: 22px;
}
.product-header-top .product-logo,
.product-header-top .product-menu li a {
    color: #333;
}
.product-menu li a.selected {
    -webkit-box-shadow: 0 -2px 0 #ea785d inset;
    -moz-box-shadow: 0 -2px 0 #ea785d inset;
    box-shadow: 0 -2px 0 #ea785d inset;
}
.signing .user-det {
    line-height: 15px;
}
/* ==========================================================================
    Helper classes
========================================================================== */
.section {
    position: relative;
}
.column-block {
    float: left;
}
.two-column {
    width: 50%;
}
.row .column-block:last-child {
    margin-right: 0;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.left {
    float: left;    
}
.right {
    float: right;   
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;   
}
.display-table-cell {
    display: table-cell;
    width: 100%;    
}
.vertical-align-middle {
    vertical-align: middle; 
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.css-animate {
    visibility: hidden;
}
.css-animate.animated {
    visibility: visible;
}
.joinatalk{
  padding: 0px;
    display: inline-block;
    float: right;
    width: auto;
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 33px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
}


@media screen and (max-width: 900px) {
    .main {
        margin: 0;
    }
    .product-logo,
    .product-menu li a {
        color: #333;
    }
}
@media only screen and (max-width: 767px) {
    .content-wrap {
        padding: 0px 20px;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInTopSmall {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInTopSmall {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInTopSmall {
    -webkit-animation-name: fadeInTopSmall;
    animation-name: fadeInTopSmall;
    padding-bottom: 100px;
}
@-webkit-keyframes fadeInBottomSmall {
    0% {
        opacity: 0.5;
        top: 0px;
    }
    100% {
        opacity: 1;
        top: -100px;
    }
}
@keyframes fadeInBottomSmall {
    0% {
        opacity: 0.5;
        top: 0px;
    }
    100% {
        opacity: 1;
        top: -100px;
    }
}
.fadeInBottomSmall {
    -webkit-animation-name: fadeInBottomSmall;
    animation-name: fadeInBottomSmall;
    padding-bottom: 100px;
    position: relative;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInTopSmallTs {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInTopSmallTs {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInTopSmallTs {
    -webkit-animation-name: fadeInTopSmallTs;
    animation-name: fadeInTopSmallTs;
}
@-webkit-keyframes fadeInBottomSmallTs {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInBottomSmallTs {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInBottomSmallTs {
    -webkit-animation-name: fadeInBottomSmallTs;
    animation-name: fadeInBottomSmallTs;
}


/******** Begin Webinar page ***********/
.support-wrap{
	width:765px;
	margin:0 auto;
	padding:60px 0;
}
.wb-host {
    width: 20%;
    float: right;
    padding-top: 25px;
    text-align: center;
}
.wb-host .pic-host {
    background:url(../images/host-sprite.png) no-repeat;
    display: inline-block;
    background-position: 0 0;
    height: 99px;
    width: 99px;
    border-radius: 50%;
    margin-bottom: 20px;
	border:1px solid rgba(72, 92, 110, 0.46);
}
.pic-host.subhash{
	 background:url(../images/host-sprite.png) no-repeat;
	 background-position:0 -101px;
}
.wb-host h4, .wb-host h5{
	font-size: 16px;
    color: #485c6e;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.wb-host h5 a{
	font-weight:400;
	color:#00B578;
}
.live-webinar  {
    width: 74%;
    float: right;
    padding:25px 0 0 40px;
    border-left: 1px solid #485c6e;
	height:192px;
}
.live-webinar h1{
	font-size:36px;
	color:#485c6e;
	text-transform:uppercase;
	line-height: 40px;
	margin-bottom:35px;
}
.live-webinar h1 span{
	color:#00b578;
}
.live-webinar h2{
	font-size:20px;
	color:#485c6e;
	font-weight:600;
}
.wb-wrap{
	height:131px;
	background-color:#485c6e;
	margin:30px 0;
}
.wb-details-wrap{
	width:765px;
	margin:0 auto;
	padding:35px 0;
}

.wb-list li{
	margin-bottom:40px;
	color:#FFF;
	position:relative;
}
.wb-list li h4{
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
.wb-list li p{
	font-size:16px;
	color:#FFF;
	
}
.wb-list li a.register-btn{
	background-color: #485c6e;
    padding: 7px 20px;
    border: 1px solid #FFF;
    border-radius: 3px;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    right: 106px;
    top: 6px;
    text-transform: uppercase;
}
.wb-list li a.register-btn:hover{
	background-color:#FFF;
	color:#485c6e;
}
.wb-list li:last-child{
	margin-bottom:0;
}
.btm-content {
    width: 830px;
    margin: 0 auto;
    padding: 50px 0;
}
.btm-content h1{
	font-size:28px;
	text-transform:uppercase;
	color:#485c6e;
	margin:0 0 20px 0;
	text-align:center;
}
.btm-content p{
	font-size:16px;
	color:#485c6e;
    margin-bottom:20px;
}
.about-wb{
	padding: 0 0 20px 30px;
}
.about-wb li{
	color:#485c6e;
	font-size:16px;
	list-style-type:disc;
	padding:0 0 10px 0;
	line-height:26px;
}
.btm-content .contact-wrap{
	margin: 50px auto 0;
}
.btm-content hr{
	width:230px;
	margin: 50px auto 70px auto;
	border:1px solid #485c6e;
}
/******** End Webinar page ***********/
/******** Begin Powerpoint download button ***********/

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #000 !important;
    
    margin: 0 0 13px 0;
    font-weight: 600;
    width: 220px;
	border-radius: 2px;
}
.styledSelect {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: white;
    padding: 0 8px;
    color: #000 !important;
    width: 204px;
    text-align: left;
	border-radius: 2px;
}
.styledSelect:after {
    content: "";
    width: 11px;
    height: 22px;
    background: url(../images/dropdown-icon.jpg) no-repeat;
    position: absolute;
    top: 8px;
    right: 3px;
    background-size: 6px 11px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0px;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
	border:1px solid #ccc;
   	border-radius: 2px;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	width: 218px;
}
.options li {
    padding:0 8px;
    margin:0 0;
    text-align:left;
	color:#000;
}
.options li:hover {
    background-color:#39f;
    color:white;
}

/******** Begin Powerpoint download button ***********/	

@media screen and (max-width: 765px){
	.support-wrap{
		width:auto;
		padding: 25px 0;
	}
	.live-webinar{
		width:auto;
		float:none;
		border-left: 0 solid #485c6e;
		height: auto;
		padding: 25px 40px 0 40px;
	}
	.live-webinar h1{
		margin-bottom: 20px;
		text-align: center;
	}
	.live-webinar h1 br{
		display:none;
	}
	.live-webinar h2{
		text-align:center;
	}
	.wb-host {
    	width: auto;
    	float: none;
    	padding-top: 16px;
    	text-align: center;
	}
	.wb-details-wrap{
		 width: auto;
   		 padding: 35px;
	}
	.wb-wrap{
		height:auto;
	}
	.wb-list li a.register-btn{
		position: static;
		display: inline-block;
		margin-top: 20px;
	}
	.btm-content{
		padding: 25px 25px;
		width:auto;
	}
	.wb-list li{
		text-align: center;
	}
	
}

@media screen and (max-width: 650px){
	.live-webinar h2 br{
		display:none;
	}
}

/******** Begin Poll webpage ***********/
.icon-multiplechoice, .icon-opentext, .icon-rating{
	background:url(../images/poll-sprite.png) no-repeat;
	background-size:275px 73px;
}
.poll-section{
	padding: 260px 0px 130px 0px;
}
.banner-paddtop{
	padding-top: 130px;
}
.one-column{
	width: 100%;
    position: relative;
    height: 100%;
}
.poll-device-wrap{
	position: relative;
    width: 632px;
    margin: 0 auto;
}
.poll-device-img{
    position: absolute;
    top: -270px;
}
.pls-container h4{
	text-align: center;
    font-size: 32px;
    font-weight: 300;
	}
.pls-column-3{
	width:24%;
    padding-left: 4.5%;
    padding-right: 4.5%;
}
.icon-multiplechoice{
	background-position:0 0;
	width:61px;
	height:63px;
	display:inline-block;
}
.icon-opentext{
	background-position:-91px 0;
	width:62px;
	height:63px;
	display:inline-block;
}
.icon-rating{
	background-position:-183px 0;
	width:64px;
	height:63px;
	display:inline-block;
}
.text-center{
	text-align:center;
}
.pls-container .row{
	margin-top:80px;
}
.pls-container h5{
	margin:20px 0;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.tabs-menu {
    height:60px;
	/*background-color: #FFF;*/
	width: 733px;
    margin: 0 auto;
	position:relative;
}
.tabs-menu li {
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 30px;
    background-color: #FAFCFF;
	margin: 0 35px;
}

.tabs-menu li.current {
    position: relative;
    background-color: transparent;
    z-index: 2;
    color: #858C93;
}

.tabs-menu li a {
    padding: 10px 15px;
    color: #6a737b;
    text-decoration: none;
	font-size:32px;
	font-weight:300;
}

.tabs-menu .current a {
    color: #fff;
	transition: all 0.6s;
}

.tab {
    border-top: 2px solid #fd6f73;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
	border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
	
}

.tab-content {
    width: auto;
    padding: 70px 20px 20px 20px;
    display: none;
    background-color: #f9f9f9;
	height:370px;
}

#tab-1 {
 	display: block;   
}
.slider {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #fd6f73 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	margin: 0 35px;
}
.slider:before{
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #FD6F73;
	position:absolute;
	content:'';
	top: 62px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tabinner-content{
	/*width:598px;*/
	width:56%;
	float:left;
	padding:0px 0 0 4.5%;
}
.tabinner-content h2{
	font-size:32px;
	color:#323a45;
	margin:0 0 25px 0;
	font-weight:300;
}
.tabinner-content p{
	font-size:16px;
	color:#515961;
	line-height:26px;
}
.tb-list{
	list-style-type: circle;
    margin: 20px 0 0 38px;
}
.tb-list li{
	color: #535B63;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.tb-imgcontainer{
	float: left;
    /*width: 300px;*/
	width: 28%;
    padding: 0px 4.5% 0 6%;
	
}
.analyze-results-section{
	margin:80px 0 00px 0px;
}
.analyze-results-section h4{
    font-size: 32px;
    font-weight: 300;
}
.analyze-results-section p{
	font-size:16px;
	color:#515961;
	line-height:26px;
}
.analyze-img{
	margin: 50px 0 40px 0;
}
.analyze-img img{
	text-align: center;
    width: 995px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 10px 1px #ECECEC;
	-webkit-box-shadow: 0px 0px 10px 1px #ECECEC;
	-moz-box-shadow: 0px 0px 10px 1px #ECECEC;
}
.alyze-list{
	max-width: 995px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.alyze-list li{
	border-right:1px dashed #dddddd;
	height: 108px;
	width:29%;
	float:left;
	text-align:left;
	padding: 0 2% 0 3%;
}
.alyze-list li:first-child{
	padding: 0 2% 0 0px;
}
.alyze-list li:last-child{
	border-right:0px dashed #dddddd;
}
.alyze-list li h5{
	font-size: 15px;
    color: #535B63;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 10px;
}
.alyze-list li p{
	font-size: 14px;
    line-height: 24px;
}
/******** End Poll webpage ***********/


/********** Begin Poll Mediaquery *************/
@media screen and (max-width: 900px){
	.banner-paddtop p{
		padding:0 30px;
	}
	.poll-device-wrap{
		width: 70%;
	}
	.banner-paddtop {
    	padding-top: 84px;
	}
	.poll-device-img {
    	position: absolute;
    	top: -320px;
	}
	.poll-section {
    	padding: 150px 0px 70px 0px;
	}
	.pls-column-3 {
    	width: auto;
    	padding-left: 0;
    	padding-right: 0;
    	float: none;
    	border: 1px dashed #d4d4d4;
    	margin-top: -1px;
    	padding: 40px 45px;
	}
	.pls-container .row {
    	margin-top: 50px;
	}
}

@media screen and (max-width: 767px){
	.tabs-menu{
		width:auto;
		height: 40px;
	}
	.tabs-menu li {
    height: 40px;
    line-height: 40px;
	    margin-right: 15px;
	}
	.tabs-menu li a{
		font-size: 24px;
	}
	.slider:before{
		top: 42px;
	}
	.tabinner-content{
		width: auto;
    	float: none;
	}
	.tabinner-content {
    	width: auto;
    	float: none;
	}
	.tb-imgcontainer {
    	float: none;
	    width: 50%;
   		margin: 45px auto 0 auto;
	}
	.tab-content{
		height: auto;
	}
	.analyze-results-section {
    	margin: 40px 0 00px 0px;
	}
	.alyze-list {
    	max-width: 100%;
	}
	.alyze-list li:first-child {
    	padding: 0 0 20px 0px;
	}
	.alyze-list li {
    	border-right: 0 dashed #dddddd;
    	height: auto;
    	width: 100%;
    	float: none;
    	border-bottom: 1px dashed #ccc;
   		padding:0 0px 20px 0;
    	margin-bottom: 20px;
	}
	.alyze-list li:last-child {
    	border-right: 0px dashed #dddddd;
    	border-bottom: 0;
	}
	.banner-paddtop {
    	padding-top: 54px;
	}
	
	.poll-device-wrap {
    	width: 84%;
	}
	.product-logo{
		line-height:50px;	
	}
	
}

@media screen and (max-width: 600px){
	.poll-section {
   		 padding: 100px 0px 70px 0px;
	}
	.tabs-menu li {
		margin: 0 10px 0 0;
	}
	.tabs-menu li a {
    	font-size: 20px;
	}
	.tab-content {
   		width: auto;
    	padding: 30px 20px 20px 5px;
	}
	.alyze-list {
   		padding: 0 20px;
	}
	.banner-overlay-content p {
    	line-height: 26px !important;
	}
}
@media screen and (max-width: 554px){
	.poll-section {
    	padding: 40px 0px 70px 0px;
	}
	.tabs-menu li a {
    	font-size: 16px;
		padding:10px;
	}
	.alyze-list {
    	margin: 0 auto 10px auto;
	}
}
@media screen and (max-width: 435px){
	.poll-device-img {
    	top: -280px;
	}
}


/********** End Poll Mediaquery **************/

/***************** Begin Comparison webpage ****************/
.cmp-header figure{
	margin:80px auto;
}
.cmp-header h4{
	font-size:32px;
	font-weight:400;
	margin-bottom:25px;
}
.cmp-header p{
	font-size:18px;
	color:#333;
	line-height:32px;
	font-weight:300;
}
.prc-table{
	max-width:940px;
	margin:80px auto;
	padding:0 20px;
}
.prc-table h4{
	color:#000;
	font-size:24px;
	background-color:#f4f4f4;
	padding:12px;
	margin-bottom:0;
}
.prc-row{
    border-bottom: 1px solid #d3d3d3;
    padding: 18px 10px 15px 10px;
	overflow:hidden;
}
.feature-tle{
	width: 38%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding: 0 2% 0 0;
}
.feature-tle strong{
	font-weight:600;
}
.shtm-ft, .gle-sld{
	width: 29%;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 0 2% 0 0;
}
.icon-true, .icon-false{
	background:url(../images/sprite-cmp.png) no-repeat;
}
.icon-true, .icon-false{
	background-position:0 0;
	position:relative;
	left:70px;
	width:24px;
	height:24px;
	display:inline-block;
}
.icon-false{
	 background-position:-49px 0;
	 left:70px;
 }
.gle-sld{
	  padding: 0 0 0 0;
 }
.prc-row.border-bt-none{
	border-bottom:0;
}
.store-img{
	padding:0;
	margin:10px 0 0 0;
}
.prc-row h2{
	font-size:24px;
	font-weight:600;
	margin-bottom: 8px;
}
.shtm-ft a.learnMore-txt{
	display: inline-block;
    margin-left: 83px;
    position: relative;
    top: -6px;
	color:#00acd7;
	text-decoration:underline;
}
.table-header{
	position: fixed;
    background-color: rgb(250, 252, 255);
    max-width: 920px;
    z-index: 11;
    border-bottom: 1px solid rgba(204, 204, 204, 0.53) !important;
    top: 53px;
    left: 0;
	margin:0 auto;
	right:0;
}
@media screen and (max-width: 1140px){
	.table-header{		
		top:0;
	}
}
@media screen and (max-width: 715px){
	.prc-table{
		margin: 60px auto 0 auto;
	}
	.prc-row h2{
		font-size: 18px;
	}
	.shtm-ft a.learnMore-txt{
		margin-left: 16px;
		top: 16px;
	}
	.feature-tle{
		 font-size: 16px;
	}
	.cmp-header p br{
		display:none;
	}
	.table-header{
		max-width: 100%;
		
	}
}
@media screen and (max-width: 495px){
.shtm-ft a.learnMore-txt {
    margin-left: 0px;
    font-size: 13px;
	top: 0;
	display: block;
    text-align: center;

}
.icon-true, .icon-false{
	left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    display: block;
}
.prc-row h2 {
    font-size: 15px;
}
}
/***************** End Comparison webpage ****************/