/*
    Theme Name: Natural Pharmaceuticals New FlexiMed® Active
    Description: Natural Pharmaceuticals New FlexiMed® Active
    Author: Dorota Osuch
    
    Text Domain: naturalpharmaceuticals-new-fleximed-v2
    Version: 1.0.6
     Author URI: mailto:dorota.osuch@natural.pl
    Theme URI: https://omegamarine.ee
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --clr-main: #1F366A;
    --clr-main300: #7F61CB;
    --clr-main200: #D9D5EC;
    --clr-main100: #ECEAF7;
    --clr-accent: #BE1742;
    --clr-contrast: #FFFFFF;
    --clr-green: #00B5BD;
    --clr-green-light: #E5F4F9;
    --clr-green-lighter: #dcf1f6;
    --clr-black: #000000;
    --clr-purple: #9D1D74;
    --clr-white: #ffffff;
    --clr-yellow: #FDD300;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.fw-eb {
    font-weight: 800;
}

.fw-sb {
    font-weight: 600;
}

.fw-md {
    font-weight: 500;
}

.mw-100px {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.mw-50 {
    max-width: 50%;
    height: auto;
}

.z-index-1 {
    z-index: 1;
}

nav.navbar {
    border-bottom: 1px solid var(--clr-main);
}

.product-logo {
    max-width: 280px;
    max-height: 50px;
    opacity: 1;
    transition: opacity .3s ease;
}

.product-logo:hover {
    opacity: 0.8;
}

.navbar-button {
    display: inline-flex;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: var(--clr-green);
    padding: .25rem .5rem;
    align-items: center;
    transition: all .3s ease;
}

.navbar-button:hover {
    background-color: var(--clr-main);
    color: #fff;
}

.navbar-button img {
    width: auto;
    max-height: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
}

.product-color-dark, a.product-link {
    color: var(--clr-main);
}

.product-color-purple {
    color: var(--clr-purple);
}

a.product-link {
    text-decoration: none;
    transition: color .3s ease;
}

a.product-link:hover {
    color: var(--clr-main);
}

.product-color,
.exit-popup-offer-text-2-stress,
.navbar-light .navbar-nav .nav-link,
.faq-item button {
    color: var(--clr-green);
}

.faq-item {
    padding-bottom: 0;
}

.faq-item:last-of-type button {
    border-bottom: 2px solid var(--clr-green);
}

.faq-item button {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    text-align: left !important;
    text-decoration: none;
    background: transparent;
    border-top: 2px solid var(--clr-green);
}

.faq-item button .faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    background: var(--clr-green);
}

.faq-item button .faq-icon::before,
.faq-item button .faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 3px;
    background: #fff;
    transition: .3s ease;
}

.faq-item button .faq-icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-item button[aria-expanded="true"] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item button h5 {
    width: calc(100% - 34px);
}

.faq-item .card-body {
    padding: 1.25rem;
}

.faq-item button:hover, 
.faq-item button[aria-expanded="true"] {
    background: var(--clr-green);
    color: #fff;
}

.exit-popup-offer-text-2-stress:hover {
    color: var(--clr-main);
}

.product-background-dark {
    background: var(--clr-main);
}

.product-background-darker {
    background: #1A2E6B;
}

.product-background-light {
    background: var(--clr-green-light);
}

.product-background-light-2 {
    background: var(--clr-green-lighter);
}

.product-background-lighter {
    background: var(--clr-main300);
}

.accent-background {
    background: var(--clr-accent);
}

.accent-background-light {
    background: #E9E9F3;
}

.gray-background {
    background: #ECECEC;
}

.border-primary {
    border-color: var(--clr-main) !important;
}
.green-background {
    background: #00AAB4;
}

.navbar-nav a {
    font-weight: 600;
    color: var(--clr-main);
}

.navbar-nav a:hover {
    color: var(--clr-accent);
}

.hw-content h1 {
    font-size: 36px;
}

.hw-content h3 {
    font-size: 28px;
}

ul.custom-list {
    padding: 0;
    list-style-type: none;
}

ul.custom-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--clr-black);
    padding-left: 34px;
}

ul.custom-list li::before {
    content: '';
    width: 26px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 0;
    background: var(--checkbox-icon) no-repeat center center / contain;
}

ul.custom-list li:not(:last-child) {
    margin-bottom: 10px;
}

.btn-order {
    max-width: 700px;
    font-weight: 700;
    padding: 15px;
    font-size: 1.3rem !important;
    color: var(--clr-black) !important;
}
.btn-order.btn-order-colored {
    color: var(--clr-black);
    border: solid 1px #f25b00;
    background-color: #FDD400;
    background-image: linear-gradient(to bottom, #FDD400, #F07402);
}

.btn-order .fs-5 {
    font-size: 1rem !important;
}

.btn-order-page,
.wpcf7-form .btn-order {
    font-size: 1.2rem !important;
}

.wpcf7-form .btn-order .fs-5 {
    font-size: 0.9rem !important;
}

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

.video-elem {
    position: relative;
    width: 100%;
    height: auto;
}

.video-elem video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.video-elem .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    transition: background .3s ease;
}

.video-elem .play-btn.hidden {
    display: none !important;
}

.video-elem .play-btn:hover {
    background: rgba(0, 0, 0, 0.35);
}

.video-elem .play-btn svg {
    width: 18%;
    height: auto;
    aspect-ratio: 1 / 1;
    fill: #fff;
    transition: fill .3s ease;
}

.video-elem .play-btn:hover svg {
    fill: var(--clr-accent);
}

.video-elem .video-cta {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 14%;
    background: transparent;
    z-index: 10;
    transition: .3s ease;
}

.video-elem .video-cta.hidden {
    display: none;
}

.additions {
    position: relative;
    background-color: var(--clr-main300);
}

.additions .additions-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-table {
    width: 100%;
    table-layout: fixed;
}

.comparison-table tr {
    display: flex;
    width: 100%;
    min-height: 66px;
}

.comparison-table tr th, .comparison-table tr td {
    position: relative;
    width: 30%;
    padding: 8px;
    font-weight: 500;
    color: var(--clr-main);
}

.comparison-table tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.comparison-table tr td:first-child {
    display: flex;
    align-items: center;
}

.comparison-table tr th:first-child, .comparison-table tr td:first-child {
    width: 40%;
}

.comparison-table tr th:not(:first-child), .comparison-table tr td {
    border-left: 2px solid var(--clr-main);
    border-top: 2px solid var(--clr-main);
}

.comparison-table tr th:last-child, .comparison-table tr td:last-child {
    border-right: 2px solid var(--clr-main);
}

.comparison-table tr:last-child td {
    border-bottom: 2px solid var(--clr-main);
}

.comparison-table tr th:nth-child(2), .comparison-table tr td:nth-child(2) {
    background-color: var(--clr-main200);
}

.comparison-table tr td .comparison-pill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    aspect-ratio: 25 / 9;
    border: 2px solid var(--clr-accent);
    border-radius: 30px;
    overflow: hidden;
}

.comparison-table tr td .comparison-pill span {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--progress);
    height: 100%;
    background-color: var(--clr-accent);
}

.testimonial {
    color: var(--clr-yellow);
}

.testimonial .testimonial-img {
    width: 100%;
    height: 420px;
    margin-bottom: 1rem;
}

.testimonial .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .testimonial-content .testimonial-content-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 1.5rem;
}

.testimonial .testimonial-content .testimonial-content-heading h3 {
    width: calc(70% - 9px);
    font-weight: bold;
    color: var(--clr-main);
    margin-bottom: 0;
}

.testimonial .testimonial-content .testimonial-content-heading span {
    display: block;
    width: calc(30% - 9px);
    font-size: 36px;
    text-align: right;
    color: var(--clr-green);
}

.testimonial .testimonial-content .testimonial-content-text p {
    font-weight: 500;
    color: var(--clr-main);
    margin: 0;
}

.testimonial .testimonial-content .testimonial-content-sign {
    margin-top: 1rem;
}

.testimonial .testimonial-content .testimonial-content-sign p {
    text-align: right;
    font-weight: bold;
    color: var(--clr-main);
    margin: 0;
}

.try {
    background: var(--clr-white);
}

.try .try-img {
    width: 100%;
    height: 100%;
}

.try .try-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.allinone, .allinone .allinone-img {
    position: relative;
}

.allinone .allinone-img .allinone-equal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(10px + 12.5vw);
    line-height: 1;
    font-weight: bold;
    color: var(--clr-main);
}

.allinone-captions {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.allinone .allinone-left,
.allinone .allinone-right {
    display: block;
    width: 100%;
    /* font-size: calc(10px + 0.8vw); */
    /* line-height: 1; */
    /* font-weight: bold; */
    color: var(--clr-main);
    /* text-align: center; */
}

