/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */

ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    scroll-behavior: smooth;
}

/* Inital styles to match boostrap */

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
}

h5 {
    font-size: 1.25rem;
}

a {
    color: #68a750;
    text-decoration: none;
}

a:hover {
    color: #68a750;
    text-decoration: underline;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin: 0;
}

hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}

.offer-link {
    text-decoration: none;
    margin:auto;
}

/* RESET END */


/* Page speed css */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(85, 85, 85);
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.top-page-title-container {
    display: block;
}

.top-page-title-container.dark {
    color: #398c31;
    color: white;
    background-color: #3c3c3d;
}

.top-page-title-container.light {
    color: #398c31;
}

.fa-check.white {
    background: url("/img/fa-bullets/check-solid-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px;
}

.fa-ul {
    text-align: left;
}

.fa-ul .fa-li {
}

.fa-ul .fa-check {
    background: url("/img/fa-bullets/check-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px;
    margin-right: 5px;
}

.fa-ul .fa-circle {
    background: url("/img/fa-bullets/circle-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px;
    margin-right: 5px;
}

.fa-ul .fa-pound-sign {
    background: url("/img/fa-bullets/pound-sign-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    margin-right: 5px;
}

.fa-ul .fa-dollar-sign {
    background: url("/img/fa-bullets/dollar-sign-solid.png");
    background-repeat: no-repeat;
    background-position: center;
    height:10px !important;
    padding: 5px;
    margin-right: 5px;
}

.fa-ul .fa-franc-sign {
    background: url("/img/fa-bullets/franc-sign-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
    height:27px;
    padding: 5px;
    margin-right: 5px;
}

.fa-ul .fa-euro-sign {
    background: url("/img/fa-bullets/euro-sign-solid.png");
    background-repeat: no-repeat;
    background-position: center;
    height:27px;
    padding: 5px;
    margin-right: 5px;
}

.fa-ul .fa-krone-sign {
    background: url("/img/fa-bullets/krone-sign-solid.png");
    background-repeat: no-repeat;
    background-position: center;
    height:27px;
    padding: 5px;
    margin-right: 5px;
}

/* backfill FA South African RAND currnecy symbol as not in the FA core*/
.fa-zar:before {
    font-weight: bold;
    content: "R";
    height:27px;
    margin-right: 5px;
  }

/* backfill FA South African Zloty currency symbol as not in the FA core*/
.fa-zloty:before {
    font-weight: bold;
    content: "zł";
    height:27px;
    margin-right: 5px;
  }

  /* backfill FA Brazilian real currency symbol as not in the FA core*/
.fa-real:before {
    font-weight: bold;
    content: "R$";
    height:27px;
    margin-right: 5px;
  }

   /* backfill Krone Kr real currency symbol as not in the FA core*/
.fa-krone:before {
    font-weight: bold;
    content: "Kr";
    height:27px;
    margin-right: 5px;
}

.fa-xmark:before {
    font-weight: bold;
    content: "X";
    height:27px;
    margin-right: 5px;
    color: red;
}

.container {
    width: 100%;
    /* padding-right:15px;
 padding-left:15px; */
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }
}

.container {
    max-width: 1140px;
}


/* @media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .top-page-title-container.light,
    .top-page-title-container.dark {
        display: none;
    }
} */

.text-center {
    text-align: center;
}

.contain-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.top-banner {
    height: 330px;
    background-image: url("/pub/img/spring2020/main-banner.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.top-banner-mobile {
    height: 200px;
    background-image: url("/pub/img/spring2020/main-banner.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: none;
    position: relative;
}

@media (max-width: 635px) {
    .top-banner-mobile {
        display: block;
    }
}

.top-banner .banner-text-left {
    font-weight: bolder;
    font-size: 22px;
    color: #398c31;
    padding-top: 95px;
}

.navbar-main {
    width: 100%;
    background-color: #efefef;
    max-height: 64px;
}

.navbar-main img {
    max-height: 64px;
    max-width: 88%;
    padding: 13px 0 12px 16px;
}

.offer-row-desktop {
    /* display:flex; */
    justify-content: space-around;
    min-height: 200px;
    /* box-shadow: 0 0 5px 0 #adadad; */
    border:1px solid #68a750;
    /* margin: 30px 10px; */
    vertical-align: middle;
    position: relative;
}



.offer-row-desktop.ribbon-row.first-offer {
    margin-top: 25px;
}

.offer-row-mobile.ribbon-row.first-offer {
    margin-top: 25px;
}

.offer-row-desktop.highlight {
    /* -webkit-box-shadow: 0 0 5px 5px rgba(249, 19, 130, 1);
    -moz-box-shadow: 0 0 5px 5px rgba(249, 19, 130, 1);
    box-shadow: 0 0 5px 5px rgba(249, 19, 130, 1); */
}

.offer-row-desktop .offer-col-img {
    height: 200px;
    display: flex;  
    align-items: center;
    vertical-align: middle;
    flex:1;
    padding:5px;
}

.offer-row-desktop .offer-col-description {   
    /* height: 200px; */
    flex:2;
    padding:5px;
}

.offer-row-desktop .offer-col-review-cta {
    height: 200px;
    padding: 0 30px;
    flex:1;
    padding:5px;
}


.offer-row-desktop .offer-col-description .description-text {
    display: flex;
    vertical-align: middle;
    align-items: start;

}

/* Mobile */

.device-icon {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
}

.device-icon.apple {
    top: -3px;
}

.device-icon.google {
}

.offer-row-mobile {
    clear: both;
    min-height: 175px;
    /* box-shadow: 0 0 5px 0 #adadad; */
    margin: 30px 25px;
    vertical-align: middle;
    display: none;
    position: relative;
    
}


.offer-row-mobile.offer-row-popover-below {
    margin-bottom: 40px;
}


/* Center without flexbox */

.offer-row-mobile .offer-col-img .offer-img {
    width: 100%;
    margin: 0px 0;
}

/* Section: Offer popup mobile */

.offer-popup-mobile {
    background-color: #ffffff;
    border-top: 3px solid #0000001c;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #000;
    /* height: 190px; */
    width: 100%;
    min-width: 100%;
}

.offer-popup-mobile .contain {
    margin: 20px 40px;
}

.offer-popup-mobile img {
    max-width: 140px;
}

.offer-popup-mobile .opm-hide .fa-chevron-down {
    fill: #6d6d6d;
    margin: 10px;
    float: right;
    width: 25px;
}

.offer-popup-mobile .opm-hide .fa-chevron-down:hover {
    fill: #398c31;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

@keyframes shadow-pulse-light-bg {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

.offer-popup-mobile .btn-offer.btn-animated {
    /* border-radius: 50%; */
    animation: shadow-pulse 1s infinite;
    padding: 15px 0;
    position: relative;
    font-size: 15px;
}

.offer-popup-mobile .btn-offer.btn-animated .left-arrow,
.offer-popup-mobile .btn-offer.btn-animated .right-arrow {
    position: absolute;
    top: 13px;
}

.offer-popup-mobile .btn-offer.btn-animated .left-arrow {
    right: 20px;
    width: 25px;
    fill: white;
}

.offer-popup-mobile .btn-offer.btn-animated .right-arrow {
    left: 20px;
    width: 25px;
    fill: white;
}

/* Section: OFFER RIBBON */

.offer-ribbon {
    height: 44px;
    min-width: 90px;
    position: absolute;
    top: -25px;
    left: -10px;
    z-index: 10;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* box-shadow: 0 1px 4px 0; */
    font-weight: bold;
    font-size: 16px;
}

.offer-ribbon:after {
    content: "";  
    border: 22px solid;  
    position: absolute;
    right: -25px;
    top: 0px;
    overflow-x: hidden;
    border: 13px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-color: transparent; 
}

.offer-ribbon span {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 15px;
    color: white;
    display: block;
}

.offer-ribbon span:before {
    content: "";
    position: absolute;
    top: 43px;
    left: 0;
    border-right: 10px solid black;
    border-right-color: inherit;
    border-bottom: 10px solid transparent;
}

/* Section: Stars */

.star-rating .stars {
    text-align: center;
}

.star-rating .stars .fa-star,
.star-rating .stars .fa-star-half {
    width: 24px;
    fill: #ffc107;
}

.star-rating .stars .fa-star.dark {
    fill: #7c7c7c;
}

.score .score-total {
    color: #212529;
    text-align: center;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
}

.star-rating .rating-total {
    color: #7c7c7c;
    text-align: center;
    font-size: 12px;
}

.star-rating .stars-select {
    text-align: center;
    display: none;
}

.star-rating .stars-select .fa-star {
    width: 24px;
    fill: #7c7c7c;
}

.btn-offer {
    background: #68a750;
    outline: none;
    border: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 43px;
    margin: 35px 0;
}

.btn-offer:hover {
    text-decoration: none;
    color: white;
}

/* Section: Footer */

.navbar-footer .nav-toggle {
    display: none;
}

.navbar-footer .nav-toggle .fa-bars {
    fill: white;
    width: 25px;
}

.navbar-footer .navbar-nav {
    padding: 30px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.navbar-footer .nav-item {
    padding: 5px;
    margin: 0 10px;
    float: left;
}

.navbar-footer .nav-link {
    text-decoration: none;
    color: white;
}

.top-controls-container {
    position: relative;
    overflow: visible;
    min-height: 40px;
}

@media (max-width: 460px) {
    .top-controls-container {
        /* min-height: 65px; */
    }
}

.top-controls-container .btn-advertiser-disclosure {
    font-size: 16px;
    margin-top: 0px;
    padding: 0 15px;
    text-decoration: none;
    color: black;
    float: right;
    position: relative;
    top: 10px;
}

.top-controls-container .btn-rating-disclosure {
    font-size: 16px;
    margin-top: 0px;
    padding: 0 15px;
    text-decoration: none;
    color: black;
    float: right;
    position: relative;
    top: 10px;
}

.top-controls-container .btn-jump-to-bottom-content {
    font-size: 16px;
    margin-top: 0px;
    padding: 0 15px;
    text-decoration: none;
    color: black;
    float: right;
    position: relative;
    top: 10px;
}

.top-controls-container .btn-rating-disclosure .fa-question-circle {
    width: 16px;
}

.top-controls-container .btn-advertiser-disclosure .info-circle {
    width: 16px;
}

.top-controls-container .btn-jump-to-bottom-content .fa-arrow-down {
    width: 16px;
}

.top-controls-container .popup-advertiser-disclosure {
    background-color: #252525;
    font-size: 14px;
    color: white;
    text-align: center;
    /* position: relative;
    top: 40px; */
    position: absolute;
    top: 40px;
    right: 0px;
    padding: 20px;
    border-radius: 8px;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 99;
    width: 90%;
    display: none;
}

.top-controls-container .popup-rating-disclosure {
    background-color: #252525;
    font-size: 14px;
    color: white;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 0px;
    /* position: relative;
    /* top: 40px; */
    padding: 20px;
    border-radius: 8px;
    z-index: 99;
    width: 50%;
    display: none;
}

.offer-link-popover {
    position: relative;
}

.offer-link-popover .popover-content {
    direction: ltr;
    background-color: #e7e7e7;
    font-size: 14px;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 56px;
    right: 0;
    padding: 4px;
    border-radius: 8px 8px 8px 8px;
    z-index: 99;
    max-width: 360px;
    display: none;
    text-transform: none;
    font-weight: normal;
}

.offer-link-popover .popover-content span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px;
    border-color: #e7e7e7 transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    right: 123px;
}

.widget-last-updated {
    margin-top: 0px;
    position: relative;
    top: 10px;
    margin-left: 15px;
    width: 155px;
    max-height: 24px;
    font-size: 12px;
    background-color: #494949;
    border: 2px solid #c3c1bf;
    color: white;
    padding: 1px 0;
}

.widget-last-updated span {
    word-wrap: unset;
    margin-left: 5px;
}

.widget-last-updated .fa-check {
    padding: 5px;
    margin-left: 3px;
}

.navbar-footer {
    background-color: #252525;
}

.d-small {
    display: none;
}

.d-large {
    display: block;
}

.d-x-large {
    display: block;
}

.top-content-container {
    color: white;
    font-size: 1.1rem;
    font-weight: bolder;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 21.12px;
    padding: 7px;
    padding-top: 10px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.loading-animation-wrap {
    display: none;
}

@media (max-width: 1200px) {
    .d-x-large {
        display: none;
    }
}

/* MOBILE  */

/*hide class show-on-mobile by default*/
.show-on-mobile 
{
    display:none;
}

@media (max-width: 768px) {


    /*we no longer want the popup bubble on mobile.*/
    .popover-content, .popover-content
    {
        display:none !important;
    }


    .d-small {
        display: block;
    }
    .d-large {
        display: none;
    }
    .offer-row-desktop {
        display: none;
    }
    .offer-row-mobile, .show-on-mobile {
        display: block;
    }
    .offer-ribbon {
        min-width: 100%;
    }
    .score .score-total {
        text-align: center;
        font-size: 40px;
        line-height: 1.2;
    }
    .navbar-footer .nav-toggle {
        display: block;
        background: none;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 30px;
    }
    .navbar-footer .nav-toggle .fa-bars {
        fill: white;
        width: 25px;
    }
    .navbar-footer .navbar-nav {
        padding: 0px 30px 30px 30px;
        text-align: left;
        display: block;
    }
    .navbar-footer .nav-item {
        padding: 5px;
        margin: 0;
        float: none;
    }
    .navbar-footer .nav-link {
        text-decoration: none;
        color: white;
    }
    .navbar-collapse {
        display: none;
    }
    .container-offer-list.loader-animated {
        transition: all 1s ease;
        -webkit-animation: flickerAnimation 2s infinite;
        -moz-animation: flickerAnimation 2s infinite;
        -o-animation: flickerAnimation 2s infinite;
        animation: flickerAnimation 2s infinite;
    }
    .container-offer-list.loader-animated .offer-col-img .offer-link,
    .container-offer-list.loader-animated .description-text,
    .container-offer-list.loader-animated .score,
    .container-offer-list.loader-animated .btn-wrap {
        background-color: #eee;
    }
    .container-offer-list.loader-animated .offer-row-mobile.highlight {
        box-shadow: 0 0 5px 0 #adadad !important;
    }
    .container-offer-list.loader-animated .offer-col-img .offer-link,
    .container-offer-list.loader-animated .score,
    .container-offer-list.loader-animated .btn-wrap {
        border-radius: 7px;
    }
    .container-offer-list.loader-animated .offer-col-img .offer-link {
        display: block;
    }
    .container-offer-list.loader-animated .offer-col-img .offer-link img.offer-img,
    .container-offer-list.loader-animated .description-text,
    .container-offer-list.loader-animated .score-total,
    .container-offer-list.loader-animated .star-rating,
    .container-offer-list.loader-animated .btn-wrap .btn,
    .container-offer-list.loader-animated .offer-ribbon {
        opacity: 0 !important;
    }
    .container-offer-list.loader-animated .btn {
        position: relative;
    }
    .container-offer-list.loader-animated .btn::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .loader-text-hide {
        display: none !important;
    }
    .loading-animation-wrap {
        background: #00113d;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #e9f5fd;
        font-weight: 700;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px;
        white-space: nowrap;
    }
    .al-main-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: 1s;
        transition: 1s;
        width: 75px;
        margin-right: 2px;
        position: relative;
        right: 0;
    }
    .al-main-icon {
        margin: 0 8px 0 0;
        position: relative;
        right: 0;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .al-main-icon::before {
        background-size: contain;
        content: "";
        display: block;
        width: 19px;
        height: 19px;
        vertical-align: middle;
    }
    .al-main-icon::after {
        content: "";
        opacity: 0;
        position: absolute;
    }
    .al-main-icon--scan {
        opacity: 1;
    }
    .al-main-icon--scan::before {
        background: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/magnifying_glass_full.svg)
            no-repeat;
        background-size: contain;
    }
    .al-main-icon--scan.al-main-icon--incomplete::before {
        background-image: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/magnifying_glass_empty.svg);
    }
    .al-main-icon--scan.al-main-icon--incomplete::after {
        background-image: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/magnifying_glass_full.svg);
    }
    .al-main-icon--analyze {
        opacity: 1;
    }
    .al-main-icon--analyze::before {
        background: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/wand_full.svg) no-repeat;
        background-size: contain;
    }
    .al-main-icon--analyze.al-main-icon--incomplete::before {
        background-image: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/wand_empty.svg);
    }
    .al-main-icon--analyze.al-main-icon--incomplete::after {
        background-image: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/wand_full.svg);
    }
    .al-main-icon--success::before {
        background: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/brg_editorial_review_check.svg)
            no-repeat;
        background-size: contain;
    }
    .al-main-icon--success.al-main-icon--incomplete::before {
        background-image: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/check_empty.svg);
    }
    .al-main-icon--success.al-main-icon--incomplete::after {
        background-image: url(https://uk.bestreviews.guide/assets/best_reviews/editorial_listpage/brg_editorial_review_check.svg);
    }
    .al-main-icon--spinner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-animation: fa-spin 1s ease-in;
        animation: fa-spin 1s ease-in;
    }
    .al-main-icon--spinner::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #78c02a;
        border-radius: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .al-main-icon__loading-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        font-weight: 400;
    }
    .al-main-icon__loading-text::after {
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        -webkit-animation: ellipsis steps(4, end) 900ms infinite;
        animation: ellipsis steps(4, end) 900ms infinite;
        content: "\2026";
        width: 0;
    }
    .al-main-icon__text {
        font-size: 14px;
        font-weight: 100;
        margin-left: 10px;
        text-transform: capitalize;
    }
    .al-main--loading .al-main-icons {
        -webkit-transition: 1s;
        transition: 1s;
        width: 81px;
        overflow: visible;
    }
    .al-main--loading .al-main-icon {
        right: 0;
    }
    .al-main--loading .al-main-icon--scan {
        opacity: 1;
    }
    .al-main--loading .al-main-icon--analyze {
        opacity: 1;
    }
    .al-main--loading .al-main-icon__number,
    .al-main--loading .al-main-icon__text {
        display: none;
    }
    .al-main--loading ~ .brg_editorial_main_title__features-container {
        display: none;
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1em;
    }
}

