/*!
Theme Name: smart-v2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smart-v2
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.

smart-v2 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/
*/
/* @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap'); */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Globals --------------------------------------------- */
:root {
    --clr-primary-400: #52667c;
	--clr-primary-700: #002A3A;
    --clr-primary-900: #21212A;

    --clr-accent-400: #00AEEF;
	--clr-accent-100: #DAF5FF;

	--clr-text: #151515;
	--clr-offwhite: #F0F8FB;

	--inline-spacing: 3rem;
}

@media (max-width: 767px) {
	:root {
		--inline-spacing: 1rem;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
	max-width: 100%;
	overflow-x: hidden !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--clr-text);
	font-family: Assistant, sans-serif !important;
	font-size: 1rem;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;

}

p {
	margin: 0px;
}

h2 {
	margin: 0px;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-right: 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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	right: 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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.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%;
}

/* Popup
--------------------------------------------- */
body .mfp-wrap {
    position: fixed!important;
    inset: 0!important;
    height: 100vh;
	z-index: 999999;
}

body .mfp-bg {
	background: #FFFFFF1A;
	backdrop-filter: blur(24px)
}

body .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 410px;
    aspect-ratio: 41 / 72;
}

body .mfp-iframe-scaler iframe {
	border-radius: 20px;
}

body .mfp-image-holder .mfp-close, 
body .mfp-iframe-holder .mfp-close {
    color: black;
    z-index: 2;
    right: -20px;
    font-size: 32px;
}

/* 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. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

@media (min-width: 1025px) {
	.desktop-hide {
		display: none!important;
	}
}

@media (max-width: 1024px) and (min-width: 1768px) {
	.tablet-hide {
		display: none!important;
	}
}

@media (max-width: 767px) {
	.mobile-hide {
		display: none!important;
	}
}

/* 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;
	right: 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-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}

/* besticoder */

/* @font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Medium.ttf') format('truetype');
    font-weight: 500; // Medium
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Bold.ttf') format('truetype');
    font-weight: 700; // Bold
}
@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Light.ttf') format('truetype');
    font-weight: 400; // Light
} */

/* @font-face {
	font-family: 'Assistant';
	src: url('fonts/RadioGrotesk-Regular.otf') format('opentype');
} */




body {
	direction: rtl;
}

/* header css */

.site-branding {
	padding: 30px 20px 30px 20px;
	display: flex;
    justify-content: space-between;
}

.custom-logo-link {
	width: 210px;
	float: inline-end;
}

.cus-nav-icon {
	width: 40px;
}

#mobileMenu {
	position: fixed;
    z-index: 9999999;
    top: 0;
    right: -100%;
    background: black;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all ease 0.5s;
}
#mobileMenu  #menu-top-header-menu {
	flex-direction: column;
    text-align: center;
	padding:0;
}
#mobileMenu #menu-top-header-menu li {
	margin-left: 0;
	margin-bottom:40px;
}
#mobileMenu #menu-top-header-menu li a {
	font-family: Assistant;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: right;
	color:white;
}
#closeMobMenu {
	position: absolute;
    top: 30px;
    right: 30px;
}

/* footer css */

.cus-ftr {
	margin: 50px 0px;
	/* width: 100%; */
}

.cus-ftr img {
	width: 200px;
	margin: 0 auto;
	display: block;
}

.ft-menu {
	text-align: center;
	margin: 30px 0px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.ft-menu a {
	color: #52667C;
	font-family: Assistant;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 10px;
	text-decoration: none;
}

.ft-menu-social {
	text-align: center;
}

.ft-menu-social a {
	display: inline-block;
	margin: 0 10px;
}

.ft-menu-social a img {
	width: 20px;
	display: inline;
}


/* new html css */

.container {
	margin: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}

.mw-500 {
    max-width: 500px;
}
.mw-600 {
    max-width: 600px;
}

.sec-1,
.sec-3,
.sec-4,
.sec-5,
.sec-6,
.sec-7 {
	width: 100%;
	padding: 0px 20px;
}

.sec-1 .container {
	background-image: url("images/Rectangle-14.png");
	border-radius: 44px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 92px 54px 30px 50px;
	color: #FFF;
	text-align: right;
	height: 92vh;
}

.sec-1 h1 {
	font-family: Assistant;
}

.sec-1 {
	/* direction: ltr; */
}

.sec-1 p {
	font-family: Assistant;
}

.sec-1-txt-1 {
	font-size: 64px; 
	font-weight: 400;
	line-height: 1;
}

.sec-1-txt-2 {
	font-size: 64px;
	font-weight: 700;
}

.sec-1-pr-1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 35px;
}

.cus-btn {
	position: static;
    padding: 14px 28px 14px 28px;
    background: #00AEEF;
    border: 0px;
    color: #fff;
    border-radius: 50px;
    margin-top: 35px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
	font-size: 16px;
}

.cus-btn:hover {
	color: #fff;
}

.cus-btn:visited {
	color: #fff;
}

.cus-btn-1 {
	position: relative;
	padding: 12px 30px 16px 30px;
	background: #00AEEF;
	border: 0px;
	color: #fff;
	border-radius: 50px;
	top: 35px;
	text-decoration: none;
	display: none;
}


.cus-btn-1:hover {
	color: #fff;
}

.cus-btn-1:visited {
	color: #fff;
}

.home-page .sec-2 {
    border-bottom: 1px solid black;
}

.cus-btn-2 {
	position: static;
	padding: 12px 30px 16px 30px;
	background: #00AEEF;
	border: 0px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
}

.cus-btn-2:hover {
	color: #fff;
}

.cus-btn-2:visited {
	color: #fff;
}

.btn-img {
	margin-right: 15px;
}

.down-arrow {
	width: fit-content;
	margin: 0 auto;
	background: #000;
	display: block;
	padding: 25px 10px 25px 10px;
	border-radius: 50px;
	margin-top: -55px;
}

.sec-3 .col {
	padding:0 40px 40px 0;
}

.sec-3-b-txt {
	color: #00AEEF;
	text-align: right;
	font-family: Assistant;
	font-size: 20px;
	font-weight: 400;
}

.sec-3-txt-1 {
	color: #52667C;
	text-align: right;
	font-family: Assistant;
	font-size: 60px;
    font-weight: normal;
	margin-top: 12px;
}

.sec-3-txt-2 {
	color: #52667C;
	text-align: right;
	font-family: Assistant;
	font-size: 60px;
	font-weight: 400;
	margin-top: -25px;
}

.sec-3-pr-1 {
	color: #52667C;
	text-align: right;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 400;
}

.sec-3-pr-2 {
	color: #52667C;
	text-align: right;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	width: unset;
}

.sec-6 {
	background: #202830;
	text-align: center;
	padding: 80px;
}

.sec-6-head {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: start;
	padding-top: 0px;
    margin: 0;
}
.sec-6-head b {
	padding: 0 15px;
}

.sec-6 .col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
	flex: 1 0 55%;
}

.sec-6 .trigger-col {
	flex: 1 0 45%;
	justify-content: center;
}

.sec-6 .cus-btn {
    margin-inline-end: auto;
    margin-top: 2rem;
}

.sec-6 .image {
    padding: 0;
	position: static;
}

.sec-5-img-content {
    position: absolute;
    top: 40%;
    right: 10%;
    max-width: 400px;
    padding: 32px;
    background: #ffffff21;
    backdrop-filter: blur(7px);
    box-shadow: 0px 4px 44px 10px #0000000D;
    border-radius: 40px;
    font-size: 22px;
    border: 1px solid #FFFFFF
}

.sec-5-img-content-pill {
    background: white;
    padding: 10px 32px;
    border-radius: 100vw;
    color: var(--clr-accent-400);
    line-height: 1;
    display: inline-block;
    font-size: 26px;
    margin-top: 1em;
}

.sec-5 .col:not(.content-col) img {
	border-radius: 30px;
	box-shadow: 0px 14px 44px 0px #00000040;

}

.sec-3, .sec-4, .sec-5 {
    padding: 0px 20px!important;
	margin-top: 40px;
}

.sec-3 .row,
.sec-4 .row,
.sec-5 .row {
    gap: 3%;
    margin: 0;
}

.sec-3 .col,
.sec-4 .col,
.sec-5 .col {
    flex: 1 0 45%;
    padding: 0;
	position:relative;
} 