.h-full {
    height: 100%;
}

.days .day {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 32px; */

    padding: 1rem;
}



.days .day:last-of-type {
    border-bottom: 0px solid var(--clr-main);
}

.days .day .day-text {
    width: calc(70% - 16px);
    font-weight: 500;

}

.stats {
    padding: 50px 0 15px;
}

.stats .stats-percent {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.stats .stats-text {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.stats .stats-text span {
    font-weight: bold;
}

.stats img {
    max-width: 200px;
    height: auto;
}

.padding-custom {
    padding: 50px;
}

.logos img {
    max-height: 60px;
}

.origin-img {
    width: 100%;
    height: 250px;
}

.grid-5-col, .grid-5-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.grid-5-icons img {
    width: auto;
    max-height: 65px;
}

.composition-table th {
    font-weight: bold;
    border-top: 1px solid var(--clr-main);
}

.composition-table td {
    font-weight: 500;
}

.composition-table th, .composition-table td {
    color: var(--clr-black);
    border-color: var(--clr-main);
    padding-top: 1px;
    padding-bottom: 1px;
}

.composition-table th:first-child, .composition-table td:first-child {
    padding-left: 0;
}

.composition-table th:last-child, .composition-table td:last-child {
    padding-right: 0;
    text-align: right;
}

.faq-text {
    color: var(--clr-green);
}

#bibliography .faq-item button {
    border: unset;
    background: var(--clr-green);
    color: #fff;
}

#bibliography .faq-item button:hover,
#bibliography .faq-item button[aria-expanded="false"] {
    color: var(--clr-green);
    background: transparent;
}

