.error {
    color: red;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    font-family: Oswald, sans-serif;
}

.col-rating {
    overflow: hidden;
}

body {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: white;
    /*overflow-x:hidden;*/
    color: #1E2833;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .card-title {
    font-family: Oswald, sans-serif;
    color: #1E2833;
}

.container-brands {
    margin-bottom: 40px;
}

.cp-logo img {
    border: 1px solid #e2e2e2;
}

.title-subtitle-box, .br-e2 {
    border-right: 1px solid #e2e2e2;
}

.bl-e2 {
    border-left: 1px solid #e2e2e2;
}

.t-200 {
    display: table;
    width: 100%;
    height: 150px;
    /*height:150px;*/
}

.td-200 {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.navbar-light {
    /*
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    */
}

.icon-link-bk {
    vertical-align: middle;
    background-image: url(../img/icons/icon-link-bk.svg);
    width: 24px;
    height: 24px;
    display: none !important;
    margin-left: 10px !important;
    background-size: 24px 24px;
    background-position: 50% 50%;
    margin-top: -4px !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8006 7.20557H7.19971V8.80557H22.8006V7.20557Z' fill='black'/%3E%3Cpath d='M30.0002 0H4.49854V1.6H30.0002V0Z' fill='%231E2833'/%3E%3Cpath d='M25.5017 14.3999H0V15.9999H25.5017V14.3999Z' fill='%231E2833'/%3E%3C/svg%3E%0A");
    width: 28px;
    height: 24px;
}

.navbar-light .navbar-toggler {
    border: none !important;
    color: black;
}

/*
    Banner styles
*/

.container-banner {
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
}

.blue-inner {
    display: table-cell;
    width: 100%;
    height: 300px;
    padding: 32px 0px 32px 50px;
}

.blue-outer {
    display: table;
    width: 100%;
}

.page-wrapper p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}

.page-wrapper h2 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Oswald, sans-serif;
}

.page-wrapper h3 {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}

* {
    outline: none !important;
}

h1.entry-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.card-title a {
    color: #1E2833;
}

.coupon-box-new * {
}

a {
    color: #F53478;
}

a:hover {
    color: #1890FF;
    text-decoration: none;
}

body {
    color: #1E2833;
}

.adv-link {
    position: absolute;
    z-index: 3;
    right: 0;
}

.row-post {
    margin-bottom: 50px;
}

.row-post img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.row-post h2 {
    margin-top: 0;
}

.tooltip-inner {
    max-width: 500px;
    /* If max-width does not work, try using width instead */
    width: auto;
    padding: 20px;
    background-color: #F53478;
}

.tooltip.show {
    opacity: 1;
}

.post-navigation .btn-lg, .post-navigation span.title {
    font-size: 14px;
}

article img {
    width: 40%;
    float: left;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 20px;
}

.author-info img {
    width: 150px;
    height: auto;
    float: left;
    margin-top: 0;
    margin-right: 20px;
}

.container-page {
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.container-page h1, .container-page h2, .container-page h3, .container-page h4, .container-page h5, .container-page h6 {
    font-family: Oswald, sans-serif;
    margin: 2rem 0 1rem 0;
}

.container-page h1.entry-title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.container-page h2 {
    font-size: 24px;
}

.container-page h3 {
    font-size: 20px;
}

hr.wp-block-separator {
    height: 1px;
    border-bottom: 1px solid #ccc;
    border-top: none !important;
}

article .entry-meta {
    margin-bottom: 1rem;
}

article.post {
    margin-top: 50px;
}

article.post h1 {
    margin: 0 0 1rem 0;
}

.post-navigation {
    margin-bottom: 50px;
}

.entry-meta {
}

nav.navbar {
    padding: 6px 0;
}

.author-info {
    margin-top: 2rem;
}

/*
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width:none;
}
*/
.row-top-posts .card {
    margin-bottom: 50px;
}

.category-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.category-info .upd-date {
    margin-bottom: 0;
}

.adv-disc {
    font-family: Oswald, sans-serif !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8%;
    color: #F53478;
    z-index: 2000;
    position: relative;
}

.adv-disc a {
    color: #F53478 !important;
}

span.icon-i {
    width: 16px;
    height: 16px;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 10px;
    background-image: url(../img/icons/icon-i.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -4px;
}

span.icon-link {
    width: 18px;
    height: 18px;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 10px;
    background-image: url(../img/icons/icon-link.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -4px;
}

.row-subblue div p {
    margin-top: 0;
    margin-bottom: 30px;
}

.front-posts {
    padding-bottom: 25px;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
    font-family: Oswald, sans-serif;
}

.top-h4 {
    max-width: 500px;
}

.top-h4, .row-top-icons * {
    font-family: Poppins, sans-serif;
    text-transform: none !important;
}

.logo-new {
    height: 24px;
    width: auto;
}

.logo-footer {
    height: 24px;
    width: auto;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0 !important;
}

.tax-brands-category #menu-primary {
    display: none;
}

.menu-footer-container {
    text-align: center;
}

#menu-primary,
#menu-footer {
    width: auto;
    font-family: Oswald, sans-serif;
    font-weight: 500;
}

#menu-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#menu-primary li a.nav-link:hover span {
    color: #1890FF;
}