.sec-3 .content-col,.sec-4 .content-col,.sec-5 .content-col {
	margin-top: 0;
	padding: 0 5%;
	display: flex;
	flex-direction:column;
	justify-content: center;
}
.sec-4 .content-col .cus-btn{
	max-width:200px;
} 

.sec-6 .container {
    max-width: max(80%, 1240px)!Important;
    margin-inline: auto!important;
}


.sec-7 {
	padding: 120px;
	text-align: center;
}

.sec-7-txt-1 {
	color: #52667C;
	font-family: Assistant;
	font-size: 60px;
	font-weight: 400;
}

.sec-7-pr-1 {
	color: #151515;
	text-align: center;
	font-family: Assistant;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 579px;
	margin: auto;
}

.sec-7-inner-dv {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top: 30px;
}

.sec-7-bl-txt {
	color: #00AEEF;
	text-align: center;
	font-family: Assistant;
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
}

.home-page .tslider-section {
    background: rgba(82, 102, 124, 0.10);
}

.sec-8 {
	background: rgba(82, 102, 124, 0.10);
	text-align: center;
	padding: 50px 0px 50px 0px;
}

/* Testimonials slider header (template-parts/testimonials-slider.php) */
.sec-8-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: var(--inline-spacing);
	margin-bottom: 1rem;
}
.sec-8-arrows {
	display: flex;
	gap: 0.5rem;
}
.sec-8-arrow-btn {
	background-color: var(--clr-primary-400);
	border: none;
	cursor: pointer;
	line-height: 0;
	padding: 10px;
	border-radius: 50%;
}
.home-testimonials-peek {
	overflow: hidden;
	padding-inline-end: 8%;
}
.home-testimonials-peek .custom-image-slider-wrapper {
	overflow: visible;
	padding-inline-end: 0 !important;
}

.sec-8-txt {
	margin-bottom: 0px;
	color: #52667C;
	text-align: center;
	font-family: Assistant;
	font-size: 60px;
	font-weight: 700;
}

.sec-9 {
	background: #202830;
	padding: 120px 250px 150px 0px;
}

.sec-9 .container {
    max-width: 1300px!important;
    margin-inline: auto!important;
}

.sec-9 .row {
	align-items: center;
}

.sec-9-txt-1 {
	color: var(--clr-accent-400);
	font-family: Assistant;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
    margin-top: 0;
    margin-bottom: 2rem;
}

.sec-9-txt-2 {
	color: var(--clr-accent-400);
	font-family: Assistant;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
    margin-top: 0;
    margin-bottom: 1rem;
}

.minutess-txt {
	font-family: Assistant;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: list-item;
	margin-block: .75em;
	margin-right: 20px;
}

.my-paragraph {
    /* opacity: 1; */
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.my-paragraph.active {
    /* opacity: 1; */
	/* margin-top: -50px; */
    max-height: 500px; 
}
.my-paragraph.active:after  {
	background-image: none;
}


.my-paragraph {
	position: relative;
}

.my-paragraph-1 {
	display: none;
}

.plus-img {
	border: 1px solid #52667C;
	border-radius: 50px;
	padding: 10px;
	width: 40px;
}

/* marquee text */

.marquee-box {
	width: 100%;
	overflow: hidden;
	direction: rtl;
	display: inline-flex;
	margin-top: 40px;
	margin-bottom: 40px;
}

.marquee-slides {
	display: inline-flex;
	white-space: nowrap;
	animation: marquee 20s linear infinite;
	/* Change duration or other animation properties as needed */
}

.swiper--top {
	margin: 50px 0;
}
.swiper--top .swiper-slide {
	color: #000;
	font-family: Assistant;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2.16px;
	padding:0;
}


@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}


/* safe product */
.safe-product {
    display: flex;
    flex-wrap: wrap;
    text-align: start;
    justify-content: space-between;
    align-items: center;
}

.safe-product-container.container {
    box-shadow: 0px 4px 14px 0px #00000026;
    border-radius: 20px;
    padding: 2.5rem 2.5rem 0;
	max-width: max(80%, 1240px) ! Important;
    margin-inline: auto !important;
}

.safe-product > .left-box, 
.safe-product > .right-box {
    flex: 1 0 30%;
    padding-bottom: 2.5rem;
    max-width: 46ch;
}

.safe-product .section-title {
    font-weight: normal;
}

.safe-product > .right-box {
    padding-inline-end: 0%;
}
.safe-product > .right-box h2 {
    font-size: 40px;
}

.safe-product > .left-box {
    padding-inline-start: 0%;
    color: #00000066
}

.safe-product > .left-box > p {
    max-width: 39ch;
}

.safe-product .img-box {
    margin-top: -100px;
    align-self: flex-end;
}

.safe-product .wistia_embed a:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/03/play-icon.png);
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

.safe-product .wistia_embed a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.safe-product .wistia_embed a:hover {
    text-decoration: underline;
}

/* testimonial css */


.custom-image-slider {

	justify-content: center;
	align-items: center;
	direction: rtl;
	position: relative;
	/* left: 220%; */

}

.slick-track {
	padding-bottom: 2rem;
}

.slick-list.draggable {

	direction: rtl;
	flex-direction: row-reverse;
	left: unset;
	position: relative;
	justify-content: end;
	align-items: end;
	align-content: end;

}

.custom-image-slider-wrapper {
	overflow: hidden;
	padding-inline-start: 0rem;
	/* margin-top: -100px; */
}

/* Reset global flex override — use floats like slick.css expects (slick.css is not loaded) */
.custom-image-slider-wrapper .slick-track {
	display: block;
}
.custom-image-slider-wrapper .slick-track::after {
	content: '';
	display: table;
	clear: both;
}
.custom-image-slider-wrapper .slick-slide {
	float: right; /* RTL: slides flow right-to-left */
	min-height: 1px;
}

 /* the slides */
 .custom-image-slider-wrapper .slick-slide {
      margin: 0 8px;
  }

  /* the parent */
 .custom-image-slider-wrapper .slick-list {
      margin: 0;
	  padding-inline-start: 2rem;
  }

.ts-img-box {
	display: inline-block;
	padding-bottom: 70px;
}
.ts-img-box a {
	position: relative;
	display: grid;
    border-radius: 20px;
    overflow: hidden;	
	box-shadow: 0px 20px 30px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 20px 30px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 30px -1px rgba(0,0,0,0.2);
}

.ts-img-box a:after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    inset: 0;
}
.ts-img-box img  {
	
}
.rank-img {
	bottom: 75px;
	display: block;
	margin-top: -39% !important;
	width: 50%;
	margin: 0 auto;
}

.testimonial-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem;
	color: white;
	text-align: start;
	z-index: 1;
}

.testimonial-play-button {
    width: 38px;
    height: 38px;
    background-color: var(--clr-primary-400);
    border-radius: 50%;
    cursor: pointer;
    background-image: url(
    'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><polygon points="70,55 70,145 145,100" style="fill:white;"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    backdrop-filter: blur(4px);
    margin-bottom: 1rem;
}

/* .sec-8:after {
	display: block;
	position: absolute;
	background-image: url("images/overlap-img.png");
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background-size: 100% 100%;
} */

.sec-8 {
    position: relative;
    overflow: hidden;
}

.sec-8:before {
    content: "";
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    z-index: 10;
	display: none;
}

.sec-8:after {
    content: "";
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
	display: none;
}


.sec-8:before {
    left: 0;
}

.sec-8:after {
    right: 0;
}



/* middle banner css */

.container1 {
	width: 100%;
	direction: rtl;
	display: flex;
	flex-direction: row;
	height: 750px;
	justify-content: center;
}

#controls-container {
	height: 100%;
	width: 100%;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.controls-container:after {
	content: '';
	display: block;
	clear: both;
}

.personalization-trigger {
    cursor: pointer;
}

.control {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
    gap: 15px;
	justify-content: flex-start;
}

.control-btn {
	width: fit-content !important;
    min-width: 42px;
	height: 100px !important;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.40);
	font-size: 30px;
	line-height: 46px;
	transition: all .3s;
	rotate: unset;
}

.control-btn.active p {
	color: #00AEEF;
}
.control-btn p b {
	font-weight:400;
}

.control-btn img {
	width: 45px;
	rotate: 0deg;
}