#bibliography .faq-item .card-body {
    padding: 1.25rem 0.75rem;
}

.bibliography-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bibliography-list li {
    color: var(--clr-black);
    font-weight: 500;
}

.bibliography-list li:not(:last-child) {
    margin-bottom: 8px;
}

.bibliography-list li a {
    color: var(--clr-black);
    text-decoration: none;
    transition: color .3s ease;
}

.bibliography-list li a.link {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.bibliography-list li a:hover {
    color: var(--clr-accent);
}

.prefooter {
    position: relative;
    background: var(--bg) center center / cover;
}

.prefooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--clr-main);
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.prefooter .container {
    position: relative;
    z-index: 1;
}

.prefooter .rpet-logo {
    max-width: 120px;
    height: auto;
}

footer {
    background: #000;
}

footer .brand-logo {
    max-width: 250px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.footer-post img {
    max-height: 18px;
}

footer .social-icons img {
    width: 36px;
    height: 36px;
}

footer .logo-footer {
    max-width: 215px;
    height: auto;
}

.footer-newsletter {
    width: 100%;
    height: auto;
}

.footer-newsletter .col {
    display: flex;
    align-items: flex-start;
}

.footer-newsletter input[type=email] {
    appearance: none;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #121212;
    background: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px 0 0 4px;
}

.footer-newsletter input[type=email]:focus {
    outline: none;
}

.footer-newsletter input[type=submit] {
    appearance: none;
    width: 100px;
    background: #69A424;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 0 4px 4px 0;
    transition: background .3s ease;
}

.footer-newsletter input[type=submit]:hover {
    background: var(--clr-accent);
}

.footer-newsletter input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.footer-newsletter label {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    margin-left: 8px;
}

.img-offer {
    max-height: 400px;
}

.offer-image {
    width: 100%;
    height: auto;
}

.offer-image img {
    width: 100%;
    height: auto;
}

.card-body img {
    width: auto;
    max-height: 229px;
    margin: 0 auto;
}

p.add-checkbox {
    position: relative;
}

p.add-checkbox::before {
    content: '';
    width: 30px;
    height: 26px;
    position: absolute;
    top: 0;
    left: -36px;
    background: var(--checkbox-icon) no-repeat center center / contain;
}

.wpcf7-form .form-group.row:not(.checkboxes) {
    margin-bottom: 0.7rem;
}
 
.wpcf7-form .agreements label.btn-agreement {
    border-color: #969998;
    background-color: #e9e9e9;
    background-image: unset;
    transition: all .3s esae;
}

.wpcf7-form .agreements label.btn-agreement:hover,
.wpcf7-form .agreements .btn-group input:checked + label {
    background-color: var(--clr-main);
    border-color: var(--clr-main);
    color: #fff;
}

.wpcf7-form label {
    display: block;
    width: 100%;
    font-weight: 600;
    color: var(--clr-main);
    margin-bottom: 4px;
    cursor: pointer;
}

.wpcf7-form .form-check-inline {
    display: inline-flex;
    align-items: center;
}

.wpcf7-form .form-check-inline input {
    margin-top: 0;
}

.wpcf7-form .form-check-inline label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 8px;
}

