/*
Theme Name: Charge-Finder
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: andy team / the WordPress team
Author URI: https://wordpress.org/
Description: Modified Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
* {
    box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.header-top.addgap{
	height:60px;
}
.header-top > a img{max-width: 100px;}
.addgap > a img{max-width: 100px;}
.addgap .n-seal{max-width: 110px;}
.header-top .n-seal{max-width: 165px;}
.enclose{
	max-width:1280px;
	margin:auto;
	padding:0 15px;
}
#header{
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	transition:all ease 0.3s;
	z-index:100;
}
#header.active{
	transform:translateX(-300px);
}
.header-top{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:60px;
}
#footer{
	background-color:#0f6ab4;
	padding:70px 0;
}
.footer-container{
	display:flex;
}
.footer-logo{
	flex:2;
}
.footer-menu{
	flex:1;
}
.footer-navi{
	flex:2;
}
.footer-logo p.copy-right{
	font-size:14px;
	font-weight:400;
	color:#c3e0ff;
	margin-top:25px;
}
.footer-logo a img{height: 75px;}
.footer-menu li,
.footer-navi li{
	list-style:none;
	margin-bottom:10px;
	line-height:1;
}
.footer-menu li a,
.footer-navi li a{
	font-size:14px;
	font-weight:400;
	color:#c3e0ff;
	line-height:1;
}
.footer-menu li a:hover,
.footer-navi li a:hover,
.footer-menu li.current-menu-item a,
.footer-navi li.current-menu-item a{
	color:#fff;
	font-weight:500;
}
.footer-navi ul{
	display:flex;
	flex-wrap:wrap;
}
.footer-navi li{
	width:50%;
}
.disclosure{
	background: #fff;
    padding: 70px 0;
    margin-bottom: 150px;
}
.disclosure h4{
	font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.disclosure p{
	margin-right: 125px;
    color: #8e9297;
    font-size: 11px;
    line-height: 1.6;
}
.navigation{
	position:relative;
	display:flex;
	align-items: center;
}
.item-navigation > ul{
	display:flex;
	align-items:center;
}
.item-navigation > ul > li{
	list-style:none;
	margin-right:30px;
}
.item-navigation > ul > li > a{
	display:block;
	font-size:14px;
	color:#2b5482;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:3px solid #fff;
}
.item-navigation > ul > li:hover > a{
	border-bottom:3px solid #55c343;
}
#menu-navigation .menu-item-has-children .sub-menu{
	display: none;
	position: relative;
	background: #fff;
	z-index: 9;
	min-width: 200px;
	margin-left: 0;
}
#menu-navigation .menu-item-has-children .sub-menu li{
	border-bottom: 2px solid #fff;
    padding: 10px;
    margin-bottom: 0px;
}
#menu-navigation .menu-item-has-children .sub-menu li:hover{
	border-bottom: 2px solid #55c343
}

#menu-navigation .menu-item-has-children .sub-menu li a{
	color: #8e8e8e;
}

/*#menu-navigation .menu-item-has-children .sub-menu li:last-child{
	border-bottom: 0px solid #6f6f6f;
}*/

/*#menu-navigation .menu-item-has-children:hover .sub-menu{
	display: block;
}*/
#menu-navigation li.menu-item-has-children > a{
	padding-right:18px;
	position:relative;
	cursor: pointer;
}
#menu-navigation li.menu-item-has-children > a:after{
	position:absolute;
	content:"\f0d7";
	font-family:'FontAwesome';
	font-size:14px;
	color:#fff;
	right:0;
	top:0;
}
li.menu-item-has-children > a{
	padding-right:18px;
	position:relative;
}
li.menu-item-has-children > a:after{
	position:absolute;
	content:"\f0d7";
	font-family:'FontAwesome';
	font-size:14px;
	color:#55c343;
	right:0;
	top:0;
}
.item-navigation > ul > li.perform > ul{
	right:48px;
}
.item-navigation > ul > li > ul{
	position:absolute;
	display:none;
	align-items:center;
	justify-content:flex-end;
	min-width:100%;
	right:0;
	/*top:100%;
	padding-top:14px;*/
	/*padding-top:24px;
	padding-right:15px;*/
	padding:24px 15px 0 0;
	background-color:#fff;
}
.item-navigation > ul > li:hover > ul{
	display:flex;
}
.item-navigation > ul > li > ul > li{
	list-style:none;
	margin-left:40px;
}
.item-navigation > ul > li > ul > li > a{
	display:block;
	font-size:15px;
	font-weight:400;
	color:#8e8e8e;
	padding-bottom:5px;
	border-bottom:3px solid #fff;
	white-space:nowrap;
}
.item-navigation > ul > li > ul > li:hover > a,
.item-navigation > ul > li > ul > li.current-menu-item > a{
	border-bottom:3px solid #55c343;
}
.hamburg-item{
	margin-bottom:8px;
}
.hamburg-item a{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:20px;
	height:13px;
}
.hamburg-item a span{
	display:block;
	height:3px;
	background:#0f5fa1;
	position:relative;
	transition:all ease 0.5s;
}
.hamburg-item a.active span:nth-child(1){
	transform:rotate(45deg);
	top:5px;
}
.hamburg-item a.active span:nth-child(2){
	display:none;
}
.hamburg-item a.active span:nth-child(3){
	transform:rotate(-45deg);
	top:-5px;
}
.blog-grid{
	background:#f8f8f8;
	padding:60px 0 90px;
}
.blog-grid h2{
	font-size:32px;
	color:#000;
	font-weight:400;
	margin-bottom:25px;
	text-align:center;
}
.blog-grid .blog-link{
	text-align:center;
}
.blog-grid .blog-link a{
	display:inline-block;
	font-size:14px;
	font-weight:500;
	color:#55c343;
	padding-bottom:2px;
	border-bottom:1px solid #55c343;
}
.blog-items{
	padding-top:60px;
	display:flex;
	justify-content:space-between;
}
.blog-items .blog-item{
	background:#fff;
	padding:15px;
	border-radius:4px;
	width:calc(33.33% - 40px);
}
.blog-items a.post-thumb{
	display:block;
	border-radius:4px;
	overflow:hidden;
}
.blog-items a.post-thumb img{
	display:block;
}
.blog-item .post-con{
	padding:15px;
}
.blog-item .post-con h4{
	font-size:18px;
	font-weight:500;
	color:#000;
	margin-bottom:15px;
}
.blog-item .post-con .excerpt{
	font-size:14px;
	color:#8e9297;
	line-height:1.6;
	margin-bottom:20px;
}
.blog-item .post-con .blog-postlink a{
	display:inline-block;
	font-size:14px;
	font-weight:500;
	color:#55c343;
	padding-bottom:2px;
	border-bottom:1px solid #55c343;
}
.tax-hero{
	/*background-image:url(images/hero-bg.jpg);*/
	background-color:#0e5fa1;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:320px;
	padding:20px 0 130px;
	margin-top:12px;
}
.tax-top{
	display:flex;
	margin-bottom:20px;
	padding-left:30px;
}
.tax-top .video_sec{
	width:700px;
}
.tax-top .tax-top_cont{
	width: -moz-calc(100% - 290px);
    width: -webkit-calc(100% - 290px);
    width: -o-calc(100% - 290px);
    width: calc(100% - 290px);
	margin-left:40px;
	font-size:16px;
	color:#fff;
	line-height:1.5;
}
.tax-top h2{
	font-size:32px;
	font-weight:400;
	color:#fff;
}
.tax-top p{
	font-size:14px;
	color:#b7d3f2;
	line-height:1.8;
}
.page-top h2{
	font-size:32px;
	font-weight:400;
	color:#fff;
	text-align:center;
	margin-bottom:25px;
}
.page-top p{
	font-size:14px;
	color:#b7d3f2;
	line-height:1.8;
	text-align:center;
}
.taxonomy-grid{
	background:#f8f8f8;
	padding-bottom:10px;
}
.taxonomy-item{
	background:#fff;
	border-radius:5px;
	padding:20px 120px 15px 75px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:25px;
	position:relative;transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s;
}
/* .taxonomy-item.ftclass{
	align-items:normal;
} */
.taxonomy-item a.clickble{
    position: absolute;
    left: 0;
	z-index:10;
	top: 0px;right: 0px;bottom: 0px;
}
.taxonomy-item .rw-ui-info-container{background: none !important}