.ctr-btn {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.control-btn p {
	font-size: 16px;
	margin: 0px 0px -5px 0px;
	text-align: center;
}

.ctr-content {
    color: white;
    text-align: start;
}

.ctr-content h3 {
    font-size: 40px;
    color: var(--clr-accent-400);
}

#images-container {
	height: 100%;
	position: relative;
	margin-inline: auto;
	/* width: 100%; */
	width: auto;
	max-width: 100%;
    aspect-ratio: 8 / 6;
}

.image-divv {
	display: flex;
	flex-direction: row;
}

.image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: all .5s;
	display:none;
	padding: 4vw 2vw;
}

.img-con {
	margin-top: 150px;
}

.img-post-title {
	color: #00AEEF !important;
	text-align: right;
	font-family: Assistant;
	font-size: 60px;
	font-style: normal;
	line-height: normal;
}

.img-post-con-p {
	color: #FFF;
	text-align: right;
	font-family: Assistant;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 380px;
}

.images-container img {
	width: 346px;
	height: 700px;
}

.image[data-active="active"] {
	opacity: 1;
	display:flex;
    justify-content: center;
}
.image[data-active="active"] a, .image[data-active="active"] img {
	align-self: center;
}

.mid-sec-btn {
	padding: 10px 35px 18px 11px;
	background: #00AEEF;
	border-radius: 50px;
	margin-top: 20px;
	position: absolute;
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.mid-sec-btn img {
	margin: 8px 21px -6px 12px;
}

.prag {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 280px;
	width: 500px;
}

.prag h1 {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 60px;
	font-weight: 400;
}

.prag[data-active="active"] {
	opacity: 1;
}

.container1 .container {
	display: flex;
	flex-direction: row;
}

.bt-img-con {
	width: 70%;
	display: flex;
}

.bt-con {
	width: 40%;
}

#paragraph-container {
	position: relative;
}



/* results page */

.rs-sec-1 {
	background: rgba(82, 102, 124, 0.10);
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.container.rs-container-1 {
	text-align: center;
}

.container.rs-container-1 h1 {
	color: #000;
	font-family: Assistant;
	font-size: 64px;
	font-weight: 400;
}

.container.rs-container-1 h4 {
	color: #52667C;
	font-family: Assistant;
	font-size: 24px;
	font-weight: 700;
	line-height: 27px;
}

.container.rs-container-1 h4 span {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 24px;
	font-weight: 700;
	line-height: 27px;
}

.container.rs-container-1 p {
	color: #52667C;
	font-family: Assistant;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	width: 658px;
	margin: 0 auto;
}

.container.rs-container-1 h5 a {
font-family: Assistant;
font-size: 18px;
font-weight: 700;
line-height: 27px;
letter-spacing: 0em;
text-align: center;
text-decoration:unset;
}

.devider {
	width: 1180px;
	height: 1px;
	background: #C4C4C4;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rs-container-2 {
	width: 1180px;
	margin: auto;
}

.rs-container-2 .container.row {
	padding: 0px;
	margin: 0px;
}

.rs-container-2 .col {
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}

.col.coll-1 {
	border-radius: 30px;
	border: 3px solid #000;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	margin-left: 10px;
	padding: 20px;
}

.rc-2-tx-1 {
	color: #000;
	font-family: Assistant;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}

.rc-2-box {
	border-top: 3px solid #000;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 10px 0px;
}

.rc-2-box-2 {
	border-top: 3px solid #000;
	padding: 10px 0px;
	border-bottom: 3px solid #000;
}

.in-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.rc-2-box-lst {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 20px;
}

.bl-bx-1 {
	border-radius: 10px;
	background: rgba(230, 230, 230, 0.40);
	text-align: center;
	padding: 20px;
	width: 255px;
	flex-shrink: 0;
}

.bx-1-tx-1 {
	color: #000;
	font-family: Assistant;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
}

.bx-1-tx-2 {
	color: #000;
	font-family: Assistant;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}

.bx-1-tx-3 {
	color: #000;
	font-family: Assistant;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}

.bl-bx-2 {
	color: #000;
	font-family: Assistant;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
}

.rs-btn {
	display: flex;
	width: 185px;
	background: #000;
	margin: auto;
	border-radius: 50px;
	padding: 10px;
	justify-content: center;
	margin-top: 50px;
	color: #fff !important;
	text-decoration: none;
	font-family: Assistant;
	font-size: 19.474px;
	font-weight: 400;
}

.rs-btn-1 {
	display: flex;
	width: 185px;
	background: #000;
	margin: auto;
	border-radius: 50px;
	padding: 10px;
	justify-content: center;
	margin-top: -20px;
	color: #fff !important;
	text-decoration: none;
	font-family: Assistant;
	font-size: 19.474px;
	font-weight: 400;
}

.rs-btn-2 {
	display: flex;
	width: 185px;
	background: #00AEEF;
	margin: auto;
	border-radius: 50px;
	padding: 10px;
	justify-content: center;
	margin-top: -20px;
	color: #fff;
	text-decoration: none;
	font-family: Assistant;
	font-size: 19.474px;
	font-weight: 400;
}

.rs-btn:hover {
	color: #fff;
}

.rs-btn-1:hover {
	color: #fff;
}

.rs-btn-2:hover {
	color: #fff;
}

#sec-4 video {
	border-radius: 30px;
	height: 492px;
	border-radius: 30px;
}
#sec-4 .videoWrap{
	border-radius: 30px;
    box-shadow: 0px 20px 30px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 20px 30px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 30px -1px rgba(0, 0, 0, 0.2);
	background: #eef0f2;
    text-align: center;
	margin: 20px;
	aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoholder {
	aspect-ratio: 1 / 1;
}

.sec-4 .videoholder img {
	width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    box-shadow: 0px 14px 44px 0px #00000040;
    border-radius: 44px;
}

.rs-sec-3 {
	background: #202830;
	color: #fff;
	text-align: center;
	padding: 100px 20px 100px 20px;
}

.rs-sec-3 .rs-container h1 {
	font-family: Assistant;
	font-size: 40px;
	font-weight: 700;
	line-height: 27px;
}

.rs-sec-3 .rs-container p {
	font-family: Assistant;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	width: 600px;
	margin: auto;
	padding: 20px 0px 40px 0px;
}

.dsk-cn-22 {
	display: none;
}

