* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    text-decoration: none;
    transition: all ease 0.4s;
    color: #755e25;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body{font-family: 'Roboto', sans-serif;font-weight: 400;}
.single_top_cont {
    background: #f2f2f2;
    padding: 40px 0px;
}
.site_links_back{
    background: #3792f7;
}
.enclose {
    max-width: 1150px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}
/*.max_wdth_container .enclose{
    max-width: 1280px;
}*/
.star_rating{margin: 15px 0px;}
.download_btn_full{
	display: inline-block;
	width: 100%;
	/*background: grey;*/
	padding: 17px 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	margin-top: 35px;
}
.download_btn_full:hover{
	/*background: grey;*/
}

.single_top_cont_inner {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 40px 40px 40px 40px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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: 30%;
    padding: 25px 15px;
    text-align: center;
}
.single_top_left .badge {
    position: absolute;
    left: -30px;
    top: -20px;
}
.single_top_cont_inner .single_top_mid {
    width: 66%;
    line-height: 22px;
}
.single_top_cont_inner .single_top_rht {
    width: 18%;
    text-align: center;
}
.single_top_cont_inner .single_top_mid h1 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 2px;
}
.itm_price {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin: 15px 0 25px;
    padding: 20px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.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;
}
.tooltip_class {
    position: relative;
}
.visit_btn a {
    display: block;
    background: #ff2600;
    color: #fff;
    border-radius: 3px;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.tax-header {
    background: #3792f7;
    padding: 80px 0px;
}
.tax-innr {
    padding: 0 0px;
    color: #fff;
}
.taxmenc {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}
.taxmenc > div {
    width: 48%;
}
.tax-header p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}
.tax-header h1 {
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 700;
}

.taxm-rht p {
    margin-bottom: 20px;
}

.taxm-whole {
    background: #f8f8f8;
    padding: 45px 0 0px;
    padding-top: 0px;
}
.taxm-enc {
    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;
    margin-bottom: 20px;
}
.taxm-left {
    width: 62%;
    color: #020202;
    background: #fff;
    padding: 40px;
    border: 1px solid #c9c9c9;
}
.taxm-left h1 {
    font-size: 32px;
    color: #177ff2;
    padding-bottom: 15px;
}

.taxm-left p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 25px;
}
.widwork h2 {
    font-size: 26px;
    color: #177ff2;
    padding-bottom: 25px;
}
.widwork ul li {
    list-style: none;
    font-size: 17px;
    color: #020202;
    padding-left: 35px;
    padding-bottom: 18px;
    position: relative;
    font-weight: 400;
}
.taxm-right {
    width: 36%;
    border: 1px solid #c9c9c9;
    background: #fff;
}
.widwork {
    padding: 40px 40px 30px 40px;
}
.widwork ul li:before {
    position: absolute;
    content: "\f00c";
  font-family: 'Font Awesome\ 5 Free';
    left: 0;
    color: #55c343;
    font-size: 17px;
    font-weight: 900;
}
.pro_cons_box {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;
    font-size: 25px;
}
.pro_cons_box .pros_box h3 {
    color: #3ca93b;
}
.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: 10px;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    border-radius: 8px;
}
.pro_cons_box .pros_box li:before {
    background: #3ca93b;
}
.pro_cons_box .cons_box h3 {
    color: #e60400;
}
.pro_cons_box .cons_box li:before {
    background: #e60400;
}
.pro_cons_sec {
    margin-bottom: 40px;
}
.prod_summary {
    background: #3792f7;
    padding: 75px 0px;
    color: #fff;
    display: inline-block;width: 100%;
}
.su-row {
    clear: both;
    zoom: 1;
    margin-bottom: 1.5em;
}
.prod_summary .su-row {
    margin-bottom: 0px;
    
}
.su-column {
    display: block;
    margin: 0 4% 0 0;
    float: left;
    box-sizing: border-box;
}
.su-row .su-column {
    margin: 0 0 0 4%;
}
.su-row .su-column:first-child {
    margin-left: 0;
}
.su-column-size-1-2 {
    width: 48%;
}
[class*="su-column"] + [class*="su-column"]:last-child {
    float: right;
}
.pf-button {
    max-width: 550px;
    text-align: center;
    padding-left: 50px;
    margin-top: -90px;
}
.visit_btn a {
    display: block;
    background: #ff2600;
    color: #fff;
    border-radius: 3px;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.pf-button .visit_btn a {
    background-color: #e6e7e9;
    color: #143269;
}
.prod_summary h1 {
    margin-bottom: 20px;
}
.prod_summary p {
    margin-top: 15px;
    font-weight: 300;
    line-height: 25px;
}
.contsec {
    padding: 50px 0;
    background: #f2f2f2;
}
.contsec_inner {
    margin: auto;
    padding: 30px 40px;
    border: 1px solid #e2e2e2;
    background: #fff;
}
#footer {
    background-color: #0f6ab4;
    padding: 70px 0;
}
.footer-container {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.footer-logo {
    -ms-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2; 
    -webkit-box-flex: 2;
    flex: 2;
}
p.copy-right {
    font-size: 14px;
    font-weight: 400;
    color: #c3e0ff;
    margin-top: 25px;
}
.footer-menu {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1; 
    -webkit-box-flex: 1;
    flex: 1;
}
.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-navi {
    -ms-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2; 
    -webkit-box-flex: 2;
    flex: 2;
}
.footer-navi ul {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.footer-navi li {
    width: 50%;
}
.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;
}
.disclosure {
    background: #fff;
    padding: 70px 0;
}
.disclosure h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}
.disclosure p {
    margin-right: 125px;
    color: #8e9297;
    font-size: 14px;
    line-height: 1.6;
}
.display_mobile{display: none;}