.taxonomy-item:hover{background-color: #f4fbfd;}
.taxonomy-item .tax-con a:hover{font-weight: bold;}
.tooltip_class{position: relative;}
.tooltip_div{    position: absolute;
    border: 1px solid rgb(172, 172, 172);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 8px 0px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    color: rgb(69, 69, 69);
    right: 0px;
    width: 180px;
    text-align: center;
    border-radius: 10px;
    left: 0px;
    top: 80px;
    z-index: 99;bottom: auto;}
.tooltip_div:before{border-left: 10px solid transparent;
    content: '';
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid white;
    top: -19px;
    z-index: 9;
    position: absolute;
    right: auto;
    left: 51px;}
.tooltip_div:after{    border-left: 11px solid transparent;
    content: '';
    border-right: 10px solid transparent;
    border-top: 11px transparent;
    border-top-color: inherit;
    top: -12px;
    position: absolute;
    right: auto;
    left: 50px;
    border-bottom: 11px solid #b9b3b3;}
.loopbubble{
	font-weight: 600;
}

.taxonomy-grid .taxonomy-item{position: relative;}
.taxonomy-grid .taxonomy-item .tax-con a{position: relative;z-index: 11;transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}

.taxonomy-item.ftclass:first-child{
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
	border: 1px solid #0e5fa1;
	padding:25px 120px 20px 75px;
}
/*.taxonomy-item.ftclass:first-child .tax-con.ftclass ul{margin-top: 10px;}
.taxonomy-item.ftclass:first-child .tax-con.ftclass ul li{line-height: 1.5;}*/
.taxonomy-item .tax-num span{
	display:block;
	/*height:65px;
	width:65px;
	background:#55c343;
	border-radius:50%;
	font-size:18px;
	color:#fff;*/
	font-weight:700;
	line-height:30px;
	padding:18px 15px 12px;
	text-align:center;
	font-size: 60px;
	color:#2b65ab;
}
/*.taxonomy-item:first-child .tax-num span{
	display:block;
	font-size:100px;
	color:#000;
	font-weight:700;
	line-height:80px;
	padding:0px;
	text-align:center;
	height:auto;
	width:auto;
	background:none;
}*/
.taxonomy-item:first-child .tax-compare .vbtn a{
	background:#ff2600;
	font-size:20px;
}
.taxonomy-item .p2{
	text-transform:uppercase;
	color:#1a8fff;
	font-size:18px;
	font-weight:bold;
	display:none;
}
.discnt{
    position: relative;
    top: -10px;
    font-weight: bold;
	display:none;
}
.discnt .strk{
    text-decoration: line-through;
}
.discnt .d-off{
	color:#0891ff;
}
.discnt1{
	font-size:18px;
    margin-top:10px;
    font-weight: bold;
}
.discnt1 .strk{
    text-decoration: line-through;
    display: inline-block;
    width: 100%;
}
.discnt1 .d-off{
	color:#0891ff;
}
.ftclass ul{
	display:none;
}
.ftclass .list-custom ul{
	display:block;
}
.ftclass .list-custom li strong{
	/*color:#000;*/
	font-weight:normal;
}
.ftclass.ftdup .list-custom li strong{
	font-weight:bold;
}
/* .ftclass .tax-num, .ftclass .tax-arrow{
	padding-top:100px;
} */
.save-box{
	color:#fff;
	background-image:url(https://toptenbestsoftware.org/wp-content/uploads/2019/02/save-offer.png);
	width:110px;
	height:110px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	padding-left: 51px;
	padding-top: 15px;
	display:none;
}
.certify{
	text-align:center;
	display:none;
}
.ftclass .save-box, .ftclass .discnt, .ftclass .p2, .ftclass .best_box, .ftclass .certify{
	display:block;
}
.antivirus_top{
	text-align: center;
    margin: 0 0 20px;
}
/*.taxonomy-items .best_box{
	background:#ff9300;
	color:#fff;
	padding:10px 20px;
	font-weight:700;
	font-size:18px;
	border-radius:10px;
	position:absolute;
	top:-10px;
	left:-10px;
}*/
.best_box{
    position: absolute;
    top: 0;
    left: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    width: auto;
    height: 24px;
    line-height: 22px;
    display: inline-block;
    font-size: 15px;
    background: #ff8220;
    color: #FFF;
	display:none;
}
.best_box:before{
    bottom: -.8571428571rem;
    left: 0;
    border-style: solid;
    border-color: #ec6800 transparent transparent;
    border-width: .8571428571rem 0 0 .8571428571rem;
}
.best_box:after{
    right: -18px;
    bottom: 0;
    border: 12px solid #ff8220;
    border-right-color: rgb(255, 130, 32);
    border-left-width: 12px;
    border-left-width: .4285714286rem;
    border-right-color: transparent;
    z-index: 0;
}
.best_box:after, .best_box:before {
    content: "";
    display: block;
    position: absolute;
}
.taxonomy-item .tax-con{
	min-width:390px;
	max-width:390px;
	font-size:15px;
	color:#8e8e8e;
}
.taxonomy-item .tax-con .short{
	line-height:1.6;
}
.taxonomy-item .tax-con .short *{
	display:inline;
}
.taxonomy-item .tax-con span{
	border-bottom:1px solid #bfbfbf;
	display:inline-block;
}
.taxonomy-item .tax-con ul{
	margin-top:7px;
}
.taxonomy-item .tax-con.ftclass ul{
	margin-top:20px;
}
.ftclass .vbtn{
    padding-top: 17px;
}
.taxonomy-item .tax-con ul li{
	list-style:none;
	line-height:1.8;
	padding-left:30px;
	position:relative;
}
.taxonomy-item .tax-con ul li:before{
	position:absolute;
	content:'\f00c';
	font-family:'FontAwesome';
	font-size:14px;
	color:#55c343;
	left:0;
	top:0;
}
.taxonomy-item h4{
	font-size:32px;
	color:#000;
	font-weight:700;
	text-align:center;
	width:100%;
}
.submit-compare{
	text-align: center;
}
.submit-compare input[type="submit"]:disabled{
	visibility:hidden;
}
.submit-compare input[type="submit"]{
	visibility:visible;
}
.submit-compare{
	position:fixed;
	bottom:0;
	width:100%;
	padding:15px 0;
	background:transparent;
	left:0;
}
.submit-compare.sbcolr{
	background:#f8f8f8;
}
.submit-compare input{
	display:inline-block;
	background:#55c343;
	color:#fff;
	border-radius:5px;
	padding:10px 30px;
	font-size:16px;
	font-weight:500;
	line-height:24px;
	border:0;
}
.contsec{
	padding:50px 0;
	background:#f2f2f2;
}
.contsec_inner{
	/*max-width:630px;*/
	margin:auto;
	padding:30px 40px;
	border:1px solid #e2e2e2;
	background:#fff;
}
.contsec h2{
	text-align:center;
	font-size: 32px;
	color: #000;
	font-weight: 400;
	margin-bottom: 25px;
}
.contsec input[type=text], .contsec input[type=email], .contsec textarea{
    width: 100%;
    border: none;
    font-size: 15px;
    padding: 15px 20px;
    margin-bottom: 15px;
	background:#f2f2f2;
	color:#919191;
}
.contsec textarea{
	height:150px;
	font-family:"Roboto", sans-serif;
	resize:none;
}
.contsec input[type=submit]{
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor:pointer;
	background: #3792f7;
	color: #fff;
	border-radius: 0px;
	padding: 0px 70px;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	border:none;
	text-align:center;
}
.contsec .submit_btn{
	text-align:right;
}
.contsec div.wpcf7 .ajax-loader{
	position:absolute;
}
.tax-compare{
	text-align:center;
	font-size:16px;
	color:#000;
	font-weight:300;
	position: relative;
    z-index: 20;
}
.taxonomy-items:first-child .tax-compare{
	/*padding-top:40px;*/
	position: static;
}
.tax-compare h3{
	font-size:32px;
	color:#000;
	font-weight:700;
	margin:5px 0 15px;
}
.tax-compare .vbtn{
	text-align:center;
	margin-bottom:15px;padding-top: 17px;
}
.tax-compare .vbtn a{
	display:inline-block;
	background:#55c343;
	color:#fff;
	border-radius:5px;
	padding:15px 45px;
	font-size:20px;
	font-weight:500;
	line-height:24px;
}
.tax-compare .tax-check{
	text-align:center;
	display:none;
}
.ftclass .tax-compare .tax-check{
	display:none
}
.tax-compare .tax-check span{
	display:inline-block;
	position:relative;
}
.tax-compare .tax-check span input{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
}
.tax-compare .tax-check span label{
	position:relative;
	padding-left:25px;
	color:#8e8e8e;
	font-size:14px;
	font-weight:400;
}
.tax-compare .tax-check span label:before{
	position:absolute;
	content:"\f096";
	font-family:'FontAwesome';
	font-size:17px;
	color:#8e8e8e;
	left:0;
	top:0;
}
.tax-compare .tax-check span input[type=checkbox]:checked + label:before{
	position:absolute;
	content:"\f046";
	font-family:'FontAwesome';
	font-size:17px;
	color:#55c343;
	left:0;
	top:0;
}
.tax-image{
	width:190px;
	text-align:center;
}
.taxonomy-items{
	margin-bottom: -100px;
    position: relative;
    top: -100px;
	min-height:100px;
}
.rw-ui-tooltip{
	background: none !important;
	box-shadow: none !important;
	margin: 58px 0 0;
	left:34% !important;
}
.rw-ui-info-container span.rw-ui-info-inner-container{
	border:none !important;
}
body .rw-ui-tooltip .rw-ui-tooltip-label{
	font-size:15px !important;
	color: #8e8e8e !important;
}
body .rw-ui-tooltip b{
	background:none !important;
}
.rw-ui-report{
	margin-top:180px;
}
.rw-ui-info-inner-nub, .rw-ui-info-outer-nub,body .rw-ui-report{
	display:none !important;
}
.rw-ui-info-inner-container{
	display:block !important;
}
.rw-ui-info-container:hover .rw-ui-info-inner-container{
	background:none !important;
}
.rw-ui-container:hover .rw-ui-info-container{
	visibility:hidden !important;
}
.rw-ui-info-inner-container .rw-ui-info span{
	position:absolute;
	left:60px;
	font-size:16px;
}
.rw-ui-info-inner-container{
	text-align: left !important;
	padding-left: 70px !important;
}
body .rw-ui-container .rw-ui-info-container .rw-ui-info-inner-container .rw-ui-info{
	color: #8e8e8e !important;
	font-size:0;
}
.st-rating{
	position: relative;
	z-index: 10;
	/*padding-left: 18px;
	width: 150px;*/
    margin: auto;
	padding-top:10px;
}
.st-rating .rw-ui-container.rw-halign-right .rw-report-link, .rw-ui-container.rw-size-medium.rw-valign-middle.rw-halign-right .rw-ui-info-container{
	display:none !important;
}
.single_top_mid .rw-ui-star.rw-size-large .rw-ui-stars li{
    margin: 2px 9px 0 !important;
}
.single_top_mid .rw-ui-star.rw-size-large .rw-ui-stars li:first-child{
	margin-left:0 !important;
}
.hero-sec{
	background-image:url(images/hero-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:80px 0;
	margin-top:12px;
}
.hero-sec h1{
	font-size:32px;
	color:#fff;
	text-align:center;
	font-weight:300;
	margin-bottom:15px;
}
.hero-sec h1 strong{
	font-weight:700;
}
.hero-sec h4{
	font-size:21px;
	color:#fff;
	text-align:center;
	font-weight:700;
	margin-bottom:55px;
}
.hero-items{
	display:flex;
	justify-content:space-between;
}
.hero-item{
	width:calc(33.33% - 40px);
	background:#fff;
	border-radius:5px;
	padding:40px 40px 18px;
}
.hero-item h2{
	font-weight:400;
	color:#2b5482;
	font-size:21px;
	margin-bottom:25px;
}
.hero-item h2 i{
	margin-right:15px;
	font-size:25px;
}
.hero-item ul li{
	list-style:none;
	margin-bottom:22px;
}
.hero-item ul li a{
	display:block;
	position:relative;
	font-weight:400;
	color:#8e8e8e;
	padding-right:25px;
}
.hero-item ul li a:after{
	position:absolute;
	content:"\f054";
	font-family:'FontAwesome';
	font-size:16px;
	color:#55c343;
	right:0;
	top:1px;
}
.companies{
	padding:45px 0;
}
.companies .in{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.tax-btns{
	display:flex;
	justify-content:space-between;
}
.tax-btns .btn-box{
	display:flex;
	align-items:center;
}
.tax-btns .btn-box a{
	display:block;
	background:#fff;
	font-weight:500;
	font-size:14px;
	color:#1264a7;
	line-height:16px;
	padding:8px 15px;
	border-radius:4px;
}
.tax-btns .btn-box .p1{
	font-weight:500;
	font-size:16px;
	color:#fff;
	border-radius:4px;
	padding:8px 15px;
}
.tax-btns .btn-box.itemspad a{
	margin-left:30px;
}
.tax-btns input[type=submit]{
	display:block;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#1264a7;
	line-height:16px;
	padding:8px 15px;
	border-radius:4px;
	border:none;
	cursor:pointer;
}
.tax-btns select{
    padding: 7px 30px 7px 15px;
    border: none;
    border-radius: 4px;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-image:url(images/arrow-down.png);
	background-repeat:no-repeat;
	background-position:95% center;
	background-color:#fff;
}
.comarison-box{
	padding:40px 120px 50px;
	background:#fff;
	border-radius:2px;
	min-height:300px;
}
.pro-table{
	display:flex;
	justify-content:space-between;
}
.product-slider{
	display:flex;
}
.product-slider .slick-list{
	min-width:100%;
}
.product-slider .products{
	width:210px;
}
.prolabels{
	font-size:15px;
	color:#898989;
	margin-bottom:20px;
	height:36px;
}
.prolabels.stat{
	text-align:center;
}
.prolabels.stat .fa-check{
	color:#55c343;
}
.prolabels.stat .fa-times{
	color:#d90006;
}
.pro-table .labels{
	width:100%;
}
.pro-table .spec{
	font-size:21px;
	height:30px;
	line-height:30px;
	color:#000;
	margin-bottom:30px;
	display:flex;
	align-items:center;
}
.pro-table .spec strong{
	width:300px;
}
.pro-table .spec span{
	width:100%;
	height:2px;
	background:#efefef;
}
.pro-table .price{
	font-size:17px;
	color:#000;
	font-weight:700;
	margin-bottom:20px;
	line-height:25px;
}
.pro-table .price.rate{
	font-size:21px;
	text-align:center;
}
.pro-table .fimg{
	height:165px;
	margin-bottom:35px;
	text-align:center;
	padding:0 30px 35px;
	border-bottom:2px solid #efefef;
}
.pro-table .fimg .img{
	height:36px;
}
.pro-table .fimg img{
	display:inline-block;
	height:auto;
	width:150px;
	max-width:inherit;
}
.pro-table .fimg .vbtns{
	margin:20px 0 15px;
}
.vbtns a{
	display:inline-block;
	width:150px;
	height:40px;
	background:#55c343;
	color:#fff;
	font-size:14px;
	font-weight:500;
	line-height:20px;
	padding:10px;
	border-radius:4px;
}
.obtns a{
	color:#8e8e8e;
	font-size:14px;
}
.pro-table .pro-btns{
	text-align:center;
	height:74px;
}
.pro-table .pro-btns .vbtns{
	margin:0 0 15px;
}
.comn-pad{
	padding:0 120px;
}
.def-pg{
	padding-top:90px;
}
.def-pg .content-area h2{
	font-size:32px;
	padding-bottom:35px;
}
.def-pg .content-area p{
	font-size:15px;
	color:#8e9297;
	line-height:20px;
	padding-bottom:25px;
}
.hero-sec.bloghd h1{
	font-weight:400;
}
.blogwhole{
	background:#f8f8f8;
}
.blog-enc{
	padding:70px 0 90px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between; 
     justify-content: space-between;
	 -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog-left{
	width:65%;
}
.blogwhole h1.page-title{
	padding-top:25px;
}
.blog-right{
	width:30%;
}
.blog-enc .entry-header .entry-meta, .postrt .link-more a{
	display:none;
}
.postenc{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	background:#fff;
	padding:14px 0 20px 14px;
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
	border-radius:4px;
}
.blog-left article{
	margin-bottom:45px;
}
.postlt{
	width:350px;
}
.postrt{
	width: -moz-calc(100% - 410px);
	width: -webkit-calc(100% - 410px);
	width: -o-calc(100% - 410px);
	width: calc(100% - 410px);
	margin-left:60px;
	padding-right:90px;
}
.postrt h3 a{
	color:#000;
	font-size:18px;
	font-weight:500;
	padding-bottom:18px;
	display:block;
}
.postrt .excerpt{
	font-size:14px;
	color:#8e9297;
	line-height:22px;
	padding-bottom:18px;
}
/*.postlt .post-thumbnail img{
	min-height:260px;
}*/
.read-link a{
	text-decoration:underline;
	color:#55c343;
	font-size:14px;
	font-weight:500;
}
.blog-right .popular-posts{
	background:#fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
	border-radius:4px;
	padding-top:32px;
	margin-bottom:40px;
}
.blog-right h2.widget-title{
	font-size:26px;
	padding-bottom:28px;
	border-bottom:1px solid #f7f7f7;
	padding:0 15px 28px 35px;
}
.blog-right .wpp-list li{
	padding:20px 15px 20px 35px;
	border-bottom:1px solid #f7f7f7;
}
.blog-right .wpp-list li a.wpp-post-title{
	color:#000;
	font-size:18px;
	font-weight:500;
	display:block;
	padding-bottom:4px;
}
.blog-right .widget-item h2{
    font-weight: 400;
    color: #2b5482;
    font-size: 21px;
	background:#fff;
	border-radius:4px 4px 0;
	padding:40px 40px 25px 40px;
}
.blog-right .widget-item h2 i {
    margin-right: 15px;
    font-size: 25px;
}
.blog-right .widget_nav_menu{
	margin-bottom:40px;
	background:#fff;
	padding:40px 40px 18px;
	border-radius:4px;
	box-shadow: 0px 11px 15px rgba(0,0,0,.1);
}
.blog-right .widget_nav_menu .widget-title{
	color: #2b5482;
	font-size: 21px;
	border:none;
	padding:0 0 25px 35px;
	position:relative;
}
.blog-right .widget_nav_menu .widget-title:before{
	font-family: 'FontAwesome';
	position:absolute;
	left:0;
}
#nav_menu-2 .widget-title:before{
	content:"\f023";
}
#nav_menu-3 .widget-title:before{
	content:"\f26c";
}
#nav_menu-4 .widget-title:before{
	content:"\f0ac";
}
.blog-right .widget_nav_menu ul li {
    list-style: none;
    margin-bottom: 22px;
}
.blog-right .widget_nav_menu ul li a {
    display: block;
    position: relative;
    font-weight: 400;
    color: #8e8e8e;
    padding-right: 25px;
}
.blog-right .widget_nav_menu ul li a:after{
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #55c343;
    right: 0;
    top: 1px;
}
.single #comments, .single .post-navigation{
	display:none;
}
.post-inner{
	background:#fff;
	padding:15px 15px 50px;
	box-shadow:0px 11px 15px rgba(0,0,0,.1);
}
.post-content{
	padding:50px 60px 0 60px;
}
.post-content h2{
	font-size:26px;
	padding-bottom:25px;
}
.post-content p{
	font-size:15px;
	color:#8e9297;
	line-height:25px;
	padding-bottom:30px;
}
.error-404 {
    text-align: center;
    font-size: 22px;
    color: #2d2d2d;
    padding: 80px 0px;
}
.error404 .hero-sec h1{
	font-weight:700;
	font-size:90px;
}
.error-404 h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0px;
    color: #000;
}
.error-404 p {
    margin-bottom: 15px;
}
.error-404 a {
    color: #55c343;
    font-size: 20px;
}
.bottomsec{
	padding:40px 0 75px;
	text-align:center;
}
.bottomsec h2{
	font-size:32px;
	padding-bottom:55px;
}
.bottomsec ul{
    display: flex;
    justify-content: space-between;
}
.bottomsec ul li{
    width: calc(33.33% - 50px);
	list-style:none;
}
.bottomsec ul li h4{
	font-size:21px;
	color:#2b5482;
	padding-bottom:30px;
}
.bottomsec ul li p{
	font-size:15px;
	line-height:25px;
	color:#8e8e8e;
}
.list-icon{
	margin-bottom:35px;
}
.list-icon i{
    font-size: 41px;
    background: #2b5482;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
}
.charity{
	padding:60px 0;
}
.charity-enc{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	padding:0 70px;
}
.charity-img{
	width:100%;
	max-width:300px;
}
.charity-content{
	padding-left:50px;
}
.charity-content h3{
	font-size:25px;
	font-weight:500;
	padding-bottom:25px;
}
.charity-content p{
	font-size:15px;
	line-height:25px;
	color: #8e9297;
}
.missionblock{
	padding-top:20px;
}
.missionblock a{
	color:#fff;
	font-size:17px;
	font-weight:700;
	text-decoration:underline;
}
.missionblock p{
	color:#fff;
	padding-top:15px;
	line-height:22px;
}
.prolabels.stat p{
	display:none;
}
.m-title{
	color:#fff;
	font-size:20px;
	font-weight:700;
}
.bot-desc h3{
	font-size: 22px;
	font-weight: 400;
	color: #8e8e8e;
	padding-bottom:20px;
}
.bot-desc p{
	padding-bottom:15px;
	line-height:22px;
	color: #8e8e8e
}
#ofcomparisons, .searchandfilter .sf-field-taxonomy-comparisons, .tax-con .item_price,.tax-con .website,
.tax-con .price, .tax-con .guarantee_days, .tax-con .recommended, .tax-con .short_description, 
.tax-con .banner_right_content, .tax-con .banner_left_image, .tax-con .banner_description, .tax-con .guarantee{
	display:none;
}
.btn-box .searchandfilter ul{
	display:flex;
}
.btn-box .searchandfilter ul li{
	margin:0 10px;
}
.tax-header{
	background:#3792f7;
	padding:80px 0px;
}
.tax-innr{
	padding:0 40px;
	color:#fff;
}
.tax-header h1{
	font-size:32px;
	padding-bottom:20px;
	font-weight:700;
}
.tax-header p{
	font-size:15px;
	line-height:25px;
}
.taxmenc{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.taxmenc > div{
	width:48%;
}
.taxm-rht p{
	margin-bottom:20px;
}
.taxm-rht p:last-child{
	margin-bottom:0px;
}
.taxmrt{
	background-color:#fff;
	max-width:370px;
	width:100%;
	text-align:center;
	padding:20px 20px 30px;
	border-radius:5px;
	margin-bottom:70px;
}
.taxmrt img{
	padding-bottom:15px;
	display:inline-block;
}
.taxmrt a{
    display: block;
    background: #55c343;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
	width:150px;
	margin:auto;
}
.taxm-whole{
	background:#f8f8f8;
	padding:45px 0 0px;
}
.taxm-enc{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.taxm-left {
    width: 62%;
	color:#020202;
	background:#fff;
	padding:40px;
	border:1px solid #c9c9c9;
}
.taxm-right {
    width: 36%;
	border:1px solid #c9c9c9;
	background:#fff;
}
.taxm-left h1{
	font-size:32px;
	color:#177ff2;
	padding-bottom:15px;
}
.taxm-left p{
	font-size:15px;
	line-height:25px;
	padding-bottom:25px;
}
.procon h3{
	font-size:21px;
	color:#0f6ab4;
	padding-bottom:18px;
	font-weight:500;
}
.procon ul{
	padding-right:140px;
}
.procon li{
	list-style:none;
	font-size:15px;
	line-height:20px;
	padding-bottom:18px;
}
.taxm-right .widget{
	margin-bottom:25px;
}
.widwork{
	padding:40px 40px 30px 40px;
}
.widwork h2{
	font-size:26px;
	color:#177ff2;
	padding-bottom:25px;
}
.widwork ul li{
	list-style:none;
	font-size:16px;
	color:#020202;
	padding-left:35px;
	padding-bottom:12px;
	position:relative;
}
.lgap{
	margin-left:35px;
}
.widwork ul li:before{
	position:absolute;
	content:"\f00c";
	font-family:'FontAwesome';
	left:0;
	color:#55c343;
	font-size:20px;
}
.top5{
	padding:30px 20px 25px;
}
.top5 h3{
	font-size:18px;
	color:#000;
	font-weight:500;
	text-align:center;
	padding-bottom:20px;
}
.top5 li{
	text-align:center;
	list-style:none;
	padding:20px 22px;
	border:1px solid #e1e1e1;
	border-bottom:none;
	position:relative;
}
.top5 li img{
	width:180px;
}
.taxm-right .tax-num{
	font-size:14px;
	position:absolute;
	color:#fff;
	background:#0f6ab4;
	width:35px;
	height:35px;
	border-radius:50%;
	left: 20px;
	padding: 9px;
}
.top5 li:last-child{
	border-bottom:1px solid #e1e1e1;
}
.th-box{
	text-align:center;
	padding:30px 20px 40px;
}
.th-box img{
	padding-bottom:20px;
}
.pr-free{
	font-size:12px;
	color:#717171;
	font-weight:500;
	padding-bottom:20px;
}
.pr-free strong{
	display:block;
	font-size:31px;
	color:#0f6ab4;
	font-weight:700;
}
a.vweb{
    display: block;
    background: #55c343;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
	width:150px;
	margin:auto;
}
.tax-hero .title1{
	font-size:40px;
	color:#fff;
	font-weight:600;
	text-align:center;
	padding-bottom: 20px;
}
.tax-hero h2{
	color:#fff;
	font-size:28px;
	margin-bottom:28px;
	margin-top:20px;
}
.video_sec{
	width:250px;
}
.video_sec_inner{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
	margin-top: 13px;
}
.video_sec_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.col-2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left:-50px;
}
.col-2 li{
	list-style-type:none;
	width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    width: calc(50% - 50px);
	margin-left:50px;
}
.col-2 li strong{
	display:block;
	margin-bottom:5px;
}
.ribbon{
	/*background:url(images/ribbon_img.png);*/
	background-repeat:no-repeat;
	height:119px;
	width:139px;
	color:#fff;
	font-size:16px;
	line-height:26px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	top:-7px;
	font-weight:700;
	position:absolute;
	background-color:#6fb96c;
	padding-bottom:15px;
}
.ribbon:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 24px solid #ffffff;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
}
.pro2{
	padding-left:20px;
}
.pro2 li{
	list-style:disc;
	padding-bottom:12px;
}
.prod_summary{
	background:#3792f7;
	padding:75px 0px;
	color:#fff;display: inline-block;width: 100%;
}
.prod_summary h1{
	margin-bottom:20px;
	font-size: 32px;
}
.prod_summary .su-row{
	margin-bottom:0px;
	padding-left:40px;
	padding-right:40px;
}
.prod_summary .su-row > br, .prod_summary .su-column > br{
	display:none;
}
.prod_summary p:first-child{
	margin-top:0px;
}
.prod_summary p{
	margin-top:15px;
}
.pro_cons_sec{
	margin-bottom:40px;
}
.pro_cons_box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pro_cons_box > div{
	width:49%;
	border:1px solid #c9c9c9;
	background:#fff;
	padding:40px 40px 15px;
}
.pro_cons_box h3{
	text-transform:uppercase;
	margin-bottom:35px;
}
.pro_cons_box .pros_box h3{
	color:#3ca93b;
}
.pro_cons_box .cons_box h3{
	color:#e60400;
}
.pro_cons_box li{
	padding-left:30px;
	position:relative;
	list-style-type:none;
	margin-bottom:20px;
	line-height:22px;
}
.pro_cons_box li:before{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	height:8px;
	width:8px;
	margin-top:-4px;
	border-radius:8px;
}
.pro_cons_box .pros_box li:before{
	background:#3ca93b;
}
.pro_cons_box .cons_box li:before{
	background:#e60400;
}
.single_top_cont{
	background:#f2f2f2;
	padding:60px 0px;
}
.top_header_text{    text-align: center;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #4c4c4c;}
.single_top_cont_inner{
	background:#fff;
	border:1px solid #e2e2e2;
	padding:40px 80px 40px 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	/*align-items:center;*/
}
.single_top_cont_inner .single_top_left{
	border:1px solid #e2e2e2;
	position:relative;
	width:21%;
	padding:25px 15px;
	text-align:center;
}
.single_top_left .badge{
	position:absolute;
	left:-30px;
	top:-20px;
}
.single_top_cont_inner .single_top_mid{
	width:54%;
	line-height:22px;
}
.single_top_cont_inner .single_top_mid h1{
	font-weight:bold;
	font-size:32px;
	margin-bottom:20px;
	margin-top:2px;
}
.single_top_cont_inner .single_top_rht{
	width:18%;
	text-align:center;
}
.visit_btn a{
	display: block;
	background: #ff2600;
	color: #fff;
	border-radius: 3px;
	padding: 15px 0px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
.itm_price{
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}
.star_rating .rw-action-area .rw-report-link {
    display: none !important;
}
.itm_price{
	font-size: 21px;
	color: #000;
	font-weight: 700;
	margin: 15px 0 25px;
	padding:20px 0px;
}

.tax-top .tax-top_cont{line-height: 1.5 !important}
.tax-top_cont h1.title1{text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 35px;
    padding-bottom: 0px;
}
.tax-hero h2{    
    font-size: 22px;
    margin-bottom: 13px;
    margin-top: 14px;
    text-align: center;}
.force_center{
	align-items: center!important;
}
 .pf-button{    max-width: 310px;
    text-align: center;
    padding-left: 50px;
    margin-top: -90px;}
.pf-button .visit_btn a{
	background-color: #e6e7e9;
	color: #143269;
}

/******* AV Bubble Customization Start *******/
.av_tax_bubble{background: yellow;}
.av_tax_bubble:before{border-bottom: 10px solid yellow;}
/******* AV Bubble Customization End *******/
.tax-compare .vbtn a.white_shadow_13, .tax-compare .vbtn a.white_shadow_5{    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);border-radius: 0px;background: #fff;color: #000;}
.pulsing_button_13, .pulsing_button_5{
  border-radius: 0px!important;
  animation-name: redPulse;
  -webkit-animation-name: redPulse;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes redPulse {
    from { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
    50% { -webkit-box-shadow: 0 0 18px #ff5c00;-o-box-shadow: 0 0 18px #ff5c00;box-shadow: 0 0 18px #ff5c00; }
    to { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
  }
@keyframes redPulse {
    from { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
    50% { -webkit-box-shadow: 0 0 18px #ff5c00;-o-box-shadow: 0 0 18px #ff5c00;box-shadow: 0 0 18px #ff5c00; }
    to { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
  }

.bottom_fixed_div{position: fixed;bottom: 0px;left: 0px;right: 0px;z-index: 99;-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);background:#282a40;padding: 16px 0px;}
.fixed_btn_content {position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;padding:0.4rem 1rem 0;}
.fixed_btn_details{text-align: center;}
.fixed_btn_details .bottom_fixed{font-size:21px;color: #fff;font-weight:700;text-align: left;}
.fixed_btn_details .bottom_fixed span.red-text{font-size:21px;color: #fff;}
.fixed_btn_details .rd_btn{background:#38c394;padding: 14px 50px;font-size: 20px; font-weight:bold;color: #fff;/*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/margin-left: 15px;float: right;}
.fixed_btn_details .rd_btn:hover{background: #4acb9f;}
.bottom_fixed-logo{max-width:250px;display: inline-block;margin-right:10%;vertical-align: middle;}
.bottom_fixed-text{display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}


.fixed_sec_1{background-color: #fff;text-align: center;}
.fixed_sec_1 .enclose{background-color: #fff;display: inline-block;vertical-align: middle;}
.fixed_sec_1 .rd_btn, .fixed_sec_1 .rd_btn:hover{background-color: #ff2600;}
/*.fixed_sec_1 .fixed_btn_details{-ms-flex-align: center!important;align-items: center!important;}*/
.fixed_sec_1 .spacial_sec_txt{font-size: 28px;font-weight: 500;display: inline-block;padding-top: 10px;}
.fixed_sec_1 .red-text{    color: #f44336;}

.close_btn{display: none;}

/*for large btn css*/
.large_mdl{padding: 40px 20px 55px;}
.large_mdl .close_btn{display: block; position: absolute;top: -15px;right: 0px;cursor: pointer;font-size: 27px;}
.large_mdl .bottom_fixed-logo{width: 100%;margin-right: 0%;}
.large_mdl .bottom_fixed-text {width: 100%;font-size: 42px;font-weight: 800;padding-right: 230px;white-space: normal;line-height: 62px;}
.large_mdl .fixed_btn_details .bottom_fixed span.red-text{font-size: 42px;}
.large_mdl .fixed_btn_details{position: relative;}
.large_mdl .fixed_btn_details .rd_btn{position: absolute;right: 0px;top: 50%;background: #38c394;padding: 18px 45px;animation-name: cyanPulse; -webkit-animation-name: cyanPulse;-webkit-animation-duration: 3s; animation-duration: 3s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.large_mdl .fixed_btn_details .rd_btn:hover{background: #4acb9f;}
.max_width_container .enclose{max-width: 1170px;}
.max_width_container .fixed_btn_content{padding: 0px;}
.max_width_container .fixed_btn_details .rd_btn{animation-name: cyanPulse; -webkit-animation-name: cyanPulse;-webkit-animation-duration: 3s; animation-duration: 3s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}

@-webkit-keyframes cyanPulse {
    from { -webkit-box-shadow: 0 0 2px #38c394;-o-box-shadow: 0 0 2px #38c394;box-shadow: 0 0 2px #38c394; }
    50% { -webkit-box-shadow: 0 0 18px #38c394;-o-box-shadow: 0 0 18px #38c394;box-shadow: 0 0 18px #38c394; }
    to { -webkit-box-shadow: 0 0 2px #38c394;-o-box-shadow: 0 0 2px #38c394;box-shadow: 0 0 2px #38c394; }
  }
@keyframes cyanPulse {
    from { -webkit-box-shadow: 0 0 2px #38c394;-o-box-shadow: 0 0 2px #38c394;box-shadow: 0 0 2px #38c394; }
    50% { -webkit-box-shadow: 0 0 18px #38c394;-o-box-shadow: 0 0 18px #38c394;box-shadow: 0 0 18px #38c394; }
    to { -webkit-box-shadow: 0 0 2px #38c394;-o-box-shadow: 0 0 2px #38c394;box-shadow: 0 0 2px #38c394; }
  }




/****************************/
@media (max-width:1300px){
/******/
.rw-ui-tooltip{
	left:26% !important;
}
.taxonomy-items{
	margin:0 15px;
}	
/******/	
}
@media (max-width:1199px){
/******/
.postlt {
    width: 280px;
}
.postlt .post-thumbnail img {
    min-height: inherit;
}
.postrt{
	width: calc(100% - 310px);
    margin-left: 30px;
    padding-right: 20px;
}
.hero-item, .blog-items .blog-item{
    width: calc(33.33% - 20px);
}
.taxonomy-item, .taxonomy-item:first-child{
	padding:20px;
	flex-direction:column;
	text-align:center;
}
.taxonomy-item > *{
	margin-bottom:15px;
}
.comarison-box{
	padding:30px;
}
.taxmrt{
	max-width:340px;
	margin-left:20px;
}
.procon ul {
    padding-right: 40px;
}
.tax-hero .title1 {
    font-size: 36px;
}
.ribbon{
	margin-top:0px;
	position:relative;
}
.taxonomy-items:first-child .tax-compare {
    padding-top: 20px;
}
.rw-ui-tooltip {
    left: 47% !important;
}	
.taxonomy-item.ftclass{
    align-items: center;
}	
.ftclass .tax-num, .ftclass .tax-arrow {
    padding-top: 0;
}	
.single_top_cont_inner{
	padding:30px 40px;
}
.single_top_cont_inner .single_top_left {
    width: 24%;
}
.single_top_cont_inner .single_top_mid {
    width: 50%;
}
.single_top_cont_inner .single_top_rht {
    width: 20%;
}
.large_mdl .fixed_btn_details .rd_btn{width: 200px;bottom: auto; padding: 28px 10px;text-align: center;}
.large_mdl .fixed_btn_details .bottom_fixed span.red-text, .large_mdl .bottom_fixed-text{font-size: 35px;}

}
/******/
}@media (max-width:1000px){
	.bottom_fixed-logo{margin-right:3%;}
}
@media (max-width:991px){
	.n-seal{margin-right: 60px;}
	.single_top_left .badge{max-width: 70px;}
	.width_responsive{width: 100% !important;}
	.prod_summary{padding-bottom: 100px;}
	.pf-button{margin: 25px auto 0px;padding-left: 0px;max-width: 230px;}
.header-top{height: 60px;}
#tenbox{padding-top: 48px;}
.addgap .n-seal{max-width: 95px;}
.header-top .n-seal{max-width: 95px;}
/******/
.comn-pad {
    padding: 0 50px;
}	
.blog-enc{
	display:block;
}
.blog-left {
    width: 100%;
}
.blog-right {
    width: 100%;
    margin: auto;
    max-width: 380px;
}
.hero-sec h1 {
    font-size: 25px;
}
.hero-sec{
	padding:40px 0;
}
.hero-item, .blog-items .blog-item {
    width: calc(33.33% - 10px);
}
.hero-item{
	padding: 40px 15px 18px;
}
.hero-item h2{
	font-size:18px;
}
.hero-item h2 i{
	margin-right:5px;
}
.companies .in img{
	padding:0 10px;
	max-width: 140px;
}
.blog-grid {
    padding: 30px 0;
}
.blog-grid h2 {
    font-size: 25px;
}
.disclosure p{
	margin-right:0;
}
.disclosure, #footer{
	padding:30px 0;
}
.bottomsec ul li {
    width: calc(33.33% - 20px);
}
.charity {
    padding: 30px 0;
}
.charity-enc{
	padding:0;
}
.charity-content {
    padding-left: 20px;
}
.charity-content h3 {
    font-size: 20px;
    padding-bottom: 15px;
}
.tax-top h2 br{
	display:none;
}
.tax-top{
	padding-left:0px;
}
.tax-btns .btn-box .p1 {
    font-size: 14px;
}
.tax-top .tax-top_cont{
	font-size:14px;
	line-height:22px;
}
.tax-hero .title1 {
    font-size: 28px;
}
.tax-hero h2 {
    font-size: 22px;
}
.pro-table .labels {
    width: 100%;
    max-width: 250px;
}
.tax-innr {
    padding:0px;
}
.taxm-rht p {
    margin-bottom: 10px;
}
.tax-header h1 {
    padding-bottom: 10px;
}
.tax-header {
    padding: 40px 0px;
}
.taxm-enc {
    display: block;
}
.taxm-left {
    width: 100%;
	margin-bottom:20px;
}
.taxm-right {
    width: 100%;
    max-width: 370px;
    margin: auto;
}
.procon ul {
    padding-right: 0;
}
.rw-ui-tooltip {
    left: 45% !important;
}	
.n-seal{
	padding:0 10px;
}
.prod_summary .su-row{
	padding-left:0px;
	padding-right:0px;
}
.visit_btn a{
	font-size:18px;
}
.single_top_cont_inner .single_top_mid{
	font-size:15px;
}
/******/
.fixed_btn_details p, .fixed_btn_details p span.red-text, .fixed_btn_details .rd_btn{font-size: 18px;}
.bottom_fixed_div{padding:0;}
.bottom_fixed_div .enclose{padding-right: 0}
.bottom_fixed{padding: 10px 0 20px;}
.fixed_btn_details .rd_btn{position: absolute;top:0;right:0;bottom: 0;width: 150px;}
.fixed_btn_details .rd_btn span{position:absolute;white-space:nowrap;right:0;left:0;top:50%;text-align:center;transform: translateY(-50%);}
.bottom_fixed-logo{max-width: 200px}
.large_mdl .enclose{padding: 0px;}
}
@media (max-width:800px){
.bottom_fixed-text{font-size: 19px;}
}
@media (max-width:800px){
.bottom_fixed-logo{margin-right:0;}
}
@media (max-width:767px){
	.single_top_cont_inner .single_top_mid h1{font-size: 26px;}
	.taxonomy-item.ftclass:first-child{padding: 25px 30px 20px 30px;}
	.addgap > a img {max-width: 90px;}
	.header-top > a img {max-width: 90px;}
	.tax-top_cont h1.title1{font-size: 25px !important; line-height: 27px;}
	.addgap .n-seal {max-width: 85px;}
	.header-top .n-seal {max-width: 85px;}

	.large_mdl .bottom_fixed-text{padding-right: 0px;max-width: 100%;}
	.large_mdl .bottom_fixed-logo{display: block;}
	.large_mdl .fixed_btn_details .rd_btn{display: block;position: relative;top: 0px;bottom: 0px;margin: 10px auto; right: auto;left: auto;float: none;}
	.large_mdl .bottom_fixed-logo{margin: auto;}
	.large_mdl .fixed_btn_details .bottom_fixed span.red-text, .large_mdl .bottom_fixed-text {font-size: 26px;text-align: center;}
	.large_mdl .fixed_btn_details .rd_btn{padding: 20px 0px;}

/******/
.taxonomy-item .tax-con{
	font-size:14px;
}
.def-pg {
    padding-top: 40px;
}
.def-pg .content-area h2 {
    font-size: 25px;
    padding-bottom: 25px;
}
.blog-enc {
    padding: 40px 0 30px;
}
.postrt h3 a {
    font-size: 16px;
    padding-bottom: 5px;
}
.postlt {
    width: 220px;
}
.postrt {
    width: calc(100% - 240px);
    margin-left: 20px;
    padding-right: 10px;
}
.postrt .excerpt{
	padding-bottom:5px;
}
.post-content {
    padding: 30px 30px 0 30px;
}
.hero-sec h1 {
    font-size: 20px;
}
.hero-sec h4 {
    font-size: 16px;
    margin-bottom: 30px;
}
.hero-items, 
.companies .in, 
.blog-items, 
.footer-container, 
.bottomsec ul, 
.charity-enc{
	display:block;
}
.hero-item, .blog-items .blog-item {
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
}
.blog-items{
	padding-top:20px;
}
.companies .in img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}
.footer-menu {
    padding: 20px 0;
}
.bottomsec {
    padding: 0px 0 50px;
}
.bottomsec h2 {
    font-size: 25px;
    padding-bottom: 30px;
}
.bottomsec ul li {
    width: 100%;
	margin-bottom:20px;
}
.list-icon {
    margin-bottom: 15px;
}
.bottomsec ul li h4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.videoframe iframe{
	width:100%;
}
.charity-img{
	margin:auto;
}
.charity-content {
    padding-left: 0;
    padding-top: 20px;
}
.tax-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tax-btns .btn-box{
	margin-bottom:15px;
}
.pro-table .labels{
	display:none;
}
.prolabels.stat {
    text-align: center;
    display: flex;
    justify-content: center;
}
.prolabels.stat p{
	margin-right:20px;
}
.prolabels.stat p{
	display:block;
}
.btn-box .searchandfilter ul {
    display: block;
}
.tax-header {
    padding: 30px 0;
}
.tax-header h1 {
    font-size: 25px;
    padding-bottom: 20px;
}
.taxmenc {
    display: block;
    margin-bottom: 0;
}
.taxm-img{
	padding-bottom:20px;
	text-align:center;
}
.taxmrt{
	margin:auto;
}
.tax-top{
	display:block;
}
.tax-top .tax-top_cont{
	width:100%;
	margin:15px 0px 0px;
}
.tax-top .video_sec{
	width:100%;
}
.tax-hero .title1 {
    font-size: 22px;
}
.tax-hero h2{
	font-size:18px;
}
.tax-hero{
	padding-top:25px;
}
.taxonomy-item:first-child .tax-num span {
    font-size: 65px;
    line-height: 60px;
}
.n-seal{
    margin-right: 60px;
	border:none;
	max-width: 90px;
}
.mean-container .mean-bar{top: 24px;}
.hamburg-item{margin-bottom: 2px;}
.header-top{height: 60px;}
.header-top.addgap {height: 60px;}
.header-top.addgap .mean-bar{top: 20px;}
.header-top > a{max-width: 110px;}
#tenbox {padding-top: 48px;}
.contsec_inner{
	padding:30px 15px;
}
.contsec .submit_btn {
    text-align: center;
}
.prod_summary{
	padding:40px 0px 30px;
}
.pro_cons_box{
	display:block;
}
.pro_cons_box > div{
	width:100%;
	padding: 25px 20px 10px;
	margin-bottom:20px;
}
.pro_cons_box h3 {
    margin-bottom: 20px;
}
.pro_cons_box li {
    padding-left: 20px;
	margin-bottom:15px;
}
.taxm-left{
	padding:20px;
}
.widwork {
    padding: 20px;
}
.taxmenc > div {
    width: 100%;
}
.single_top_cont_inner{
	display:block;
	padding:15px;
}
.single_top_cont_inner .single_top_left{
	width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
	margin:20px 25px 0px;
}
.single_top_cont_inner .single_top_mid{
	width:100%;
	margin:20px 0px;
}
.single_top_cont_inner .single_top_rht{
	width:100%;
}
.visit_btn a{
	max-width:200px;
	margin:auto;
}
/******/
.bottom_fixed-logo{display: none;}
.fixed_btn_details .rd_btn{ padding: 8px 20px;}
.bottom_fixed-text{max-width: 70%;}


}
@media (max-width:539px){
.fixed_btn_details p, .fixed_btn_details p span.red-text, .fixed_btn_details .rd_btn{font-size: 18px;}
.fixed_btn_details .rd_btn{display: block;max-width: 110px;}
.fixed_btn_content{padding: .5rem}
/******/
.def-pg .content-area h2 {
    font-size: 20px;
    padding-bottom: 20px;
}
.def-pg .content-area p {
    font-size: 14px;
    padding-bottom: 15px;
}
.taxonomy-items {
    margin: 0 5px;
}	
.comn-pad {
    padding: 0;
}
.videoframe iframe {
    height: 200px;
}
.postenc{
	display:block;
	padding-right:14px;
}
.postlt {
    width: 100%;
}
.postrt {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 20px;
}
.blog-right .widget_nav_menu{
	padding-left:20px;
	padding-right:20px;
}
.blog-right .widget_nav_menu .widget-title{
	font-size:17px;
}
.post-content {
    padding: 30px 10px 0 10px;
}
.post-content h2 {
    font-size: 18px;
    padding-bottom: 15px;
}
.post-content p {
    font-size: 14px;
    padding-bottom: 15px;
}
.hero-sec h1 {
    font-size: 18px;
}
.hero-sec h4 {
    font-size: 14px;
}
.companies .in{
	text-align:center;
}
.companies .in img {
    max-width: inherit;
    width: auto;
}
.blog-grid h2{
	font-size:20px;
}
.footer-navi ul{
	display:block;
}
.footer-navi li {
    width: 100%;
}
.main-navigation{
	width: 270px;
	padding:50px 35px;
}
.hamburg-item a.active{
	position:relative;
	left:28px;
}
.error404 .hero-sec h1{
	font-size:40px;
}
.error-404{
	padding:30px 0;
}
.error-404 h2{
	font-size:18px;
}
.error-404{
	font-size:15px;
}
.error-404 a{
	font-size:16px;
}
.bottomsec h2 {
    font-size: 20px;
    padding-bottom: 20px;
}
.list-icon i {
    font-size: 25px;
}
.charity-content h3 {
    font-size: 18px;
}
.taxonomy-item .tax-con{
	min-width:inherit;
	max-width:inherit;
}
.products-grid {
    min-width: 210px;
}
.tax-innr {
    padding: 0;
}
.tax-header h1 {
    font-size: 22px;
    padding-bottom: 15px;
}
.taxm-whole {
    padding: 25px 0;
}
.taxm-left h1 {
    font-size: 25px;
    padding-bottom: 20px;
}
.taxm-left p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
}
.taxm-right .tax-num {
    width: 25px;
    height: 25px;
    padding: 4px;
}
.bnvid iframe{
	height:200px;
}
.top5 img{
	width:120px;
}
.col-2{
	display:block;
	margin-left:0px;
}
.col-2 li{
	width:100%;
	margin:0px;
}
.rw-ui-tooltip {
    left: 38% !important;
}
.n-seal{
	display:none;
}	
/******/
}