#menu-primary-1 li a.nav-link:hover span,
#menu-footer li a.nav-link:hover span {
    color: white !important;
}

#menu-primary li,
#menu-primary-1 li,
#menu-footer li {
    padding: 0;
}

#menu-primary li a.nav-link:after,
#menu-primary-1 li a.nav-link:after,
#menu-footer li a.nav-link:after {
    content: "\A";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1890FF;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
    margin-top: -7px;
}

#menu-primary li a.nav-link {
    margin-left: 1rem;
}

#menu-primary-1 li a.nav-link:after,
#menu-footer li a.nav-link:after {
    margin-left: 1.5rem;
    margin-right: 1rem;
}

#menu-primary li:last-child a.nav-link:after,
#menu-primary-1 li:last-child a.nav-link:after,
#menu-footer li:last-child a.nav-link:after {
    content: "";
    display: none;
}

#menu-primary li a.nav-link span {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #1E2833;
}

#menu-primary-1 li a.nav-link span,
#menu-footer li a.nav-link span {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #9AABBD;
}

#menu-primary .current-menu-item a span {
    color: #1890FF !important;
}

#menu-primary-1 .current-menu-item a span,
#menu-footer .current-menu-item a span {
    color: white !important;
}

#wrapper {
    padding: 0;
}

.bluebox-outer {
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: cover;
    min-height: 400px;
}

.row-bluebox {
}

.bluebox {
    color: white;
}

.bluebox h1 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}

#wrapper h4 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23.8px;
    letter-spacing: 1.8%;
}

.bluebox h4 {
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.icon-text h5 {
}

.icon-box {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.icon-box-last {
    margin-bottom: 0;
}

.icon-col {
    background-size: 50px 50px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: table-cell;
}

.icon-text {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    font-family: Poppins, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 23.8px;
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.icon-col1 {
    background-image: url(../img/icons/icon-col1.png);
}

.icon-col2 {
    background-image: url(../img/icons/icon-col2.png);
}

.icon-col3 {
    background-image: url(../img/icons/icon-col3.png);
}

.icon-col4 {
    background-image: url(../img/icons/icon-col4.png);
}

img {
    max-width: none;
    max-height: none;
    height: auto;
}

.coupon-box-new {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #1E2833;
    box-sizing: border-box;
    box-shadow: 0px 4px 45px -15px rgba(0, 0, 0, 0.25);
}

.container-brands > .row:last-child .coupon-box-new {
    margin-bottom: 0;
}

.cp-badge {
    display: inline-block;
    width: auto;
    background-image: url(../img/badge-corner.png);
    background-position: top right -1px;
    background-repeat: no-repeat;
    background-color: #01CD9F;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 30px;
}

.cp-badge .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    color: #1E2833;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    margin-top: -6px;
}

.circle-text {
    padding-left: 8px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .cp-badge {
        padding-left: 30px;
        padding-right: 50px;
        line-height: 46px;
    }

    .circle-text {
        padding-left: 14px;
    }
}

.col-discount h1, .col-discount .brand-name-first {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 35.57px;
    font-weight: 700;
}

.col-discount h3, .col-discount .brand-name-sec {
    font-family: Poppins, sans-serif !important;
    font-size: 18px;
    line-height: 25.74px;
    font-weight: 400;
    letter-spacing: 1.8%;
    text-transform: none;
    margin-bottom: 0;
}

.col-rating h2, .col-rating .col-rating-heading-new,.col-rating .h2 {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 15px;
    margin: 0;
}

.coupon-btn {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.08px;
    text-transform: uppercase;
    background-color: #F53478;
    border: 1px solid #F53478;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    display: inline-block;
    min-width: 150px;
}

.coupon-btn:hover {
    color: white;
    text-decoration: none;
    background-color: #1890FF;
}

.coupon-code-box {
    width: 150px;
    margin-left: auto;
}

.coupon-btn-outer {
    margin-bottom: 24px;
}

.coupon-edit-link {
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
}

.excellent {
    width: calc(100% - 100px);
    float: left;
    height: 100px;
}

.col-description p {
    margin-bottom: 0;
}

.container-brands .col-description ul {
    display: flex;
    flex-wrap: wrap;
    list-style-position: outside;
    margin-bottom: 0;
    margin-left: 0px;
}

.col-description > ul > li {
    flex-basis: 100%;
    margin-bottom: 5px;
}

.coupon-box .col-description {
    padding: 10px 50px 15px;
}
.coupon-box .cp-badge{
    padding-right: 30px;
    border-top-left-radius:0px;
}
.container-brands .coupon-box-new {
    border: 1px solid #1e2833;
    border-radius: 0;
}
.container-brands .col-badge{
    padding-bottom: 15px;
}
@media (min-width: 1200px){
    .container-brands .row{
        max-width: 1140px;
    }
}




.col-discount, .col-button, .col-rating {
    /*margin-top:20px;*/
}

.col-description * {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
}
.archive #menu-secondary{
    display:none;
}
@media (max-width: 768px) {
    .coupon-box .col-description{
        padding: 15px;
    }
    .highcharts-title {
        font-size: 22px !important;
    }
}

@media (min-width: 576px) {
    .col-description > ul > li {
        flex-basis: 50%;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .col-rating h2, .col-rating .col-rating-heading-new,.col-rating .h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .col-description > ul > li {
        flex-basis: 33.333%;
    }
}

@media (min-width: 1600px) {
    .col-description > ul > li {
        flex-basis: 25%;
    }
}

.rating-circle-box {
    display: table;
    margin: auto;
}

.rating-circle-col1 {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 100px;
}

.rating-circle-col2 {
    display: table-cell;
    vertical-align: middle;
}

/* Brand Logo */
.cp-logo {
    text-align: center;
}

.cp-logo img {
    width: 60%;
    height: auto;
    max-width: 150px;
}

@media (max-width: 575px) {
    .cp-logo {
        margin-top: 10px;
    }
}

/* Star Rating */
.star:before {
    content: '' !important;
    display: none !important;
}

.star-box {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

.star-rating-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.star-number {
    display: inline-block;
    padding-left: 10px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.68px;
}

.star {
    width: 15px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    margin-right: 3px !important;
}

.star-0 {
    background-image: url(../img/icons/star-1.png);
    opacity: 0.3;
}

.star-1 {
    background-image: url(../img/icons/star-1.png);
}

.star-half {
    background-image: url(../img/icons/half-star.png);
}

.cp-button {
    text-align: center;
}

.cp-button-mobile {
    text-align: center;
    margin-bottom: 30px;
}

.cp-button-mobile {
    margin-bottom: 0;
    margin-top: 30px;
}

.cp-button-mobile .coupon-btn {
    width: 100%;
}

.cp-button .vs-coupon-code,
.cp-button-mobile .vs-coupon-code {
    margin: 0;
    padding: 0;
    font-family: Oswald, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.cp-button .vs-coupon-code strong,
.cp-button-mobile .vs-coupon-code strong {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

@media (min-width: 576px) {
    .col-badge {
        padding-bottom: 15px;
    }
}

.footer-bg {
    background-color: #1E2833;
    padding-top: 70px;
    padding-bottom: 70px;
}

#footer {
    padding-top: 20px;
    border-radius: 0;
    color: white;
    background: #1E2833;
}

#footer > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-wrapper nav.navbar {
    padding-top: 20px;
}

.disclaimer {
    margin: auto;
    font-size: 12px;
    line-height: 20.4px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    color: #768391;
    max-width: 874px;
}

.footer-copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #768391;
}

@media (min-width: 768px) {

}

.store-info-box {
    padding: 0 50px 40px 50px;
    overflow: hidden !important;
}

.store-info-box, .store-info-box p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 23.8px;
    font-weight: 400;
}

.store-info-box h2,
.faq-container .faq-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    text-align: center;
}