.rs-sec-4 {
	background-image: url('images/Group-2052.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 20px 100px 20px;
	margin-top: -2px;
}

.rs-sec-4 h2 {
	padding: 100px 0 50px 0;
	color:white; 
	text-align:center; 
	font-family: Assistant;
	font-size: 40px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: center;
}

.rs-sec-4 .row {
	width: 820px;
	margin: 0 auto;
}

.cus-coll-1 {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	width: 382px;
	flex-shrink: 0;
	text-align: center;
}

.cus-coll-2 {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	width: 382px;
	flex-shrink: 0;
	text-align: center;
}

.bst-sel-btn {
	border-radius: 40px;
	background: #00E1EF;
	color: #000;
	font-family: Assistant;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 3.2px;
	width: fit-content;
	margin: auto;
	padding: 0px 25px;
	position: absolute;
	left: 27%;
	top: -10px;
}

.btn-box {
	text-align: center;
	position: relative;
}

.short-img-1 {
	background-image: url('images/sm-2.png');
	padding: 28px 15px 20px 15px;
	color: #fff;
	background-size: 100% 100%;
}

.short-img-1 h3 {
	font-size: 28px;
}

.dsk-cn-2 p {
	padding: 15px 0px;
	border-bottom: 3px dotted #C4C4C4;
	margin: 0px 20px;
}

.dsk-cn-1 p {
	padding: 15px 0px;
	border-bottom: 3px dotted #C4C4C4;
	margin: 0px 20px;
}

.short-img h3 {
	font-size: 28px;
}

.short-img {
	background-image: url('images/sm-1.png');
	padding: 25px 0px 25px 0px;
	color: #fff;
	background-size: 100% 100%;
	text-align: center;
	font-family: Assistant;
	font-size: 28px;
	font-weight: 700;
	line-height: 27px;
}

.cus-coll-1 {
	.dsk-cn-1 {
		display: none;
	}

	.dsk-cn-11 {
		display: block !important;
	}

	.dsk-cn-11 img {
		padding: 15px;
	}
}

.cus-coll-2:hover {
	.dsk-cn-2 {
		display: none;
		transition-timing-function: ease;

	}

	.dsk-cn-22 {
		transition-timing-function: ease;
		display: block !important;
	}

	.dsk-cn-22 img {
		padding: 15px;
	}
}

.dsk-cn-2 {
	transition-timing-function: ease;

}

.dsk-cn-22 {
	transition-timing-function: ease;
}

.corner-btn-1 {
	border-radius: 0px 30px;
	background: #00AEEF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	color: #fff;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px 13px 25px;
}

.corner-btn-2 {
	border-radius: 0px 30px;
	background: #52667C;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	color: #fff;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px 13px 25px;
	border-color:transparent;
}
.bestsellerBlock .corner-btn-2{
	background: #00AEEF;
}
.dsk-li {
	display: flex;
	padding: 0px 15px 6px 15px;
}

.dsk-li img {
	width: 24px;
	height: 24px;
}

.dsk-li h6 {
	color: #52667C;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-right: 5px;
}

.bl-txt-d {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 14.5px;
	text-align: right;
	padding: 0px 15px;
}
.bl-txt-d span {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18.5px;
	text-align: right;
}
.bl-txt {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 40.5px;
	text-align: right;
	padding: 0px 15px;
}

.bl-txt span {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40.5px;
	text-align: right;
}

.dsk-description h5 {
	color: #52667C;
	text-align: right;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 0px 15px;
}

.dsk-description p {
	color: #52667C;
	text-align: right;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	padding: 0px 15px;
}

.dsk-description {
	padding-bottom: 25px;
}

.triangle-img {
	width: auto;
	text-align: center;
	margin: auto;
}

.triangle-img img {
	width: 65px;
	margin-top: -75px;
}


/* component slider */
.component-container {
	overflow: hidden;
	/* width: 1300px; */
	margin: auto;
	/* margin: 0px 260px 0px 260px; */
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

.comp-main-bx .slick-list.draggable {
	left: 0% !important;
	width: 100%;
	max-width: 1300px;
	/* direction: ltr !important; */
	overflow: hidden;
}

.slick-prev.slick-arrow {
	/* position: absolute; */
	left: 10%;
	/* margin-top: 150px; */
	font-size: 0px;
	background: #fff;
	border-radius: 50px;
	padding: 10px;
	border: 0px;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	width: fit-content;
	height: fit-content;
}

.slick-prev.slick-arrow::before {
	content: url('images/arrow-left1.png');
	width: 32px;
}

.slick-next.slick-arrow::before {
	content: url('images/arrow-right1.png');
	width: 32px;
}

.slick-dots {
	display: none !important;
}

.slick-next.slick-arrow {
	/* position: absolute; */
	/* right: 10%; */
	/* margin-top: -200px; */
	font-size: 0px;
	background: #fff;
	border-radius: 50px;
	padding: 10px;
	border: 0px;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	height: fit-content;
	width: fit-content;

}

.component-container .slick-slide {
	display: flex;
	margin: 30px 10px 30px 10px;
}
.component-container .slick-slide > div {
	display: flex;
}

.comp-bx {
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	/* margin: 30px 10px 30px 10px; */
	padding: 15px;
	text-align: center;
}

.comp-bx h6 {
	color: #000;
	text-align: right;
	font-family: Assistant;
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
}

.comp-bx p {
	color: #000;
	text-align: right;
	font-family: Assistant;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
}

.rs-sec-2 .rs-container h1 {
	color: #000;
	text-align: center;
	font-family: Assistant;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	margin-top: 100px;
	margin-bottom: 30px;
}

.rs-sec-2 .rs-container {
	padding-bottom: 150px;
}


/* thank-you page */

.thank-you-page {
	background: #000;
	margin-bottom: -50px;
}

.thnx-sec-1 .container {
	width: 1200px !important;
	margin: 0 auto !important;
}

.grid-box {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	margin-top: 40px;
}

.thnx-arw {
	padding: 8px 15px 0px 15px;
	background: #00AEEF;
	border-radius: 35px;
	width: 190px;
	margin: 0px -22px 0px -22px;
	z-index: 10;
	text-align: center;
	height: 45px;
	margin-top: 120px;
}

.side-arrw {
	width: 30px;
	height: 30px;
}
.downn-arrw{
	display: none;
}

.grid-1 {
	border: 1px solid #fff;
	/* height: 200px; */
	border-radius: 20px;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 0px 35px;
}

.grid-1 h1 {
	color: rgba(255, 255, 255, 0.20);
	font-size: 82px;
	font-family: Assistant;
	font-weight: 200;
	word-wrap: break-word;
}

.grid-1 h3 {
	color: white;
	font-size: 32px;
	font-family: Assistant;
	font-weight: 400;
	word-wrap: break-word;
	margin-top: -30px;
}

.grid-1 p {
	color: white;
	font-size: 17px;
	font-family: Assistant;
	font-weight: 400;
	word-wrap: break-word;
}


.left-crcl {
	position: absolute;
	top: 113px;
	left: -1px;
	height: 57px;
	width: 30px;
	border-radius: 0px 60px 60px 0;
	background-color: #000;
	border: 1px solid #fff;
	border-left: 0px;
}

.right-crcl {
	position: absolute;
	top: 113px;
	right: -1px;
	height: 57px;
	width: 30px;
	border-radius: 60px 0px 0px 60px;
	background-color: #000;
	border: 1px solid #fff;
	border-right: 0px;
}

.grid-box-2 {
	padding: 20px;
	border-radius: 40px;
	border: 1px solid #fff;
}

.tnx-txt {
	color: #FFF;
	font-family: Assistant;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.tnx-txt span {
	color: #00AEEF;
	text-align: center;
	font-family: Assistant;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tnx-txt-2 {
	color: #FFF;
	text-align: center;
	font-family: Assistant;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}

.grid-box-2 .col-8 img {
	width: 100%;
}

.top-btn-1 {
	display: none;
}

.top-btn {
	border-radius: 40px;
	background: #52667C;
	padding: 20px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-family: Assistant;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.gb-2-tx-1 {
	color: #FFF;
	text-align: right;
	font-family: Assistant;
	font-size: 44px;
	font-weight: 400;
	line-height: 38px;
}

.gb-2-tx-2 {
	color: #00AEEF;
	font-family: Assistant;
	font-size: 44px;
	font-weight: 700;
	line-height: 38px;
}

.gb-2-p-1 {
	color: #FFF;
	text-align: right;
	font-family: Assistant;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mob-txt {
	display: none;
}

.gb-2-p-2 {
	color: #FFF;
	text-align: right;
	font-family: Assistant;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.tnkx-form input[type="text"],.wpcf7-form input[type="text"]  {
	border-radius: 7px;
	background: rgba(217, 217, 217, 0.24);
	width: 100%;
	border: 0px;
	padding: 15px;
	color: #fff;
	margin-bottom: 15px;
	direction: rtl;
}
.tnkx-form input[type="tel"],.wpcf7-form input[type="tel"] {
	border-radius: 7px;
	background: rgba(217, 217, 217, 0.24);
	width: 100%;
	border: 0px;
	border: 0px;
	padding: 15px;
	color: #fff;
	margin-bottom: 15px;
	direction: rtl;
}
.tnkx-form input[type="text"]:focus-visible,.wpcf7-form input[type="text"]:focus-visible {
	border: 0px;
	outline: 0px;
}
.tnkx-form input[type="tel"]:focus-visible,.wpcf7-form input[type="tel"]:focus-visible {
	border: 0px;
	outline: 0px;
}

.tnkx-form .submit-arrow,.wpcf7-form .wpcf7-submit{
	background: #00AEEF;
	width: 100%;
	border: 0px;
	color: #fff;
	padding: 15px;
	border-radius: 50px;
	color: #FFF;
	text-align: center;
	font-family: Assistant;
	font-size: 19.474px;
	font-weight: 400;
}
.wpcf7-form p {
	margin:0;
}
.page-template-thank-you .wpcf7-response-output {
	display:none;
}

.tnkx-form {
	position: relative;
}
.submit-img {
	position: absolute;
	margin-right: 15px;
	bottom: 15px;
}
.grid-main-bx {
	display: flex;
	flex-direction: column;
}
.grid-box-2 .col-4 {
	width: 35%;
}
.grid-box-2 .col-8 {
	width: 65%;
}
.grid-box-2 .row{
	display: flex;
	flex-direction: row;
}

.thank-you-page .cus-ftr img {
	padding-bottom: 100px;
	padding-top: 50px;
}



.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.loader_round {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	top: 0;
    left: 0;
}
#algo_res,#algo_ing {
	position:relative;
}

.page-template-thank-you {
	background: #000;
}

.grid-box > div:nth-child(8) {
	display:none;
}

.grid-box > div:nth-child(7) .left-crcl {
	display:none;
}
.page-template-thank-you .ft-menu,.page-template-thank-you .ft-menu-social {
	display:none;
}
.sec-3 .sec-3-b-txt {
	margin-bottom:0;
}
.sec-3-txt-1,.sec-3-txt-2 {
	line-height:1;
}
.toggleWrap.activePar {
	max-height:unset;
	display:block;
}
.toggleWrap:after{
	content:"";
	width:100%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
	height:60px;
	display:block;
	position: absolute;
    bottom: 0;
    left: 0;
}
.toggleWrap.activePar:after{
	display:none;
}
.control-btn.active {
	opacity:1;
}
.control-btn{
	opacity:0.7;
}
#paragraph-container .cus-btn {
	top:20px;
}
.sec-6 h1{
	margin-bottom:10px;
}
.sec-6 .play-button-new:after {
	color: white;
}

.bl-bx-2 {
	text-align:right;
	margin-bottom:15px;
}

.bestsellerBlock .pricingBtn {
	background: #00AEEF;
} 
.page-id-215 #masthead,.page-id-215 #secondary,.page-id-215  .entry-title  {
	display:none;
}
.sec-2 {
	overflow:hidden;
}
/* #menu-top-header-menu {
	display: flex;
    list-style: none;
    margin: 0;
}
#menu-top-header-menu li  {
	margin-left: 40px;
}
#menu-top-header-menu li a{
	font-family: Assistant;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: right;
	color: #52667C;
	text-decoration:none;
} */
#images-container .popup-vimeo:after {
    content: "";
    position: absolute;
    background: center no-repeat url(https://smart-one.co.il/wp-content/uploads/2024/02/Media-Play-44.png) rgba(0,0,0,0.7);
    display: block;
    z-index: 10;
    display: block;
    top: calc(45% - 27px);
    left: calc(50% - 27px);
    width: 56px;
    height: 32px;
    background-size: 20px;
    border-radius: 5px;
}
#manWoman > div {
	border-radius: 30px; 
	overflow: hidden; box-shadow: 0px 20px 30px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 20px 30px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 30px -1px rgba(0,0,0,0.2);
	background-size: cover;
	position:relative;
	display:none;
}
#manWoman .activemanWoman {
	display:block;
}
#manWoman .about_user h3 {
	font-family: Assistant;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: right;
	color:white;

}
#manWoman .about_user hr {
	order: unset;
    background: white;
}
#manWoman .about_user p {
	font-family: Assistant;
	font-size: 26px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: right;
	color:white;
}
#manWoman .about_user  {
	padding:36px;
	position:absolute;
	bottom:0; 
	left:0;
	
}
#manWoman .user_problem  {
	position:absolute;
	top:36px; 
	right:36px;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 400;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
	background: #FFFFFFE5;
	padding: 0 37px;
	border-radius:30px; 
}
.switchermanWoman {
    background: #FFFFFFE5;
    width: 130px;
    border-radius: 30px;
    position: absolute;
    top: 3.7%;
    left: 6%;
    height: 60px;
    z-index: 9;
	cursor: pointer;
}
.switchermanWoman span {
    width: 38px;
    height: 38px;
    background: #00AEEF;
    border-radius: 38px;
    display: block;
    position: relative;
    transition: all ease 0.5s;
    top: 10px;
    right: 10px;
}
.switchermanWoman.activeSwitcher span{
	transition: all ease 0.5s;
    top: 10px;
	right: 80px;
	background-color:#FFFFFFE5;
}
.switchermanWoman.activeSwitcher {
	background-color:#00AEEF;
}
.sec-5 {
	padding-bottom:100px !important;
}
/* .page-template-results #menu-top-header-menu {
	display:none; 
} */
#phoneForm > #phone{
	font-size: 24px;
    line-height: 30px;
    border: 1px solid black;
}
#phoneForm > #phoneSub{
	background: #00AEEF;
    color: white;
    border: none;
    font-size: 19px;
    line-height: 0;
    height: 38px;
    padding-bottom: 15px;
    vertical-align: top;
}

