
/* 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: #f90055;
    text-decoration: none;
}

a:hover {
    color: #f90055;
    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;
}

/* RESET END */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* 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: #f90055;
    color: white;
    background-color: #3c3c3d;
}

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

.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-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-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-krone-sign {
    background: url("/img/fa-bullets/krone-sign-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
    height:27px;
    padding: 5px;
    margin-right: 5px;
}


/* backfill FA South African RAND currency 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;
}

/* backfill FA South African Zloty currency symbol as not in the FA core*/

.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;
    }
}

@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: #f90055;
    padding-top: 95px;
}

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

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

.offer-row-desktop {
    clear: both;
    min-height: 200px;
    box-shadow: 0 0 5px 0 #adadad;
    margin: 30px 10px;
    vertical-align: middle;
    position: relative;
}

.offer-row-desktop.ribbon-row {
    margin-top: 50px;
    /* padding-top: 20px; */
    min-height: 195px;
}

.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 {
    float: left;
    width: 30%;
    height: 200px;
    position: relative;
    padding: 0 20px;
}

.offer-row-desktop .offer-col-description {
    float: left;
    width: 40%;
    height: 200px;
    position: relative;
}

.offer-row-desktop .offer-col-review-cta {
    float: left;
    width: 30%;
    height: 200px;
    padding: 0 30px;
}

/* Center without flexbox */

.offer-row-desktop .offer-col-img .offer-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px;
}

.offer-row-desktop .offer-col-description .description-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 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.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-mobile.ribbon-row {
    margin-top: 50px;
    padding-top: 20px;
    min-height: 195px;
}

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

.offer-row-mobile .offer-bottom-popover {
    position: absolute;
    top: 100%;
    background: #252525;
    text-align: center;
    padding: 5px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    display: none;
    font-size: 12px;
}

.offer-row-mobile .offer-col-img {
    float: left;
    width: 40%;
    min-height: 175px;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.offer-row-mobile .offer-col-review-cta {
    float: left;
    width: 60%;
    min-height: 175px;
    padding: 5px 0px;
    padding-left: 20px;
    padding-right: 10px;
}

.offer-row-mobile .offer-col-review-cta .title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 15px;
    text-align: center;
}

.offer-row-mobile .offer-col-review-cta .btn-offer {
    max-width: 240px;
    margin: 10px auto;
    margin-bottom:20px;
}

.offer-row-mobile .offer-col-img .description-text {
    margin-bottom: 10px;
    color: #212529;
}

/* 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: #f90055;
}

@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: "";
    position: absolute;
    right: -35px;
    top: 0px;
    overflow-x: hidden;
    border: 22px solid;
    border-top-color: inherit;
    border-bottom-color: inherit;
    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: linear-gradient(to bottom, #f90d8d 0%, #fa3f4a 100%);
    outline: none;
    border: none;
    border-radius: 10px;
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 10px 0;
    min-height: 44px;
}

.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: 768px) {
    .top-controls-container {
        min-height: 55px;
    }
}

.top-controls-container .btn-advertiser-disclosure {
    font-size: 16px;
    margin-top: 0px;
    padding: 0 15px;
    text-decoration: none;
    color: black;
    float: right;
    position: static !important;
    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: 999;
    width: 90%;
    /*display: none;*/
}

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

.offer-link-popover .popover-content {
    background-color: white;
    font-size: 14px;
    color: #252525;
    text-align: center;
    position: absolute;
    bottom: 112%;
    right: 0px;
    /* position: relative;
    /* top: 40px; */
    padding: 10px;
    border-radius: 8px;
    z-index: 99;
    width: 100%;
    display: none;
    text-transform: none;
    font-weight: normal;
    box-shadow: 0 0 3px black;
}

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

.widget-last-updated {
    margin-top: 0px;
    position: absolute;
    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;
}

.testimonial-container {
    overflow: auto;
    margin: 20px 20px 20px 20px;
}

.testimonial-container a:not(.simple-link),
.testimonial-container a:not(.simple-link):hover {
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.testimonial-container img {
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    margin: 0 auto;
    display: table;
}

.testimonial-container .tc-image {
    width: 30%;
    float: left;
    margin-right: 9%;
    text-align: center;
    color: rgb(85, 85, 85);
}

.testimonial-container .tc-content {
    width: 60%;
    float: left;
}

.testimonial-container .tc-content p {
    text-align: right;
    color: rgb(85, 85, 85);
}

.testimonial-container .speech-bubble {
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    position: relative;
}

.testimonial-container .speech-bubble:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 20%;
    border-top: 15px solid transparent;
    border-right: 25px solid black;
    border-right-color: inherit;
    border-bottom: 15px solid transparent;
}

