/*!
Theme Name: Medical Alert
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medical-alert
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Medical Alert is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Bold.woff2') format('woff2'),
		url('assets/fonts/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('assets/fonts/Gotham-Book.woff2') format('woff2'),
		url('assets/fonts/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Black.woff2') format('woff2'),
		url('assets/fonts/Gotham-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Light.woff2') format('woff2'),
		url('assets/fonts/Gotham-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Medium.woff2') format('woff2'),
		url('assets/fonts/Gotham-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Thin.woff2') format('woff2'),
		url('assets/fonts/Gotham-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Ultra';
	src: url('assets/fonts/Gotham-Ultra.woff2') format('woff2'),
		url('assets/fonts/Gotham-Ultra.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Extra';
	src: url('assets/fonts/Gotham-ExtraLight.woff2') format('woff2'),
		url('assets/fonts/Gotham-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}



:root {
	--font-Gotham: "Gotham", sans-serif;
	--font-Gotham-Book: "Gotham Book", sans-serif;

	/* Primary Colors */
	--color-blue: #1F6AE1;
	--color-green: #2FBF71;
	--color-yellow: #F59E0B;
	--color-medium-blue: rgba(255, 255, 255, 0.7);
	--color-light-blue: #E9F0FC;
	--color-dark-blue: #1F2937;
	--color-dark-grey: #6B7280;
	--color-light-grey: #F9FAFB;
	--color-white: #FFFFFF;
	--color-black: #000000;


	/* ===== FONT SIZES ===== */
	--font-size-40: clamp(24px, 8.60px + 2.01vw, 40px);
	--font-size-30: clamp(24px, 18.23px + 0.75vw, 30px);
	--font-size-24: clamp(20px, 16.15px + 0.50vw, 24px);
	--font-size-22: clamp(16px, 13.5455px + 0.6818vw, 22px);
	--font-size-20: clamp(16px, 12.15px + 0.50vw, 20px);
	--font-size-16: clamp(14px, 12.08px + 0.25vw, 16px);
	--font-size-14: 14px;

	/* ===== FONT WEIGHTS ===== */
	--fw-100: 100;
	--fw-200: 200;
	--fw-300: 300;
	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;
	--fw-700: 700;

}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-size: var(--font-size-16);
	font-family: var(--font-Gotham-Book);
	color: var(--color-dark-blue);
	font-weight: var(--fw-300);
	line-height: 1.7;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

/* Forms*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: var(--fw-700);
	font-family: var(--font-Gotham);
}

h1:first-child,
h2:first-child {
	margin-top: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-blue);
	transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: var(--color-yellow);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}



/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* ========================================
   FLEX UTILITIES
======================================== */
.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-column {
	flex-direction: column;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.align-items-center {
	align-items: center;
}

.align-items-start {
	align-items: flex-start;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

/*landing page*/
.container {
	max-width: 1664px;
	margin: 0 auto;
	padding: 0 50px;
}

:is(.single-posts-content, .page-hero) .container {
	max-width: 1300px;
}

h1,
.h1 {
	font-size: var(--font-size-40);
	line-height: 1.18;
}

h2,
.h2 {
	font-size: var(--font-size-30);
	line-height: 1.3;
}

h3,
.h3 {
	font-size: var(--font-size-24);
	line-height: 1.3
}

h4,
.h4 {
	font-size: var(--font-size-22);
	line-height: 1.3
}

h5,
.h5 {
	font-size: var(--font-size-20);
	line-height: 1.3
}

h6,
.h6 {
	font-size: var(--font-size-20);
	line-height: 1.3
}

ul,
ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul li {
	position: relative;
	padding-left: clamp(31px, 27.24px + 0.75vw, 39px);
	margin: 0 0 5px 0;
}

ul li::before {
	content: "";
	background-image: url(assets/images/right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: clamp(17px, 13.24px + 0.75vw, 25px);
	height: clamp(12px, 8.71px + 0.66vw, 19px);
	position: absolute;
	left: 0;
	top: 4px;
}

blockquote {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	border-left: 5px solid #9fafca;
	background-color: #d6e3f9;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-table td,
.wp-block-table th {
	line-height: 1.4;
}

.site-header {
	position: relative;
	z-index: 2;
	padding: 17px 0;
}

.custom-logo-link img {
	display: block;
}

.header-col-first {
	width: calc(22.3% - 15px);
}

.header-inner .site-branding {
	background-color: var(--color-white);
	padding: 19px 36px;
	border-radius: 17px;
	margin-bottom: -71px;
	z-index: 1;
	position: relative;
}

.header-inner {
	align-items: center;
	gap: 10px 30px;
}

.header-right {
	display: flex;
	justify-content: flex-end;
	gap: 0 71px;
	align-items: center;
	width: calc(77.7% - 15px);
}

.header-col-middle {
	width: 100%;
	max-width: 720px;
}

.site-header .btn-blue {
	padding: 14.5px 29.2px;
	text-align: center;
}

.btn {
	background-color: var(--color-blue);
	color: var(--color-white);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: var(--fw-700);
	font-size: var(--font-size-16);
	padding: 14.5px 22px;
	border-radius: 5px;
	display: inline-block;
}

.btn-blue {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.btn-yellow {
	background-color: var(--color-yellow);
	color: var(--color-dark-blue);
}

.btn-green {
	background-color: #5CB25D;
	color: var(--color-dark-blue);
}

.btn-blue:hover {
	background-color: rgba(31, 106, 225, 0.8);
	color: var(--color-white);
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background-color: rgba(245, 158, 11, 0.8);
	color: var(--color-dark-blue);
}

.btn-green:hover {
	background-color: rgba(92, 178, 93, 0.8);
	color: var(--color-white);
}

.btn-green:focus,
.btn-green:active {
	color: var(--color-dark-blue);
}

.btn-blue:focus,
.btn-blue:active {
	color: var(--color-white);
}

.btn.min-w225 {
	min-width: 225px;
	text-align: center;
}

.btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.ptb-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.common-padding {
	padding-top: clamp(30px, calc(3.391px + 3.469vw), 70px);
	padding-bottom: clamp(30px, calc(3.391px + 3.469vw), 70px);
}

.light-blue-bg {
	background-color: var(--color-light-blue);
}

.header-col-last {
	display: flex;
	align-items: center;
}

.nav-menu {
	padding: 0 55px 0 0;
}

ul.main-menu {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 40px;
}

ul.main-menu li {
	margin: 0;
	padding: 0;
}

ul.main-menu li::before,
ul.main-menu li::after {
	display: none;
}

ul.main-menu li a {
	position: relative;
	text-decoration: none;
	color: var(--color-dark-blue);
}

ul.main-menu li a:hover {
	color: var(--color-blue);
}

ul.main-menu li.menu-item-has-children a {
	padding: 0 26px 0 0;
}

ul.main-menu li.menu-item-has-children a::before {
	content: "";
	background: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.664306 0.747559L5.16431 4.74756L9.66431 0.747559" stroke="%231F6AE1" stroke-width="2"/></svg>');
	position: absolute;
	width: 11px;
	height: 7px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

ul.main-menu li .sub-menu {
	position: absolute;
	background-color: #fff;
	border-radius: 17px;
	box-shadow: 0 -4px 41.4px -4px rgba(31, 106, 225, 0.10);
	top: 150%;
	z-index: 1000;
	display: block;
	width: 225px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	/*transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;*/
	margin-top: 18px;
	padding: 30px 22px 30px 30px;
}

ul.main-menu li .sub-menu .current-menu-item a {
	color: var(--color-blue);
}

@media screen and (min-width: 768px) {
	ul.main-menu li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		display: inline-block;
		left: 0;
		top: calc(100% + 15px);
		margin-top: 0 !important;
	}
}

ul.main-menu li .sub-menu::before {
	content: "";
	position: absolute;
	top: -20px;
	height: 25px;
	width: 100%;
	background-color: transparent;
	left: 0;
}

ul.main-menu li .sub-menu li {
	margin: 0 0 10px 0;
}

ul.main-menu li .sub-menu li:last-child {
	margin-bottom: 0;
}

ul.main-menu li .sub-menu li a {
	padding: 0;
}

ul.main-menu li .sub-menu li a:hover {
	color: var(--color-blue);
}

ul.main-menu li .sub-menu li a::before {
	display: none;
}

.mobile-menu-toggle {
	display: none;
}

#hamburger-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
	z-index: 1002;
	margin: 0 10px 0 0;
}

#hamburger-btn span {
	display: block;
	width: 28px;
	height: 3px;
	background-color: var(--color-blue);
	transition: all 0.25s ease;
	border-radius: 2px;
}

#hamburger-btn.active span:nth-child(1) {
	transform: rotate(45deg) translate(4px, 5px);
	background-color: #fff;
}

#hamburger-btn.active span:nth-child(2) {
	opacity: 0;
}

#hamburger-btn.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
	background-color: #fff;
}