.wpcf7-form label sup {
    color: red;
}

.wpcf7-form label a {
    text-decoration: none;
    color: var(--clr-main);
    font-weight: bold;
    transition: color .3s ease;
}

.wpcf7-form label a:hover {
    color: var(--clr-accent);
}

.pointer {
    width: 0;
    height: 0;
    border-top: unset;
    border-left: 11px solid transparent;
    border-bottom: 11px solid var(--clr-main);
    border-right: unset;
    padding: 0;
}

.wpcf7-form input[type=text], 
.wpcf7-form input[type=number], 
.wpcf7-form input[type=email], 
.wpcf7-form input[type=tel], 
.wpcf7-form input[type=date] {
    appearance: none;
    width: 100%;
    height: auto;
    padding: 8px;
    color: var(--clr-main);
    background-color: #fff;
    border: 1px solid var(--clr-main);
    border-radius: 4px;
    transition: border .3s ease;
}

.wpcf7-form input[type=text]:hover, 
.wpcf7-form input[type=number]:hover, 
.wpcf7-form input[type=email]:hover, 
.wpcf7-form input[type=tel]:hover, 
.wpcf7-form input[type=date]:hover {
    border-color: var(--clr-accent);
}

.wpcf7-form input[type=text]:focus, 
.wpcf7-form input[type=number]:focus, 
.wpcf7-form input[type=email]:focus, 
.wpcf7-form input[type=tel]:focus, 
.wpcf7-form input[type=date]:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--clr-accent);
}

.wpcf7-form .np-label-container {
    position: relative;
    display: block;
    width: 100%;
}

.wpcf7-form .np-label-container input[type="text"], 
.wpcf7-form .np-label-container input[type="number"], 
.wpcf7-form .np-label-container input[type="email"], 
.wpcf7-form .np-label-container input[type="tel"], 
.wpcf7-form .np-label-container input[type="date"] {
    padding: 14px 8px;
    transition: .3s ease;
}

