:root {
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
    --main-color: #E5B80B;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    z-index: 1;
}

#navbar {
	overflow: hidden;
	background-color: #fff;
	float: center;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

#navbar p {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 12px 60px;
	letter-spacing: 0.4px;
	word-spacing: 1px;
	margin-bottom: 0px;
}

.top-table {
    background-image: url('../images/banner-5892a.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.container {
    position: relative;
    z-index: 2
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
}


/* ------------------
    Header Start
--------------------- */
.header {
    position: relative;
    text-align: center;
}

img.header-logo {
    width: 48px;
    margin-right: 10px;
    height: auto;
    margin-top: -10px;
}

.header h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    word-spacing: 2px;
    line-height: 60px;
    padding-top: 30px;
}

h1.display-fixed-none {
    padding-top: 0px !important;
}

.header p {
	color: #e9e9e9;
	font-family: roboto;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.4px;
	word-spacing: 1px;
}

.header-text-all h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    word-spacing: 2px;
    display: inline-flex;
    align-items: center;
}

img.header-all-logo {
    width: 40px;
    margin-right: 10px;
    margin-top: -45px;
}

.header-text-all p {
    color: #e9e9e9;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding: 15px 60px 0px 60px;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}
/* --------------------------
    Header End
----------------------------- */


/* ---------------------------
    Main Content Start
----------------------------- */

/* ---------------------------
    Main Content End
----------------------------- */


/* --------------------------
    Trusted Bar Start
------------------------------ */
.trusted-bar {
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

img.bar-img {
    max-width: 100%;
    height: auto;
    width: 22px;
    padding-right: 5px;
}
.trusted-bar button {
	color: #e9e9e9;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2px;
	border: 1px solid #ffffff70;
	padding: 13px 0px;
	border-radius: 4px;
	background: transparent;
	margin: 5px;
}
.updated p {
    font-size: 0.85rem;
    float: right;
    padding: 0px 10px 0px 0px;
}

.trusted-bar p strong {
    color: var(--main-color);
    font-weight: 500;
}

p.trusted-bar-p {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* -------------------------
    Trusted Bar End
------------------------------ */


/* --------------------------
    List Start
----------------------------- */
.xd-cmt p {
	margin-left: 0px !important;
	position: relative;
}

.ribbon-one {
	/* border-top-left-radius: 20px; */
	font-size: 22px;
	/* letter-spacing: 0.2px; */
	color: #ffffff;
	z-index: 99;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px !important;
}

.logo-bg-nx img {
	width: 100%;
	padding: 9px 0px;
	margin-top: 15px;
}

.cit {
	min-height: 185px;
	position: relative;
	border-right: 1px solid #002f5a;
	padding: 15px;
}

.v-l {
	font-size: 15px !important;
	font-weight: 600 !important;
	font-family: roboto !important;
}

.c-list-item p span {
	font-size: 22px !important;
	font-weight: 600;
	color: #002f5a;
}

.c-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.get-btn {
    background: #0657a2;
	background: linear-gradient(90deg, #0b7ce4 4%,#002f5a 100%);
	border-radius: 0px;
	color: #fff !important;
	display: block;
	margin: 12px 20px;
	padding: 12px 10px;
	/* width: 1; */
	/* max-width: 90%; */
	vertical-align: middle;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px !important;
	font-weight: 500 !important;
	letter-spacing: 0.4px;
	border-radius: 6px;
	padding: 14px 0px;
	font-family: roboto;
}


.get-btn i {
	margin: 0px 7px;
}


.c-list-item a {
	color: #000;
	font-family: "Poppins", sans-serif !important;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none !important;
}



.c-list-item h3 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #E5B80B;
    line-height: 30px;
    padding: 4px 8px 0px 8px;
    word-spacing: 2.4px;
    text-transform: capitalize;
}

.c-list-item h4 {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #000 !important;
	/* line-height: 0px; */
	word-spacing: 1.2px;
	margin-bottom: 0px;
}


.Stars {
	--percent: calc(var(--rating) / 10 * 100%);
	display: inline-block;
	font-size: 35px;
	font-family: Times;
	line-height: 1;
}

.Stars::before {
	content: "★★★★★";
	letter-spacing: 3px;
	background: #fec400;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Starts-blank::before {
    content: "★★★★☆";
    letter-spacing: 3px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-list-item p {
	font-size: 15px;
	color: #000;
	display: inline-block;
	/* font-weight: 600; */
	bottom: 0;
	font-family: roboto;
	/* letter-spacing: 0.5px; */
	margin: 0;
	font-weight: 500;
}
.v-l {
    display: block;
}

.votes {
	color: #000;
	display: block;
	font-family: "Poppins", sans-serif;
}
.score {
    color: var(--main-color) !important;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-transform: lowercase;
}




.c-list-item h1 {
	font-size: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #002f5a !important;
	/* line-height: 0px; */
	word-spacing: 1.2px;
	margin-bottom: 0px;
}

.c-list-item:first-child {
    border: 10px solid orange
}

.c-list-item h1,   .c-list-item h2,   .c-list-item h3, .c-list-item h4 {
    color: #fff;
}

.nxt-dv {
	border-radius: 20px;
}

a.btn-a {
	font-size: 16px;
	font-weight: 500 !important;
	text-decoration: underline;
	font-family: roboto !important;
}
/* ------------------------
    List End
---------------------------- */


/* -------------------------------
    List Description Start
-------------------------------- */
.list-description {
	background-color: #f0f0f0;
	border: none;
	padding: 30px;
	border-radius: 20px;
	margin-top: 50px;
	text-align: left;
	box-shadow: 0px 0px 12px 0px rgba(138, 138, 138, 0.4);
}

.nxt-bg-sec h1 {
	font-size: 35px;
	font-family: poppins;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.nxt-bg-sec h4 {
	font-size: 18px;
	color: #000;
	font-family: roboto;
	font-weight: 500;
	padding: 14px 0px;
}

.nxt-bg-sec p {
	color: #000;
	margin: 0;
	line-height: 29px;
	position: relative;
	margin-left: 21px;
}


.pdg-nx {
	margin-left: 0px !important;
}
.bf::before {
	background-image: url('../images/tick.png');
	width: 18px !important;
	height: 15px;
	content: "";
	/* max-width: 20px !important; */
	display: inline-block;
	/* background-repeat: no-repeat; */
	/* margin-right: 1px; */
	position: absolute;
	/* left: 39px; */
	/* top: 4px; */
	position: absolute;
	left: -21px;
	top: 12px;
}
.nxt-dv {
	border-radius: 20px;
	background: #fff;
}
.list-description ul li {
    color: #e9e9e9d5;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.logo-bg-nx {
	background: #0657a2;
	background: linear-gradient(90deg, #0b7ce4 4%,#002f5a 100%);
	border-radius: 20px;
	margin-right: 12px;
	width: 23%;
	position: relative;
	padding: 14px;
	border: 3px solid #808080;
}

.bf span {
	/* color: red; */
	font-weight: 600;
	/* padding: 14px 0px; */
}
.bf {
	padding: 5px 0px;
}
/* -----------------------------
    List Description End
-------------------------------- */



/* ------------------------------
    Cookie-Privacy Header Start
-------------------------------- */
.cookie-privacy-header{
    padding: 20px 0px;
}

h1.cookie-privacy {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    word-spacing: 2px;
    line-height: 60px;
    width: 610px;
}

p.cookie-privacy {
    color: #e9e9e9;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.4px;
    word-spacing: 1px;
    width: 610px;
}

.icon {
    background-color: #222222;
    text-align: center;
    color: #fff;
    max-width: 100px;
}

.rounded-circle {
    border-radius: 50%!important;
}

.icon img {
    width: 22px;
    height: auto;
}

.icon p {
    color: #e9e9e9c0;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.4px;
    padding: 2px 3px;
}



.trusted-bar-p img {
	width: 34px;
}


/* ----------------------------------
    Cookie-Privacy Header End
------------------------------------- */



/* ------------------------------
    Footer Start
-------------------------------- */



.footer {
	background: #0657a2;
	background: linear-gradient(90deg, #0b7ce4 4%,#002f5a 100%);}
.list-footer li a {
	color: #fff;
	padding: 0px 6px 0px 0px;
	font-size: 13px;
}
.footer p {
	color: #fff !important;
	font-size: 15px !important;
	font-family: roboto;
	line-height: 26px;
	font-weight: 400 !important;
	text-align: left;
}

.footer-license-images {
	border-top: 1px solid #ffffff82;
	padding: 16px 0px;
}
.footer-license-images {
	text-align: left;
}
.footer-license-images img {
    padding: 5px 8px 10px 8px;
    max-width: 130px;
}

img.icon-1 {
    max-width: 208px;
}

img.icon-2 {
    max-width: 108px;
}

p.footer-copyright {
    color: #ffffff !important;
    font-size: 12px !important;
    letter-spacing: 0.2px;
    margin-top: 30px;
}

p.footer-copyright > a{
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-txt h2 {
    color: var(--main-color);
    font-size: 28px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    word-spacing: 2.3px;
    font-weight: 700;
    padding: 30px 0px 0px 0px;
}

.footer-txt h5 {
    color: #ededede5;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.4px;
    word-spacing: 1px;
    font-weight: 700;
    padding: 15px 0px;
}

.footer-txt p {
    color: #e9e9e9c0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.footer-bg {
    background-color: #444;
    border-bottom: 1px solid #9b9ea0;
}

.footer-txt {
    padding: 30px 0px;
    text-align: left;
}

.page-content > p > a {
    text-decoration: underline;
    color: #ffffff !important;
}

.page-content > p > a:hover{
    color: #E5B80B !important;
}

p.footer-copyright > a:hover {
    color: #E5B80B !important;
}

.page-content {
    overflow-x: hidden;
}

.list-footer {
	list-style: none;
	padding: 0;
}

.list-footer li {
	display: inline-block;
}
/* ------------------------------
    Footer End
-------------------------------- */




@media only screen and (max-width: 1120px) and (min-width: 869px) {

    .header {
        position: relative;
        padding: 50px 0px 20px 0px;
        text-align: center;
    }

    .header p {
        padding: 15px 0px 0px 0px;
    }

    .header h1 {
        font-size: 46px;
        line-height: 65px;
        display: block;
    }

    .trusted-bar p {
        font-size: 12px;
        letter-spacing: 0px;
    }

    h1.cookie-privacy {
        width: 515px;
    }

    p.cookie-privacy {
        width: 515px;
    }
}




@media ( min-width:320px ) and ( max-width:767px ) {


    .header {
        padding: 85px 0px 20px 0px;
    }

    .header h1 {
        display: block;
        line-height: 55px;
    }

    .header p {
        padding: 15px 0px 0px 0px;
    }

    p.trusted-bar-p {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .trusted-bar p {
        font-size: 10px;
        letter-spacing: 0px;
        text-align: center;
    }
img.bar-img {
	max-width: 100%;
	height: auto;
	width: 24px;
	padding-right: 4px;
	padding-bottom: 0px;
}

    .c-list-item h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 4px 8px;
        word-spacing: 0px;
    }

    .c-list-item h4 {
        font-size: 11px;
        font-weight: 300;
        color: #dbd9d9 !important;
    }

    .get-btn {
        padding: 12px 20px;
        width: 180px;
        font-size: 15px !important;
    }
    .c-list-item h1 {
        font-size: 45px;
    }

    .get-btn {
        padding: 12px 0px;
        width: 180px;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .inx-mb {
        display: flex;
        margin: 10px 0px;
    }



.Stars {
	font-size: 23px;
}
.c-content img {
	width: 100%;
}

.logo-bg {
	background: #096cc7;
}
.c-content img {
	width: 70%;
}
.ribbon-one {
	font-size: 17px;
}
.c-content h3 {
	font-size: 22px;
	font-weight: 700 !important;
	font-family: poppins;
}
.c-list-item p {
	color: #fff;

}

.ddn {
	color: #fff !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	font-family: poppins !important;
}
.scores {
	text-align: center; color: #000!important;
}

.scores a {
color: #000!important;
}


.header h1 {
	font-size: 22px;
	line-height: 35px;
	display: block;
	text-align: left;
	padding-top: 0px;
}

h1.display-fixed-none {
    padding-top: 15px;
}

.header p {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 26px;
}

h1.cookie-privacy {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
}

p.cookie-privacy {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 26px;
    width: 100%;
}


p.trusted-bar-p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
}


.c-list-item h3 {
	font-size: 22px;
	font-family: poppins;
	font-weight: 600;
	line-height: 24px;
}

.cl-wrap h4 {
    font-size: 15px;
    padding: 3px 0px;
    line-height: 22px;
    margin-top: 10px;
}

.scores strong {
    margin-right: 10px;
    font-size: 0.85rem;
    font-weight: 500;
}

.Stars {
    margin-bottom: 8px;
}

.c-list-item a {
    font-size: 14px;
}

.list-description h1 {
    font-size: 22px;
    line-height: 36px;
}

.list-description h3 {
    font-size: 20px;
    line-height: 32px;
}

.list-description p {
    font-size: 14px;
}

.list-description ul li {
    font-size: 14px;
}

.c-list-item {
    padding: 0px;
}

.cit {
    min-height: 180px;
}

.cl-wrap {
    padding: 10px;
}

.cl-wrap h1, .cl-wrap h2, .cl-wrap h3, .cl-wrap h4 {
    margin-bottom: 0px;
}

.cl-wrap h2 {
    font-size: 1.4rem;
}

.footer p {
    font-size: 15px;
    color: #f3f3f3;
}

.footer {
    padding: 40px 15px 30px 15px;
}

.sm-text {
    font-size: 13px !important;
}

.header {
	padding: 0px;
}
.m-bar {
    padding: 5px 10px 2px 10px;
}

.m-bar p {
    font-size: 10px;
    display: grid;
    justify-content: center;
}

.m-bar p img {
    width: 18px;
} 

.main-content {
	padding: 0px;
}
.c-content img {
	width: 100%;
}

.get-btn {
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 16px 0px;
	margin-top: 10px;
	/* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
	width: 85%;
}
.scores {
	display: block !important;
	color: #fff !important;
}

.footer-txt {
    padding: 30px 10px;
}

.footer-txt h2 {
    font-size: 24px;
    padding: 10px 0px 0px 0px;
    margin-bottom: -5px;
}

.footer-txt h5 {
    font-size: 22px;
    padding: 15px 0px;
    line-height: 36px;
}

.footer-txt p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.footer-license-images img {
    padding: 5px 2px 25px 2px;
    max-width: 72px;
}



img.header-logo {
    width: 42px;
    margin-right: 2px;
    height: auto;
    margin-top: -3px;
}

.cookie-privacy-header {
    padding: 30px 10px 20px 10px;
}
.d-none{display: none!important;}
.d-block {
	display: block !important;
}
.logo-bg {
	background: linear-gradient(90deg, #0b7ce4 4%,#002f5a 100%);
	border-radius: 20px 0px 0px 20px;
	padding: 14px 0px;
}
.right-bg {
	background: #fff;
	border-radius: 0px 20px 20px 0px;
	padding: 14px 0px;
	align-content: center;
}
.cit {
	min-height: 185px;
	border-right: none;
}
#navbar {
	position: inherit;
}
#navbar p {
	font-size: 8px;
	line-height: 16px;
}
.dfx-nx {
	text-align: center !important;
	padding: 0px;
	display: flex;
}



.d-flex {
	display: inline-block !important;
}
.cp-right{
	width: 100%;
}
.lst-cp {
	width: 100%;
}
.list-description {
	padding: 11px;

}
#navbar p {
	padding: 12px 20px;
}
.trusted-bar button {
	margin: 11px 0px;
	width: 100%;
}
.trusted-bar button {
	color: #e9e9e9;
	margin-bottom: 0px;
	font-size: 7px;
	font-weight: 400;
	letter-spacing: 0.2px;
	border: 1px solid #ffffff70;
	padding: 8px 0px !important;
	margin: 0px 4px;
}

.header p {
	padding: 0px 0px;
	display: none;
}
.c-list-item h3 {
	font-size: 21px;
	font-weight: 500 !important;
	color: #000;
}

.c-list-item p {
	color: #000;
}
.nxt-bg-sec h1 {
	font-size: 28px;
}
.dv-inr p {
	margin-left: 20px !important;
}

}