/* Side bar*/
.author-info {
	box-shadow: 0px 24px 41.4px -4px #1F6AE11A;
	background: #fff;
	border-radius: 17px;
}

.sb-title {
	background: #BCD2F6;
	padding: 24px 47px;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
}

.sb-title h2,
.author-name h3 {
	margin-bottom: 0;
}

.author-details {
	padding: 29px 41px 36px 46px;
}

.author-bio {
	align-items: center;
	gap: 22px;
}

.author-image {
	width: 108px;
	height: 108px;
	flex: 0 0 108px;
	border-radius: 50%;
}

.author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.author-desc {
	margin-top: 22px;
}

.author-desc p {
	margin-bottom: 0;
}

.more-resources {
	box-shadow: 0px 24px 41.4px -4px #1F6AE11A;
	background: #fff;
	border-radius: 17px;
	margin-top: 30px;
}

.more-resources-list {
	padding: 34px 48px 49px 47px;
}

.resources-item {
	border-bottom: 1px solid #BCD2F6;
	margin-bottom: 23px;
	padding-bottom: 23px;
}

.more-resources-list .resources-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.resources-item .btn-blue {
	padding: 6.2px 29px;
	font-size: var(--font-size-14);
}

.resources-item p {
	padding-right: 12px;
}

.testimonials-ld {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.testimonials-title {
	display: flex;
	align-items: center;
	font-weight: var(--fw-700);
	font-size: var(--font-size-20);
	color: var(--color-dark-blue);
}

.testimonials-title svg {
	display: block;
}

span.tt-text {
	margin-left: 11px;
	font-family: var(--font-Gotham);
}

.testimonialscol1 {
	width: 35%;
}

.testimonialscol2 {
	width: 65%;
	padding-left: 50px;
}

.testimonials-ld-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.testimonials-ld-slider .slick-arrow svg {
	display: block;
}

.testimonials-ld-slider .slick-arrow.slick-prev {
	left: 0;
}

.testimonials-ld-slider .slick-arrow.slick-next {
	right: 0;
}

.testimonials-ld-slider {
	padding: 0 40px 0 52px;
}

.testimonials-ld-item p:last-child {
	margin-bottom: 0;
}

.sd-badge {
	margin-top: 43px;
	box-shadow: 0px 24px 41.4px -4px #1F6AE11A;
	border-radius: 17px;
	background-color: #660137;
	color: var(--color-white);
}

.sd-badge-head {
	background-image: url('assets/images/bd1.png');
	background-repeat: no-repeat;
	text-align: center;
	padding: 19px 19px 28px;
	border-radius: 17px 17px 0px 0px;
	background-position: bottom center;
}

.sd-badge-footer {
	background-image: url('assets/images/bd2.png');
	background-repeat: no-repeat;
	height: 58px;
	border-radius: 0px 0px 17px 17px;
	background-position: top;
}

.sd-badge-content {
	background-image: url('assets/images/bd3.png');
	background-repeat: no-repeat;
	background-position: center;
}

.sd-badge-content {
	text-align: center;
	padding: 14px 20px 20px;
}

.sd-badge-head span {
	font-family: var(--font-Gotham);
	font-weight: var(--fw-700);
	display: block;
	margin-bottom: 4px;
}

body .sd-badge-button-wrapper .sd-badge-button {
	margin: 0 auto;
	width: fit-content;
	display: block;
}
/*--*/
/* .sd-badge-button{
	transform: skewX(-10deg);
    animation: shake 0.5s ease-in-out 2;
}
.sd-badge-button.paused {
	animation-play-state: paused;
	transform: skewX(-10deg) translateX(0);
}
@keyframes shake {
0%   { transform: skewX(-10deg) translateX(0); }
20%  { transform: skewX(10deg)  translateX(-4px); }
40%  { transform: skewX(-10deg) translateX(4px); }
60%  { transform: skewX(10deg)  translateX(-4px); }
80%  { transform: skewX(-10deg) translateX(4px); }
100% { transform: skewX(-10deg) translateX(0); }
} */

#sd-badge-button {
    animation: shake 0.6s linear infinite;
    transform-origin: center;
}
@keyframes shake {
0%   { transform: skewX(-10deg) translateX(0); }
20%  { transform: skewX(10deg)  translateX(-4px); }
40%  { transform: skewX(-10deg) translateX(4px); }
60%  { transform: skewX(10deg)  translateX(-4px); }
80%  { transform: skewX(-10deg) translateX(4px); }
100% { transform: skewX(-10deg) translateX(0); }
}



/*--*/
.sd-badge:has(.sd-badge-button) {
	padding: 20px 0;
}

.adv_text {
	margin-top: 20px;
}

.adv_text p {
	font-size: var(--font-size-30);
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.08;
	margin-bottom: 0;
}

.adv_text p span {
	color: #E36629;
}

.adv_image img,
.adv_image_logo img {
	display: block;
	margin: 0 auto;
}

.sd-badge .box-link {
	text-decoration: none;
	color: inherit;
}

.sd-badge .box-link:hover {
	color: inherit;
}

.flexible-testimonials-slider {
	display: none;
}

/*footer*/
.lsite-footer {
	background-color: var(--color-light-blue);
	padding-block: 50px;
}

.footer-nav {
	text-align: center;
}

.copyright_text {
	text-align: center;
}

.text-align-center {
	text-align: center;
}

.section-bginner {
	background: var(--color-light-blue);
	border-radius: 17px;
	padding: clamp(30px, calc(3.391px + 3.469vw), 70px) 30px clamp(30px, calc(3.391px + 3.469vw), 70px);
	margin-bottom: 50px;
}

/* Popup  CSS */
body .pum-container {
	border: none !important;
	box-shadow: none !important;
	border-radius: 17px !important;
	padding: 0 !important;
	width: min(1024px, 98%) !important;
}

body .pum-container>.pum-content {
	padding: 108px 100px 67px 96px !important;
	position: relative;
}

body .pum-container>.pum-content:has(.gform_confirmation_wrapper) {
	padding: 80px 50px !important;
	text-align: center;
	line-height: 1.3;
}

