/* Responsive breakpoints (mobile-first) */
/* Large devices (desktops, <=1199.98px) */
@media (max-width: 1199.98px) {}

@media (max-width: 1024.98px) {}

/* Medium to large devices (small desktops, <=991.98px) */
@media (max-width: 991.98px) {
	
	.reminder-popup {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        width: 100%;
        padding: .75rem 1rem;
    }
	
	.reminder-popup.active {
		display: none;
	}
	
	.pop-up-footer {
        display: block;
    }
	
}

/* Small to medium devices (tablets, <=767.98px) */
@media (max-width: 767.98px) {
    .header a img {
        max-width: 225px;
        margin-top: 7px;
    }
	h4.light-text.mb-4.d-md-none.d-block .no-style {
		margin-bottom: 20px !important;
		gap: 10px;
	}

    .hero-section h1 {
        font-size: 30px;
    }

	.hero-section h4 {
        font-size: 18px;
        font-weight: 400;
    }

    .comparison-banner img {
        width: calc(100% - 30px) !important;
        margin: auto;
    }

    .below-image p,
    .below-image h1,
    .below-image h2,
    .below-image h3,
    .below-image,
    h4 .below-image h5,
    .below-image h6 {
        font-size: 1.3rem;
    }

    .below-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .shield-container {
        display: none;
    }

    .title-product h3 {
        font-size: 1rem;
        color: #000441;
    }

    .analysis {
        display: none;
    }

    .analysis_mobile {
        display: block;
    }

    .comparasion-container .title-calification {
        font-size: 25px !important;
    }

    .w-mobile-100 {
        width: 100%;
    }

    .feature-name {
        float: none;
    }

    .feature-progress {
        width: 100%;
    }

    .progress-bars .calification {
        height: 20px;
    }

    .no-style {
        height: auto;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .no-style li {
        padding: 0;
    }

    .pros-cons-container p {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

    .read-review-link {
        display: none;
    }

    .pros-cons-container {
        margin-bottom: -20px !important;
    }

    .calification-progress,
    .pros-cons-container,
    .btn-container,
    .header-product {
        margin: 0;
    }

    .progress-bars p {
        font-size: 16px;
    }

    .footer .nav-legal {
        justify-content: center;
        padding: 0;
    }

    .footer .legal-link {
        letter-spacing: 0px;
        font-size: 12px;
    }

    .visible-desktop {
        display: none;
    }

    .review-container {
        padding-top: 10px !important;
    }

    .box-review {
        margin-bottom: 10px !important;
        max-width: 93%;
        margin: auto;
    }

    .visible-mobile {
        display: block;
    }

    .mobile-name {
        margin-bottom: 10px !important;
        margin-top: 10px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
    }

    .review-title-calification {
        font-size: 1.2em;
        text-align: left;
    }

    .rating-text {
        text-align: left;
    }

    .stars-container {
        position: relative;
        height: 25px;
        width: 100%;
        margin: 9% auto 0;
    }

    .mobile-score-points {
        margin-top: -26px;
        margin-left: 10px;
        line-height: 1.5em;
        font-size: 1.4em;
        font-weight: 600;
        position: absolute;
        left: 190px;
    }

    .inner-table-feat {
        font-size: 0.8em;
        list-style: none;
    }

    .inner-table-feat img {
        left: 40px;
    }
	.shield-container.before {
		display: block;
		top: 40px;
	}

	#firstProduct .title-product.text-center {
		text-align: left !important;
		margin-left: 180px;
	}

	#firstProduct .comparasion-container p.title-calification {
		justify-content: left;
	}
	
}

/* Extra small devices (phones, <=575.98px) */
@media (max-width: 575.98px) {
	
	#firstProduct .title-product.text-center {
		margin-left: 150px;
	}
	
	.shield-container.before {
        top: 80px;
    }
}