@keyframes ellipsis {
    to {
        width: 1em;
    }
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.modal {
    max-width: 500px;
    position: fixed;
    z-index: 1045;
    top: 20px;
    left: 50%;
    margin-left: -250px;
    display: none;
}

.modal-content {
    border-radius: 8px;
    border: 3px solid #68a750;
    background-color: white;
    padding: 25px;
    /* margin: 0 10px 0 40px; */
}

.main-content-body {
    padding: 0 20px;
}

@media only screen and (max-width: 500px) {
    .modal {
        left: 0;
        margin-left: 0;
    }
    .modal-content {
        margin: 0 10px;
    }
}

.modal-content h1 {
    text-transform: uppercase;
    text-align: center;
    color: #ff0060;
    font-weight: bolder;
    font-size: 40px;
    margin: 10px 0;
    text-align: center;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
}

.row {
    clear: both;
    overflow: auto;
    /* text-align: center; */
}

.clear {
    clear: both;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: none;
    opacity: 0.5;
}

.modal-backdrop.show {
    display: block;
}

.modal-ss-no-framework.modal {
    max-width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    margin: 0;
    margin: auto !important;
}

.modal-ss-no-framework .modal-content {
    margin-top: 50px;
}

.modal-ss-no-framework .pad {
    padding: 0 25px;
}

.modal-ss-no-framework .close {
    color: #666;
}

/* exit intent logos must have their max size limited*/

.popup-offer-img {
    max-width: 300px;
    max-height: 300px;
}


@media screen and (max-width: 1024px) {
    .landing_header {
        width: 90%;
        margin: 20px 0 0 0;
    }
}

.landing_header_image {
    position: absolute;
    z-index: -2;
    width: inherit;
    height: auto;
    background-color: transparent;
    display: block;
    top: 0px;
}

.landing_header_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (min-width: 1024px) {
    .landing_header_info h1 {
        font-weight: bolder;
        font-size: 30px;
        color: #398c31;
    }
}

@media screen and (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.landing_header_info {
    text-align: left;
}

.landing_header_title {
    color: #398c31;
    font-weight: 500;
    font-size: 30px;
}

.comparison-logo-header,
.alternate-offer-col-image {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
}

.comparison-cta-header, .alternate-offer-col-cta {
    direction: rtl; 
    padding:5px;
}

.alternate-offer-list {
    padding: 0px 15px 40px 15px;
    border-radius: 15px;
}

.offer-row-no-margin {
    border-radius: 10px; 
}

.first-offer-override {
    border: 1px solid #4a8cff;
}



.alternate-offer-col-score .star-rating {
    display: block;
}

@media screen and (max-width: 1024px) {
    .alternate-offer-col-score .star-rating {
        display: none;
    }
}

.alternate-offer-col-cta .btn,
.alternate-offer-col-score .score {
    align-self: center;
}

.first-offer-override .offer-ribbon,
.offer-row-no-margin .offer-ribbon {
    height: 26px;
    top: 10px;
    left: -1px;
    border-radius: 0;
}

.first-offer-override .offer-ribbon span,
.offer-row-no-margin .offer-ribbon span {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;

}

.first-offer-override .offer-ribbon span:before,
.offer-row-no-margin .offer-ribbon span:before {
    display: none;
}

.rd-faq-pink {
    color: #68a750 !important;
    font-weight: bold;
}

.alternate-offer-col-features .description-text {
    position: relative;
    top: 0;
    transform: none;
    align-self: center;
    width: 100%;
}

.alternate-offer-col-features div ul li span .fa-circle,
.alternate-offer-col-features ul li span .fa-circle {
    background: url(/img/fa-bullets/cross.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.alternate-offer-col-features div ul li span .fa-check,
.alternate-offer-col-features ul li span .fa-check {
    background: url(/img/fa-bullets/check-solid-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.alternate-offer-col-score {
    padding-top: 42px !important;
}

.alternate-offer-col-cta { 
    display: flex;   
    align-items: center;
}

.mobile-view-only {
    display: none;
}

@media screen and (max-width: 768px) {
    
    .mobile-view-only {
        display: block;
    }

    .desktop-view-only {
        display: none;
    } 

}

.offer-col-description  {
    max-width: 50%;
    display: flex;
    align-items: center;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.offer-ribbon-second {
    top: 195px;
    left: 10px;
}

.offer-ribbon-second span:before{
    display: none;
}

.offer-ribbon-second:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0px;
    overflow-x: hidden;
    border: 22px solid;
    border-top-color: inherit;
    border-bottom-color: inherit;
    border-right-color: inherit;
    border-left-color: transparent;
}

.offer-ribbon-second:after {
    display: none;
}

.offer-col-description .offer-ribbon span::before {
    display: none;
}

.min-height-225 {
    min-height: 225px !important;
}

.alternate-offer-list .offer-row-desktop {
    margin: 10px 0 !important;
}

.offer-col-img img {
    max-width: 100%;
}

.header-description.desktop-view-only ul li {
    list-style: url(/img/fa-bullets/check-solid-green.svg);
}

.header-description.desktop-view-only ul li::marker {
    font-size: 25px;
}

.fa-ul li {
    margin: 3px 0;
}

#bottom-content .container {
    padding: 15px;
}

/* mobile popup logos should always have white backgroup and a bit of padding to give the illusion of a tidy crop */
.mobile-popup-logo{
    background-color: #fff;
    padding:2px;
}

.modal-exit-intent-no-framework{
    text-align: center;
}

/* mobile */
.offer-age-flash-right{
    height:20px;
    font-size:11px;
    z-index:1000;
    right: 0px;
    position:absolute;
    padding:1px 20px 1px 15px;
    border-radius: 0px 5px 0 0;
}

/* desktop */
.offer-age-flash-right-before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    overflow-x: hidden;
    border: 10px solid;              
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.offer-under-first{
    font-size: 12px !important;
}

.offer-row-mobile{
    border: 1px solid #ccc !important;
    margin: 10px 0 10px 0 !important;
}

.alternate-offer-col-image 
{          
    margin-top:0px;                 
}  
   
.alternate-offer-col-features{
    padding-top:10px !important;
    padding-right:11px !important;
}  

.alternate-offer-col-score
{          
    margin-top:-20px;                 
} 

div.mobile-h1-wrap h1{
    font-size: 15px;
}

/* force rating stars onto same line as offer name */
.star-rating{
    display: inline-block;
}

span.offer-name{
    font-size: 1.2em;
}

.fa-star, .fa-star-half{
    width:18px !important
}

.offer-row-top-bar{
    padding:5px;
    text-align: center;
    background-color: #4a8cff;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.offer-row-flex-row{
    display: flex;
    justify-content: space-around;
}

.our-rating-box{     
   display: flex;
   align-items: center;
}

.our-rating-label{ 
    direction: ltr; /* force text to be left to right as outer col is set rtl for easier alignment */
    font-size:20px;    
    font-weight:bold; 
    color: #68a750;
    margin-right: 10px;
}

.rating-box{
    display: block;
    width:80px;
    font-size:35px;
    font-weight:bold;
    padding:5px;
    color:#fff;
    text-align: center;
    border-radius: 10px; 
    background-color: #68a750;
}

.reviewnum{
    font-size: 12px;
    color:#000;
    text-align: right;
}

/* mobile styles */

.mobile-offer-row-top-bar{
    padding:5px;
    text-align: center;
    background-color: #4a8cff;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.mobile-image-and-rating-row-wrap{
    margin-bottom:10px;
}

.mobile-image-wrap{
    flex:1;
    align-items: center;
    max-width: 200px;
    display: inline-block;
}

.mobile-image-wrap .offer-img{
    max-width:200px;
}

.mobile-image-and-rating-row{
    display: flex; 
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

.mobile-hr{
    width:90%;
}

.mobile-offer-name-and-rating-stars-wrap{
    display: flex;
    margin-left: 10%;
}

.mobile-rating-wrap{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: center;
    justify-content: center;
}

.mobile-reviewnum{
    font-size: 12px;
    color:#000;
    text-align: center;
}

.mobile-sub-offer-name{
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin-right:10px;
}

.mobile-rating-stars .fa-star, .mobile-rating-stars .fa-star-half{
    width:19px !important;
    margin-top:4px;
}

.mobile-offer-link-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-offer-link-wrap .offer-link{
    max-width:240px;
    text-align: center;
}

.offer-row-mobile .description-text{
    margin-left:10%;
    font-size: 14px;
}

.mobile-offer-under-first{
    background: #d9d9d9;
    padding: 10px;
    border-radius: 8px;   
    margin-top:-38px;
    z-index: 888;
    position: relative;
    text-align: center;
    font-weight:bold;
    color:#000;
}

.mobile-offer-under-first::after{
    content: "";  
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
    overflow-x: hidden;
    border: 16px solid;
    border-top-color: transparent;
    border-bottom-color: #d9d9d9;
    border-left-color: transparent;
    border-right-color: transparent; 
}

.offer-row-mobile .rating-box {
    font-size:20px;
}

.offer-row-mobile .our-rating-label  {
    margin-right:unset;
}

h5{
    color:#398c31 !important;
}

.offer-row-mobile .btn-offer{
    margin-top:10px;
}

/* override currency symbols and green ticks, always show bullets */
.fa-check, .fa-pound-sign, .fa-euro-sign, .fa-dollar-sign, .fa-frank-sign, .fa-zloty-sign, .fa-frank-sign, .fa-rand-sign, .fa-real-sign {
    background: url(/img/fa-bullets/circle-solid.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding:4px !important;
}

.first-offer-override{
    border: 1px solid #4a8cff !important;
}

.offer-row-mobile, .offer-row-desktop{
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

/*ipad fixes*/
@media (min-width: 768px)
{
    .mobile-h1-wrap{
        font-size: 30px !important;
    }
}

/* very narrow mobiles  e.g galaxy fold 280px wide */

@media (max-width: 280px) 
{

    .offer-row-mobile .offer-img{
        max-width: 100px;
    } 

    .navbar-brand img{
        max-width: 90%;
        margin:auto;
    }

    .mobile-h1-wrap{
        font-size: 15px !important;
    }

    .mobile-sub-offer-name{
        font-size: 0.8em;
    }

    .mobile-rating-stars .fa-star, .mobile-rating-stars .fa-star-half{
        width: 12px;
    }

    .offer-popup-mobile .btn-offer{
        margin:unset; 
        padding:7px 4px;
    }
}