.play-button-new {
    position: absolute;
    top: auto;
    left: 35px;
    bottom: 35px;
    transform: none;
    width: 70px;
    height: 70px;
    background-color: var(--clr-primary-400);
    border-radius: 50%;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2026/03/play-icon-2.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border: none;
}

.play-button-new:after {
    content: "PLAY";
    position: absolute;
    left: 110%;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.play-button-new.is-playing {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect x="60" y="55" width="20" height="90" style="fill:white;"/><rect x="110" y="55" width="20" height="90" style="fill:white;"/></svg>');
	animation: none;
	width: 50px;
    height: 50px;
}

.play-button-new.is-playing:after {
	display: none;
	
}

/* Pulsing animation */
@keyframes pulse-animation {
    0% {
        transform: scale(1);

    }
    50% {
        transform: scale(1.1);

    }
    100% {
        transform: scale(1);

    }
}

.play-button,
.play-button-new,
.testimonial-play-button {
    animation: pulse-animation 2s infinite;
}

.play-button:hover,
.play-button-new:hover,
.testimonial-play-button:hover,
.play-button:focus,
.play-button-new:focus,
.testimonial-play-button:focus {
	background-color: var(--clr-accent-400);
}

#progressBar {
	width: 80%;
    height: 40px;
    background: black;
    margin: 20px auto;
    border-radius: 10px;
    position: relative;
	overflow: hidden;
}
#pt0 {
	color: rgba(0, 0, 0, 0);
}
#progressBar span {
	position: absolute;
    width: 0%;
    height: 40px;
    background: #00AEEF;
    top: 0;
    right: 0;
	transition: all ease 6s; 
}
#progressTitles {
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	width: 100%;
    height: 50px;
}
#progressTitles li{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
	position: absolute;
    background: white;
}
.page-template-your-results .site-header {
	display:none; 
}
.page-template-your-results .rs-container-1 a {
	margin: auto;
    display: table;
	margin:50px auto;
}
#whatsappIcon {
    position: fixed;
    width: 50px;
    bottom: 15px;
    right: 15px;
	z-index: 99;
}
.page-id-215 #whatsappIcon {
	display:none;
}
.ingridients .in-box div {
	width:100%;
	font-weight: 500;
    line-height: 1.2;
	font-size: 1rem;
	margin-bottom: .5rem;
}
.ingridients .in-box {
	flex-wrap:wrap;
	
}

/* HOMEPAGE */
.hero-content {
    background: #FFFFFF99;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 48px 32px;
    max-width: 667px;
    color: var(--clr-primary-400)

}

.hero-content h1 {
    margin-block: 0 1rem;
}

.hero-content .sec-1-pr-1 {
    margin-top: 0;
}


#reviews_home {
	position:relative;
	overflow:hidden;
	padding:0;
}
#reviews_home .swiper-slide {
	padding: 0;
}
#sec-10 .row {
	margin: 0 ;
}
#sec-10 .container {
	padding:0;
}
.swiper-button-next:before,.swiper-button-next:after,.swiper-button-prev:before,.swiper-button-prev:after {
	display:none;
}
#reviews_home .swiper-button-prev, #reviews_home .swiper-button-next {
	width:60px;
	height:60px;
}
#sec-10 {
	margin:70px 0;
}
#sec-10 #reviews_home .swiper-button-prev {
	left: auto;
	right:20px; 
	top:35%;
}
#sec-10  #reviews_home .swiper-button-next {
	left: 20px;
	right:auto;  
	top:35%;
}
.hr_img img {
	padding:5px;
}
.hr_desc {
	padding: 0 5%;
}
.hr_desc > span {
	background: #00AEEF33;
	font-size: 18px;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
	padding: 0 37px;
	border-radius: 30px;
	display: inline-block;
}
.hr_desc > h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
	color: #52667C;
}
.hr_desc > div {
	font-size: 26px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
}