.download_btn_full.red_top_btn{background-color: #de3102;}
.download_btn_full.red_top_btn:hover{background-color: #ed5a32;}
.red_top_btn{
    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 #e94b20;-moz-box-shadow: 0 0 2px #e94b20;-o-box-shadow: 0 0 2px #e94b20;box-shadow: 0 0 2px #e94b20; }
    50% { -webkit-box-shadow: 0 0 18px #e94b20;-moz-box-shadow: 0 0 18px #e94b20;-o-box-shadow: 0 0 18px #e94b20;box-shadow: 0 0 18px #e94b20; }
    to { -webkit-box-shadow: 0 0 2px #e94b20;-moz-box-shadow: 0 0 2px #e94b20;-o-box-shadow: 0 0 2px #e94b20;box-shadow: 0 0 2px #e94b20; }
  }
@keyframes redPulse {
    from { -webkit-box-shadow: 0 0 2px #e94b20;-moz-box-shadow: 0 0 2px #e94b20;-o-box-shadow: 0 0 2px #e94b20;box-shadow: 0 0 2px #e94b20; }
    50% { -webkit-box-shadow: 0 0 18px #e94b20;-moz-box-shadow: 0 0 18px #e94b20;-o-box-shadow: 0 0 18px #e94b20;box-shadow: 0 0 18px #e94b20; }
    to { -webkit-box-shadow: 0 0 2px #e94b20;-moz-box-shadow: 0 0 2px #e94b20;-o-box-shadow: 0 0 2px #e94b20;box-shadow: 0 0 2px #e94b20; }
  }

/*.max_wdth_container .taxonomy-items-holder .enclose {
    max-width: 1280px;
}*/


.max_wdth_container section.taxonomy-grid{
    width: 100%;
}
.best_title_dv{position: absolute;top: 0px;padding: 12px 30px;background: #0e5fa1;left: 0px;right: 0px;color: #fff;font-size: 15px;}
.site_links_back .taxonomy-item.ftclass:first-child{padding-top: 60px;}

.lable_tax{background: #0e5fa1;padding-top: 10px;padding-bottom: 25px;margin-bottom: 35px;}

@media(max-width:991px){
	.pf-button{margin-top: -40px;}
	.disclosure p{margin-right: 0px;}
}
@media(max-width:800px){
	.single_top_cont_inner .single_top_left{width: 100%;}
	.single_top_cont_inner .single_top_left{max-width: 320px;margin: auto;}
	.single_top_cont_inner .single_top_mid{margin-top: 40px;width: 100%;text-align: center;}
	.taxmenc > div{width: 100%;margin-bottom: 15px;text-align: center;}
	.tax-header{padding-bottom: 50px;}
	.su-column-size-1-2{width: 100%;text-align: center;}
	.su_column_half{max-width: 400px;margin: auto;}
	.pf-button{margin: auto;}
    .download_btn_full{max-width: 250px;}
	.width_responsive .download_btn_full{margin-top: 0px;}
	.taxm-left, .taxm-right{width: 100%;margin-bottom: 20px;}
	.su-column{margin: 0px;}
	.pf-button{padding:0px 15px;}
    .disclosure {padding: 30px 0;}
    .footer-menu li, .footer-navi li{margin-bottom: 15px;}
    .footer-menu li a, .footer-navi li a{font-size: 12px;}
    #footer{padding: 40px 0px;}
    .star_rating{max-width: 240px;margin: auto;}
}
@media(max-width:600px){
	.pro_cons_box > div{width: 100%;margin-bottom: 20px;}
	.single_top_cont_inner .single_top_mid h1, .tax-header h1{font-size: 24px;line-height: 25px;}
	.taxm-left, .widwork, .pro_cons_box > div, .pro_cons_box > div{padding: 20px;}
	.taxm-left h1, .widwork h2, .prod_summary h1{font-size: 26px;}
	.footer-container{display: block !important;}
	.footer-navi li{width: 100%;}
	.hide_mobile{display: none;}
    .display_mobile{display: block;}
	.footer-menu{margin-top: 20px;}
}
@media(max-width:480px){
	.single_top_left .badge{max-width: 60px;}
    .download_btn_full{font-size: 16px;padding: 10px 15px;}
}