.faq-container .faq-title {
    color: #1E2833;
}

@media (min-width: 768px) {
    .store-info-box h2,
    .faq-container .faq-title {
        font-size: 30px;
        line-height: 40px;

    }
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

#advertiserModal {
    z-index: 9999;
}

#advertiserModal .modal-header {
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

#advertiserModal .modal-body h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

#advertiserModal .modal-body p {
    padding: 0;
    margin: 0;
}

#advertiserModal .modal-body {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10000;
}

.modal-dialog .icon-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/icon-close.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.the-post-thumbnail {
    margin-bottom: 1em;
}

.the-post-thumbnail img {
    width: 100%;
    height: auto;
}

.card-text p {
    margin: 0;
}

/* HighCharts */
.highcharts-outer {
    height: 100px;
    width: 100px;
    position: relative;
    border: 1px solid red;
}

.highcharts-box {
    width: 100px;
    height: 100px;
}

.highcharts-box-mob {
    width: 80px;
    height: 80px;
}

.highcharts-text-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
}

.highcharts-text-inner {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
    margin: 0;
    padding: 0;
    font-family: oswald;
    font-size: 30px;
    font-weight: 500;
}

/* Brands Category Slider */

.section-categories-slider,
.brands-slider-outer {
    margin-bottom: 40px;
}

.section-categories-slider .category-slider-outer {
    padding-bottom: 20px;
}

.brands-category-slide .coupon-btn-outer {
    margin-bottom: 10px;
}

.brands-category-slide .cp-btn-outer {
    border: 1px dashed #F53478;
    padding: 10px;
}

.brands-category-slide {
    line-height: 1;
}

.brands-category-slide h3 {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 0;
}

.brands-category-slide h4 {
    font-size: 14px;
    font-family: Oswald, sans-serif;
    height: 20px;
    overflow: hidden;
    margin: 0;
}

.brands-category-slide .card-body {
    padding: 0;
}

.brands-category-slide p.card-text {
    font-size: 14px;
    line-height: 1;
    height: 30px;
    overflow: hidden;
}

.brands-category-slide h5.card-title {
    font-size: 14px;
    margin: 0;
    height: 34px;
    overflow: hidden;
    line-height: 1;
    margin-top: 10px;
}

.brands-category-slider .card-body {
    text-align: center;
}