.testimonial-container .link-text {
}

.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 #ff0060;
    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;
    /* undo :make mobile popup fill screen
        border-radius: 0;
        border: none;
        margin: 0;
        width: 100%;
        padding: 0px;
        min-height: 1200px;
        */
}

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

/* undo mobile popup cat at bottom of page
    .modal-ss-no-framework .modal-content .bottom-content {
        position: fixed;
        bottom: 10px;
        width: 100%
    }*/

.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;
}

/* CSS for RD Split */

/* .landing_header {
    width: 80%;
    margin: auto;
} */

@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: #f90055;
    }
}

@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;
}

.cp_header_image {
    background-position-x: -370px;
    background-size: 212%;
    background-position-y: 50px;
    background-repeat: no-repeat;
    height: 550px;
    margin-top: 0px;
    margin-right: -100px;
    -webkit-border-top-right-radius: 35%;
    -moz-border-radius-topright: 35%;
    border-top-right-radius: 35%;
    -webkit-border-top-left-radius: 45%;
    -moz-border-radius-topleft: 45%;
    border-top-left-radius: 45%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: -4px 1px 10px rgb(0 0 0 / 13%);
    -webkit-box-shadow: -4px 1px 10px rgb(0 0 0 / 13%);
    -moz-box-shadow: -4px 1px 10px rgba(0, 0, 0, 0.13);
}

.landing_header_info {
    text-align: left;
}

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

