/*
Theme Name: Cyarb
Theme URI: http://themes.envytheme.com/cyarb/
Author: Envytheme
Author URI: http://envytheme.com
Description: Cyarb - Cyber Security Company WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cyarb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.popp {
	width: 500px;
}

.month-toggle>div {
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

.month-toggle .elementor-widget-text-editor {
	width: auto !important;
}

.toggle-selector {
	border-radius: 40px;
}

.toggle-selector>div {
	border-radius: 40px;
}

.toggle-selector::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 33px;
	transition: 0.4s;
}

.toggle-selector.active::before {
	left: 5px;
}

.toggle-selector.active>div {
	background-color: #000 !important;
}

.range-selector .slider {
	margin-top: 100px;
}

.range-selector .min-value,
.range-selector .max-value {
	float: left;
	width: 10%;
	color: #6c6d70;
	text-align: right;
	font-weight: bold;
	display: none;
}

.range-selector .max-value {
	text-align: left;
}

.range-selector .current-value {
	position: absolute;
	top: -47px;
	width: auto;
	height: auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	background-color: #00B4A8;
	padding: 3px 14px;
	border-radius: 15px;
	left: 0;
}

.range-selector .current-value::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00b4a8;
	bottom: -10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.range-selector .range {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0.9375rem;
}

.range-selector input[type=range] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 10px;
	padding: 0;
	border-radius: 4px;
	background: #6c6d70;
	box-sizing: content-box;
}

.range-selector input[type=range]:focus {
	outline: none;
}

.range-selector input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #00B4A8;
	border-radius: 25px;
	background: #00B4A8;
	cursor: grab;
}

.price-sec .price-box span,
.price-sec .price-box a {
	display: none;
}

.price-sec .price-box .s1 {
	display: inline;
}

.range-selector form {
	max-width: 396px;
	margin: auto;
}

.range-selector .current-value.step-0 {
	left: -45px;
}

.range-selector .current-value.step-1 {
	left: 16%;
}

.range-selector .current-value.step-2 {
	left: 45%;
}

.range-selector .current-value.step-3 {
	left: 77%;
}

.price-sec .info-tab p {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	justify-content: center;
	color: #fff;
}

.price-sec .info-tab p strong {
	color: #fff;
	padding: 8px 12px;
	border: 1px solid #fff;
	border-radius: 20px;
	position: relative;
	font-weight: 400;
	line-height: 17px;
}

.price-sec .price-box {
	font-size: 20px;
	color: #000;
	margin-top: 20px;
	text-align: center;
	font-family: "Jost", Sans-serif;
}

.price-sec .price-box span {
	font-size: 40px;
	color: #00B4A8;
	font-weight: 600;
}

.price-sec .price-box sup {
	top: -18px;
	margin-right: 6px;
}

.price-sec .time-txt p {
	color: inherit;
	font-family: inherit;
	line-height: inherit;
}

.price-sec .time-txt {
	padding: 0 60px;
}

.price-sec h3 {
	margin-top: 45px !important;
	margin-bottom: 20px;
}

.price-sec ul {
	margin: 0;
	padding: 0;
}

.price-sec ul li {
	list-style-type: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.price-sec ul li.cross {
	opacity: 0.3;
}

.price-sec ul li::before {
	content: "";
	position: absolute;
	background: url(https://preventyf.pro/wp-content/uploads/2025/05/check-icon-1.svg) no-repeat center center / contain;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
}

.price-sec ul li.cross::before {
	background-image: url(https://preventyf.pro/wp-content/uploads/2025/05/cross-icon-1.svg);
}

.price-sec ul {
	font-size: 16px;
	color: #000;
}

.price-sec .elementor-widget-button {
	margin: 15px 0 10px !important;
}

.price-sec .price-box a {
	color: #00B4A8;
}

.price-sec .price-box a:hover {
	color: #000;
}

.price-sec>div {
	justify-content: center;
}

.info-tab{
	background: #00b4a8;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px) !important;
    padding: 14px 5px;
    margin-top: 11px;
}

@media(max-width: 1024px) {
	.price-sec .time-txt {
		padding: 0 20px;
	}

	.price-sec>div {
		row-gap: 20px;
		justify-content: center !important;
	}

	.range-selector .slider {
		margin-top: 90px;
	}


}

@media(max-width: 600px) {
	.range-selector form {
		max-width: 335px;
	}

	.range-selector .current-value.step-0 {
		left: -41px;
	}

	.range-selector .current-value.step-1 {
		left: 10%;
	}

	.range-selector .current-value.step-2 {
		left: 38%;
	}

	.range-selector .current-value.step-3 {
		left: 69%;
	}

	.range-selector>div {
		max-width: 280px !important;
	}
	
	.price-sec .info-tab p{
		font-size: 12px;
	}
	.price-sec .info-tab p strong{
		padding: 8px 8px;
	}


}