.brands-category-card, .brands-card {
    /*background-color:#fefefe;*/
    background-color: white;
    padding: 15px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.brands-category-card .card-body, .brands-card .card-body {
    padding-top: 10px 0 0 0;
}

.brands-arrow-right {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+PHBhdGggZD0iTTIyLDlhMSwxLDAsMCwwLDAsMS40Mmw0LjYsNC42SDMuMDZhMSwxLDAsMSwwLDAsMkgyNi41OEwyMiwyMS41OUExLDEsMCwwLDAsMjIsMjNhMSwxLDAsMCwwLDEuNDEsMGw2LjM2LTYuMzZhLjg4Ljg4LDAsMCwwLDAtMS4yN0wyMy40Miw5QTEsMSwwLDAsMCwyMiw5WiIvPjwvZz48L3N2Zz4=');
    background-size: 100% 100%;
    height: 24px;
    width: 32px;
    display: block;
    margin-left: auto;
}

.brands-arrow-left {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJhcnJvdy1sZWZ0Ij48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIzIiB4Mj0iMjkiIHkxPSIxNiIgeTI9IjE2Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMyIgeDI9IjciIHkxPSIxNiIgeTI9IjExIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMyIgeDI9IjciIHkxPSIxNiIgeTI9IjIxIi8+PC9nPjwvc3ZnPg==');
    background-size: 100% 100%;
    height: 24px;
    width: 32px;
    display: block;
    margin-right: auto;
}

.row-brands-category-arrows > div {
}

.row-brands-category-arrows a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.brands-category-card .coupon-btn, .brands-card .coupon-btn {
    padding: 5px;
    width: 100%;
    min-width: 100px;
}

h3.slider-title {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 2rem 0 1rem 0;
    padding: 0;
}

.brands-category-card .card-img-top, .brands-card .card-img-top {
    margin: auto;
}

.brands-category-card .card-img-top {
    width: auto;
    height: auto;
}

.sticky-banner h3, .sticky-banner h4 {
    margin: 0;
    font-family: Oswald, sans-serif;
}

.sticky-banner h3 {
    font-size: 28px;
}

.sticky-banner h4 {
    font-size: 20px;
}

.flickity-prev-next-button {
    bottom: -70px !important;
}

.flickity-prev-next-button.next {
    right: 0px !important;
}

/* Media Queries */
@media (min-width: 600px) {
    .bluebox-outer {
        min-height: 350px;
        background-size: auto;
        background-position-x: 85%;
    }

    .blue-inner {
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .bluebox-outer {
        padding: 30px 0 80px;
    }
}

@media (min-width: 1080px) {
    .bluebox-outer {
        padding: 0 0 20px 0;
        background-position-x: 100%;
    }

    .blue-inner {
        padding: 0 0 0 50px;
    }
}

@media (min-width: 1500px) {
    .bluebox-outer {
        background-size: cover;
    }

}

@media (min-width: 1920px) {
    .bluebox-outer {
        min-height: 410px;
    }
}

@media (max-width: 1044px) {
    .excellent {
        float: none;
        width: 100%;
        text-align: center;
    }

    .mkCharts {
        margin: auto;
        float: none;
    }

    .col-rating h2, .col-rating .col-rating-heading-new ,.col-rating .h2{
        margin: 0;
        padding: 0;
        line-height: 50px;
        margin-left: 10px;
    }

    .rating-circle-box, .rating-circle-col1, .rating-circle-col2 {
        display: block;
        margin: auto;
    }

    .rating-circle-col2 h2 {
        text-align: center;
    }

    .col-rating h2, .col-rating .col-rating-heading-new ,.col-rating .h2{
        margin-left: 0;
    }

    .star-rating-box {
        margin: 0;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

}

@media (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 1470px;
    }

}

@media (min-width: 31em) {
    .grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 900px) {
    #advertiserModal .modal-dialog {
        max-width: 400px;
    }
}

/* max 1199px */
@media (max-width: 1199px) {
    .icon-text {
        padding-left: 10px;
        font-size: 12px;
    }
}

/* max 767 px */
@media (max-width: 767px) {
    .sticky-banner h3 {
        font-size: 24px;
    }

    .sticky-banner h4 {
        font-size: 18px;
    }

    .store-info-box {
        padding: 0;
    }

    .col-12-header {
        padding-right: 0;
    }

    .blue-inner {
        padding: 20px;
        padding-right: 40px;
    }

    .modal-dialog {
        min-height: calc(100vh - 20px);
    }

    .col-description {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .rating-circle-box {
    }

    #menu-primary li a.nav-link {
        margin-left: 0 !important;
    }

    .bluebox {
    }

    nav.navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu-primary {
        margin-top: 10px;
    }

    #menu-primary li a.nav-link:after {
        content: '';
        display: none !important;
    }

    #menu-primary li {
        margin: 0;
        margin-bottom: 10px;
        width: 100%
    }

    #menu-primary li a {
        padding: 5px 10px 5px 10px !important;
        border: 1px solid #1E2833;
        width: 100%;
        display: block;
    }

    #menu-primary li a:hover {
        border: 1px solid #1890FF;
        background-color: #1890FF;
    }

    #menu-primary li a.nav-link:hover span {
        color: white;
    }

    #menu-primary li a.nav-link:hover i {
        background-image: url(../img/icons/icon-link.svg);
    }
}