.alternate-container-offer-list {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(247, 249, 255, 1);
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.offer-comparison-header {
    padding: 20px 20px 10px 20px;
}

.offer-comparison-header .row {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.comparison-feature-header,
.alternate-offer-col-features {
    flex: 0 0 33%;
    max-width: 33%;
    width: 33%;
}

.comparison-score-header,
.alternate-offer-col-score {
    flex: 0 0 27%;
    max-width: 27%;
    width: 27%;
}

.comparison-cta-header,
.alternate-offer-col-cta {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    position: relative;
}

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

.offer-row-no-margin {
    margin: 0 !important;
    box-shadow: none !important;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    margin-bottom: 0px;
    border: 1px solid #eef2f4;
    border-bottom: 1px solid #cacaca;
    padding: 0 !important;
}
.first-offer-override {
    border: 1px solid var(--ColorOfTop1Highlight_border, #f73859);
    background: var(--ColorOfTop1Highlight_background, #fff5f7);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.alternate-offer-list .offer-row-no-margin:nth-last-child(2) {
    border-bottom: 1px solid #eef2f4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.alternate-offer-list .offer-row-no-margin:nth-last-child(3) {
    border-bottom: 1px solid #eef2f4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.offer-row-no-margin div[class^="alternate-offer-col-"] {
    padding-left: 20px;
    padding-right: 10px;
    justify-content: center;
    min-height: inherit;
}

.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 {
    float: left;
}

.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;
    padding-right: 0;
}

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

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


/* .first-offer-override .offer-col-review-cta {
    padding-top: 50px;
} */

.rd-faq-pink {
    color: #f90055;
    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;
}

/* .rd-alternate-container {
    max-width: 80%;
} */

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

.alternate-offer-col-cta {
    padding-top: 65px;
}

@media screen and (max-width: 768px) {
    .rd-alternate-container {
        max-width: 100%;
    }

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

    .cp_header_image {
        opacity: 0.4;
        background-position-x: -70px;
        background-position-y: 60px;
    }

    .first-offer-override .offer-ribbon,
    .offer-row-no-margin .offer-ribbon {
        min-width: 0;
        top: -6px;
        font-size: 14px;
    }

    .offer-row-no-margin.offer-row-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .alternate-offer-col-image {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 0 !important;
        padding-top: 30px !important;
    }

    .alternate-offer-col-score {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .alternate-offer-col-features {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .alternate-offer-col-cta {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 0 !important;
    }

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

    .alternate-offer-col-image,
    .alternate-offer-col-score,
    .alternate-offer-col-features,
    .alternate-offer-col-cta {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }
}

@media screen and (min-width: 635px) and (max-width: 1200px) {
    .landing_header {
        display: none;
    }
}

.offer-partner-screenshot {
    max-width: 100%;
}

.height-300 {
    min-height: 300px !important;
    padding-top: 20px !important;
}

.offer-col-description .offer-ribbon:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    overflow-x: hidden;
    border: 15px solid;
    border-top-color: inherit;
    border-bottom-color: inherit;
    border-right-color: inherit;
    border-left-color: transparent;
}

.offer-col-description .offer-ribbon:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    border-left: 10px solid black;
    border-right-color: inherit;
    border-bottom: 10px solid transparent;
    overflow-x: auto;
    border-top: 0;
    border-right: 0;
}

.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 {
    left: auto;
    right: 26px;
}

.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;
}


/*desktop */
.offer-age-flash
{
    z-index:1000;
    left: 0px;
    position:absolute;
    padding:1px 20px 1px 15px;
    border-radius: 1px 0 0 0;
}
/*desktop */
.offer-age-flash-after{
    content: "";
    position: absolute;
    right: -25px;
    top: 0px;
    overflow-x: hidden;
    border: 13px solid;
    border-bottom-color: transparent;
    border-right-color: transparent;

}

/* 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;
}


/* Gary's new styles */

.offer-row-desktop .offer-col-description
{
    height: initial !important;
    display: flex !important;
}

.offer-row-desktop .offer-col-description .description-text
{
    position: relative !important;
    top: 0 !important;
    transform: none !important;
}

/** mobile fixes */
@media screen and (max-width: 768px){
    .offer-row-mobile{
        border: 1px solid #ccc !important;
        margin: 0px 0 10px 0 !important;
    }
    .offer-row-mobile > div.description-text.alternate-offer-col-features {
        font-size: 15px;
        margin: 0 10px;
        /* padding-bottom: 10px; */
    }
    .alternate-offer-col-image
    {
        margin-top:10px;
    }
    .alternate-offer-col-features{
        padding-top:10px !important;
        padding-right:11px !important;
    }

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

    /** Gary's new styles */
    .navbar-main{
        height:48px;
    }
    .navbar-main img{
        max-height:50px;
    }
    .first-offer-override{
        border: 3px solid #f90d8c !important;
    }
    .score-total{
        font-size: 50px !important;
        font-weight: 600 !important;
        color: #000 !important;
    }
    .btn-primary{
        background:linear-gradient(to bottom, #57b613 0%, #358e00 100%) !important;
        border-radius: 10px 0px 0px 10px;
    }

    .btn-primary-after{
        width:43px !important;
        height:51px;
        background:linear-gradient(to bottom, #7dc448 0%, #4ca941 100%) !important;
        border-radius: 0px 10px 10px 0px !important;
        font-size: 25px;
    }

    .offer-row-mobile
    {
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.20) !important;
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.20) !important;
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.20) !important;
    }

    .offer-ribbon, .offer-ribbon{
        background-color: #f90d8c !important;
        border-color: #f90d8c !important;
    }
    .offer-ribbon{
       left:-3px !important;
       top:-14px !important;

    }

    .landing_header{
        margin:0px !important;
    }


    /** prevent header text wrapping; */
    .col-md-6{
        padding-right:0px !important;
    }
    /** End Gary's new styles */

    .hide-on-mobile{
        display: none !important;
    }

}

.btn-advertiser-disclosure-v2{
    /*background: #494949;*/
    color: #fff !important;
    font-size: 12px !important;
    padding: 0px 10px !important;
    margin-right: 16px;
    /*border: 2px solid #c3c1bf !important;*/
}

.offer-popup-mobile{
    border-top:6px solid black !important;
    /* border-left:6px solid black !important;
    border-right:6px solid black !important;
    border-bottom:6px solid black !important; */
}

/* very narrow mobiles  e.g galaxy fold 280px wide */
@media (max-width: 280px)
{
    .alternate-offer-col-cta a{
        max-width: 180px;
    }

    .landing_header_title{
        font-size: 12px;
    }

    .navbar-main img{
        max-width:90%;
    }

    .widget-last-updated{
        display: none !important; /** it just doesn't fit */
    }
}

.details-summary-disclosure {
    text-align: right;
    background: #494949;
    position: absolute;
    top: 12px;
    right: 10px;
    min-width: 140px;
    align-items: center;
    padding: 1px;
}

.details-summary-disclosure-text {
    background: #494949;
    padding: 10px 10px;
    text-align: justify;
    position: absolute;
    right: 8px;
    top: 40px;
    width: 80%;
    z-index: 9999;
    margin: 0 auto;
}

