html{
  margin-top: 0
  font-size: 100%;
  overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;  
}
body {  
  font-family: sans-serif; /* This is fallback font for old browsers */
  font-family: "Roboto"; 
  color: #3F3A4B;
  background-color: #fff;
  font-size: 16px;
  padding-right: 0 !important;
}

h1{font-size: 30px;color: var(--ColorOfHeadings, #56554B);}
h2{font-size: 20px;color: var(--ColorOfHeadings, #56554B);}
h3{font-size: 16px;color: var(--ColorOfHeadings, #56554B);}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

/* General CSS */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
/* Remove blue highlighting of selected images in WebKit */
img[data-mce-selected]::selection {
  background-color: transparent;
}

#main-content img {
    max-width: 100%;
    height: auto;
}

.wp-caption, .gallery-caption {
  border: 1px solid #d7d7d7;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption-text{margin-top: 10px;margin-bottom: 5px}

hr.min{
  margin-top: 1px;
  margin-bottom: 1px;
}
.clear-float{
  clear: both;
  height: 1px;
}
a,.link{
  color: #3F3A4B;
  outline: none;
}
a.black-link{
  color: #3F3A4B!important;
}
a.black-link:hover {
  color: var(--ColorOfHyperlinks, #3F3A4B);
}
.upper{text-transform: uppercase !important}
.underline{text-decoration: underline;}

.post-ttl{
  margin-top: 20px;
  color: #56554B
}
.btn{
  margin-bottom:10px;margin-right: 10px;font-size: 13px;font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
}
.btn.large{font-size: 18px;height: 50px;line-height: 38px;margin: 0px;margin-bottom: 0px}
.btn.extra-large{font-size: 24px}
.btn:focus,
.btn:active{outline: none !important}

/*
Background&Border: Green; - Text: White;
*/
.a-c2a-button{
  color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  border: none;
}
.a-c2a-button:hover{
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
}
.show-pc {
  display: block;
}
.hide-pc {
  display: none!important;
}

/* End General CSS */

/* fa icons */
.fa-star,
.fa-star-o,
.fa-star-half-o{
    content: "";
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.fa-star-o {
    background-image: url("../images/star-grey.png");
    background-size: contain;
}
.fa-star-half-o {
    background-image: url("../images/star-half-alt-solid.png");
    background-size: contain;
}
.fa-star {
  background-image: url("../images/star-solid.png");
  background-size: contain;
  width: 18px;
}
.fa-star2,
.fa-star-o.fa-star2,
.fa-star-half-o.fa-star2 {
  width: 24px;
  height: 24px;
}
.fa-star3,
.fa-star-o.fa-star3,
.fa-star-half-o.fa-star3 {
  width: 32px;
  height: 32px;
}
.large-star .fa-star,
.large-star .fa-star-o,
.large-star .fa-star-half-o,
.fa-star.large,
.fa-star-o.large,
.fa-star-half-o.large{
    width: 25px;
    height: 25px;
}
#backToTop {
  background-color: var(--ColorOfToTheTop_background, #FFAB14);
  color: var(--ColorOfToTheTop_arrow, white);
  padding: 13px 15px;
  position: fixed;
  bottom: 20px;
  line-height: 16px;
  right: 20px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99;
  border: none;
  display: none;
  text-align: center;
  opacity: 0.5;
}
.fa-arrow-up{
    width: 20px;
    height: 20px;    
    background-size: cover;
    display: inline-block;
}
/* End fa icons */

/* CSS Header */
header,.header{
  position: relative;
  background: #000;
  z-index: 1;
}
header .a-logo img {
  max-height: 30px;
}
.wrapper{
  display: flex;
  justify-content: center;
}
.wrapper.left,
.wrapper.left{
  justify-content: left
}
.wrapper .inner,
.wrapper .inner{
  align-self: center;  
}
.logo-section .wrapper {
  padding: 10px 0px;
}
/* End CSS Header */

/* CSS Footer */
.footer-menu-headline {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}
.footer-wrapper {
  margin-top: 40px;

}
.footer-wrapper.fix-sticky{
  padding-top: 300px;
}
.footer-top.fix-sticky{
  margin-top: 40px;
}
.footer-bottom{
  font-size: 14px;
}
#menu-footer{margin-bottom: 0px;padding-left: 0px;margin-left: 0px}
.container-footer ul li{
  list-style: none;
  display: inline-block;
  width: 46%;
  border-bottom: 1px dashed #8C8C8C;
  margin-right: 3%;
  padding: 9px 0;
}
.container-footer ul li a{
  padding-left: 20px;
  color: var(--Footer_TextColor, #8C8C8C);
  font-size: 12px;
  line-height: 14px;
}
.container-footer ul li:last-child a{
  border-right: none;
}
.footer_restriction {
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}
.a-footerlogo {
  padding: 30px 0;
}
.a-footerlogo img {
  max-width: 100%;
}
.footer-information-text{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 30px 0;
}
.footer-ext-logo a {
  margin-right: 15px;
}
.a-footer-extlogo img {
  max-height: 38px;
}
/* End CSS Footer */

/* Tooltip container */
.tooltip {
    font-family: sans-serif; /* This is fallback font for old browsers */
    font-family: "Roboto"; 
    position: relative;
    display: inline-block;
    opacity: 1;
}
.warning-box .tooltip {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8C8C8C;
  align-self: center;
  cursor: pointer;
}
/* Tooltip text */
.tooltip .tooltiptext {
    font-weight: normal;
    font-size: 14px;
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #838C8C;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    text-align: left;
    padding: 5px 10px;

}
.tooltip .tooltiptext p {
    margin: 0;
    padding: 0;
}
.tooltip.top .tooltiptext {
    width: auto;
    bottom: 110%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.scores .tooltip.top .tooltiptext {
    width: 200px;
    left: 35%; 
}
.tooltip.bottom .tooltiptext {
    width: auto;
    min-width: 256px;
    top: 26px;
    text-align: center;
    margin-left: -50%; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.faqs-section {
  background: linear-gradient(0deg, #D8D8D8 0%, #FFFFFF 100%), #FFFFFF;
}
.faq-item {
    border-bottom: 1px solid #767676;
}
.faq-item:last-child {
    border-bottom: none; 
}
.faqAccordion {
    margin-bottom: 0px;
}
.faqAccordion p {color: #767676;}
.faqAccordion p:last-child {
    text-align: right;
}
.faqAccordion__menu {
    padding-top: 50px;
}
.faqAccordion__menu h2{
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #09080D;
}
.faqAccordion__menu a.a-faqs-question {
    width: 95%;
    line-height: 45px;
    display: inline-block;
    border-bottom: 1px solid #C4C4C4;
    text-decoration-line: underline;
    color: #FF7A00;
}
.faq-item .panel-heading a {
    padding-right: 20px;
    color: #09080D;
    background: url("../images/faq_collapse.png") no-repeat top right;
}
a.a-faqs-question:hover {
    text-decoration-line: underline!important;
    color: #FF7A00!important;
    cursor: pointer;
}
a.a-faqs-question.collapsed{
    color: #09080D;
    text-decoration: none;
}
.faqAccordion__content {
    padding: 50px 35px 24px 35px;
}
.shortcode_section {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.71) 29.81%, rgba(255, 255, 255, 0) 98.68%), #D2D2D2;
}
.a-faqs-answer a:last-child {
    position: relative;
}
.faqAccordion__content .a-faqs-answer a:last-child {
    float: right;
    color: #FF7A00;
    position: relative;
    text-decoration: none;
}
.a-faqs-answer a:last-child::before {
    content: "";
    width: 10px;
    height: 10px;
    top: 4px;
    left: -14px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FF7A00;
    display: inline-block;
    position: absolute;
}
.hide-pc.faqAccordion .a-faqs-answer a:last-child::before {
    top: 2px;
}
.faq-item .panel-heading.collapsed a {
    background: url("../images/faq_expand.png") no-repeat top right;
}
/* Show the tooltip text when you mouse over the tooltip container */
@media screen and (min-width: 1025px){
  .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
  }
  .col-post-button a.btn.btn-link.btn-green-white.large.a-c2a-button.c2a-url {
    width: 80%;
    margin: 0 10%;
  }
}

.tooltip .tooltiptext.show {
    visibility: visible;
    opacity: 1;
}
.tooltip.top .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip.bottom .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

/* Category Page CSS */
.page_container{position: relative;}

.category-header-headline {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
}
.category-header-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.property-bg {
  background: rgba(56, 56, 56, 0.75);
  -webkit-border-top-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-bottomright: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 40px;
  width: 100%;
  display: flex;
}
.category-header-property div {
  display: flex;
  position: relative;
}
.category-header-property .property {
  font-size: 15px;
  line-height: 19px;
  font-style: normal;
  font-weight: normal;
  margin-right: 18px;
  color: white;
  flex:0 0 auto;
  max-width: 27%;
}
.category-header-property .property-name {
  margin-left: 38px;
  max-width: 15%;
}
.category-header-property * {
  align-self: center;
}
.category-header-property img {
  width: auto;
  margin-right: 5px;
}
.category-header-property .property-1 img {
  max-height: 15px;
}
.category-header-property .property-2 img {
  max-height: 20px;
}
.category-header-property .property-3 img {
  max-height: 21px;
}
.category-header-property .warning-box{
  position: absolute;
  right: 40px;
}
.slot-item {
  width: 60px;
  align-items: center;
  margin-right: 8px;
}
.slot-item:last-child {
  margin-right: 0px;
}
.slot_logo {
  width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 100%;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.slot_name {
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.slot_image {
  width: 100%;
  height: 92px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 0px -4px 8px rgba(0, 0, 0, 0.45), inset 0px 4px 8px rgba(0, 0, 0, 0.45);
}
.slot_c2a {
  text-align: center;
  padding-bottom: 4px;
}
.slot_c2a .a-slot {
  height: 35px!important;
  line-height: 35px!important;
  font-size: 16px;
}
.tooltip.slot-item .tooltiptext {
  width: 300px;
  bottom: 125%;
  padding: 5px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 0.01%, #FFFFFF 46.14%, rgba(255, 255, 255, 0) 91.32%, #FFFFFF 91.32%, #EEEEEE 91.32%), #EEEEEE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-left: -140px; /* Use half of the width (120/2 = 60), to center the tooltip */
  left: 35%;
}
.tooltip.slot-item .tooltiptext::after {
  background-image: url("../images/slot_arrow.png");
  background-position: bottom center;
  width: 104px;
  height: 33px;
  border: none;
  top: 100%;
  left: 100px;
}
.tooltip.slot-item.bottom .tooltiptext {
    top: 128%;
    bottom: unset;
}
.tooltip.slot-item.bottom .tooltiptext::after {
  top: unset;
  transform: rotate(180deg);
}
.tooltip.slot-item .tooltiptext .slot_content {
  color: #8C8C8C;
  padding: 6px 0px;
  text-align: center;
  font-size: 12px;
}
.tooltip.slot-item .tooltiptext .slot_content h2{
  color: #000000;
  font-weight: 700;
  margin-bottom: 0px;
}
/* End Category Page CSS */
/**
BREADCRUMBS CSS
*/
.breadcrumbs {margin-bottom: 20px}
.breadcrumbs span{
  margin-right: 5px;
  margin-left: 8px;
  font-size: 14px;
}
.breadcrumbs span:first-child{
  margin-left: 0px;
}
.breadcrumbs span a{text-decoration: underline;color: #0E3150 !important;font-size: 14px}


/* Comparison Table CSS */
.table-comparison-header{padding: 20px;}
.table-comparison-header div{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.table-comparison-content-wrapper {
  position: relative;
}
.table-comparison-content{
  padding: 0px 15px 1px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.content-comparison {
  padding-top: 15px;
}
.out_score .score {
  display: block;
  font-size: 48px;
  line-height: 48px;  
  color: #0E3150;
}
.btn-special-deal{
  width: 150px;
  margin-top: 10px;
  margin-right: 0px;
  white-space: pre-line;
}
.comparison-item{
  border-radius: 5px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 0.01%, #FFFFFF 50.52%, rgba(255, 255, 255, 0) 100%, #FFFFFF 100%, #EEEEEE 100%), #EEEEEE;
}
.col-provider-disclaimer {
  margin-bottom: 15px;
  padding: 0 18px;
}
.comparison-item .flag_wrapper{
  position: absolute;
  top: -15px;
  left: -19px;
  margin-left: -1px;
  z-index: 3;
  height: 40px;
}
.comparison-item .flag{
  height: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  padding: 0px 0px 0px 15px;
  line-height: 33px;
  text-transform: uppercase;
  width: auto;
  display: flex;  
  white-space: nowrap;
  position: relative;
  background-position: center left;
  background-repeat: no-repeat;
}
.comparison-item .flag:after {
  content: '';
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 20px;
  height: 40px;
}
.comparison-item .flag_icon_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 40px;
}
.comparison-item .flag_icon_2 {
  position: absolute;
  top: 16px;
  left: -16px;
  z-index: 1;
}
.comparison-item .flag {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.comparison-item .more-info{margin-top: 20px;visibility: hidden;height: 0}
.comparison-item .col-post-icon {flex: 0 0 22%;max-width: 22%;}
.table-comparison-header .col-post-icon {flex: 0 0 20%;max-width: 20%;}
.comparison-item .col-post-bonus {flex: 0 0 20%;max-width: 20%; padding-right: 8px; z-index: 1;}
.comparison-item .col-post-bonus a {color: inherit; text-decoration: none;}
.table-comparison-header .col-post-bonus {flex: 0 0 22%;max-width: 22%;}
.comparison-item .col-post-rating,
.comparison-item .col-post-slots {flex: 0 0 19%;max-width: 19%;}
.table-comparison-header .col-post-rating,.table-comparison-header .col-post-slots {flex: 0 0 20%;max-width: 20%;}
.comparison-item .col-post-score {flex: 0 0 14%;max-width: 14%;}
.table-comparison-header .col-post-score {flex: 0 0 15%;max-width: 15%;}
.comparison-item .col-post-button, .table-comparison-header .col-post-button {flex: 0 0 23%;max-width: 23%;}
.comparison-item .col-provider-disclaimer {flex: 0 0 100%;max-width: 100%;}
.comparison-item .col-post-button {
  position: relative;
}
.comparison-item .col-post-hr {
  flex: 0 0 0.6%;max-width: 0.6%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.comparison-item.top .col-post-feature {
  color: var(--ColorOfComparisonTableText);
}

.comparison-item .inner, .editor-choice-item .inner {
  width: 100%;
}
.post_provider_tags{text-align: center;}
.post_provider_tags .btn{white-space: normal;}
.post_provider_images{white-space: nowrap;text-align: center;margin-top: 10px}
.post_provider_viewall{text-align: center;margin-bottom: 10px}
.post_provider_viewall .view-all-link{margin-top: 0px !important}
.comparison-feature-list ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 15px;
}
.post-feature-sentence a{color: #F73859}

.comparison-feature-list li::before {
  content: "\f00c";
  color: #F73859;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.comparison-feature-list a{color: var(--ColorOfHyperlinks, #F73859);}

.landing_header.bullets_positive ul{padding-left: 20px;}
.landing_header.bullets_positive ul li{padding-left: 20px}

.provider_image{  
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 110px;
  position: relative;
}
.provider_image a{position: relative;display: inline-block;height: 110px;width: auto;}
.provider_image img{
  height: 100%;
  max-height: 100%;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.provider_image .live{
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #F73859;
  font-size: 8px;
  padding: 2px 10px;
  color: #fff;
}
.comparison-item.expanded .more-info{
  /*display: block;*/
  visibility: visible;
  height: auto;
}
.specialDealText, .specialDealSpins {
  font-size: 12px;
  line-height: 14px;
  width: 100%;
}
.specialDealBonus {
  width: 100%;
  font-size: 40px;
  line-height: 60px;
  font-style: normal;
  font-weight: bold;
  align-items: center;
  text-align: center;
  color: #000000;
  text-shadow: 2px 0 0 #75DE2D, -2px 0 0 #75DE2D, 0 2px 0 #75DE2D, 0 -2px 0 #75DE2D, 1px 1px #75DE2D, -1px -1px 0 #75DE2D, 1px -1px 0 #75DE2D, -1px 1px 0 #75DE2D;
}
.top-site-thumb{
  width: 160px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  align-self: center;
  background-position: center;
}
.comparison-item .col-post-icon {
  padding: 6px!important;
  /*box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.25);*/
  position: relative;
  background-image: url("../images/arrow_white_background.svg")!important;
  background-position: -4px -5px;
  background-repeat: no-repeat;
  background-color: transparent!important;
  justify-content: left;
}
.comparison-item .col-post-icon .inner {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 196px;
  position: relative;
}
.comparison-item .col-post-icon .bg_white {
  position: absolute;
  top: 7px;
  right: -23px;
  z-index: 0;
}
.comparison-item .col-post-icon .bg_color {
  position: absolute;
  top: 0px;
  right: -15px;
  z-index: 0;
}
.comparison-item .col-post-icon .a-provider-logo {
  z-index: 3;
  display: inline-flex;
  height: 80px;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 14px;
}
.comparison-item .col-post-icon.has-ribbon .a-provider-logo {
  margin-top: 18px;
  margin-bottom: 10px;
}
.a-provider-logo.image-wrapper {
  width: 100%;
  height: 0;
  position: relative;
}
.a-provider-logo.image-wrapper img {
  width: auto;
  height: 90%;
  max-width: 80%;
  align-self: center;
}
.comparison-item-stars{display: inline-block;width: 100%;}
.slots-set-rating .a-full-review {
  font-size: 12px;
  display: block;
  margin-top: -5px;
}
.slots-set-rating .fa-star, 
.slots-set-rating .fa-star-o, 
.slots-set-rating .fa-star-half-o {
  width: 14px;
  height: 14px;
}
.slots-set-rating .fa-star2, 
.slots-set-rating .fa-star-o.fa-star2, 
.slots-set-rating .fa-star-half-o.fa-star2 {
  width: 20px;
  height: 20px;
}
.slots-set-rating .fa-star3, 
.slots-set-rating .fa-star-o.fa-star3, 
.slots-set-rating .fa-star-half-o.fa-star3 {
  width: 28px;
  height: 28px;
}
.comparison-item .btn-link,
.editor-choice-item .btn,
.c2a-url{
  height: auto;
  white-space: pre-line;
  min-width: 160px;
  line-height: 45px;
}
.col-post-button .a-more-info-link-lean {
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  margin-top: 6px;
}

.col-post-button .total_user_picked {
  font-size: 12px;
}
.term-condiction .term-condiction-short-text {
  display: none;
  cursor: pointer;
}
.term-condiction, .term-condiction.active .term-condiction-short-text {
  display: inline-block;
  width: 100%;
}
.term-condiction.active .provider_disclaimer {
  display: none;
}
.term-condiction .provider_disclaimer.mobile {
  display: none;
}
.term-condiction .provider_disclaimer p {
  margin-bottom: 0px;
  height: auto;
  overflow: hidden;
  transition: .25s ease;
}
.term-condiction .provider_disclaimer p a {
  color: #8C8C8C;
  text-decoration: underline;
}
.readmore_link, .readless_link, .term-condiction .provider_disclaimer .append {
  display: none;
}
.readmore_link, .readless_link,
.readmore_link:hover, .readless_link:hover {
  color: #8C8C8C!important;
}
.overflow-text {
  font-size: 30px;
  line-height: normal;
}
/* End Comparison Table CSS */

/* FRP Sidebar */

#main-content{padding-left: 15px;}
#main-content h1,
#main-content h2,
#main-content h3
{
    color: var(--ColorOfHeadings, #56554B);
}

#main-content a, #main-section a{color: var(--ColorOfHyperlinks, #F73859);}
#main-content a:hover, #main-section a:hover {
  text-decoration: underline;
}
#main-content .faqAccordion a{color: #0E3150;text-decoration: none;}
.main-content div[id^="attachment_"],
#main-content div[id^="attachment_"]{
  max-width: 100% !important;
}
.main-content .wp-caption img, 
.main-content .gallery-caption img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
.sidebar-widget{
    margin-bottom: 15px;
}

.sidebar-widget-title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #000;
    justify-content: center;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
}

.sidebar-widget-content{
    background-color: #eee;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    padding: 30px;
}

.btn-c2a{
    width: 160px;
    height: 45px;
    background: linear-gradient(180deg, #00D702 0%, rgba(0, 215, 2, 0) 100%), #009C3E;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}

.btn-c2a:hover{
  background: var(--c2aColor, #009C3E);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  color: var(--c2aTextColor, #ffffff);
  text-decoration: none;
}

.btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-banner .banner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-color: #18283f;
}

.sidebar-banner .deal-block{
  margin: 15% 0;
}

.sidebar-banner .banner-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .45);
  text-align: center;
  padding: 20% 15px;
}

.banner-logo {
  width: 100%;
  height: auto;
}

.a-sidebarBanner-c2a-button{
  margin: auto;
}

.a-sidebarBanner-alt-button{
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.a-sidebarBanner-alt-button:hover{
  color: #fff;
}

/* .sidebar-banner a{
    display: inline-block;
    width: 100%;
}
.sidebar-banner a img{
    width: 100%;
    height: auto;
} */
/* End FRP Sidebar */

/* FRP Header */
.full-review-header{
    height: 280px;
    background-size: cover;
}
.header-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .2);
}
.logo-col{
    position: relative;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-wrapper{
    position: absolute;
    width: 91%;
    height: 240px;
    align-items: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.logo-wrapper img{
    width: 80%;
    height: auto;
}
.logo-wrapper-arrow{
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
    position: absolute;
    bottom: -20px;
    z-index: 1;
}
.info-col{
    justify-content: space-between;
}
.deal-block{
    text-align: center;
}
.deal-block .deal-text{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.deal-block .deal-bonus{
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
}
.score-wrapper .score{
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    text-align: center;
}

.btn-c2a.btn-header{
    width: 192px;
    height: 54px;
    font-size: 20px;
}

.a-frp-logo{
    width: 100%;
}

.deal-score-wrapper{
    width: 52%;
    display: flex;
    justify-content: space-between;
}

/* End FRP Header */

/* FRP content */
.frp-overview{
    margin-top: 7px;
    margin-bottom: 40px;
}

.full-review-container{
    margin-top: 20px;
}

.single-content h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.single-content h2:after{
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    bottom: 0;
}

.overview-item{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.overview-text{
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    width: 140px;
}
.overview-score-wrapper{
    display: inline-flex;
    align-items: center;
}
.progress-text{
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.progress-bar{
    width: 300px;
    height: 7px;
    position: relative;
  background: #C4C4C4;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.progress-bar .fill{
    height: 100%;
    background: #FFAB14;
    border-radius: 5px;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.main-content table{
    border: none !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}

.main-content table tr {
    background-image: linear-gradient(to right, #000 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    /* border-bottom: #000 dotted 2px; */
}

.main-content table td{
    padding: 10px 3px;
}

.main-content table img{
  width: auto;
}

.main-content h1{
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.main-content img{
  width: 100%;
  height: auto;
}

.sidebar-banner-mb{
  display: none;
}

/* End FRP content */

/* FRP Overlay Bar */
.full-review-overlay-bar{
    position: fixed;
    height: 118px;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
}
.overlay-bar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 118px;
}
.overlay-bar-text{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 59px;
    color: #FFFFFF;
}
.overlay-bar-text .overlay-provider{
    color: #FFAB14;
}
.btn-overlay{
    width: 242px;
    height: 68px;
    font-size: 25px;
}
/* End FRP Overlay Bar */

.faq-item {border-bottom: 1px solid #0E3150;padding: 15px 0px}
.faq-item .panel-heading a{
  color:#0E3150;
  line-height: 20px;
  padding-right: 10px;
  background: url("../images/faq_collapse.png") no-repeat right 7px;  
}
.faq-item .panel-heading.collapsed a{
  background: url("../images/faq_expand.png") no-repeat top right;
}
.panel-title-question{font-size: 16px;display: block;font-weight: 500}
.panel-title-question:hover{color:#0E3150;text-decoration: underline;}
.panel-title-question:focus{text-decoration: none}
.answer-text{font-size: 14px;color: #0E3150}
.faqAccordion > p,.faq-item > p{height: 0px;margin: 0;}

/* POPUP STYLES */
.modal-dialog{max-width: 600px}
.customModal{top: 150px}
.customModal.dark .modal-header{background-color: #203759}
.customModal.dark .modal-content{background: #132238; /*rgba(54, 78, 104, 0.85)*/;border:none;color: #EBF0F6}
.customModal.dark .modal-header .close{color: #EBF0F6;text-shadow: none;}
.customModal .btn-trans{background-color: transparent;border-color: #EBF0F6}
.customModal .btn{padding-left: 20px;padding-right: 20px;font-size: 18px;min-width: 140px}
.modal-content .provider_logo{max-width: 100%;height: auto;margin-bottom: 10px;margin-top: 10px}

.customModal.dark .modal-content{
  border:5px solid rgba(235, 240, 246, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
  -webkit-box-shadow: 0px 0px 50px rgba(235, 240, 246, 0.1);
  -moz-box-shadow: 0px 0px 50px rgba(235, 240, 246, 0.1);
  box-shadow: 0px 0px 50px rgba(235, 240, 246, 0.1);
}

p.big-sentence{font-size:24px}
p.small-sentence{font-size:16px;}

.full-review-container{padding-top: 20px}
.post-article #main-content{padding-right: 15px;padding-top: 20px}

.overload-c2a-button{
    padding: 10px 0px;
    margin-left: 15px;
    margin-bottom:20px;
    text-align: center;
    background:#fff;
    border:1px solid #eee;    
    display: flex;

}
.overload-c2a-button .btn{display: inline-block;margin:0 auto;}
.overload-c2a-button.is_stuck{        
    border-left: none;
    border-right: none;
    z-index: 10000;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);           
    transition: transform 250ms ease 0s;    
}
.overload-c2a-button.hide{display: none !important}

/*Shortcode ProtectedBy*/
.protected-by{
  text-align: center;
    /*display: flex;justify-content:space-around;*/
}
.protected-by .protected-by-item{
    width: auto;
    display: inline-block;        
    margin-right: 20px;
    margin-bottom: 20px;        

}
.protected-by img{max-height: 53px;max-width: 170px;}
/* POPUP STYLES */
.popup-close, .mobile-popup-close {
  font-size: 24px;
    text-align: right;
    cursor: pointer;
    color: #ccc;
}
.wlv-popup .popup-content img{max-width: 100%;height: auto}

.wlv-popup.animation{
    animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(10px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(10px, 0, 0);
  }
}

.provider_disclaimer, .term-condiction-short-text {
  margin-top: 6px;
  color: #999999;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #8C8C8C;
}
.top5_warning {
  font-size: 10px;
  color: rgba(14, 49, 80, 0.75);
}
.provider_disclaimer.bottom {
  width: 100%
}
.download_button a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #2694E0;
  margin: 0 10px;
}
.download_button.pc {
  display: inline-block;
  margin-top: 5px;
}
.download_button.mobile {
  display: none;
}
.xmas-icon {
  background-image: url("../images/xmas-pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -84px;
  right: -90px;
  z-index: 999;
}

.warning-box-shortcode {
    display: inline-block;
    margin-left: 5px;
}
.warning-box-shortcode .tooltip {
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}