.wpcf7-form .np-label-container input[type="text"]::placeholder, 
.wpcf7-form .np-label-container input[type="number"]::placeholder, 
.wpcf7-form .np-label-container input[type="email"]::placeholder, 
.wpcf7-form .np-label-container input[type="tel"]::placeholder, 
.wpcf7-form .np-label-container input[type="date"]::placeholder {
    opacity: 0;
}

.wpcf7-form .np-label-container input[type="date"]::before {
    display: none;
}

.wpcf7-form .np-label-container label {
    position: absolute;
    display: inline-block;
    width: auto;
    max-width: 100%;
    top: 0;
    left: 8px;
    font-size: 15px;
    line-height: 24px;
    opacity: 0.5;
    z-index: 1;
    padding: 14px 0;
    cursor: text;
    border-radius: 4px;
    background: linear-gradient(180deg, transparent 50%, transparent 50%);
    user-select: none;
    transition: .3s ease;
}

.wpcf7-form .np-label-container input[type="text"]:focus ~ label,
.wpcf7-form .np-label-container input[type="text"]:not(:placeholder-shown) ~ label,
.wpcf7-form .np-label-container input[type="number"]:focus ~ label,
.wpcf7-form .np-label-container input[type="number"]:not(:placeholder-shown) ~ label,
.wpcf7-form .np-label-container input[type="email"]:focus ~ label,
.wpcf7-form .np-label-container input[type="email"]:not(:placeholder-shown) ~ label,
.wpcf7-form .np-label-container input[type="tel"]:focus ~ label,
.wpcf7-form .np-label-container input[type="tel"]:not(:placeholder-shown) ~ label,
.wpcf7-form .np-label-container input[type="date"]:focus ~ label,
.wpcf7-form .np-label-container input[type="date"]:not(:placeholder-shown) ~ label {
    font-size: 0.7rem;
    line-height: 1.5;
    top: 0;
    left: 4px;
    padding: 0 4px;
    opacity: 1;
    background: linear-gradient(180deg, transparent 50%, #fff 50%);
    transform: translateY(-50%);
}

.wpcf7-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.wpcf7-form .checkboxes .wpcf7-form-control-wrap {
    margin-top: 8px;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    position: relative;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .check {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid var(--clr-main);
    border-radius: 2px;
    position: absolute;
    top: 3px;
    left: -30px;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .check::before,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .check::after {
    content: '';
    position: absolute;
    height: 4px;
    background: var(--clr-accent);
    visibility: hidden;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .check::before {
    width: 70%;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .check::after {
    width: 150%;
    top: 20%;
    left: 110%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked ~ .check::before,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked ~ .check::after {
    visibility: visible;
}

.separator {
    width: 100%;
    height: 1px;
    margin: 34px auto;
}

.separator-bold {
    height: 3px;
}

.text-medium {
    font-size: 14px;
}

.text-small {
    font-size: 12px;
}

.offer-ah {
    position: relative;
}

.offer-ah .scroll-down {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--clr-main);
    border: 3px solid #fff;
    cursor: pointer;
    transition: background .3s ease;
}

.offer-ah .scroll-down:hover {
    background: var(--clr-accent);
}

.offer-ah .scroll-down .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    color: #fff;
}

.offer-ah .scroll-down .icon::before,
.offer-ah .scroll-down .icon::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 3px;
    background-color: currentColor;
}

.offer-ah .scroll-down .icon::before {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.offer-ah .scroll-down .icon::after {
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%) rotate(-45deg);
}

.circle {
    color: var(--clr-main);
}

.circle-color::before {
    background-color: var(--clr-accent);
}

.pricing-box-price {
    color: var(--clr-main);
}

.pricing-box-price.active {
    color: var(--clr-accent);
}

.btn.btn-product {
    background-color: var(--clr-main);
    border-color: var(--clr-main);
    color: #fff;
}

.btn.btn-product:hover {
    background-color: var(--clr-accent);
    border-color: var(--clr-accent);
}

.custom-list li:not(:last-child) {
    margin-bottom: .5rem;
}

.custom-list a {
    color: var(--clr-main);
    transition: .3s ease;
}

.custom-list a:hover {
    opacity: 0.7;
}

.trustpilot-widget-default {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    flex-wrap: wrap;
    font-family: 'Arial', sans-serif;
}

.trustpilot-widget-default span {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #191919;
}

.trustpilot-widget-default span strong {
    font-size: 18px;
    font-weight: 500;
}

.trustpilot-widget-default img {
    max-width: 100%;
    height: auto;
}

.fixed_banner {
    position: fixed;
    bottom: 10px;
    right: -270px;
    width: calc(100% - 78px);
    max-width: 250px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: 1029;
    transition: .3s ease;
}

.fixed_banner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.fixed_banner.show {
    right: 10px;
    visibility: visible;
    opacity: 1;
}

.fixed_banner .fixed_banner--image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.fixed_banner .fixed_banner--image img {
    width: 80%;
    height: auto;
}

.fixed_banner .fixed_banner--heading {
    font-weight: bold;
    transition: .3s ease;
}

.fixed_banner .fixed_banner--desc {
    font-size: 85%;
    transition: .3s ease;
}

.fixed_banner .btn-order {
    min-height: unset;
    font-size: 1.2rem !important;
    padding: 10px 15px !important;
}

@media (max-width: 1699px) {
    .hw-content h1 {
        font-size: 2.2rem;
    }
    
    .hw-content h3 {
        font-size: 1.6rem;
    }

    ul.custom-list li {
        font-size: 18px;
        padding-left: 32px;
    }

    ul.custom-list li::before {
        width: 24px;
        height: 20px;
        top: 3px;
    }
}

@media (max-width: 1399px) {
    .product-logo {
        max-width: 260px;
        max-height: 45px;
    }

    .navbar-nav a {
        font-size: 14px;
    }

    .navbar-button {
        font-size: 1.15rem;
    }

    .hw-content h1 {
        font-size: 2rem;
    }
    
    .hw-content h3 {
        font-size: 1.4rem;
    }

    ul.custom-list li {
        font-size: 16px;
        padding-left: 30px;
    }

    ul.custom-list li::before {
        width: 22px;
        height: 18px;
    }
}

@media (max-width: 1199px) {
    .grid-5-col {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonial .testimonial-content .testimonial-content-heading h3 {
        width: calc(60% - 9px);
    }
    
    .testimonial .testimonial-content .testimonial-content-heading span {
        width: calc(40% - 9px);
    }
}

@media (max-width: 992px) {
    nav .trustpilot-widget-default span {
        display: none;
    }
}

@media (max-width: 991px) {
    .additions .additions-bg {
        opacity: 0.2;
    }
    
    .stats .stats-percent {
        font-size: 60px;
    }
    
    .stats .stats-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .grid-5-col {
        grid-template-columns: 1fr;
    }

    .grid-5-icons {
        grid-template-columns: repeat(3, 1fr);
    }

    .allinone .allinone-img {
        padding-bottom: 3rem;
    }

    .trustpilot-widget-default {
        gap: 8px;
    }
    
    .trustpilot-widget-default span {
        font-size: 12px;
        line-height: 1.3;
    }
    
    .trustpilot-widget-default span strong {
        font-size: 16px;
    }

    .fixed_banner {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
        padding: 12px 0 12px 70px;
    }

    .fixed_banner.show {
        bottom: 0;
        right: 0;
    }

    .fixed_banner .fixed_banner--image {
        width: 20%;
        margin-bottom: 0;
    }
    
    .fixed_banner .fixed_banner--image img {
        width: 100%;
    }

    .fixed_banner .fixed_banner--content {
        width: calc(80% - 12px);
    }
}

@media (max-width: 575px) {
    .wpcf7-form .checkboxes .wpcf7-form-control-wrap {
        padding-left: 40px;
    }

    .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .check {
        left: -28px;
    }

    .fixed_banner .fixed_banner--image {
        width: 30%;
    }

    .fixed_banner .fixed_banner--content {
        width: calc(70% - 12px);
    }
}

@media (max-width: 499px) {
    .padding-custom {
        padding: 25px;
    }

    .grid-5-icons {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .grid-5-icons img {
        max-height: 45px;
    }

    .grid-5-icons p {
        font-size: 14px;
    }

    .testimonial .testimonial-img {
        height: 300px;
        margin-bottom: 0;
    }

    .testimonial .testimonial-content .testimonial-content-heading {
        flex-direction: column-reverse;
        gap: 0;
    }
    
    .testimonial .testimonial-content .testimonial-content-heading h3 {
        width: 100%;
    }
    
    .testimonial .testimonial-content .testimonial-content-heading span {
        width: 100%;
        text-align: left;
    }

    nav .trustpilot-widget-default {
        max-width: 110px;
    }

    nav .trustpilot-widget-default img.trustpilot-header-stars {
        max-width: 110px;
    }

    nav .trustpilot-widget-default img.trustpilot-header-logo {
        max-width: 70px;
    }
}

@media (max-width: 349px) {
    .grid-5-icons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) {
    .btn-order {
        font-size: 1.6rem !important;
    }

    .btn-order .fs-5 {
        font-size: 1rem !important;
    }

    .btn-order-page {
        font-size: 1.2rem !important;
    }

    .wpcf7-form .btn-order {
        font-size: 1.5rem !important;
    }

    .wpcf7-form .btn-order .fs-5 {
        font-size: 1rem !important;
    }
}

@media (min-width: 600px) {
    .sticky-trustpilot {
        position: sticky !important;
        top: 0;
        z-index: 1029;
    }
    
    .navbar.sticky-with-tp {
        top: 72px;
    }

    .faq-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 195px;
    }
}

@media (min-width: 992px) {
    .navbar.sticky-with-tp {
        top: 42px;
    }
}

.exit-popup.exit-popup-new {
    display: none;
    background: var(--clr-main);
}

.exit-popup .exit-popup-inner {
    background: #fff;
}

.exit-popup .exit-popup-corner {
    border-color: transparent var(--clr-main) transparent transparent !important;
}

.exit-popup .exit-popup-corner div {
    font-size: 1.7rem !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    right: -60px !important;
    text-align: right;
    padding-right: 10px;
}

.exit-popup .exit-popup-corner .exit-popup-corner-price-text {
    margin-top: 26px !important;
} 
  
.exit-popup button {
    margin-top: 10px !important;
}

.exit-popup button span:nth-of-type(1) {
    font-size: 1.2rem;
}

.exit-popup button span:nth-of-type(2) {
    font-size: 0.4em !important;
    font-weight: 400;
}


@media (min-width: 768px) {
    .responsive-pill {
      width: 75% !important;
    }
}


  @media (max-width: 767.98px) {
    .bg-image-section {
        width: 100%;
        height: 50%;
    }
}
@media (min-width: 768px) {
    .bg-image-section {
        width: 50%;
        height: 100%;
    }
}

/*progresbar*/
.np-progressbar.center {
    margin-left: auto;
    margin-right: auto;
}
.np-progressbar {
    display: flex
;
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: conic-gradient(#FFFFFF calc(var(--progress) / 100* 360deg), transparent 0deg);
}
.np-progressbar::after {
    content: attr(data-progress) '%';
    display: flex
;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 30px;
    border-radius: 50%;
    background: #00AAB4;
    color:#ffffff;
    font-size: 50px;
    font-weight:bold;
    text-align: center;
}