/* 576 - 767 px */
@media (min-width: 576px) and (max-width: 991px) {
    .star-rating-box {
        margin-bottom: 20px;
    }
}

/* 575 px -- xs */
@media (max-width: 575px) {
    .icon-box {
        margin-bottom: 7px;
    }

    .icon-col {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }

    .icon-text {
        height: 20px;
        font-size: 12px;
    }

    .sticky-banner h3 {
        font-size: 18px;
    }

    .sticky-banner h4 {
        font-size: 14px;
    }

    .bluebox h1 {
        margin-bottom: 15px;
    }

    .bluebox h4 {
        margin-bottom: 15px;
    }

    .author-info img {
        margin-bottom: 0;
    }

    article img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 30px;
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        top: 16px;
        right: 10px;
    }

    .coupon-edit-link {
        display: none;
    }

    .title-subtitle-box, .br-e2 {
        border: none;
        padding-top: 10px;
    }

    .col-description {
        padding-top: 15px;
    }

    .td-200, .t-200 {
        height: 100px;
    }

    .adv-link {
        position: static;
    }

    .adv-disc {
        /*padding-bottom:20px;*/
    }

    .mkc_circle-chart {
        width: 75px;
        height: 75px;
    }

    .rating-circle-col2, .rating-circle-col1 {
        height: 75px;
    }

    .mkCharts {
        width: 75px;
        height: 75px;
    }

    .rating-circle-border {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 1em;
        margin-bottom: 0;
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
    }

    .col-discount {
        text-align: center;
    }

    .row-subblue div p {
        margin: 0;
    }

    .upd-date {
        margin-bottom: 0;
        font-size: 14px;
    }

    .category-tooltip {
        font-size: 14px;
    }

    .adv-disc {
        font-size: 13px;
    }

    .col-description ul {
        text-align: left;
        list-style-position: inside;
    }

    .rating-circle-box {
        display: table;
        margin: auto;
    }

    .rating-circle-col1 {
        display: table-cell;
        vertical-align: middle;
    }

    .rating-circle-col2 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 0;
    }

    .title-subtitle-box h1, .title-subtitle-box .mob-title-first {
        font-size: 18px;
        line-height: 27px;
    }

    .title-subtitle-box h3, .title-subtitle-box .mob-title-sec {
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 19px;
    }

    .col-description ul {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .col-description ul li {
        padding-left: 0px;
        /*text-indent: -20px;*/
    }
}

@media (max-width: 767px) {
    .icon-col {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .icon-text {
        height: 30px;
    }

    .icon-link-bk {
        display: inline-block !important;
    }
}

/* max 375 px */
@media (max-width: 375px) {
    .logo-new {
        width: 70%;
        height: auto;
    }

}

.vs-coupon-code {
    cursor: pointer;
}

.vs-coupon-code p {
    margin-bottom: 5px;
}

.vs-coupon-code-copied-wrapper {
    margin: 10px 0;
    display: none;
}

.vs-coupon-code-copied {
    padding: 10px;
    background: #1890FF;
    color: #fff;
    font-size: 13px;
}

.vs-coupon-code-instructions {
    margin-top: 8px;
    text-align: center;
}

.vs-coupon-code-instructions a.affiliate-link {
    color: #1a73e8;
}

.vs-coupon-code-instructions a.affiliate-link:hover {
    color: #67a1ff;
}

a.info-outlink {
    color: #1E2833;
    text-decoration: underline !important;
}

a.info-outlink:hover {
    color: #67a1ff !important;
}

@media (min-width: 1200px) {
    .vs-coupon-code-copied {
        font-size: 14px;
    }
}

.top-brands-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 5px 0 !important;
}

.top-brands-item {
    height: 200px !important;
    border: 1px solid #1E2833;
}

.top-brands-item-container {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    padding-top: 35px !important;
}

.top-brands-item-top-line {
    display: block;
    left: 0;
    min-width: 100%;
    position: absolute;
    padding: 10px 0;
    top: 0;
    width: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.top-brands-item-1 .top-brands-item-top-line {
}

.top-brands-item-top-line .counter-number {
    position: relative;
    top: 0;
    left: 12px;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 15px;
    color: #fff;
    background: #01CD9F;
}

.top-brands-item-2 .counter-number {
    background: #ffa500;
}

.top-brands-item-3 .counter-number {
    background: #00C0EA;
}

.top-brands-item .counter-text {
    position: relative;
    left: 17px;
    top: 1px;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1890FF;
}

.top-brands-item-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-basis: 60%;
}