body .pum-theme-449 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
	font-size: 0 !important;
	background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.707031 0.707031L15.707 15.707" stroke="%231F2937" stroke-width="2"/><path d="M15.707 0.707031L0.707031 15.707" stroke="%231F2937" stroke-width="2"/></svg>');
	background-color: var(--color-white) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: none !important;
	border-radius: 0;
	top: 51px;
	right: 53px;
	width: 20px;
	height: 20px;
}

body .pum-theme-449 .pum-content+.pum-close:hover,
.pum-theme-lightbox .pum-content+.pum-close:hover {
	background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.707031 0.707031L15.707 15.707" stroke="%231f6ae1" stroke-width="2"/><path d="M15.707 0.707031L0.707031 15.707" stroke="%231f6ae1" stroke-width="2"/></svg>');
}

.limited-time-popup-header {
	font-size: clamp(28px, 10.32px + 2.41vw, 48px);
	line-height: 1.06;
	margin: 0 0 31px 0;
	font-weight: var(--fw-700);
	font-family: var(--font-Gotham);
	color: var(--color-dark-blue) !important;
}

#popmake-465 {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

.limited-time-popup-subheader {
	max-width: 171px;
	width: 100%;
	margin: 0 0 23px 0;
}

.limited-time-popup-logo {
	width: 100%;
}


.limited-time-popup-details p {
	font-weight: var(--fw-700);
	font-family: var(--font-Gotham);
}

.limited-time-popup-details-list {
	margin: 37px 0 44px 0;
}

.limited-time-popup-content {
	max-width: 425px;
}

.limited-time-popup-image {
	position: absolute;
	right: -2px;
	bottom: 0;
	display: flex;
}

.limited-time-popup-buttons {
	display: flex;
	gap: 21px;
}

.limited-time-popup-button {
	font-family: var(--font-Gotham);
}

.limited-time-popup-details p {
	font-weight: var(--fw-700);
	font-family: var(--font-Gotham);
	font-size: var(--font-size-20);
	color: var(--color-dark-blue);
}

.limited-time-popup-details-list {
	margin: 47px 0 44px 0;
}

.limited-time-popup-details ul li {
	margin: 0 0 18px 0;
	color: var(--color-dark-blue);
}

body .pum-theme-449 .pum-content+.pum-close:hover,
.pum-theme-lightbox .pum-content+.pum-close:hover {
	background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.707031 0.707031L15.707 15.707" stroke="%231f6ae1" stroke-width="2"/><path d="M15.707 0.707031L0.707031 15.707" stroke="%231f6ae1" stroke-width="2"/></svg>');
}

/* Protection Type Form */
body .protection-type-form .gf_progressbar_wrapper {
	display: none !important;
}

.protection-type-form .gform-footer {
	display: none !important;
}

.protection-type-form h2 {
	text-align: center;
	color: var(--color-dark-blue);
	font-size: clamp(24px, 20px + 0.8vw, 32px);
}

.protection-type-form .gfield_radio {
	justify-content: center;
}

body .protection-type-form .gform_page_footer {
	display: none !important;
}

body .protection-type-form .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
	border: none;
	box-shadow: none;
	width: 33.33%;
	flex: 1;
}

body .protection-type-form .ginput_container_image_choice .gfield_radio {
	justify-content: space-between;
	gap: 41px !important;
	align-items: stretch;
	margin: 18px 0 0 0;
}

body .protection-type-form .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
	border: none;
	box-shadow: none;
	width: 33.33%;
	flex-grow: 1;
	display: block;
	inline-size: unset;
	max-inline-size: unset;
	min-inline-size: unset;
}

body .protection-type-form .ginput_container_image_choice .gfield_radio img {
	width: auto !important;
	height: auto !important;
	margin: auto;
}

body .protection-type-form .gfield--type-image_choice .gfield-choice-image-wrapper {
	aspect-ratio: unset;
}

body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
	display: flex;
	flex-direction: column;
	padding: 40px !important;
	border-radius: 17px;
	background: #FFF;
	box-shadow: 0 24px 41.4px -4px rgba(31, 106, 225, 0.10);
	min-height: 290px;
	justify-content: center;
	align-items: center;
	gap: 28px;
	cursor: pointer;
}

body .protection-type-form .gform_fields {
	column-gap: 0 !important;
	row-gap: 0 !important;
}

body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer .gfield-choice-input {
	display: none;
}

body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer .gform-field-label {
	margin: 0;
	font-family: var(--font-Gotham);
	font-size: var(--font-size-24) !important;
	font-weight: var(--fw-700) !important;
	color: var(--color-dark-blue) !important;
}

@media (max-width: 1664px) {
	.header-right {
		gap: 0 40px;
	}

	.site-header .btn-blue {
		padding: 14.5px 20px;
	}

	.testimonialscol2 {
		padding-left: 30px;
	}

	.btn {
		font-size: 14px;
		padding: 14px 15px;
	}

	.sb-title {
		padding: 23px 30px;
	}

	.author-details {
		padding: 29px 30px 36px 30px;
	}

	.more-resources-list {
		padding: 34px 30px 49px 30px;
	}
}

@media (max-width: 1439px) {
	span.tt-text {
		font-size: 14px;
	}

	.testimonialscol1 {
		width: 28%;
	}

	.testimonialscol2 {
		width: 72%;
	}

	.header-col-middle {
		max-width: 630px;
	}

	.author-name h3 {
		font-size: 20px;
	}

	.adv_text p {
		font-size: 24px;
	}
}

@media (max-width: 1358px) {
	.site-header .btn-blue {
		font-size: 13px;
	}

	.header-right {
		gap: 0 30px;
	}

	.testimonials-ld-slider {
		padding: 10px 30px;
		text-align: center;
	}

	.testimonialscol1 {
		width: 30%;
	}

	.testimonialscol2 {
		width: 70%;
	}

	.header-col-middle {
		max-width: 582px;
	}

	.sb-title {
		padding: 20px;
	}

	.author-details {
		padding: 29px 20px 36px 20px;
	}

	.more-resources-list {
		padding: 34px 20px 49px 20px;
	}
}

@media (max-width: 1199px) {
	.testimonials-ld {
		flex-wrap: wrap;
	}

	.testimonialscol1 {
		width: 100%;
	}

	.testimonialscol2 {
		width: 100%;
	}

	.header-col-middle {
		max-width: 425px;
	}

	.testimonials-title {
		justify-content: center;
		margin-top: 5px;
	}

	.testimonials-ld-slider .slick-arrow {
		top: 50%;
		transform: translateY(-50%);
	}

	.site-header .btn-blue {
		font-size: 14px;
	}

	.container {
		padding: 0 20px;
	}
}

@media (max-width: 1023px) {
	.header-col-middle {
		display: none;
	}

	.header-col-first {
		width: calc(30% - 15px);
	}

	.header-right {
		width: calc(70% - 15px);
		padding: 15px 0;
	}

	.medical_alert_systems_inner {
		margin-top: 0;
	}

	.flexible-testimonials-slider {
		display: block;
	}

	.testimonials-title {
		flex-direction: column;
		gap: 8px;
	}

	span.tt-text {
		font-size: 20px;
		margin-left: 0;
	}

	.testimonials-ld-slider {
		padding: 0 40px;
	}

	.testimonials-ld {
		text-align: center;
		margin-top: -30px;
		padding: 23px 0 50px;
		background-color: var(--color-light-blue);
		border-radius: 17px 17px 0 0;
	}

	.testimonialscol2 {
		padding: 0 !important;
		margin-top: 30px !important;
	}

	.testimonials-ld-slider .slick-arrow.slick-prev {
		left: 25px;
		background-color: transparent;
	}

	.testimonials-ld-slider .slick-arrow.slick-next {
		right: 25px;
		background-color: transparent;
	}

	.testimonials-ld-item p:last-child {
		margin-bottom: 0;
		font-size: 16px;
	}

	ul.main-menu {
		gap: 30px;
	}
}