#banner-sec {
	background: #13171C;
	padding: 115px 0 ; 
	position: relative;
    top: -10px;
}
#banner-sec .row {
	text-align:center;
	max-width:700px;
	margin:auto;
} 
#banner-sec h3{
	font-size: 56px;
	font-weight: 700;
	line-height: 57px;
	text-align: center;
	color:white;
}
#banner-sec .banner-sec-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	color:white;
	margin: 15px 0 45px 0;
}
#banner-sec .rs-btn {
	width: auto;
    padding: 0 40px;
    line-height: 60px;
	background: #00AEEF;
	font-size:22px;
	font-weight:700;
}
#banner-sec .rs-btn img {
	position: relative;
    top: 16px;
    right: 5px;	
	height: 30px;
    width: 30px;
}
.q-sec .row {
	max-width: 1500px;
	padding: 0 10%;
	background: #00AEEF33;
	width: 90%;
	margin: 90px auto;
	min-height:550px;
	align-items: center;
	flex-wrap:wrap;
	border-radius: 50px;
	position:relative;
}
.q-sec .row  > img {
	position: absolute;
    width: 36%;
    bottom: 0;
    left: 5%;	
}
.q-sec .q-wrap {
	max-width:62%;
	text-align: right;
}
.q-sec  .rs-btn {
	padding: 0 40px;
	margin: auto;
	font-size:26px;
	font-weight:700; 
}
.q-sec .q-wrap h3 {
	font-size: 65.63px;
	font-weight: 700;
	line-height: 66.8px;
	text-align: right;
}
.q-sec .banner-sec-title {
	font-size: 28.13px;
	font-weight: 600;
	line-height: 33.99px;
	text-align: right;
	margin: 20px 0;
}
.q-sec  .rs-btn {
	padding: 0 40px;
    margin: unset;
    width: unset;
    display: inline-block;
    line-height: 70px;
}
#popupResults {
	position:fixed;
	width:100%;
	max-width: 580px;
	top:20%;
	left: 0;
	right: 0; 
	margin: auto;
	background:white;
	border-radius:40px; 
	text-align:center;
	-webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.75);
	padding: 140px 56px 45px 56px; 
	display:none;
}
#popupResults > img {
	position: absolute;
    left: calc(50% - 88px);
    top: -88px;
}
#popupResults .popupResultsTitle{
	font-size: 56px;
	font-weight: 700;
	line-height: 54.8px;
	text-align: center;
}
#popupResults .popupResultsDesc {

	font-size: 28.13px;
	font-weight: 600;
	line-height: 33.99px;
	text-align: center;
	margin: 15px 0 25px 0;
}
#popupResults .rs-btn {
	padding: 0 40px;
    margin: unset;
    width: unset;
    display: inline-block;
    line-height: 70px;
	font-size: 26px;
    font-weight: 700;
}
#popupResults .rs-btn img {
	margin-right:15px;
}
#popupResults span {
	display:block;
	margin-top:45px;
	font-size: 20.13px;
	font-weight: 600;
	line-height: 33.99px;
	text-align: center;
	cursor: pointer;
	color: #00000066;

}
.bannerWrap {
    max-width: 98% !important;
    margin: auto;
    background: no-repeat center;
    border-radius: 50px;
    min-height: 500px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	padding: 0 10% !important;
}
.bannerWrap h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	text-align: right;
	color:white;
}
.bannerWrap h1 span {
	font-weight: 400;
}
.bannerWrap > div {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.04px;
	text-align: right;
	color:white;
}
.pricing_sections {
	margin-top:115px;
}
.pricing_sections .content-col {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding:0 6%; 
}
.pricing_sections .content-col .pricing_subtitle {
	font-size: 20px;
    font-weight: 400;
    line-height: 26.16px;
    text-align: right;
    color: #00AEEF;
}
.pricing_sections .content-col .pricing_title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	color: #52667C;
}
.pricing_sections .content-col .pricing_subdesc {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	text-align: right;
	color: #52667C;
	margin: 25px 0;
}
.pricing_sections .content-col .pricing_desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: right;
	color: #52667C; 
}
.pricing_sections .content-col .pricing_icons {
	padding:0;
	margin:0;
	list-style:none;
}
.pricing_sections .content-col .pricing_icons li {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: right;
	margin-bottom:15px;
	color: #52667C;
}
.pricing_sections .content-col .pricing_icons li img {
	padding-left: 8px;
}
.pricing_sections .content-col .cus-btn {
	padding: 0 40px;
    margin: unset;
    width: fit-content;
    display: inline-block;
    line-height: 70px;
}
.page-template-pricing .rs-sec-4 {
	margin-top:150px;
}
.pricing_sections  .imgwrap img {
	padding:30px;
}
.contentWrap {
	text-align:center; 
	margin: 80px auto !important;
	max-width:860px!important; 
}
.contentWrap h2 {
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2;
	color: #52667C;
	margin-bottom:30px;
}
.contentWrap > div  {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	color: #52667C;
}
.contentGallery {
	margin: auto;
	max-width:1180px !important;
	margin-top:40px;
}
.contentGallery ul {
	display:flex;
	list-style:none;
	padding:0;
	margin:0;
}
.contentGallery ul  li {
	margin:10px; 
}
.page-template-ishurim #sec-3 {
	max-width:1180px;
	margin:auto;
}
.page-template-ishurim #sec-3 .row {
	max-width:1180px;
}
.page-template-ishurim .sec-3 .col {
	padding: 0 0 40px 0;
}

@media only screen and (max-width: 1560px) {
	#controls-container {
		margin-left: 0px;
	}

}

@media only screen and (max-width: 1560px) and (max-width: 768px) {

	#popupResults {
		zoom:0.7;
	}
	
}