.top-brands-item-image {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-brands-item-image img {
    max-height: 110px !important;
    max-width: 130px !important;
}

.top-brands-item-rating-stars {
    text-align: center;
}

.top-brands-item-rating-stars .star {
    width: 10px;
    height: 11px;
}

.top-brands-item-rating-stars .star-number {
    padding-left: 6px;
    font-size: 13px;
}

.top-brands-item-right .top-brands-item-link {
    margin-bottom: 15px;
    text-align: center;
}

.top-brands-item-right .top-brands-item-text {
    font-family: Oswald, sans-serif !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.top-brands-item-right .coupon-btn-outer {
    margin-bottom: 10px;
    text-align: center;
}

.top-brands-item-right .coupon-btn {
    min-width: 110px;
    padding: 15px 0;
    font-size: 13px;
    line-height: 14px;
}

@media (min-width: 768px) {
    .top-brands-item-image img {
        max-height: 130px !important;
    }

    .top-brands-item-rating-stars {
        margin-top: 10px;
    }

    .top-brands-item-rating-stars .star {
        width: 13px;
        height: 14px;
    }

    .top-brands-item-rating-stars .star-number {
        font-size: 16px;
    }

    .top-brands-item-link .coupon-btn-outer {
        margin-bottom: 18px;
    }

    .top-brands-item-link .coupon-btn {
        min-width: 130px;
    }

    .top-brands-item-right .top-brands-item-text {
        font-size: 16px;
    }
}

@media (min-width: 1199px) {
    .top-brands-item-1 {
        height: 225px !important;
    }
}

.faq-container {
    padding: 0 0 15px !important;
}

@media (min-width: 768px) {
    .faq-container {
        padding: 0 50px 15px 50px !important;
    }
}

.footer-sign-up {
    text-align: center;
}

/* NEW BANNER */

section {
    overflow: hidden;
    clear: both;
}

section.header-banner-container {

}

section.header-banner-container .header-banner {
    width: 100%;
    position: relative;
    color: #020202;
    background: 0 0;
}

section.header-banner-container .header-banner .header-banner-pic {
    display: flex;
    max-height: 275px;
    height: 100%;
    align-items: flex-end;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    justify-content: flex-end;
}

section.header-banner-container .header-banner .header-banner-pic img {
    max-width: none;
    display: block;
    width: 120%;
    height: auto;
}

section.header-banner-container .header-banner .header-banner-caption {
    justify-content: flex-start;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 5;
    top: 0;
    left: 0;
    flex-direction: column;
}

section.header-banner-container .header-banner .header-banner-caption {
    padding: 15px 0;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
}

section.header-banner-container .header-banner .header-banner-caption h1 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

section.header-banner-container .header-banner .header-banner-caption h1 > p {
    margin: 0;
}

section.header-banner-container .header-banner .header-banner-caption p {
}

section.header-banner-container .header-banner .header-banner-caption .header-banner-subtitle {
    font-size: 14px;
}

@media (max-width: 767px) {
    section.header-banner-container .header-banner .header-banner-caption *[data-show="hide-for-small"] {
        display: none;
    }
}

@media (min-width: 501px) {
    section.header-banner-container .header-banner .header-banner-pic img {
        width: 125%;
    }

    section.header-banner-container .header-banner .header-banner-pic {

    }

}

@media (min-width: 769px) {
    section.header-banner-container .header-banner .header-banner-caption {
    }

    section.header-banner-container .header-banner .header-banner-pic {

    }

    section.header-banner-container .header-banner .header-banner-caption h1 {
        margin-bottom: 15px;
    }

    section.header-banner-container .header-banner .header-banner-caption .container > *:not(.row-top-icons) {
        max-width: 60%;
    }

}

@media (min-width: 991px) {
    .row-top-icons {
        max-width: 85%;
    }

    section.header-banner-container .header-banner .header-banner-pic {
        max-height: 350px;
    }

    section.header-banner-container .header-banner .header-banner-pic img {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    section.header-banner-container .header-banner .header-banner-caption {
        padding: 30px 0;
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {

    section.header-banner-container .header-banner .header-banner-caption {
        font-size: 1.5em;
    }

    section.header-banner-container .header-banner .header-banner-caption h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    section.header-banner-container .header-banner .header-banner-caption .header-banner-subtitle {
        margin-bottom: 1em;
        font-size: 0.9em;
    }

    .icon-text {
        font-size: 18px;
    }

    .row-top-icons {
        max-width: 85%;
    }
}

@media (min-width: 1900px) {
    section.header-banner-container .header-banner .header-banner-caption h1 {
        margin-bottom: 0.5em;
    }

    section.header-banner-container .header-banner .header-banner-caption .header-banner-subtitle {
        margin-bottom: 1.5em;
    }
}


.carousel-cell h3 {
    height: auto !important;
}

.carousel-cell .vs-coupon-code-wrapper {
    font-size: 14px;
    padding: 10px 10px 0 10px;
    border: 1px dashed #FC5524;
}

.carousel-cell .vs-coupon-code-wrapper .vs-coupon-code strong {
    display: block;
}

.carousel-cell .coupon-btn-outer > a.coupon-btn {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.08px;
    text-transform: uppercase;
    background-color: #F53478;
    border: 1px solid #F53478;
    border-radius: 4px;
}

.carousel-cell .coupon-btn-outer > a.coupon-btn:hover {
    color: white;
    text-decoration: none;
    background-color: #1890FF;
}

.category-slider-outer #brands-category-slider img {
    width: auto;
    max-height: 40px;
    height: 40px;
}

.category-slider-outer #brands-category-slider .carousel-cell h5.card-title {
    overflow: visible;
    padding: 0;
    margin-top: 15px !important;
}

.category-slider-outer .carousel-cell {
    justify-content: center;
}

.category-slider-outer .main-carousel .flickity-page-dots .dot {
    background: #333;
}

/* FAQ Section */

.faq-plus-minus .faq-item-answer {
    padding-right: 0 !important;
}

.faq-item-answer {
    font-family: Poppins, sans-serif;
    font-size: 14px;
}

/* Tooltip from Design3 */

.secret-tooltip {
    position: relative;
    text-align: right;
}

.secret-tooltip_text {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 450px;
    margin-left: -60px;
    border-radius: 0;
    padding: 20px;
    background-color: #555;
    visibility: hidden;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.secret-tooltip_text::after {
    top: -9px;
    transform: rotate(0deg);
}

.secret-tooltip_text p {
    margin-bottom: 0 !important;
    color: inherit;
}

.secret-tooltip_text span::after {
    position: absolute;
    top: 3px;
    right: 0px;
    content: 'x';
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: .8;
    cursor: pointer;
}

.secret-tooltip_btn {
    font-weight: 700;
    color: #11363C !important;
    cursor: pointer;
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .secret-tooltip_text {
        right: 0;
        margin-left: 0;
        width: 400px;
    }
}

@media (max-width: 575px) {
    .secret-tooltip_text {
        width: 320px;
        top: 30px;
        bottom: auto;
    }
}

/* Flickity styles */
.section-categories-slider {
    margin-bottom: 40px;
}

.section-categories-slider .brands-slider-outer {
    padding-top: 1rem;
    margin-bottom: 40px;
}

.section-categories-slider .slider-title {
    font-size: 20px;
    padding: 0;
    text-align: center;
    color: #FBFAF3;
    margin-bottom: 20px;
}

.section-categories-slider .main-carousel {
    padding-top: 10px;
}

.section-categories-slider .carousel-cell .img-outer {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    margin-inline: auto;
    margin-bottom: 15px;
    aspect-ratio: 1/1;
}

.section-categories-slider .carousel-cell > div {
    display: block;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .section-categories-slider .slider-title {
        font-size: 30px;
        margin-bottom: 25px;
    }


}

/* As seen on section */

.featured-brands .featured-list {
    display: flex;
    align-items: center;
}

.featured-brands .featured-list .featured-item:last-child {
    margin-right: 0;
}

@media (min-width: 576px) {
    .featured-brands .featured-list {
        justify-content: space-around;
    }
}

@media (min-width: 768px) {
    .featured-brands .featured-list .featured-item {
        max-width: none !important;
    }

    .featured-brands .featured-list .featured-item > img {
        max-width: 150px;
    }
}

@media (max-width: 425px) {
    #cmplz-cookiebanner-container .cmplz-cookiebanner {
        grid-gap: 4px;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
        display: flex;
        justify-content: space-between;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
        width: 100%;
        text-align: center;
        font-weight: 700;
        display: block;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
        display: flex;
        flex-direction: row;
    }

    .coupon-box.coupon-box-new .col-description ul {
        margin: 0 10px 0 10px;
    }
    .coupon-box.coupon-box-new .col-description ul li{
        padding-right: 0px;
    }


}

.section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle .new-heading-brand {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.5;
    font-family: "Oswald";
    color: #000000;
    text-transform: uppercase;
}

.sticky-banner_text .sticky-banner_heading_upper, .sticky-banner_text .sticky-banner_heading_down {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    line-height: 1.5;
    font-weight: 700;
    color: #212529;
}

.sticky-banner_text .sticky-banner_heading_down {
    font-size: 18px;
}

.category-slider-title {
    color: #212529;
}

.category-slider-title:hover {
    color: #212529;
}
.col-rating .h2{
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px;
    margin: 0;
    font-family: Oswald, sans-serif;
    font-weight: 500;
}

/* As seen on section */

.new-header-banner-section{
    /*padding: 30px 0;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 45px;
}

.new-header-banner-section__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.new-header-banner-section__title h1 p{
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
}
.new-header-banner-section__sub-title p{
    font-size: 22px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 0.5em;
}
.new-header-banner-section__icon-box{
    display: flex;
    /*width: 25%;*/
    /*max-width: 250px;*/
    height: 50px;
    align-items: center;
}
.new-header-banner-section__text{
    /*height: 50px;*/
    vertical-align: middle;
    /*display: table-cell;*/
    font-family: 'Poppins', sans-serif ;
    /*font-size: 14px;*/
    font-weight: 600;
    line-height: 23.8px;
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    font-size: 18px;
    width: 190px;
}
.new-header-banner-section__icon{
    background-size: 50px 50px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    /*display: table-cell;*/
}
.icon-col1 {
    background-image: url(../img/icons/icon-col1.png);
}

.icon-col2 {
    background-image: url(../img/icons/icon-col2.png);
}

.icon-col3 {
    background-image: url(../img/icons/icon-col3.png);
}

.icon-col4 {
    background-image: url(../img/icons/icon-col4.png);
}
.col-rating-heading-new{
    text-align: center;
}
.cp-button .coupon-btn{
    color: #fff;
    background-color: #007bff;
}
/*@media (max-width: 500px) {*/
/*    */
/*}*/

@media (min-width: 576px) {
    .new-header-banner-section__container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .new-header-banner-section__container {
        max-width: 720px;

    }
}
@media (min-width: 769px) {

    .new-header-banner-section__title h1 p{
        margin-bottom: 15px;
    }
    .new-header-banner-section__sub-title{
        max-width: 60%;
    }
    .new-header-banner-section__icons-text{
        display: flex;
        /*margin-bottom: 40px;*/
    }

}
@media (min-width: 992px) {
    .new-header-banner-section__container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .new-header-banner-section__container {
        max-width: 1140px;
    }
    .new-header-banner-section__title h1 p{
        margin-bottom: 20px;
        font-size: 40px;
    }
    ew-header-banner-section__sub-title {
        margin-bottom: 1em;
    }
}
@media (min-width: 1900px){
    .new-header-banner-section__title h1 p{
        margin-bottom: 0.5em;
    }
    .new-header-banner-section__sub-title{
        margin-bottom: 1.5em;
    }
}
@media (max-width: 1200px) {
    .new-header-banner-section__sub-title p {
        font-size: 15px;
    }
    .new-header-banner-section__text{
        font-size: 14px;
    }
    .new-header-banner-section__title h1 p{
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .new-header-banner-section__text{
        width: 130px;
        display: flex;
        flex-wrap: wrap;
    }
    .new-header-banner-section__icon{
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    .new-header-banner-section__icon-box{
        height: 100%;
        align-items: flex-start;
    }

}
@media (max-width: 768px) {

    .new-header-banner-section__icons-text{
        display: flex;
        padding-top: 10px;

    }
    .new-header-banner-section__text{
        width: 200px;
    }
    .new-header-banner-section__sub-title p{
        font-size: 14px;
    }
    .new-header-banner-section__text{
        max-width: 100%;
        width: 135px;
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .new-header-banner-section__icon-box{
        display: flex;
        align-items: flex-start;
    }


}
@media (max-width: 767px) {
    .new-header-banner-section__icon-box{
        margin-bottom: 10px;
        height: 35px;
        align-items: center;
    }
    .new-header-banner-section__icon{
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
    .new-header-banner-section__icons-text{
        display: block;
    }
    .new-header-banner-section__text {
        width: 200px;
    }
}
@media (max-width: 500px) {
    .new-header-banner-section{
        padding-bottom: 10px;
    }
    .new-header-banner-section__icon-box {
        align-items: center;
    }

    .new-header-banner-section__icons-text{
        display: block;
        padding-top: 10px;
        width: 100%;
    }
    .new-header-banner-section__text{
        width: 250px;
    }
    .new-header-banner-section__title h1 p{
        font-size: 27px;
    }
}
/* New Styles*/

.coupon-box .col-description {
    padding: 10px 50px 15px;
}
.coupon-box .cp-badge{
    padding-right: 30px;
    border-top-left-radius:0px;
}
.container-brands .coupon-box-new {
    border: 1px solid #1e2833;
    border-radius: 0;
}
.container-brands .col-badge{
    padding-bottom: 15px;
}
.cp-button .coupon-btn,.cp-button-mobile .coupon-btn{
    color: #fff;
    background-color: #007bff;
}
.container-brands .col-description ul{
    margin-bottom: 0;
    margin-left: 0px;
}
.new-header-banner-section__text{
    width: 190px;
    padding-right: 5px
}

@media (min-width: 1200px){
    .container-brands .row{
        max-width: 1140px;
    }
}
@media (max-width: 575px){
    .sticky-banner-btn, .sticky-banner-btn:hover{
        color:#000;
    }
    .sticky-banner_text .sticky-banner_heading_upper, .sticky-banner_text .sticky-banner_heading_down{
        font-size: 16px;
    }
    .coupon-box .sticky-banner_heading_down{
        font-size: 14px;
    }
    .coupon-box .t-200{
        height:100px;
    }
    .coupon-box .vs-coupon-code-wrapper, .vs-coupon-code-copied{
        padding:0px;
    }
    .coupon-box .vs-coupon-code-copied{
        padding: 10px;
        background: #1890ff;
        color: #fff;
        font-size: 13px;
    }
    .container-brands .coupon-box-new {
        margin-bottom: 30px;
    }
    .coupon-box .rating-circle-col1{
        height:75px;
    }
    .cp-button-mobile .coupon-btn{
        font-size: 20px;
    }
    .col-description ul {
        margin-bottom: 0;
        padding-left: 20px;
    }
    .coupon-box .col-description{
        padding: 10px 15px 15px;
    }
}
@media screen and (max-width: 500px){
    #menu-footer{
        display:flex;

    }
    .menu-item a{
        margin-bottom:10px;
    }
    .menu-item{
        width:100%;
        margin-bottom:20px;
    }
    #menu-footer li a.nav-link:after{
        display:none;

    }
}