@media (max-width: 767px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 15px;
	}

	.site-header {
		padding: 20px 0;
	}

	.header-inner {
		gap: 10px;
		justify-content: space-between;
	}

	.header-inner .site-branding {
		margin-bottom: 0;
		padding: 0;
	}

	.site-header .btn-blue {
		padding: 9.5px 20px;
	}

	.header-col-first {
		width: calc(34% - 15px);
	}

	.header-right {
		width: auto;
		padding: 0;
	}

	.site-header .container {
		padding: 0 11px;
	}

	.custom-logo-link img {
		max-width: 150px;
	}

	.testimonials-ld {
		margin-top: 0;
		padding: 23px 0 33px;
	}

	.testimonials-ld-slider {
		padding: 0 50px;
	}

	.testimonials-ld-slider .slick-arrow.slick-prev {
		left: 0;
	}

	.testimonials-ld-slider .slick-arrow.slick-next {
		right: 0;
	}

	.flexible-testimonials-slider {
		background-color: var(--color-light-blue);
	}

	.comparison-table-sinner {
		padding: 30px 20px;
		margin-bottom: 33px;
	}


}

@media(max-width: 420px) {
	.custom-logo-link img {
		max-width: 104px;
	}
}

@media(max-width: 394px) {
	.testimonials-ld-slider {
		padding: 0 45px;
	}
}

@media(max-width: 380px) {
	.site-header .btn-blue {
		padding: 9.5px 15px;
	}
}

@media(max-width: 360px) {

	/*.header-inner{
		justify-content: center;
	}*/
	.testimonials-ld-slider {
		padding: 0 30px;
	}
}

/*--------------------*/
.singleposts-content-inner {
	background-color: var(--color-light-blue);
	border-radius: 17px;
	padding: 45px 45px 72px;
	margin-bottom: 33px;
	margin-top: -91px;
}

.single-posts-image .post-thumbnail {
	position: relative;
	padding: 58% 0 0 0;
}

.single-posts-image .post-thumbnail img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lsite-footer .image_and_text_inner {
	background-color: var(--color-light-blue);
	border-radius: 17px;
	padding: clamp(35px, -27.55px + 8.16vw, 100px) 30px clamp(35px, -94.92px + 16.94vw, 170px);
}

.lsite-footer .image_and_text_inner_col {
	max-width: 952px;
	margin: 0 auto;
}

.lsite-footer .iat-image {
	margin-bottom: 42px;
}

.lsite-footer .iat-image img {
	display: block;
	margin-inline: auto;
}

.lsite-footer .iat-text_content p {
	margin-bottom: 28px;
}

.lsite-footer .iat-text_content h3 {
	margin-bottom: 29px;
}

.lsite-footer .iat-text_content p:last-child {
	margin-bottom: 0;
}

.footer-nav ul.menu {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 20px;
	padding-left: 0;
}

.footer-nav ul.menu li {
	margin: 0;
	padding: 0;
}

.footer-nav ul.menu li::before,
.footer-nav ul.menu li::after {
	display: none;
}

.footer-nav ul.menu li a {
	text-decoration: none;
	color: var(--color-dark-blue);
	position: relative;
}

.footer-nav ul.menu li a:hover {
	color: var(--color-blue);
}

.disclaimer-text_content {
	font-size: 13px;
}

.copyright_text {
	text-align: center;
	margin-bottom: 20px;
}

.footer-nav ul.menu li a:before {
	content: "";
	height: 12px;
	width: 1px;
	background-color: var(--color-dark-blue);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}

.footer-nav ul.menu li:first-child a:before {
	display: none;
}

.disclaimer-text_content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.singleposts-content-inner {
		padding: 25px 25px 50px;
	}

}

@media (max-width: 1023px) {
	.singleposts-content-inner {
		margin-top: -30px;
	}
}

@media (max-width: 767px) {
	.single-posts-content {
		background-color: var(--color-light-blue);
		border-radius: 0 0 17px 17px;
	}

	.singleposts-content-inner {
		padding: 40px 0;
		margin-top: 0;
	}

	.singleposts-content-inner .wp-block-table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		/* smooth scrolling on iOS */
	}

	.wp-block-table table {
		table-layout: fixed !important;
		width: 650px !important;
	}

	.lsite-footer .flexible-image_and_text .container {
		padding: 0;
	}

	.lsite-footer .image_and_text_inner {
		padding-left: 17px;
		padding-right: 17px;
	}

	.lsite-footer .iat-text_content p {
		margin-bottom: 39px;
	}

	.lsite-footer .iat-text_content h3 {
		font-size: 24px;
		margin-bottom: 39px;
	}

	.lsite-footer .iat-text_content p:last-child {
		margin-bottom: 0;
	}

	.lsite-footer .iat-image {
		max-width: 181px;
		margin: 0 auto 28px;
	}

	.lsite-footer .iat-text_content p {
		font-size: 16px;
	}
}

@media(max-width: 568px) {
	.lsite-footer {
		padding-block: 40px;
	}

	.footer-nav ul.menu {
		margin-bottom: 15px;
	}
}

/*----------  Blog  ----------*/
.page-hero {
	padding: 188px 0 166px;
	background: var(--color-blue);
	text-align: center;

	.inner-hero {
		max-width: 100%;
	}

	.inner-hero h1 {
		color: var(--color-white);
		margin-bottom: 15px;
		font-size: clamp(24px, 16.48px + 1.50vw, 40px);
	}

	.hero-short_description {
		font-size: var(--font-size-20);
		color: var(--color-white);
		line-height: 1.7;
	}

	.hero-short_description p:last-child {
		margin-bottom: 0;
	}

	@media (max-width: 1023px) {
		padding: clamp(50px, -14.85px + 12.97vw, 188px) 0 clamp(50px, -4.51px + 10.90vw, 166px);
	}
}

.single-posts-image img {
	border-radius: 17px;
	display: block;
	width: 100%;

	@media(max-width: 767px) {
		aspect-ratio: 7 / 4;
	}
}

.cms-content {
	margin-top: clamp(30px, 25.30px + 0.94vw, 40px);
}

.cms-content> :last-child {
	margin-bottom: 0 !important;
}

.cms-content :is(h1, h2, h3, h4, h5, h6) {
	margin-top: clamp(30px, 25.30px + 0.94vw, 40px) !important;
	margin-bottom: clamp(20px, 17.65px + 0.47vw, 25px);
	margin-bottom: 15px;
}

.wp-block-table .has-fixed-layout {
	background-color: #BCD2F6;
}

.wp-block-table .has-fixed-layout tr:first-child {
	background-color: #fff;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	border: none;
}

/*----------  BLog Listing  ----------*/
.posts-listing-section {
	margin-top: -91px;
}

.posts-listing-inner {
	background-color: var(--color-light-blue);
	border-radius: 17px;
	padding: 70px 45px;
	margin-bottom: 33px;
}

.posts-listing-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.blog-card {
	background: #fff;
	border-radius: 17px;
	overflow: hidden;
	box-shadow: 0px 24px 41.4px -4px #1F6AE11A;
}

.blog-image {
	a {
		display: block;
		aspect-ratio: 5 / 3;
		overflow: hidden;
	}

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform 0.3s ease;
	}

	&:hover img {
		transform: scale(1.05);
	}
}

.blog-content {
	padding: 30px;
}

.blog-date {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 8px;
}