@media only screen and (max-width: 768px) {

    /* home banner */
	
	#phoneForm > #phone{
		width:100%;
	}
	#phoneForm > #phoneSub{
		width:100%;
		margin-top:15px;
	}
	#progressTitles li{
		font-size: 0.9rem;
	}
	
	.ingridients .in-box div {
		text-align:right;
	}

	.sec-1, .sec-3, .sec-4, .sec-5, .sec-6, .sec-7 {
		padding-inline: 16px;
	}

    .sec-1 .col,
    .sec-3 .col,
    .sec-4 .col,
    .sec-5 .col,
    .sec-6 .col,
    .sec-7 .col {
        flex: none;
		
    }

	.sec-3, .sec-4, .sec-5 {
		padding: 0px 16px!important;
	}

    .sec-3 .content-col,
	.sec-4 .content-col,
	.sec-5 .content-col {
        margin-top: 15px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sec-1 .container {
        padding: 12px 12px 20px 12px !important;
        text-align: center !important;
    }

	.hero-content {
		padding: 22px;
		border-radius: 34px;
	}

    .sec-1-txt-1 {
        font-size: 32px;
    }

    .sec-1-txt-2 {
        font-size: 32px!important;
    }

    .sec-1-pr-1 {
        margin-top: 10px;
    }

    .sec-3-txt-1 {
        font-size: 38px;
		margin-top: 12px;
    }

    .sec-3-txt-2 {
        font-size: 40px;
    }

    .sec-3-pr-2 {
        width: 100%;
    }

    .sec-4 .container .row {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .sec-3 .row .col {
		padding: 0px;
    }

    .sec-4 .row .col {
        padding: 0px;
    }

	.sec-5 .row .col {
		padding: 10px;
	}

	.sec-5-img-wrapper {
		position: relative;
	}

	.sec-5-img-content {
		font-size: 13px;
		line-height: 1.3;
		padding: 1rem;
        border-radius: 24px;
		top: auto;
        bottom: 12px;
        right: 12px;
	}

	.sec-5-img-content b {
		font-size: 15px;
	}

	.sec-5-img-content-pill {
		font-size: 15px;
	}

    .sec-3 .container {
        padding: 0px;
    }

    .sec-4 .container {
        padding: 0px;
    }

    .sec-5 .container {
        padding: 0px;
    }

    .sec-5 {
        margin: 30px 0px 0px 0px;
		padding-bottom: 0px !important;
    }

	.sec-5 .content-col {
		margin-block: 1rem!important;
	}

    .sec-6-head {
        font-size: 40px;
        margin-bottom: 0px;
		line-height:1;
    }

	#images-container {
		width: 80%;
		aspect-ratio: 4.3 / 7.5;
	}

	.video-wrapper {
		aspect-ratio: 9 / 16;	
	}


    .sec-7-pr-1 {
        width: 100%;
    }

    .sec-7 {
        padding: 20px;
    }

	.safe-product .img-box {
		margin-top: 0;
		flex: 1 0 40%;
		order: 1;
		margin-right: -80px;
		margin-left: -1rem;
	}

	.safe-product > .right-box {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		padding-inline: 1rem;
        text-align: center;
		flex: 1 0 100%;
	}

	.safe-product > .right-box h2 {
		font-size: 28px;
		text-align: center;
		color: #21212AB2;
	}

	.safe-product-container.container {
		padding: 2.5rem 1rem 0;
	}

	.safe-product > .left-box {
		font-size: 14px;
		padding-left: 20px;
	}

    .sec-9 {
        padding: 50px 20px 50px 20px;
    }

    .sec-9 .container .row {
        display: block;
    }

    .sec-9-txt-1 {
        font-size: 40px;
	}

    .sec-9-txt-2 {
        /* font-size: 40px; */
		/* line-height: 40px; */
		font-size: 35px;
    }

    .cus-btn-1 {
        display: block !important;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 65px !important;
    }

    .cus-btn-2 {
        display: none;
    }

    .sec-7-txt-1 {
        font-size: 40px;
		margin-bottom: .5em;
    }

	

    .sec-8-txt {
        font-size: 40px;
        padding: 0px;
		margin-bottom: .5em;
    }

    .sec-8:before {
        content: "";
        position: absolute;
        top: 0;
        width: 80px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
        z-index: 10;
    }

    .sec-8:after {
        content: "";
        position: absolute;
        top: 0;
        width: 80px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    }

	.tslider-arrows {
		display: none!important;
	}
	.sec-8-header {
		padding-inline: 1rem;
		justify-content: center;;
	}

	.custom-image-slider-wrapper .slick-slide {
		margin: 0 8px;
	}

	.ts-img-box {
		padding-bottom: 40px;
	}

	.testimonial-content {
		padding: 1rem .5rem;
	}

	.testimonial-video-excerpt {
		font-size: 12px;
		line-height: 1.2;
	}

    .sec-4 .content-col .cus-btn {
        margin: 32px 0 0 0 !important;
    }

    .slick-list.draggable {
        left: unset;
    }


    .minutes-txt {
        text-align: center !important;
        line-height: 42px !important;
        font-size: 35px !important;
        margin-bottom: 0px !important;
        margin-right: 15px;
    }

    .last-sec-col-1 {
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }

    .custom-image-slider {
        left: unset;
    }

    .a-section-marquee-box {
        margin-bottom: 50px;
    }


    /* result page slider */
   /*  .comp-bx.slick-slide.slick-current.slick-active {
        width: 7% !important;
    }

    .comp-main-bx .slick-track {
        position: relative;
        left: 9%;
    } */

	.play-button-new {
		width: 40px;
		height: 40px;
		left: 1rem;
		bottom: 1rem;
		background-size: 14px;
	}

    /* middle banner */

    .bt-img-con {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
		top: 30px;
		position: relative;
    }

    #controls-container {
        height: 100%;
        width: 100%;
        padding-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .container1 {
        padding: 0px;
    }

    .container1 .container {
        flex-direction: column;
        padding: 0px;
    }

    .control-btn p {
		line-height: 1;
		font-size: 15px;
		margin: 0px 0px 5px 0px;
    }

    .bt-con {
        width: 100%;
    }

    .ctr-btn {
        padding: 0;
    }

    .control {
        /* height: 130px; */
    }

    .prag {

        top: 50px;
        width: 100%;
    }

    .prag h1 {
        font-size: 33px;
        text-align: center;
    }

    .prag p {
        text-align: center;
        font-size: 18px;
    }

    .cus-btn {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .image img {
        width: 100% !important;
        height: 100% !important;
		object-fit: contain;
    }

    /* results page */
    .rs-sec-1 {
        padding: 0px 15px 50px 15px;
    }

    .container.rs-container-1 h1 {
        font-size: 40px;
		line-height:1;
    }
	.container.rs-container-1 h1 b {
		display:block;
	}

    .container.rs-container-1 {
        padding: 0px;
    }

    .container.rs-container-1 h4 {
        font-size: 20px;
    }

    .container.rs-container-1 h4 span {
        font-size: 20px;
    }

    .container.rs-container-1 p {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }

    .rs-container-2 {
        width: 100%;
    }

    .col.coll-2 video {
        width: 100% !important;
        height: 100%;
        margin-top: 20px;
        border-radius: 15px;
    }

    .rs-container-2 .col {
        margin-right: 0px;
    }

    .col.coll-1 {
        border-radius: 00px;
        margin-left: 0px;
        padding: 20px;
        margin-right: 0px;
    }

    .rc-2-tx-1 {
        font-size: 24px;
    }

    .rc-2-tx-2 {
        font-size: 16px;
    }

    .rc-2-tx-3 {
        font-size: 16px;
    }

    .rc-2-box {
        border-top: 6px solid #000;
    }

    .rc-2-box-2 {
        border-top: 6px solid #000;
        border-bottom: 6px solid #000;
    }

    .rc-2-box-lst {
        flex-direction: column-reverse;
    }

    .rs-container-2 .container.row {
        display: flex;
        flex-direction: column;
        padding: 0px 30px;
    }

    .bl-bx-1 {
        width: 100%;
    }

    .rs-sec-4 {
        padding: 100px 15px 100px 15px;
    }

    .rs-sec-4 .row {
        width: 100%;
    }

    .rs-sec-3 .rs-container p {
        width: 100%;
    }

    .component-container {
        margin: 0px;
        flex-direction: column !important;
    }

    .devider {
        width: 100%;
    }

    .rs-sec-4 .row {
        display: flex;
    }
	
	.rs-sec-4 h2 {
		padding: 0 0 30px 0;
	}

    .dsk-cn-2 {
        display: none;
    }

    .dsk-cn-22 {
        display: block;
    }

    .dsk-cn-1 {
        display: none;
    }

    .dsk-cn-11 {
        display: block;
    }

    .cus-coll-1 {
        width: 100%;
        margin-top: 20px;
    }

    .cus-coll-2 {
        width: 100%;
    }

    .triangle-img img {
        width: 40px;
        margin-top: -40px;
    }

    .slick-dots {
        display: flex !important;
        list-style: none;
        margin: auto;
        width: fit-content;
        padding: 0px;
    }

    .slick-next.slick-arrow {
        display: none !important;
    }

    .slick-prev.slick-arrow {
        display: none !important;
    }

    .dsk-cn-22 img {
        padding: 15px;
    }

    .dsk-cn-11 img {
        padding: 15px;
    }

    .rs-sec-2 .rs-container h1 {
        display: none;
    }

    /* .comp-main-bx .slick-list.draggable {
        left: 0px !important;
        width: 100%;
    } */

	.component-container .slick-list {
		padding: 0 40px;
	}

    .slick-dots button {
        font-size: 0px;
        padding: 3px;
        margin: 0px 5px;
        border-radius: 50px;
        background: #D9D9D9;
    }

    .slick-dots .slick-active button {
        border-radius: 50px;
        background: #00AEEF;
        padding: 5px;

    }

    .rs-sec-3 .rs-container h1 {
        font-size: 32px;
        line-height: 33px;
    }

    .comp-bx {
        width: 300px;
    }

    /* thankyou page */

    .grid-box {
        width: 100%;
        margin: auto;
        padding: 0px;
        display: block;
        margin-top: 20px;
    }
	


    .left-crcl {
        position: absolute;
        top: auto;
        left: 43%;
        height: 29px;
        width: 56px;
        border-radius: 60px 60px 0px 0px;
        background-color: #000;
        border: 1px solid #fff;
        bottom: -1px;
        border-bottom: 0px;
        z-index: 0;
    }

    .thnx-arw {
        padding: 10px 2px;
        background: #00AEEF;
        border-radius: 35px;
        width: fit-content;
        margin: 0 auto;
        z-index: 10;
        height: fit-content;
        margin-left: 45%;
        text-align: initial;
        margin-top: -22px;
        margin-bottom: -22px;
        position: relative;
    }

    .right-crcl {
        position: absolute;
        top: -1px;
        left: 43% !important;
        right: inherit;
        height: 29px;
        width: 56px;
        border-radius: 0px 0px 60px 60px;
        background-color: #000;
        border: 1px solid #fff;
        border-top: 0px;
        z-index: 0;
    }

    .tnx-txt {
        font-size: 32px;
        white-space: nowrap;
    }

    .tnx-txt span {
        font-size: 32px;
        white-space: nowrap;
    }

    .tnx-txt-2 {
        font-size: 20px;
    }

    .grid-main-bx {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    .grid-box-2 .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .top-btn-1 {
        display: block;
    }

    .top-btn {
        display: none;
    }

    .top-btn-1 {
        border-radius: 40px;
        background: #52667C;
        padding: 10px 20px;
        width: 100%;
        color: #FFF;
        text-align: center;
        font-family: Assistant;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: -50px;
        margin-bottom: -20px;
        z-index: 10;
        position: relative;
    }

    .grid-box-2 .col-8 img {
        width: 100%;
        border-radius: 20px;
    }

    .mob-txt {
        display: block;
        color: #fff;
        font-family: Assistant;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
        margin-top: 10px;
    }

    .mob-txt span {
        color: #00AEEF;
    }

    .gb-2-tx-1 {
        display: none;
    }

    .gb-2-tx-2 {
        display: none;
    }
	
	.page-template-thank-you .gb-2-tx-2 {
        display: block;
    }

    .gb-2-p-1 {
        text-align: center;
        font-size: 16px;
    }

    .gb-2-p-2 {
        display: none;
    }

    .submit-img {
        position: absolute;
        bottom: 16px;
        left: 25px;
        top: unset;
    }

    .tnkx-form .submit-arrow {

        padding: 15px 15px 15px 50px;
        white-space: inherit;
    }

    .grid-1 {
        padding: 30px 20px;
    }

    .grid-box-2 {
        border-radius: 21px;
    }

    .inr-grd {
        display: flex;
        align-items: center;
    }

    .grid-1 h3 {
        margin-top: 0px;
        margin-right: 10px;
    }

    .grid-1 h1 {
        font-size: 32px;
    }

    .grid-1 p {
        text-align: right;
    }

    .grid-box-2 .col-4 {
        width: 100%;
    }

    .grid-box-2 .col-8 {
        width: 100%;
    }

    .side-arrw {
        display: none;
    }

    .down-arrow {
        display: block;
		margin-top: 32px;
    }
	#algo_res {
		min-height: 200px;
		text-align:center;
		margin-bottom: 30px;
	} 
	.home-page .sec-1 .cus-btn {
		top:0; 
	}
	.home-page .sec-1 .sec-1-txt-1 {
		line-height: 1;
		font-size: 32px!important;
		margin-bottom: 8px;
	}

	.sec-6 .container {
		max-width: 100%!important;
		padding-inline: 0;
	}

	.sec-6 .row {
		flex-direction: column-reverse;
		gap: 1rem;
	}

	.sec-6 .col {
		padding-inline: 0;
		gap: 1rem;
		flex-wrap: nowrap;
		
	}
	.sec-6-head b {
		display: inline;
	}

	.sec-6 .cus-btn {
		margin-top: 2rem;
		width: 100%;
	}

	.ctr-content h3 {
		font-size: 20px;
	}
	.sec-1-pr-1 {
		max-width: 80%;
		margin: 15px auto;
		line-height: 1.2;
		font-size: 14px;
	}
	.row {
		margin:0 !important; 
	}
	.sec-3 .content-col, .sec-4 .content-col, .sec-5 .content-col {
		    margin: 35px 0 !important;
	}
	.sec-6 {
		padding: 32px 20px 50px;
	}
	.sec-7 {
		padding: 40px 20px !important;
	}
	#pricing .col  {
		margin-top:50px;
	}
	.swiper--top .swiper-slide {
		color: #000;
		font-family: Assistant;
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 1.16px;
		padding:0;
		zoom: 1.3;
	}
	.rs-sec-1 {
		padding-top:100px;
	}
	
	#manWoman .about_user h3 {
		font-family: Assistant;
		font-size: 24px;
		font-weight: 700;
		line-height: 31px;
		letter-spacing: 0em;
		text-align: right;
		color:white;

	}
	#manWoman .about_user hr {
		order: unset;
		background: white;
	}
	#manWoman .about_user p {
		font-family: Assistant;
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: right;
		color:white;
	}
	#manWoman .about_user  {
		padding:16px;
		position:absolute;
		bottom:0; 
		left:0;
		
	}
	#manWoman .user_problem  {
		position:absolute;
		top:19px; 
		right:19px;
		font-family: Assistant;
		font-size: 13px;
		font-weight: 400;
		line-height: 30px;
		letter-spacing: 0em;
		text-align: center;
		background: #FFFFFFE5;
		padding: 0 19px;
		border-radius:30px; 
	}
	.switchermanWoman {
		background: #FFFFFFE5;
		width: 66px;
		border-radius: 30px;
		position: absolute;
		top: 7%;
		left: 6%;
		height: 30px;
		z-index: 9;
		cursor: pointer;
	}
	.switchermanWoman span {
		width: 19px;
		height: 19px;
		background: #00AEEF;
		border-radius: 38px;
		display: block;
		position: relative;
		transition: all ease 0.5s;
		top: 5px;
		right: 5px;
	}
	.switchermanWoman.activeSwitcher span{
		transition: all ease 0.5s;
		top: 5px;
		right: 41px;
	}
	#sec-10 {
		margin:20px;
		margin-bottom:70px;
	}
	#banner-sec h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 37px;
		text-align: center;
		color: white;
	}
	.results-page .q-sec .row {
		width:100%;
		margin: 30px 0 !important;
		padding: 30px 5%;
		align-items: unset;
		min-height: 750px;
	}
	.q-sec .q-wrap {
		width:100%;
		max-width: 100%;
		text-align:center;
	}
	.q-sec .q-wrap h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 37px;
		text-align: center;
	}
	.q-sec .banner-sec-title {
		font-size: 23px;
		font-weight: 600;
		line-height: 27px;
		text-align: center;
	}
	.q-sec .rs-btn {
		margin: auto;
		font-size: 23px;
	}
	.q-sec .row > img {
		position: absolute;
		width: 90%;
		bottom: 0;
		left: 5%;
	}
	#popupResults {
		width:90%;
		padding: 90px 30px 35px 30px;
	}
	#popupResults > img {
		max-width:120px;
		left: calc(50% - 60px);
		top: -60px;
	}
	
	#popupResults .popupResultsTitle {
		font-size: 40px;
		font-weight: 700;
		line-height: 34.8px;
		text-align: center;
	}
	#popupResults .popupResultsDesc {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		text-align: center;

	}
	.bannerWrap {
		min-height: 230px;
		background-size: cover;
	}
	.bannerWrap h1 {
		font-size: 34px;
		line-height: 34px;
	}
	.bannerWrap > div {
		font-size: 20px;
		line-height: 24.04px;
	}
	.pricing_sections .row {
		display:block;
	}
	.pricing_sections {
		margin-top: 50px;
	}
	.pricing_sections .content-col .pricing_subtitle {
		font-size: 20px;
		font-weight: 400;
		line-height: 26.16px;
		text-align: right;
		color: #00AEEF;
	}
	.pricing_sections .content-col .pricing_title {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.2;
		text-align: right;
		color: #52667C;
	}
	.pricing_sections .content-col .pricing_subdesc {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		text-align: right;
		color: #52667C;
		margin: 25px 0;
	}
	.pricing_sections .content-col .pricing_desc {
		font-size: 18px;
		font-weight: 400;
		line-height: 27px;
		text-align: right;
		color: #52667C; 
	}
	.pricing_sections .content-col .pricing_icons {
		padding:0;
		margin:0;
		list-style:none;
	}
	.pricing_sections .content-col .pricing_icons li {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		text-align: right;
		margin-bottom:15px;
		color: #52667C;
	}
	.pricing_sections .imgwrap img {
		padding: 10px;
	}
	.contentGallery ul {
		flex-wrap:wrap;
	}
	.contentGallery ul  li {
		width:100%;
		margin: 20px 0;
	}
	.pricing_sections.section1 {
		margin-bottom:100px;
	} 

}

@media only screen and (max-width: 450px) {
    .thnx-arw {
        margin-left: 45%;
    }
}

@media only screen and (max-width: 392px) {

    .sec-7-bl-txt {
        font-size: 18px;
    }

    .sec-8::after {

        top: 145px;
        z-index: 0;
    }

    .sec-8-txt {
        font-size: 38px;
    }

    .minutess-txt {
        font-size: 23px;
    }

    .side-arrw {
        display: none;
    }

    .downn-arrw {
        display: block;
    }

    .thnx-arw {
        margin-left: 45% !important;
    }

}

@media only screen and (max-width: 339px) {

    .submit-img {
        bottom: 30px !important;
    }

}