.blog-title {
	font-size: 22px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-title a {
	text-decoration: none;
	color: #111;
	display: block;
}

.blog-title a:hover {
	color: var(--color-blue);
}

.blog-excerpt {
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-pagination {
	margin-top: 40px;
	text-align: center;
}

.custom-pagination .page-numbers {
	display: inline-block;
	padding: 8px 17px;
	margin-right: 8px;
	border: 1px solid #BCD2F6;
	text-decoration: none;
	color: var(--color-blue);
}

.custom-pagination .page-numbers:hover {
	background: #fff;
	color: var(--color-blue);
}

.custom-pagination .current {
	background: var(--color-blue);
	color: #fff;
	border-color: var(--color-blue);
}

.custom-pagination .dots {
	border: none;
}

@media(max-width: 1199px) {
	.posts-listing-inner {
		padding: 50px 25px;
	}

	.blog-content {
		padding: 20px;
	}

	.blog-excerpt {
		margin-bottom: 20px;
	}

	.posts-listing-row {
		gap: 20px;
	}
}

@media(max-width: 1023px) {
	.posts-listing-section {
		margin-top: -30px;
	}
}

@media(max-width: 991px) {
	.posts-listing-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px) {
	.posts-listing-section {
		margin-top: 0;
		background-color: var(--color-light-blue);
		border-radius: 0 0 17px 17px;
	}

	.posts-listing-inner {
		padding: 40px 0;
	}

	.posts-listing-row {
		grid-template-columns: 1fr;
	}
}

/*===================================================
	Review Page CSS
*===================================================*/
.single-reviews .header-inner .site-branding {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.single-reviews .custom-logo-link img {
	max-width: 131px;
}

.reviews-content-section {
	background-color: var(--color-light-blue);
	padding: 32px 0 clamp(40px, calc(12px + 3.646vw), 82px) 0;
}

.breadcrumbs a {
	color: #1F2937;
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: var(--color-blue);
}

.breadcrumbs .breadcrumb-icon {
	padding: 0 14px;
	background: url('data:image/svg+xml,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.747559 9.66406L4.74756 5.16406L0.747558 0.664063" stroke="%231F6AE1" stroke-width="2"/></svg>');
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.reviews-tcontent-header {
	align-items: center;
	margin: 0 0 31px 0;
	width: 100%;
	flex-wrap: inherit;
}

.reviews-tcontent-logo {
	padding: 15px;
	background-color: #fff;
	border-radius: 7px;
	max-width: 250px;
	width: 100%;
	min-height: 81px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 48px 0 0;
}

.reviews-tcontent-logo img {
	display: table;
}

.reviews-tcontent-title {
	margin: 0;
}

.reviews-tcontent-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 45px 0 0 0;
}

.reviews-tcontent-col {
	width: 59.5%;
}

.reviews-tsidebar-col {
	width: 40.5%;
	padding: 0 0 0 30px;
}

.reviews-tsidebar-cwrap {
	position: sticky;
	top: 0px;
}

.admin-bar .reviews-tsidebar-cwrap {
	top: 32px;
}

.reviews_features {
	margin: clamp(30px, calc(20px + 1.302vw), 45px) 0 clamp(30px, calc(12.667px + 2.257vw), 56px) 0;
	gap: 38px 30px;
	max-width: 815px;
	width: 100%;
}

.reviews_features-items {
	width: calc((100% - 60px) / 3);
}

.reviews_features-iwrap {
	align-items: center;
	flex-wrap: inherit;
}

.reviews_features-iwrap .reimg {
	min-width: 49px;
}

.reviews_features-iwrap .attachment-full {
	max-height: 50px;
}

.reviews_features-iwrap p {
	margin: 0 0 0 20px;
	line-height: 1.3;
	font-size: 14px;
}

.reviews-rating-wrap {
	padding: 50px 25px 55px 35px;
	background-color: #fff;
	border-radius: 17px;
	gap: 13px;
	margin: 0 0 35px 0;
}

.reviews-rating-item.overall {
	margin: 0 auto 0 auto;
}

.reviews-rating-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	display: grid;
	place-items: center;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	background: conic-gradient(#5a7bd8 calc(var(--percent) * 1%), #BCD2F6 0);
}

.overall .reviews-rating-circle {
	background: conic-gradient(#F59E0B calc(var(--percent) * 1%), #BCD2F6 0);
}

.reviews-rating-circle::before {
	content: "";
	position: absolute;
	width: 62px;
	height: 62px;
	background: #fff;
	border-radius: 50%;
}

.reviews-rating-title {
	margin: 45px 0 0 0;
	text-align: center;
	color: #110F24;
	font-size: 12px;
	line-height: 1.3;
}

.reviews-rating-circle span {
	position: relative;
	z-index: 2;
	color: #110F24;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.reviews-website-box {
	background-color: #fff;
	border-radius: 17px;
	min-height: 300px;
	padding: 35px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar_short_cdescription {
	max-width: 400px;
	width: 100%;
	padding-bottom: 20px;
}

.sidebar_short_cdescription:last-child {
	padding-bottom: 0;
}

.reviews-website-wrap .attachment-full {
	margin: 0 auto 40px auto;
	display: table;
	max-height: 60px;
	width: auto;
}

.reviews-website-wrap .weblink {
	min-width: 305px;
	max-width: 305px;
	width: 100%;
	text-align: center;
	margin: auto;
	display: table;
}

.reviews-rating-item.overall .ripple {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}

.ripple::before,
.ripple::after {
	position: relative;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #F59E0B;
	animation: ripple 3s infinite;
}

.ripple::before {
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.ripple::after {
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(127, 48, 53, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(127, 48, 53, 0)
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(127, 48, 53, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(127, 48, 53, 0)
	}
}

.review-tab-section p:last-child {
	margin-bottom: 0;
}


.review-tabs-nav {
	display: flex;
	align-items: center;
	gap: 0 30px;
	/*padding: 12px 22px;*/
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.review-tabs-wrapper {
	padding: 12px 30px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
}

.tabs-arrow {
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	cursor: pointer;
}

.tabs-arrow svg {
	width: auto;
	height: 17px;
	top: 2px;
	position: relative;
}

.tabs-arrow.left {
	left: 0;
}

.tabs-arrow.right {
	right: 0;
}

.review-tabs-wrapper.touch {
	position: fixed;
	top: 0;
	z-index: 10;
}

.admin-bar .review-tabs-wrapper.touch {
	top: 32px;
}

.review-tabs-nav .tab-btn {
	padding: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	color: #1F2937;
	white-space: nowrap;
}

.review-tabs-nav .tab-btn.active {
	font-weight: 700;
	color: var(--color-blue);
}

.review-tab-section {
	padding: clamp(30px, calc(14px + 2.083vw), 54px) 0 clamp(40px, calc(0px + 5.208vw), 100px) 0;
	padding: clamp(30px, calc(14px + 2.083vw), 54px) 0 0 0;
}

.review-tab-section h3 {
	padding-top: 15px;
}

.pros_cons_repeater {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}

.pros_cons_repeater .pros_cons-items {
	width: 100%;
}

.pros_cons-items ul li {
	margin: 0 0 11px 0;
}

.cons ul li::before {
	background-image: url(assets/images/cross.svg);
}

.review-audio-wrap {
	background-color: #1F6AE1;
	border-radius: 17px;
	padding: 50px 20px 25px 32px;
}

.review-audio-wrap-title {
	color: #fff;
}

.review-audio-wcon * {
	color: #fff;
}

.review-audio-items {
	width: calc((100% - 17px) / 2);
}

.review-audio_repeater {
	padding: 28px 0 0 0;
	gap: 17px;
}

.review-audio-items-wrap {
	background-color: #FFF;
	padding: 27px 29px 30px 35px;
	border-radius: 17px;
	height: 100%;
}

.review-audio-items-wrap audio {
	width: 100%;
	background-color: #1f6ae1;
	margin: 20px 0 0 0;
}

.review-audio-top {
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px 0;
}

.review-audio-tleft a svg {
	display: table;
}

.review-audio-tleft a svg.muted {
	display: none;
}

.review-audio-tleft .is-muted svg.mute {
	display: none;
}

.review-audio-tleft .is-muted svg.muted {
	display: block;
}

.review-audio-tright a {
	color: #1F2937;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.review-audio-tright a:hover,
.review-audio-tright a:focus {
	color: #1F6AE1;
}

.review-audio-tright a svg {
	margin: 0 0 0 7px;
}

.review-audiotitle {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 9px 0;
}

/* Custom Audio Player Styles */
.custom-audio-player {
	margin-top: 25px;
}

.audio-progress-wrapper {
	margin-bottom: 18px;
}

.audio-progress-bar {
	width: 100%;
	height: 5px;
	background-color: #E9F0FC;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.audio-progress-fill {
	height: 100%;
	background-color: #1F6AE1;
	width: 0%;
	ransition: width 0.1s linear;
}

.audio-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.audio-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
}

.audio-btn:hover {
	opacity: 0.7;
}

.audio-btn-prev,
.audio-btn-next {
	width: 28px;
	height: 28px;
}

.audio-btn-prev svg,
.audio-btn-next svg {
	width: 26px;
	height: 29px;
	flex-shrink: 0;
}

.audio-btn-play {
	width: 53px;
	height: 53px;
	background-color: #1F6AE1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.audio-btn-play svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.audio-btn-play .play-icon {
	position: relative;
	right: -3px;
}

.audio-btn-play .play-icon,
.audio-btn-play .pause-icon {
	width: 20px;
	height: 20px;
}

/* END Custom Audio Player Styles */

/*==============*/
.products_review_repeater {
	padding: clamp(30px, calc(6.667px + 3.038vw), 65px) 0 30px 0;
	gap: 20px;
	justify-content: center;
}

.products_review_ritem {
	width: calc((100% - 40px) / 3);
}

.products_review_riwrap {
	background-color: #fff;
	border-radius: 17px;
	padding: 38px 20px 35px 20px;
	text-align: center;
	position: relative;
	height: 100%;
}

.products_review-thumb {
	padding: 60% 0 0 0;
	position: relative;
	max-width: 166px;
	margin: auto auto 27px auto;
	width: 100%;
}

.products_review-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.products_review_ritem .products_review-h3 {
	color: #110F24;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.products_review_ritem .products_review_riprice {
	color: #1F6AE1;
	padding: 28px 0 0 0;
}

.products_review-flink {
	position: absolute;
	z-index: 1;
	inset: 0;
}

.review-tab-section .hmaw__video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 clamp(15px, calc(-7px + 2.865vw), 45px) 0;
}

.review-tab-section .hmaw__aspect-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 17px;
	overflow: hidden;
	cursor: pointer;
}

.review-tab-section .hmaw__aspect-box>* {
	position: absolute;
	inset: 0;
}

.review-tab-section .hmaw__thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.4s ease;
	z-index: 2;
}

.review-tab-section .hmaw__play-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.4s ease;
	z-index: 3;
}

.review-tab-section .hmaw__video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.review-tab-section.hmaw--playing .hmaw__video-wrapper .hmaw__video {
	z-index: 4;
}

/*------------------*/
.features_row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 40px 0 0 0;
}

.features_row-item {
	width: calc((100% - 30px) / 2);
}

.features_row-iwrap {
	background-color: #fff;
	padding: 35px 30px;
	height: 100%;
	border-radius: 17px;
}

.features_row-item-ititle {
	color: var(--color-blue);
	font-size: 22px;
	margin: 0 0 15px 0;
	padding: 0 !important;
}

/*------------------*/
.customer_support_items {
	align-items: flex-start;
	justify-content: center;
	gap: 25px;
	padding: clamp(40px, calc(3.333px + 4.774vw), 95px) 0 0 0;
}

.customer_support-ititle {
	font-size: 16px;
	margin: 22px 0 15px 0;
	font-family: "Gotham Book", sans-serif;
	transition: all 0.4s;
	padding: 0 !important;
}

.customer_support_item p {
	font-size: 14px;
}

.customer_support_item {
	max-width: calc((100% - 50px) / 3);
	width: 100%;
	text-align: center;
}

.customer_support_item .support_icon {
	max-width: 45px;
	min-height: 45px;
	display: flex;
	align-items: center;
	margin: auto;
}

.customer_support_item-wrap {
	position: relative;
}

.customer_support_item-wrap:hover .customer_support-ititle {
	color: var(--color-blue);
}

.customer_support_item .sbox-full-link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/*.review-tab-section p:last-of-type {
	margin-bottom: 0;
}*/

/*== Comments ==*/
.reviews-comments-section {
	background-color: #F9FAFB;
	padding: clamp(20px, calc(13.333px + 0.868vw), 30px) 0 clamp(40px, calc(0px + 5.208vw), 100px) 0;
}

.reviews-comments-card {
	padding: clamp(30px, calc(2px + 3.646vw), 72px) clamp(20px, calc(-10px + 3.906vw), 65px) clamp(30px, calc(-16.667px + 6.076vw), 100px) clamp(30px, calc(-13.333px + 5.642vw), 95px);
	background-color: #fff;
	border-radius: 17px;
	box-shadow: 0 24px 41.4px -4px rgba(31, 106, 225, 0.10);
	max-width: 930px;
	max-width: 59.5%;
	width: 100%;
}

.reviews-comments-card #reply-title {
	margin: 0;
	display: none;
}

.comment-form .two-col {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}

.comment-form .reviews-comment-form-field:not(.reviews-submit-field) {
	margin: 0 0 15px 0;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #000;
	border-radius: 5px;
	color: #878787;
	font-size: 14px;
	padding: 11px 20px;
	line-height: 1.4;
	width: 100%;
}

.comment-form textarea {
	line-height: 1.6;
	font-style: italic;
}

.comment-fiels-row.two-col .reviews-comment-form-field {
	width: calc((100% - 15px) / 2);
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
	width: auto;
	display: none !important;
}

.comment-form-cookies-consent label {
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: 400;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	margin: 10px 0 20px 0;
	position: relative;
	cursor: pointer;
}

.comment-form-cookies-consent label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	background-color: #fff;
}

.comment-form-cookies-consent input[type="checkbox"]:checked+label::before {
	content: "✓";
	color: #222;
	text-align: center;
	line-height: 16px;
	font-weight: 700;
	font-size: 16px;
}

.reviews-submit-field .submit {
	border: 0;
	padding: 12px 25px;
	font-size: var(--font-size-14);
	line-height: 1.2;
	cursor: pointer;
}

.reviews-comments-header {
	align-items: center;
	justify-content: space-between;
	padding: clamp(25px, calc(5px + 2.604vw), 55px) 0 28px 0;
	border-bottom: 1px solid #000;
}

.reviews-comments-list-title {
	color: #1F2937;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	font-family: var(--font-Gotham-Book);
}

.reviews-comments-sort {
	max-width: 181px;
	width: 100%;
}

.reviews-comments-sort .reviews-sort-label {
	display: table;
	font-size: var(--font-size-16);
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.reviews-comments-sort select {
	border-radius: 5px;
	border: 1px solid #1F2937;
	background-color: transparent;
	padding: 11px 20px;
	font-size: var(--font-size-16);
	width: 100%;
	line-height: 1.2;
	background: transparent url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 0.5L8.5 8.5L16.5 0.5" stroke="%231F2937" stroke-linecap="round"/></svg>') no-repeat;
	background-position: center right 10px;
	background-size: 17px 10px;
	appearance: none;
}

.reviews-comment-list {
	margin: 55px 0 0 0;
}

.reviews-comment-list .comment {
	margin: 0 0 35px 0;
}

.reviews-comment-list .comment:last-child {
	margin-bottom: 0;
}

.reviews-comment-list .comment+.children {
	margin-left: 10%;
}

.reviews-comment-avatar {
	align-items: center;
	margin: 0 0 12px 0;
}

.reviews-comment-avatar .rname-box {
	align-items: center;
}

.reviews-comment-avatar .mas-star-rating {
	display: flex;
}

.reviews-comment-initials {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-color: #D9D9D9;
	text-align: center;
	line-height: 47px;
	font-size: 16px;
	color: #1F2937;
	margin: 0 17px 0 0;
}

.reviews-comment-actions {
	margin: 15px 0 0 0;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1;
}

.reviews-helpful-btn {
	color: #1F6AE1;
	border-radius: 5px;
	border: 1px solid #1F6AE1;
	padding: 7px 3px 7px 10px;
	line-height: 1;
	font-size: 12px;
	background-color: transparent;
	display: flex;
	align-items: center;
}

.reviews-helpful-btn:hover {
	background-color: #f1f1f1;
}

.reviews-helpful-btn .reviews-helpful-text {
	margin: 0 7px;
}

.reviews-comment-date {
	font-size: 12px;
}

.reviews-comments-title {
	margin: 0 0 45px 0;
}

.logged-in-as {
	font-size: 16px;
	margin: 0 0 10px 0 !important;
}

.logged-in-as a {
	color: var(--color-dark-blue);
	text-decoration: underline;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
	color: var(--color-blue);
}

.required-field-message {
	width: 100%;
	display: table;
	margin: 5px 0 0 0;
}

/*== END Comments ==*/

/*== Reviews ==*/
.user-reviews-section {
	padding: clamp(40px, calc(30px + 1.302vw), 55px) 0 40px 0;
	background-color: #f9fafb;
}

.user-reviews-iwrap {
	padding: clamp(30px, calc(2px + 3.646vw), 72px) clamp(20px, calc(-10px + 3.906vw), 65px) clamp(30px, calc(-16.667px + 6.076vw), 100px) clamp(30px, calc(-13.333px + 5.642vw), 95px);
	background-color: #fff;
	border-radius: 17px;
	box-shadow: 0 24px 41.4px -4px rgba(31, 106, 225, 0.10);
	max-width: 930px;
	max-width: 59.5%;
	width: 100%;
}

.user_reviews-header {
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #000;
	padding: 0 0 30px 0;
}

.user_reviews-htop {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
}

.user_reviews-htop svg {
	margin: 0 28px 0 0;
}

.user_reviews-htop p:first-child {
	width: 100%;
	display: table;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

.user-reviews-swrap .user_reviews-title {
	margin: 0 0 45px 0;
}

.user-reviews-load-more-wrap {
	padding: 30px 0 0 0;
}

.user-reviews-load-more-wrap .btn {
	border: 1px solid var(--color-blue) !important;
	padding: 9px 10px;
	font-size: 14px;
	margin: auto;
	display: table;
	min-width: 148px;
	cursor: pointer;
}

.user_reviews-wrapper .reviews-comment-avatar {
	justify-content: space-between;
}

/*== END Reviews ==*/
.reviews-author-sdiv {
	background-color: #F9FAFB;
	padding: clamp(20px, calc(6.667px + 1.736vw), 40px) 0 clamp(40px, calc(9.333px + 3.993vw), 86px) 0;
}

.reviews-author-wrap {
	max-width: 930px;
	max-width: 59.5%;
	width: 100%;
}

.reviews-author-img {
	width: 110px;
}

.reviews-author-img img {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	display: table;
}

.reviews-author-info {
	width: calc(100% - 120px);
	padding: 9px 0 0 4.5%;
}

.reviews-author-name {
	margin: 20px 0 0 0;
	line-height: 1.4;
	text-align: center;
}




/*-------------------------------*/
@media(max-width: 1440px) {
	.reviews-rating-wrap {
		justify-content: center;
		gap: 30px 13px;
		padding: 40px 30px;
	}

	.reviews-rating-title {
		margin: 30px 0 0 0;
	}

	.reviews-website-box {
		min-height: 250px;
	}

	.reviews-rating-item.overall {
		margin: 0;
	}

	.review-audio-wrap {
		padding: 40px 20px 40px 20px;
	}

	.products_review_repeater {
		padding-bottom: 20px;
	}

	.review-audio-items-wrap {
		padding: 30px;
	}

	.review-audio_repeater {
		padding: 15px 0 0 0;
	}

	.review-tabs-nav.touch {
		justify-content: left;
	}

	.site-header {
		padding: 10px 0;
	}
}

@media(max-width: 1200px) {
	.reviews-tcontent-inner {
		padding: 35px 0 0 0;
	}

	.reviews-tcontent-logo {
		margin: 0 25px 0 0;
	}

	.reviews_features-items {
		width: calc((100% - 30px) / 2);
	}

	.reviews-tcontent-col {
		width: 65%;
	}

	.reviews-tsidebar-col {
		width: 35%;
	}

	.reviews-rating-wrap {
		padding: 40px 25px;
	}

	.reviews-website-box {
		min-height: 200px;
		padding: 25px 20px;
	}

	.products_review_ritem {
		width: calc((100% - 20px) / 2);
	}

	.reviews_features-iwrap p {
		margin: 0 0 0 20px;
	}

	.reviews-comment-list {
		margin: 40px 0 0 0;
	}

	.reviews-comments-header {
		padding: 25px 0;
	}

	.reviews-comment-list .comment+.children {
		margin-left: 6%;
		margin-bottom: 30px;
	}

	.reviews-comments-title {
		margin: 0 0 30px 0;
	}

	.reviews-comments-sort .reviews-sort-label {
		margin: 0 0 10px 0;
	}

	.user-reviews-swrap .user_reviews-title {
		margin: 0 0 30px 0;
	}

	.user-reviews-iwrap,
	.reviews-comments-card,
	.reviews-author-wrap {
		max-width: 100%;
	}

	body .pum-container>.pum-content {
		padding: 100px 80px 67px 80px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
		min-height: 260px;
	}

	body .protection-type-form .ginput_container_image_choice .gfield_radio {
		gap: 30px !important;
	}

	.nav-menu {
		padding: 0 25px 0 0;
	}

	ul.main-menu li .sub-menu {
		padding: 20px;
	}

	.features_row-item-ititle {
		font-size: 20px;
	}

	.features_row-iwrap {
		padding: 30px 25px;
	}
}

@media(max-width: 1023px) {
	.reviews-tcontent-col {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.reviews-tsidebar-col {
		width: 100%;
		max-width: 500px;
		margin: auto;
		padding: 0;
	}

	.reviews-tcontent-header {
		margin: 0 0 25px 0;
	}

	.reviews-website-wrap .attachment-full {
		margin: 0 auto 30px auto;
	}

	.reviews_features-iwrap p {
		margin: 0 0 0 20px;
	}

	.reviews-rating-wrap {
		gap: 30px 20px;
	}

	.products_review_ritem {
		width: calc((100% - 40px) / 3);
	}

	.limited-time-popup-subheader {
		margin: 0 0 20px 0;
		max-width: 155px;
	}

	.limited-time-popup-image {
		width: 41%;
	}

	body .pum-theme-449 .pum-content+.pum-close,
	.pum-theme-lightbox .pum-content+.pum-close {
		top: 35px;
		right: 35px;
	}

	.limited-time-popup-details-list {
		margin: 35px 0;
	}

	.limited-time-popup-buttons {
		gap: 16px;
	}

	.limited-time-popup-content {
		max-width: 382px;
	}

	.limited-time-popup-details ul li {
		margin: 0 0 15px 0;
		padding-left: 30px;
	}

	body .pum-container>.pum-content {
		padding: 60px 40px 50px 40px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
		min-height: 240px;
		gap: 10px;
		padding: 30px !important;
	}
}

@media(max-width: 767px) {
	.products_review_ritem {
		width: calc((100% - 20px) / 2);
	}

	.hmaw__play-overlay svg {
		width: 80px;
		height: 80px;
	}

	.review-audio-items-wrap {
		padding: 25px 20px;
	}

	.products_review-thumb {
		max-width: 100%;
	}

	.review-audio-wrap {
		padding: 30px 20px 30px 20px;
	}

	.review-audio-top {
		margin: 0 0 10px 0;
	}

	.reviews-comment-list .comment+.children {
		margin-left: 20px;
	}

	.reviews-comment-list {
		margin: 30px 0 0 0;
	}

	.customer_support_item {
		max-width: calc((100% - 25px) / 2);
	}

	.user-reviews-load-more-wrap {
		padding: 0;
	}

	body .pum-container>.pum-content {
		padding: 50px 30px !important;
	}

	.limited-time-popup-image {
		width: 30%;
	}

	.limited-time-popup-header {
		margin: 0 0 25px 0;
	}

	.limited-time-popup-subheader {
		max-width: 135px;
	}

	.limited-time-popup-details-list {
		margin: 30px 0;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
		min-height: 220px;
		padding: 25px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield_radio {
		gap: 20px !important;
	}

	.site-header {
		padding: 5px 0;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.nav-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 40%;
		height: 100vh;
		background-color: var(--color-blue);
		transition: right 0.3s ease;
		overflow-y: auto;
		z-index: 91;
		box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
		padding: 50px 0 50px;
		min-width: 350px;
	}

	.nav-menu.active {
		right: 0;
	}

	.nav-menu a {
		padding: 10px 40px 10px 22px !important;
		width: 100% !important;
		display: inline-table;
		font-size: 16px;
		color: #fff;
		background-color: #fff;
		border-bottom: 1px solid #f1f1f1;
	}

	ul.main-menu li .sub-menu::before {
		display: none;
	}

	ul.main-menu li a::before {
		right: 15px;
		display: none;
	}

	ul.main-menu li .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		background-color: #fff;
		padding: 0;
		margin: 0;
		top: inherit;
		width: 100%;
		border-radius: 0;
		display: none;
	}

	ul.main-menu li .sub-menu li {
		margin: 0;
	}

	ul.main-menu li .sub-menu li a {
		padding-left: 40px !important;
	}

	#hamburger-btn.active {
		position: fixed;
		top: 6px;
		right: 0;
	}

	ul.main-menu {
		gap: 0;
		flex-direction: column;
	}

	.submenu-toggle::after {
		content: "";
		width: 10px;
		height: 10px;
		border-bottom: 2px solid var(--color-dark-blue);
		transform: rotate(45deg);
		transition: transform 0.25s ease;
		pointer-events: none;
		border-right: 2px solid var(--color-dark-blue);
	}

	.submenu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		width: 48px;
		height: 100%;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: transparent;
		transition: 0.5s;
	}

	ul.main-menu li.menu-item-has-children.active .submenu-toggle {
		transform: rotate(180deg);
	}

}

@media(max-width: 639px) {
	.reviews-tcontent-header {
		flex-wrap: wrap;
	}

	.reviews-tcontent-title {
		width: 100%;
	}

	.reviews-tcontent-logo {
		margin: 0 0 30px 0;
	}

	.reviews-rating-title {
		margin: 20px 0 0 0;
	}

	.reviews-rating-wrap {
		padding: 35px 15px;
	}

	.products_review_ritem {
		width: 100%;
		max-width: 350px;
	}

	.review-audio-items {
		width: 100%;
	}

	.hmaw__play-overlay svg {
		width: 60px;
		height: 60px;
	}

	.reviews-comments-card {
		padding: 30px 20px;
	}

	.comment-fiels-row.two-col .reviews-comment-form-field {
		width: 100%;
	}

	.comment-form-cookies-consent label {
		font-size: 14px;
	}

	.reviews-comments-list-title {
		font-weight: 700;
	}

	.reviews-comments-sort {
		max-width: 100%;
		width: 100%;
		margin: 15px 0 0 0;
	}

	.user_reviews-htop {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.reviews-author-img {
		width: 100%;
	}

	.reviews-author-img img {
		margin: auto;
	}

	.reviews-author-info {
		width: 100%;
		padding: 20px 0 0 0;
		text-align: center;
	}

	.admin-bar .review-tabs-wrapper.touch {
		top: 0;
	}

	.limited-time-popup-image {
		width: 50%;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 20px auto 0 auto;
	}

	.features_row {
		margin: 30px 0 0 0;
		gap: 25px 0;
	}

	.features_row-item {
		width: 100%;
	}

	.features_row-iwrap {
		padding: 20px;
	}

	.customer_support_item {
		max-width: 100%;
	}

	body #popmake-457>.pum-content,
	body #pum-465 .pum-container>.pum-content,
	body #pum-563 .pum-container>.pum-content {
		padding: 50px 20px 0px 20px !important;
	}

	body #pum-465 .pum-container>.pum-content:has(.gform_confirmation_wrapper) {
		padding: 50px 30px !important;
	}

	body .pum-theme-449 .pum-content+.pum-close,
	.pum-theme-lightbox .pum-content+.pum-close {
		top: 15px;
		right: 15px;
	}

	body #pum-465 .pum-container #gform_page_2_1 {
		padding-bottom: 30px;
	}

	body .pum-container>.pum-content:has(.gform_confirmation_wrapper) {
		padding: 80px 50px !important;
		text-align: center;
		line-height: 1.3;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
		min-height: 170px;
		padding: 15px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer .gform-field-label {
		font-size: 18px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield_radio img {
		height: 50px !important;
	}

	body .protection-type-form .gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
		width: 20px;
		height: 20px;
		font-size: 14px;
	}



}

@media(max-width: 480px) {
	.reviews_features-items {
		width: calc((100% - 0px) / 1);
	}

	.hmaw__play-overlay svg {
		width: 50px;
		height: 50px;
	}

	body #popmake-457>.pum-content {
		padding: 40px 20px 0px 20px !important;
	}

	.limited-time-popup-subheader {
		max-width: 115px;
	}

	.limited-time-popup-details ul li {
		margin: 0 0 12px 0;
		padding-left: 26px;
	}

	.limited-time-popup-buttons {
		gap: 16px;
		flex-direction: column;
		text-align: center;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer .gform-field-label {
		font-size: 15px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield_radio {
		gap: 6px !important;
	}

	body .protection-type-form .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
		min-height: 150px;
		padding: 12px !important;
	}

	.nav-menu {
		min-width: 320px;
	}

	#hamburger-btn {
		margin: 0 5px 0 0;
	}
}



/*===================================================
	END Review Page CSS
*===================================================*/