:root {
	--theme-prime: #113c5e;
	--theme-prime-rgb: 17, 60, 94;
	--theme-secondary: #fcbe42;
	--theme-secondary-rgb: 252, 190, 66;
}

body {
	direction: rtl;
	text-align: right;
	font-family: "Open Sans Hebrew", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.list-unstyled {
	padding-right: 0;
}

a.emp-link {
	color: #212529;
	text-decoration: underline;
}

.container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1400px) {
	.container-xxl {
		max-width: 1320px;
	}
}

a.theme {
	color: var(--theme-prime);
}
a.theme:hover {
	color: #212529;
}

.text-theme {
	color: var(--theme-prime);
}
.text-theme-alt {
	color: var(--theme-secondary);
}

.bg-theme {
	background-color: var(--theme-prime);
	color: #fff;
}
.bg-theme a {
	color: #fff;
	text-decoration: none;
}
.bg-theme-alt {
	background-color: #fcb731;
	color: var(--theme-prime);
}
.bg-theme-alt a {
	color: var(--theme-prime);
	text-decoration: none;
}
.bg-lt-gray {
	background-color: #eee;
}
.bg-lt-blue {
	background-color: #dff8ff;
}
.bg-semi-white {
	background-color: rgba(255, 255, 255, .7);
}
.bg-semi-lt-blue {
	background-color: rgba(223, 248, 255, .7);
}
.bg-semi-gray {
	background-color: rgba(153, 153, 153, .7);
}

.yk-heading {
	display: flex;
	margin: 0 0 .5rem;
	font-size: 1.75rem;
	font-weight: 500;
}
.yk-heading.text-center {
	justify-content: center;
}
.yk-heading.text-right {
	justify-content: start;
}
.yk-heading.text-left {
	justify-content: end;
}
.yk-heading::before {
	width: 30px;
	height: 30px;
	margin-left: 3px;
	background: transparent url("../images/yk-emb.png") scroll 0 0 no-repeat;
	content: "";
}

.ovr {
	--dx-opc: .5;
	--dx-bg-color: #000;
	position: relative;
}
.ovr.white {
	--dx-bg-color: #fff;
}
.ovr.theme {
	--dx-bg-color: var(--theme-prime);
}
.ovr.theme-alt {
	--dx-bg-color: var(--theme-secondary);
}
.ovr::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	background-color: var(--dx-bg-color);
	opacity: var(--dx-opc);
	content: "";
}
.op01 {
	--dx-opc: .1;
}
.op02 {
	--dx-opc: .2;
}
.op03 {
	--dx-opc: .3;
}
.op04 {
	--dx-opc: .4;
}
.op05 {
	--dx-opc: .5;
}
.op06 {
	--dx-opc: .6;
}
.op07 {
	--dx-opc: .7;
}
.op08 {
	--dx-opc: .8;
}
.op09 {
	--dx-opc: .9;
}

.alert-dismissible.rtl {
	padding-left: 4rem;
	padding-right: 1.25rem;
}
.alert-dismissible.rtl .close {
	left: 0;
	right: auto;
}

.custom-control.theme .custom-control-input:checked ~ .custom-control-label::before {
	border-color: var(--theme-prime);
	background-color: var(--theme-prime);
}
.custom-control.theme .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(var(--theme-prime-rgb), .25);
}
.custom-control.theme .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #6495bb;
}

.custom-control.rtl {
	padding-right: 1.5rem;
	padding-left: 0;
}
.custom-control.rtl .custom-control-label::after,
.custom-control.rtl .custom-control-label::before {
	right: -1.5rem;
	left: auto;
}

.input-group.rtl > .custom-select:not(:last-child),
.input-group.rtl > .form-control:not(:last-child) {
	border-radius: 0 .25rem .25rem 0;
}

.adm-tl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}
.adm-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 80;
}
.hide-adm-ui .adm-tl, .hide-adm-ui .adm-bl, .hide-adm-ui .adm-cont {
	display: none;
}

.gap-5px {
	gap: 5px;
}
.gap-10px {
	gap: 10px;
}
.gap-15px {
	gap: 15px;
}
.gap-30px {
	gap: 30px;
}

.img-fit {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.img-h-tag {
	width: auto;
	max-width: 100%;
	height: 36px;
}
@media(min-width: 576px){
	.img-h-tag {
		height: auto;
	}
}

.logo-multi-cont {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 30px;
	align-items: center;
}
.logo-multi-cont .logo-frame {
	display: block;
	max-width: 120px;
}
@media (min-width: 576px){
	.logo-multi-cont {
		column-gap: 30px;
	}
}
@media (min-width: 768px){
	.logo-multi-cont .logo-frame {
		max-width: 140px;
	}
}
@media (min-width: 992px){
	.logo-multi-cont {
		column-gap: 50px;
	}
}

.dx-g-recaptcha {
	display: none;
}
.dx-recaptcha-notice {
	color: #212529;
	font-size: 14px;
}
.dx-recaptcha-notice.small {
	font-size: 12px;
}
.dx-recaptcha-notice a {
	color: #212529;
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: var(--theme-prime);
}
.dx-recaptcha-notice.home,
.dx-recaptcha-notice.home a {
	color: #fff;
}
.dx-recaptcha-notice.home a:hover {
	color: var(--theme-secondary);
}
.dx-recaptcha-notice.pos-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.dx-recaptcha-notice.pos-tr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.page-wrapper {
	position: relative;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.btn.btn-theme {
	background-color: var(--theme-prime);
	border-color: var(--theme-prime);
	color: #fff;
	border-radius: 0;
}
.btn.btn-theme:hover {
	border-color: #091b2a;
}
.btn.btn-theme.v2 {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.btn.btn-theme.v2:hover {
	border-color: #000;
}
.btn.btn-theme.v3 {
	background-color: #d00;
	border-color: #d00;
	color: #fff;
}
.btn.btn-theme.v3:hover {
	border-color: #d00;
}

.btn.btn-theme.btn-wider {
	padding: .5rem 2rem;
}

.btn.btn-theme.btn-caps {
	padding-right: 24px;
	padding-left: 24px;
	border-radius: 24px;
}

.btn-disc {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: var(--theme-prime);
	line-height: 36px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 18px;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn-disc:hover {
	background-color: #091b2a;
	color: #fff;
}
.btn-disc.v2 {
	background-color: #fbb730;
}
.btn-disc.v2:hover {
	background-color: #c38200;
}
.btn-disc.whatsapp {
	background-color: #36dc54;
}
.btn-disc.whatsapp:hover {
	background-color: #00e676;
}

input[type="text"].fc-theme,
input[type="email"].fc-theme,
input[type="tel"].fc-theme,
input[type="password"].fc-theme,
textarea.fc-theme,
select.fc-theme {
	width: 100%;
	padding: .375rem .75rem;
	color: #091b2a;
	border: 1px solid #ddd;
	outline: 0;
}
select.fc-theme {
	height: 38px;
	line-height: 24px;
	background-color: transparent;
}
select.fc-theme option {
	background-color: #fff;
}
input[type="text"].fc-theme:focus,
input[type="email"].fc-theme:focus,
input[type="tel"].fc-theme:focus,
input[type="password"].fc-theme:focus,
textarea.fc-theme:focus,
select.fc-theme:focus {
	border-color: var(--theme-prime);
}

input[type="text"].fc-theme.error,
input[type="email"].fc-theme.error,
input[type="tel"].fc-theme.error,
input[type="password"].fc-theme.error,
textarea.fc-theme.error {
	border-color: #d00;
}

.form-control.theme {
	color: #091b2a;
	border-color: #ddd;
}
.form-control.theme.error {
	border-color: #d00;
}
.form-control.theme:focus {
	border-color: var(--theme-prime);
	box-shadow: none;
}

.link-theme,
.link-theme:hover {
	color: var(--theme-prime);
	text-decoration: none;
}
.link-theme.v2,
.link-theme.v2:hover {
	color: #fcb731;
}

.eyes-btn {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAsCAMAAABWi7jCAAAAh1BMVEUAAAARPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV8RPV+p58K6AAAALHRSTlMA+A0I479LLCEa6VQ979vGOOyXh35wXUgm86+jj4F4QtXMuLGoY0M3MxW2n65vPaQAAAEmSURBVCjP3ZLZbsMgFEQHCMbYzuYlzr40W9Pe//++jnES0fa5qpTzBIdBV/aAfyOt7VRkaus0kn4lT1b+YYssiCnzJCsQmChujokGdHLkUk1A9EBk2MLMynJm0A5FBpq6DufpSMjeh7sbaoYrYCyBN6BinDoT5ZHKnRu8kozaVRz9/tBzoNg43DHD3mb4zqzXOX7QjkXZC16KsdhfLV8njSiHmGTZ/6sqlq4vIdS1ds/oQohiPkcuKkGgUJTLnTmwMjPgeUEZVosEphaVArm6N79ldofboSt8rtFyu6UeiZTAh8jIwJ6Akitq3nLwzCRdcxpORFHntgGuHAqdheYb+2y06eatmdOI8AvZhreyRsyqm8dP/TSx3YlcoM/nOWLMXk74A74AS3olnqwAufgAAAAASUVORK5CYII') scroll 0 0 no-repeat;
	border: 0;
	-webkit-transition: background-position 0.2s ease;
	transition: background-position 0.2s ease;
}
.eyes-btn.reveal {
	background-position: 0 -22px;
}

.passord-gizmo {
	position: relative;
}
.passord-gizmo .fc-theme.inp {
	padding-left: 38px;
}
.passord-gizmo .ctrlbtn {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.form-error-msg {
	display: none;
	font-size: 14px;
	color: #d00;
}
.form-error-msg.vis {
	display: block;
}
.form-error-msg.inline.vis {
	display: inline;
}

.hdng-center {
	position: relative;
	text-align: center;
}
.hdng-center:before {
	position: absolute;
	top: 50%;
	right: 0%;
	width: 100%;
	border-top: 1px solid var(--theme-prime);
	content: "";
}
.hdng-center .inner {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
}

.dx-callout {
	padding: 1.25rem;
	border: 1px solid #ddd;
	border-left-width: .25rem;
}
.dx-callout.rtl {
	border-right-width: .25rem;
	border-left-width: 1px;
}
.dx-callout.callout-primary {
	border-left-color: #007bff;
}
.dx-callout.rtl.callout-primary {
	border-right-color: #007bff;
	border-left-color: #ddd;
}
.dx-callout.callout-secondary {
	border-left-color: #6c757d;
}
.dx-callout.rtl.callout-secondary {
	border-right-color: #6c757d;
	border-left-color: #ddd;
}
.dx-callout.callout-success {
	border-left-color: #28a745;
}
.dx-callout.rtl.callout-success {
	border-right-color: #28a745;
	border-left-color: #ddd;
}
.dx-callout.callout-info {
	border-left-color: #17a2b8;
}
.dx-callout.rtl.callout-info {
	border-right-color: #17a2b8;
	border-left-color: #ddd;
}
.dx-callout.callout-warning {
	border-left-color: #ffc107;
}
.dx-callout.rtl.callout-warning {
	border-right-color: #ffc107;
	border-left-color: #ddd;
}
.dx-callout.callout-danger {
	border-left-color: #dc3545;
}
.dx-callout.rtl.callout-danger {
	border-right-color: #dc3545;
	border-left-color: #ddd;
}
.dx-callout.callout-dark {
	border-left-color: #343a40;
}
.dx-callout.rtl.callout-dark {
	border-right-color: #343a40;
	border-left-color: #ddd;
}
.dx-callout.callout-theme {
	border-left-color: var(--theme-prime);
}
.dx-callout.rtl.callout-theme {
	border-right-color: var(--theme-prime);
	border-left-color: #ddd;
}

.header-main {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 67px;
	padding: 8px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 100;
}
body.scrolled .header-main {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
body.scrolled .header-main {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 799;
	-webkit-animation: topbarAffixed 0.4s ease 1;
	animation: topbarAffixed 0.4s ease 1;
}

.main-heading {
	margin: 0 0 20px;
	font-size: 32px;
}

.header-main .btn-ctrl,
.header-main .contact-ctrl {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.header-main .btn-ctrl {
	padding-left: 10px;
}
.header-main .contact-ctrl {
	display: flex;
	gap: 4px;
	padding-right: 10px;
}
.header-main .search-ctrl {
	display: flex;
	flex: 1 1 auto;
}


.header-main.home .search-ctrl {
	visibility: hidden;
}
body.scrolled .header-main.home .search-ctrl {
	visibility: visible;
}

.header-main .search-ctrl .midding {
	display: none;
	width: 100%;
	margin: 0 auto;
}

.header-main .search-ctrl .cap-bar {
	position: relative;
	width: 100%;
	height: 36px;
	margin: 0;
	border: 1px solid var(--theme-prime);
	border-radius: 18px;
}
.header-main .search-ctrl .show-search.elab .capt {
	display: none;
	margin-left: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--theme-prime);
}

.header-main.searching .search-ctrl .show-search {
	margin-left: 10px;
	padding-right: 4px;
	padding-left: 10px;
	order: 1;
}
.header-main.searching .search-ctrl .topbar-search-form {
	order: 2;
}
.header-main .search-ctrl .midding {
	display: none;
	align-items: center;
}
.header-main.searching .search-ctrl .midding {
	display: block;
}
.header-main.searching .btn-ctrl {
	display: none;
}
.header-main.searching .contact-ctrl {
	display: none;
}
.header-main.searching .search-ctrl .show-search {
	color: #999;
}
@media (min-width: 1200px){
	.header-main:not(.searching) .search-ctrl .show-search.elab {
		display: flex;
		padding: 0 15px;
		align-items: center;
		border: 1px solid var(--theme-prime);
		border-radius: 18px;
	}
	.header-main:not(.searching) .search-ctrl .show-search.elab .capt {
		display: inline-block;
	}
}

.header-main .search-ctrl .midding .favorites {
	display: none;
	margin-right: 10px;
	color: #333;
	text-decoration: underline;
}

.header-main .search-ctrl .cap-bar .underbox {
	width: 100%;
	padding: 6px 18px 6px 40px;
	background-color: transparent;
	border: 0;
	outline: 0;
}
.header-main .search-ctrl .cap-bar .go-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 34px;
	padding: 0;
	background-color: transparent;
	color: var(--theme-prime);
	border: none;
	border-radius: 17px 0 0 17px;
}
.header-main .search-ctrl .show-search {
	height: 36px;
	padding: 0 10px 0 4px;
	background-color: transparent;
	border: none;
	line-height: 36px;
	font-size: 20px;
	color: var(--theme-prime);
}
.header-main .search-ctrl .topbar-search-form {
	flex: 1 0 auto;
}

.header-main .logo-cont {
	margin-right: 15px;
}
.header-main .logo-cont > img {
	width: auto;
	height: 50px;
}

@media (min-width: 768px){
	.header-main .search-ctrl {
		display: block;
	}
	.header-main.dfh .search-ctrl {
		display: flex;
	}
	.header-main .search-ctrl .midding {
		width: 300px;
	}
	.header-main:not(.dfh) .search-ctrl .midding {
		display: flex;
	}
	.header-main:not(.dfh) .search-ctrl .show-search {
		display: none;
	}
}
@media (min-width: 992px){
	.header-main .logo-cont > img {
		height: 60px;
	}
	.header-main .search-ctrl .midding.favs {
		width: 366px;
	}
	.header-main .search-ctrl .midding.favs .favorites {
		display: inline-block;
	}
}

@-webkit-keyframes topbarAffixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes topbarAffixed {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.header-main .contact-ctrl .cap-call-btn {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: var(--theme-prime);
	line-height: 36px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 18px;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.header-main .contact-ctrl .cap-call-btn:hover {
	background-color: #091b2a;
	color: #fff;
}
.header-main .contact-ctrl .cap-call-btn > .lbl {
	display: none;
}
@media (min-width: 768px){
	.header-main .contact-ctrl .cap-call-btn {
		width: auto;
		padding: 0 18px;
	}
	.header-main .contact-ctrl .cap-call-btn > .lbl {
		display: inline-block;
		margin-right: 6px;
	}
}

.header-main .menu-toggle-btn {
	background-color: transparent;
	color: var(--theme-prime);
	font-size: 20px;
	border: none;
}

.main-menu-cont nav ul.menu-list {
	margin-right: 20px;
}

.main-menu-cont {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 15px);
	height: 100vh;
	padding: 0 0 15px;
	background-color: #fff;
	color: #333;
	overflow: auto;
	z-index: 800;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.main-menu-cont.open {
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.main-menu-cont .menu-top {
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
}
.main-menu-cont .menu-close-btn {
	background-color: transparent;
	color: var(--theme-prime);
	font-size: 20px;
	border: none;
}
.main-menu-cont .menu-top .logo {
	display: inline-block;
	margin-right: 10px;
	height: 50px;
}
.main-menu-cont nav ul.menu-list {
	padding: 0;
	list-style: outside none;
	margin-right: 30px;
}
.main-menu-cont nav ul.menu-list.bold {
	font-weight: 600;
}
.main-menu-cont nav ul.menu-list.top {
	margin-top: 30px;
}
.main-menu-cont nav ul.menu-list > li {
	position: relative;
	padding: 6px;
	line-height: 1;
}
.main-menu-cont nav ul.menu-list > li.spc > a {
	color: #d00;
}
.main-menu-cont nav ul.menu-list > li .dig-more {
	position: absolute;
	top: 6px;
	right: -14px;
	padding: 0;
	background-color: transparent;
	border: none;
}
.main-menu-cont nav ul.menu-list > li .dig-more:before,
.side-menu nav > ul > li .dig-more:before {
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f053";
}
.main-menu-cont nav ul.menu-list > li .dig-more.open:before,
.side-menu nav > ul > li .dig-more.open:before {
	content: "\f078";
}
.main-menu-cont nav ul.menu-list > li .dig-more.loading,
.side-menu nav > ul > li .dig-more.loading {
	-webkit-animation: dx-spin 1s linear infinite;
	animation: dx-spin 1s linear infinite;
}
.main-menu-cont nav ul.menu-list > li .dig-more.loading:before,
.side-menu nav > ul > li .dig-more.loading:before {
	content: "\f110";
	-webkit-animation: dx-spin 1s linear infinite;
	animation: dx-spin 1s linear infinite;
}
.main-menu-cont nav ul.menu-list > li ul li .dig-more {
	top: 0;
	right: 0;
}
.main-menu-cont nav ul.menu-list.top > li {
	position: relative;
	padding: 4px 30px;
	line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
}
.main-menu-cont nav ul.menu-list.man > li {
	padding: 4px 0;
}
.main-menu-cont nav ul.menu-list.man > li.has-sub > a {
	padding-left: 28px;
}
.main-menu-cont nav ul.menu-list > li > a,
.main-menu-cont nav ul.menu-list > li ul li a {
	display: block;
	color: #565656;
	text-decoration: none;
	-webkit-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
.main-menu-cont nav ul.menu-list.man,
.main-menu-cont nav ul.menu-list.man li > a {
	color: var(--theme-prime);
}
.main-menu-cont nav ul.menu-list.man li a {
	display: inline-block;
}
.main-menu-cont nav ul.menu-list > li a .special {
	color: #d00;
}
.main-menu-cont nav ul.menu-list > li > a:hover,
.main-menu-cont nav ul.menu-list > li ul li a:hover {
	color: var(--theme-secondary);
}
.main-menu-cont nav ul.menu-list > li.fav-itm {
	font-weight: 600;
}
.main-menu-cont nav ul.menu-list > li ul {
	display: none;
	padding: 0;
	margin: 10px 0 0;
	list-style: outside none;
}
.main-menu-cont nav ul.menu-list > li ul li {
	position: relative;
	line-height: 1;
	padding: 0 20px 8px 0;
}
.main-menu-cont nav ul.menu-list > li .dig-more.open ~ ul,
.main-menu-cont nav ul.menu-list.man .has-sub.exp > .sub-menu {
	display: block;
}
.main-menu-cont nav ul.menu-list.man > li ul.sub-menu {
	margin: 10px 11px 0 0;
	padding: 0 4px 0 0;
	border-right: 1px solid #ced7de;
}
.main-menu-cont nav ul.menu-list.man ul.sub-menu > li {
	padding: 0 0 8px 0;
	line-height: 1.4;
	font-weight: 600;
	font-size: 16px;
}
.main-menu-cont nav ul.menu-list.man ul.sub-menu > li.has-sub > a:not(.tbtn) {
	padding-left: 20px;
}
.main-menu-cont nav ul.menu-list.man > li.has-sub .tbtn {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	z-index: 1;
	cursor: pointer;
}
.main-menu-cont nav ul.menu-list.man li.has-sub .tbtn::before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--theme-prime);
	border-left: 2px solid var(--theme-prime);
	content: "";
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	transition: transform .2s ease;
}
.main-menu-cont nav ul.menu-list.man ul.sub-menu > li.has-sub .tbtn {
	top: 2px;
	width: 18px;
	height: 18px;
}
.main-menu-cont nav ul.menu-list.man ul.sub-menu > li.has-sub .tbtn::before {
	width: 8px;
	height: 8px;
}
.main-menu-cont nav ul.menu-list.man li.has-sub.exp > .tbtn::before {
	transform: rotate(-135deg);
}
@media (min-width: 330px){
	.main-menu-cont {
		width: 310px;
	}
}
@media (min-width: 360px){
	.main-menu-cont {
		width: 340px;
	}
}
@media (min-width: 768px){
	.main-menu-cont {
		width: 400px;
	}
	.main-menu-cont nav ul.menu-list.top {
		margin-top: 40px;
	}
	.main-menu-cont nav ul.menu-list > li {
		padding: 6px 30px;
	}
	.main-menu-cont nav ul.menu-list > li .dig-more {
		right: 7px;
	}
	.main-menu-cont nav ul.menu-list > li ul li .dig-more {
		right: 0;
	}
}
@media (min-width: 992px){
	.main-menu-cont .menu-top .logo {
		height: 60px;
	}
	.main-menu-cont nav ul.menu-list.top {
		margin-top: 40px;
		margin-right: 30px;
	}
}

@-webkit-keyframes dx-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes dx-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.header-main .ex-nav {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
}
.header-main .ex-menu {
	display: none;
	position: relative;
	height: 100%;
	margin: 0 1rem 0 0;
	padding: 0;
	list-style: outside none;
}
.header-main .ex-menu li {
	position: relative;
	font-weight: 600;
}
.header-main .ex-menu > li {
	display: flex;
	height: 100%;
	align-items: center;
}
.header-main .ex-menu > li + li {
	margin-right: 15px;
}
.header-main .ex-menu li > a {
	color: var(--theme-prime);
	text-decoration: none;
}
.header-main .ex-menu li.active > a {
	color: var(--theme-secondary);
}
.header-main .ex-menu li .sub-menu {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 100%;
	min-width: 200px;
	margin: 0;
	padding: 0;
	z-index: -1;
	opacity: 0;
	list-style: outside none;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: opacity .3s ease, visibility .3s linear, z-index .3s linear;
}
.header-main .ex-menu li:hover > .sub-menu {
	visibility: visible;
	z-index: 1;
	opacity: 1;
}
.header-main .ex-menu > li > .sub-menu {
	right: 0;
	top: 100%;
}
.header-main .ex-menu .sub-menu > li {
	padding: 5px 15px;
	background-color: transparent;
	transition: background-color .3s ease;
}
.header-main .ex-menu > li.has-sub > a::after {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 4px 4px 0;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	content: "";
}
.header-main .ex-menu .sub-menu li.has-sub {
	padding-left: 30px;
}
.header-main .ex-menu .sub-menu li.has-sub::after {
	display: block;
	position: absolute;
	top: 13px;
	left: 12px;
	width: 7px;
	height: 7px;
	border-left: 2px solid var(--theme-prime);
	border-bottom: 2px solid var(--theme-prime);
	transform: rotate(45deg);
	content: "";
}
.header-main .ex-menu .sub-menu > li:hover {
	background-color: #ddd;
}
.header-main.dfh.searching .search-ctrl .topbar-search-form {
	flex: 0 0 auto;
}
.header-main.dfh.searching .search-ctrl {
	display: flex;
	justify-content: center;
}
.header-main.searching .ex-menu {
	display: none;
}
@media (min-width: 576px){
	.header-main.dfh.searching .btn-ctrl,
	.header-main.dfh.searching .contact-ctrl {
		display: block;
	}
}
@media (min-width: 1400px){
	.header-main.dfh {
		padding-top: 0;
		padding-bottom: 0;
		height: 76px;
	}
	.header-main.dfh .menu-toggle-btn {
		display: none;
	}
	.header-main .ex-menu {
		display: flex;
	}
}
@media (min-width: 1600px){
	.header-main .ex-menu > li + li {
		margin-right: 25px;
	}
}

.social-listing {
	padding: 0;
	list-style: outside none;
}
.social-listing > li {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: var(--theme-prime);
	text-align: center;
	color: var(--theme-secondary);
	border-radius: 50%;
}
.social-listing > li:last-child {
	margin-left: 0;
}
.social-listing > li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--theme-secondary);
	z-index: 0;
	opacity: 0;
	content: "";
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.social-listing > li a {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.social-listing > li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.social-listing > li:hover a {
	color: var(--theme-prime);
}

.side-menu {
	display: none;
	background-color: #dff8ff;
}
.side-menu nav {
	padding: 10px 20px;
	color: var(--theme-prime);
	font-weight: 600;
}
.side-menu nav.follow {
	position: fixed;
	right: 0;
	width: 250px;
	z-index: 1;
}
.side-menu nav .hdr {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
}
.side-menu nav > ul {
	list-style: outside none;
	padding: 0;
}
.side-menu nav > ul > li {
	position: relative;
	line-height: 1.4;
	padding-bottom: 20px;
}
.side-menu nav > ul > li a {
	color: var(--theme-prime);
	font-weight: 600;
	text-decoration: none;
}
.side-menu nav > ul > li.spc > a {
	color: #d00;
}
.side-menu nav > ul > li a .special {
	color: #d00;
}
.side-menu nav > ul > li .dig-more {
	position: absolute;
	top: 0;
	right: -22px;
	padding: 0;
	background-color: transparent;
	color: var(--theme-prime);
	border: none;
}
.side-menu nav > ul > li .dig-more.loading:focus {
	outline: none;
}
.side-menu nav > ul > li ul li .dig-more {
	right: 0;
}
.side-menu nav > ul > li ul {
	display: none;
	padding: 0;
	margin: 10px 0 0;
	list-style: outside none;
}
.side-menu nav > ul > li ul li {
	position: relative;
	line-height: 1;
	padding: 0 20px 10px 0;
}
.side-menu nav > ul > li ul li a {
	font-weight: 400
}
.side-menu nav > ul > li .dig-more.open ~ ul {
	display: block;
}

.sidebar-btn {
	padding: 5px;
	line-height: 20px;
	background-color: var(--theme-prime);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border-radius: 15px;
}
.sidebar-btn a {
	color: #fff;
	font-weight: 700;
}
.sidebar-btn a:hover {
	text-decoration: none;
}

@media (min-width: 1200px){
	.side-menu {
		display: block;
		position: relative;
		flex: 0 0 250px;
		min-width: 250px;
	}
	.side-menu nav {
		padding: 30px 40px;
	}
}

.media-masthead {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background-color: #91a4b2;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}
.media-masthead.front {
	height: 500px;
}
.media-masthead.overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	z-index: 2;
	pointer-events: none;
}
.media-masthead video {
	position: absolute;
	z-index: 1;
}
.media-masthead .text-layer {
	position: relative;
	height: 100%;
	z-index: 3;
}
.media-masthead .text-layer .mid {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}
.media-masthead .text-layer .main-header {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.media-masthead .infobar {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 2px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4;
}

.media-masthead .breadcrumbs {
	list-style: outside none;
	margin: 0;
	padding: 0;
}
.media-masthead .breadcrumbs > li {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}
.media-masthead .breadcrumbs > li a {
	color: #fff;
	text-decoration: none;
}
.media-masthead .breadcrumbs > li:after {
	display: inline-block;
	padding: 0 6px 0 2px;
	font-family: "FontAwesome";
	content: "\f0d9";
}
.media-masthead .breadcrumbs > li:last-child:after {
	display: none;
}

.media-masthead .quick-form {
	position: relative;
	width: 95%;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 10px;
}
.media-masthead .quick-form .covercaption {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
	z-index: 1;
}
.media-masthead .quick-form.inedit .covercaption {
	display: none;
}
.media-masthead .quick-form .covercaption .txt {
	flex: 01 1 auto;
	font-size: 17px;
	color: var(--theme-prime);
}
.media-masthead .quick-form .covercaption .icn-lf {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.media-masthead .quick-form .covercaption .icn-lf .icn {
	font-size: 24px;
	color: var(--theme-secondary);
}
.media-masthead .quick-form .closure-plate {
	display: none;
	color: var(--theme-prime);
}
.media-masthead .quick-form .closure-plate .icn {
	color: var(--theme-secondary);
}
.media-masthead .quick-form.inedit form.d-none ~ .closure-plate {
	display: block;
}

.media-masthead .quick-form .placement-cont {
	display: none;
}
.media-masthead .quick-form.inedit .placement-cont {
	display: block;
}
.media-masthead .quick-form .sender-button {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: var(--theme-secondary);
	border: none;
	color: #fff;
	font-weight: 600;
}
.media-masthead .quick-form .placement-cont .field-slot .hlf {
	margin-bottom: 10px;
}
.media-masthead .quick-form .field-slot .fc-theme {
	border-top: none;
	border-right: none;
	border-left: none;
}
@media (min-width: 768px){
	.media-masthead .quick-form {
		width: 700px;
		height: 70px;
		padding: 0;
		border-radius: 35px;
	}
	.media-masthead .quick-form .covercaption {
		padding: 0 25px;
		border-radius: 35px;
	}
	.media-masthead .quick-form .covercaption .txt {
		font-size: 26px;
	}
	.media-masthead .quick-form .covercaption .icn-lf .icn {
		font-size: 34px;
	}
	.media-masthead .quick-form .closure-plate {
		padding-right: 40px;
		line-height: 70px;
		font-size: 26px;
		font-weight: 400;
	}
	.media-masthead .quick-form.inedit .placement-cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.media-masthead .quick-form .placement-cont .field-slot {
		display: flex;
		flex-wrap: wrap;
		flex: 1 1 auto;
		align-items: center;
		padding-right: 25px;
	}
	.media-masthead .quick-form .placement-cont .field-slot .hlf {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 0 0 15px;
		margin-bottom: 0;
	}
	.media-masthead .quick-form .placement-cont .btn-slot {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.media-masthead .quick-form .sender-button {
		width: auto;
		height: 70px;
		padding: 10px 20px;
		border-radius: 35px;
	}
}

.media-masthead .search-cont {
	width: 95%;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
}
.media-masthead .search-cont .cap-bar {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 30px;
}
.media-masthead .search-cont .cap-bar .underbox {
	width: 100%;
	font-size: 20px;
	height: 60px;
	padding: 6px 20px 6px 40px;
	background-color: transparent;
	border: none;
}
.media-masthead .search-cont .cap-bar .go-btn {
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: transparent;
	color: #aaa;
	border: none;
}

.head-text {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.head-text.ch1 {
	color: var(--theme-prime);
}
.head-text.ch2 {
	color: #fcb731;
}
.head-text.whatsapp {
	color: #36dc54;
}

@media (min-width: 768px){
	.media-masthead,
	.media-masthead.front {
		height: 350px;
	}
	.media-masthead .text-layer .main-header {
		font-size: 36px;
	}
	.media-masthead .search-cont .cap-bar {
		width: 460px;
		height: 70px;
		border-radius: 35px;
	}
	.media-masthead .search-cont .cap-bar .underbox {
		height: 70px;
		padding: 6px 30px 6px 60px;
		font-size: 20px;
	}
	.media-masthead .search-cont .cap-bar .go-btn {
		left: 10px;
		top: 4px;
		height: 60px;
		font-size: 20px;
	}
}

@media (min-width: 1200px){
	.media-masthead,
	.mini {
		height: 360px;
	}
	.media-masthead.front {
		height: 470px;
	}
	.media-masthead .text-layer .main-header {
		font-size: 46px;
	}
	.media-masthead .search-cont {
		margin-top: 24px;
	}
	.media-masthead .search-cont .cap-bar {
		width: 700px;
	}
	.head-text {
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
}

.user-fieldset {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid var(--theme-prime);
}
@media (min-width: 576px){
	.user-fieldset {
		width: 500px;
		padding: 20px 40px;
	}
}
@media (min-width: 768px){
	.user-fieldset {
		width: 560px;
	}
}

.logossm {
	width: 70px;
}

.item-batch .intitle {
	margin: 10px 0 20px;
	padding: 0 15px;
	font-size: 28px;
}

.item-batch .notice {
	margin: 10px 0 20px;
	padding: 0 15px;
	font-size: 20px;
}

.item-batch .row.ilist {
	position: relative;
	margin-right: -4px;
	margin-left: -4px;
	margin-bottom: -4px;
}
.item-batch .row.ilist .loading-indicator {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-color: var(--theme-prime);
	text-align: center;
	color: #fff;;
	border-radius: 20px;
	z-index: 100;
}
.item-batch .row.ilist .loading-indicator .icn {
	margin-top: 4px;
	font-size: 32px;
	color: var(--theme-secondary);
}
.item-batch .row.ilist.loading .loading-indicator {
	display: block;
}
.item-batch .row.ilist.loading .loading-indicator .icn {
	-webkit-animation: dx-spin 1s linear infinite;
	animation: dx-spin 1s linear infinite;
}
.item-batch .row.ilist .item {
	position: relative;
	/*background-color: #fff;*/
}
.item-batch .ilist .item[class*="col"] {
	padding: 0 2px 4px;
}
.item-batch .row.ilist .item .imag {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 0;
}
.item-batch .row.ilist .item .video-container {
	position: absolute;
	display: block;
	top: 0;
	bottom: 4px;
	left: 2px;
	right: 2px;
	z-index: 1;
}
.item-batch .row.ilist .item .video-container video {
	position: absolute;
	z-index: 1;
}
.item-batch .row.ilist .item .text-layer {
	position: absolute;
	display: block;
	top: 0;
	bottom: 4px;
	left: 2px;
	right: 2px;
	z-index: 2;
}
.item-batch .row.ilist .item .text-layer .label {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	    padding: 1px 10px 2px;
    background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.item-batch .row.ilist .item .fav {
	position: absolute;
	display: block;
	top: 10px;
	left: 15px;
	min-width: 32px;
	height: 32px;
	padding: 0 6px;
	background-color: var(--theme-prime);
	line-height: 26px;
	text-align: center;
	color: #fbb730;
	border: 2px solid #fbb730;
	border-radius: 16px;
	z-index: 2;
}
.item-batch .row.ilist .item .fav .rem {
	display: none;
	margin: 0 4px 0 8px;
	text-decoration: none;
	color: #fbb730;
	white-space: nowrap;
}
.item-batch .row.ilist .item .fav:hover .rem {
	display: inline-block;
}

.user-share-bar {
	list-style: outside none;
	margin: 0;
	padding: 0;
}
.user-share-bar > li {
	display: inline-block;
	color: #fff;
}
.user-share-bar > li .btn-disc.saved {
	background-color: #0c9aef;
}

.contact-fieldset {
	padding: 15px;
	border: 2px solid #ddd;
}
.contact-fieldset.framelwss {
	padding: 0;
	border: none;
}
.contact-fieldset .heading {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 600;
	color: var(--theme-prime);
}
.contact-fieldset .heading a {
	color: var(--theme-prime);
	text-decoration: none;
}

.extra-card {
	background-color: #dff8ff;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
@media (min-width: 768px){
	.extra-card {
		border-top-right-radius: 62px;
		border-top-left-radius: 62px;
	}
}

.hd-cust-btn {
	display: inline-block;
	min-width: 244px;
	height: 42px;
	padding: 4px 20px;
	background-color: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: var(--theme-prime);
	border: 1px solid var(--theme-prime);
	border-radius: 21px;
}
.hd-cust-btn:hover {
	text-decoration: none;
}
.hd-cust-btn.auto {
	min-width: auto;
}

.page-footer {
	position: relative;
	display: block;
	width: 100%;
	background-color: #dff8ff;
	padding: 40px 0;
	color: #333;
}

.page-footer .top-block {
	position: relative;
	padding-bottom: 10px;
}
.page-footer .top-block:after {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #a6aaae;
	content: "";
}
.page-footer .bottom-block {
	padding-top: 10px;
}

.page-footer .copyright {
	margin-bottom: 15px;
	text-align: center;
	color: #333;
}
.page-footer .dx-cred {
	color: #333;
	text-align: center;
}
@media (min-width: 768px){
	.page-footer .copyright {
		margin-bottom: 0;
		text-align: right;
	}
	.page-footer .dx-cred {
		text-align: left;
	}
}
.page-footer .dx-cred a {
	color: #333;
	text-decoration: none;
}

.page-footer .logo-holder > img {
	width: 120px;
}

.page-footer .heading {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
}

.page-footer .link-block {
	list-style: outside: none;
	margin-top: 20px;
	padding: 0;
}
.page-footer .link-block > li {
	position: relative;
	display: block;
	padding: 0 12px 8px 0;
}
.page-footer .link-block > li.emph,
.page-footer .link-block > li.emph a {
	color: #d00;
}
.page-footer .link-block > li:before {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "FontAwesome";
	color: var(--theme-prime);
	content: "\f0d9"
}
.page-footer .link-block > li a {
	color: #333;
	text-decoration: none;
}

.back-to-top-float {
	position: fixed;
	display: none;
	bottom: 10px;
	left: 0;
	z-index: 700;
}
.back-to-top-float .face {
	display: inline-block;
	width: 44px;
	height: 44px;
	padding-right: 10px;
	line-height: 42px;
	background-color: var(--theme-prime);
	text-align: center;
	color: #fff;
	border-radius: 0 23px 23px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.back-to-top-float .face:hover {
	background-color: var(--theme-secondary);
	color: var(--theme-prime);
}
@media (min-width: 991px){
	.scrolled .back-to-top-float {
		display: block;
	}
}

.mobile-floater {
	position: fixed;
	display: block;
	bottom: 70px;
	right: 0;
	z-index: 700;
}
@media (min-width: 768px){
	.mobile-floater {
		display: none;
	}
}
.half-pill {
	display: inline-block;
	width: 44px;
	height: 44px;
	padding-right: 4px;
	line-height: 42px;
	background-color: #fff;
	text-align: center;
	border-radius: 0 23px 23px 0;
}
.mobile-floater .half-pill {
	border-radius: 23px 0 0 23px;
}

.fancy-datepicker {
	position: relative;
}
.fancy-datepicker .input {
	position: absolute;
	visibility: hidden;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 1;
}
.fancy-datepicker .display {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 30px;
	align-items: center;
	background-color: #fff;
	font-size: 16px;
	color: var(--theme-prime);
	border: 1px solid #ccc;
}
.fancy-datepicker .display .date,
.fancy-datepicker .display .time {
	position: relative;
	top: 0;
	right: 0;
	min-height: 28px;
	padding: 4px 26px 4px 4px;
	z-index: 2;
}
.fancy-datepicker .display .time,
.fancy-datepicker .display.date .time {
	display: none;
}
.fancy-datepicker .display.datetime .time,
.fancy-datepicker .display.time .time {
	display: block;
}
.fancy-datepicker .display.time .date {
	display: none;
}
.fancy-datepicker .display .date::before,
.fancy-datepicker .display .time::before {
	position: absolute;
	top: 4px;
	right: 6px;
	font-family: "FontAwesome";
	content: "\f073";
}
.fancy-datepicker .display .time::before {
	content: "\f017";
}
.fancy-datepicker .input.error ~ .display {
	border-color: #d00;
}

.contact-details .cgrp + .cgrp {
	margin-top: 30px;
}
.contact-details .cgrp .icon {
	margin-bottom: 16px;
	font-size: 32px;
	color: var(--theme-secondary);
}
.contact-details .cgrp .item {
	font-size: 18px;
	color: var(--theme-prime);
}
.contact-details .cgrp .item a {
	color: var(--theme-prime);
	text-decoration: none;
}
.contact-details .cgrp .item.emph,
.contact-details .cgrp .item.emph a {
	color: #d00;
}

.payment-iframe {
	width: 100%;
	padding: 10px;
	min-height: 500px;
	border: 1px solid var(--theme-prime);
	overflow-y: auto;
}
.mbord .payment-iframe {
	padding: 0;
	border: none;
}

.mbord {
	padding: 10px;
	border: 2px solid #d00;
}
@media (min-width: 992px){
	.mbord {
		padding: 0;
		border: none;
	}
	.mbord .payment-iframe {
		padding: 10px;
		border: 1px solid var(--theme-prime);
	}
}

.hotspot {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.gallery-item {
	position: relative;
	margin-bottom: 30px;
}

.testimonials {
	overflow: hidden;
}
.testimonials .swiper-slide .quote {
	position: relative;
	padding: 0 50px;
	background: transparent url("../images/quote-start.png") scroll 100% 0 no-repeat;
	font-size: 18px;
}
.testimonials .swiper-slide .img-slot {
	margin-top: 12px;
}
.testimonials .swiper-slide .img-slot .pic {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.testimonials .swiper-slide .img-slot .pic img {
	width: 100%;
	height: auto;
}
.testimonials .swiper-slide .name-slot {
	margin-top: 12px;
	text-align: center;
	color: var(--theme-prime);
	font-weight: 400;
	font-size: 16px;
}
@media (min-width: 768px){
	.testimonials .swiper-slide .quote {
		font-size: 20px;
	}
	.testimonials .swiper-slide .img-slot .pic {
		width: 150px;
		height: 150px;
	}
}

/**
Droxit Shop
**/
.in-page-payment-frame{
	width: 100%;
	min-height: 800px;
	border: none;
}

.product-details-quantity {
	display: block;
	padding: 15px;
	margin-top: 32px;
	border: 1px solid #ccc;
}
.product-details-quantity .pricebox {
	padding-bottom: 6px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;
}
.product-details-quantity .pricebox .sp-dyn-price {
	font-size: 24px;
}
.product-details-quantity .pricebox .cross-price {
	display: inline-block;
	margin-right: 8px;
	color: #999;
}
.product-details-quantity .quantity-select {
	position: relative;
}
.product-details-quantity .quantity-select .qty {
	padding: 2px 32px;
	width: 100%;
	text-align: center;
	border: none;
}
.product-details-quantity .quantity-select .qtybutton {
	position: absolute;
	top: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	background-color: transparent;
	text-align: center;
	color: var(--theme-prime);
	font-weight: 600;
	border: 1px solid var(--theme-prime);
	-webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.product-details-quantity .quantity-select .qtybutton:hover {
	background-color: var(--theme-prime);
	color: #fff;
}
.product-details-quantity .quantity-select .qtybutton.inc {
	left: 0;
}
.product-details-quantity .quantity-select .qtybutton.dec {
	right: 0;
}

.coupon-block {
	position: relative;
	display: block;
	width: 100%;
	outline: 1px solid #ccc;
}
.coupon-block .coupon-field {
	width: 100%;
	height: 38px;
	padding: 4px 10px 4px 48px;
	line-height: 30px;
	border: none;
}
.coupon-block .apply-btn {
	position: absolute;
	top: 0;
	left: 0;
}

ul.coupon-listing {
	margin: 15px 0 0;
	padding: 0;
	list-style: outside none;
}
ul.coupon-listing > li {
	position: relative;
	padding: 0 20px 10px 0;
}
ul.coupon-listing > li:before {
	position: absolute;
	top: -2px;
	right: 0;
	font-family: "FontAwesome";
	color: #155724;
	content: "\f00c";
}
ul.coupon-listing > li .remove {
	padding: 0 0 0 15px;
	margin-right: 10px;
	float: left;
	height: 17px;
	background-color: var(--theme-prime);
	color: #fff;
	z-index: 10;
	border-radius: 2px;
}
ul.coupon-listing > li .remove:before {
	position: absolute;
	top: 0;
	left: 2px;
	font-family: "FontAwesome";
	font-size: 15px;
	line-height: 17px;
	content: "\f00d";
}
ul.coupon-listing > li .desc {
	font-weight: 400;
}

.price-sumup {
	padding: 8px 0;
	border-top: 1px solid var(--theme-prime);
	font-size: 24px;
	font-weight: 600;
	color: var(--theme-prime);
}

.value-updatable {
	position: relative;
}
.value-updatable.loading:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 1;
	content: "";
}
.value-updatable.loading:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 2px solid #fbb730;
	z-index: 2;
	content: "";
	-ewbkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: underswipe 1s linear infinite;
	animation: underswipe 1s linear infinite;
}
.value-updatable.inditop.loading:after {
	top: 0;
	bottom: auto;
}
.value-updatable.spinning.loading:after {
	top: calc(50% - 100px);
	right: 0;
	bottom: auto;
	border-bottom: none;
	text-align: center;
	content: url("../images/load-spinner.png");
	-ewbkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: dxrot 3s linear infinite;
	animation: dxrot 3s linear infinite;
}

@keyframes underswipe {
	0% {
		transform: translateX(0) scaleX(0);
	}
	50% {
		transform: translateX(0) scaleX(1);
	}
	100% {
		transform: translateX(-100%) scaleX(0);
	}
}
@-webkit-keyframes underswipe {
	0% {
		-webkit-transform: translateX(0) scaleX(0);
	}
	50% {
		-webkit-transform: translateX(0) scaleX(1);
	}
	100% {
		-webkit-transform: translateX(-100%) scaleX(0);
	}
}
@keyframes dxrot {
	0% {
		transform:rotate(0deg)
	}
	to {
		transform:rotate(1turn)
	}
}
@-webkit-keyframes dxrot {
	0% {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(1turn);
	}
}

.ajx-loader-blind {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 80;
}
.ajx-loader-blind.loading {
	height: 100%;
}

.dx-capsule-input {
	display: block;
}
.dx-capsule-input .dx-cap {
	display: inline-block;
	height: 32px;
	min-width: 82px;
	padding: 0 5px;
	margin: 0 5px 5px 0;
	line-height: 32px;
	text-align: center;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 16px;
	cursor: pointer;
}
.dx-capsule-input .dx-cap.active {
	color: #000;
	border-color: #000;
}
.dx-capsule-input .dx-cap.color {
	position: relative;
	padding: 0;
	background-color: #fff;
}
.dx-capsule-input .dx-cap.color.active:after {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 28px;
	height: 28px;
	border: 2px solid #ccc;
	border-radius: 15px;
	content: "";
}
.rtl .dx-capsule-input .dx-cap {
	margin-left: 5px;
	margin-right: 0;
}
.dx-capsule-input .dx-del {
	position: relative;
	display: inline-block;
	height: 32px;
	min-width: 32px;
	margin-bottom: 5px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.dx-capsule-input .dx-del:before,
.dx-capsule-input .dx-del:after {
	position: absolute;
	top: 16px;
	left: 8px;
	width: 16px;
	height: 1px;
	background-color: #333;
	content: "";
}
.dx-capsule-input .dx-del:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dx-capsule-input .dx-del:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.dx-m-cart-count {
	background: #fff;
    color: #000;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 21px;
    display: inline-block;
    border-radius: 50%;
}

@media (max-width: 768px){
	.product-page-wrapper {
		padding-top: 10px;
	}
}
.pricebox.override .cross-price {
	display: none;
}

.indicator.alert-info,
.indicator.alert-default,
.indicator.alert-primary,
.indicator.alert-secondary,
.indicator.alert-dark,
.indicator.alert-success,
.indicator.alert-warning,
.indicator.alert-danger {
	background-color: transparent;
}

.browse-filter-container .dismiss {
	position: fixed;
	display: none;
	top: 5px;
	left: 10px;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border: 2px solid #585858;
	color: #585858;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}
.browse-filter-container .dismiss:before {
	position: absolute;
	top: 1px;
	left: 4px;
	font-family: "FontAwesome";
	font-size: 20px;
	content: "\f00d";
}
@media (max-width: 991px){
	.browse-filter-container {
		position: fixed;
		top: 0;
		right: -100%;
		height: 100vh;
		background-color: #fff;
		z-index: 99999;
		overflow-y: auto;
		-webkit-transition: right 0.5s ease 0s;
		transition: right 0.5s ease 0s;
	}
	.browse-filter-container.reveal {
		right: 0;
	}
	.browse-filter-container.reveal .dismiss {
		display: block;
	}
}


.drw-external-container {
	position: relative;
}
.dx-date-range-widget {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 18px 0 0;
	cursor: pointer;
}
.dx-date-range-widget > .icon {
	position: absolute;
	top: 2px;
	right: 0;
	color: var(--theme-prime);
}
.dx-date-range-widget .verbal {
	display: inline-block;
	color: #333;
}

.dx-drw-range-tray {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	top: 0;
	right: 20px;
	background-color: #fff;
	padding: 10px 15px;
	min-width: 480px;
	font-size: 14px;
	z-index: 80;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dx-drw-range-tray .picker-container {
	padding-right: 10px;
	padding-left: 10px;
}
.rtl .dx-drw-range-tray .picker-container {
	padding-right: 0;
}

.dx-drw-range-tray .act-buttons {
	order: 3;
	border-right: 1px solid #ddd;
	padding-right: 10px;
}
.dx-drw-range-tray .act-buttons .actbtn {
	display: block;
	font-size: 14px;
	line-height: 14px;
	background-color: transparent;
	color: var(--theme-prime);
	text-decoration: none;
	padding: 5px;
	margin-bottom: 4px;
}
.dx-drw-range-tray .act-buttons .actbtn:hover,
.dx-drw-range-tray .act-buttons .actbtn:focus,
.dx-drw-range-tray .act-buttons .actbtn.active {
	background-color: #fcb731;
	color: #fff;
}

.supp-nav {
	margin: 0;
	padding: 0;
	list-style: outside none;
}
.supp-nav li {
	display: inline-block;
	padding: 0 15px;
}
.supp-nav li:first-child {
	padding-right: 0;
}
.supp-nav li:last-child {
	padding-left: 0;
}
.supp-nav li.active {
	font-weight: 600;
}

.tertiary-float {
	position: fixed;
	bottom: 120px;
	left: 0;
	z-index: 700;
}
.tertiary-float.to-right {
	right: 0;
	left: auto;
}
.tertiary-float .tfbtn {
	display: block;
	margin-bottom: 10px;
}
.tertiary-float .tfbtn:last-child {
	margin-bottom: 0;
}
.tertiary-float .v-ear {
	height: 30px;
	padding: 2px 10px;
	background-color: var(--theme-prime);
	line-height: 24px;
	font-size: 14px;
	font-weight: 600;
	color: var(--theme-secondary);
	text-decoration: none;
	border-top: 2px solid var(--theme-secondary);
	transform-origin: 0 0;
	transform: rotateZ(-90deg) translateX(-30px);
}
.tertiary-float.to-right .v-ear {
	transform-origin: 100% 0;
	transform: rotateZ(90deg) translateX(-30px);
}

.dx-marquee {
	position: relative;
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
}
.dx-marquee .strip {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	font-size: 1rem;
	white-space: nowrap;
	transition-property: transform;
}
.dx-marquee .strip.motion {
	transform: translateX(-100%);
	animation: horiz-whole-sweep 24s linear 1;
}
.dx-marquee.user-pause:hover .strip.motion {
	animation-play-state:paused;
}
.dx-marquee .strip.startover {
	transform: translateY(100%);
	animation: vert-bottom-top .5s ease 1;
}
@media (min-width: 768px){
	.dx-marquee {
		height: 30px;
	}
	.dx-marquee .strip {
		font-size: 1.2rem;
	}
}
@keyframes horiz-whole-sweep {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes vert-bottom-top {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

.dxr-rtl .rplg .rplg-review-avatar {
	margin: 0 0 0 10px !important;
}
.dxr-rtl .rplg .rplg-biz-rating .rplg-biz-score {
	margin: 0 0 0 8px !important;
}
.dxr-rtl .rplg-row .rplg-row-right,
.dxr-rtl .rplg .rplg-biz-based {
	text-align: right !important;
}
.dxr-rtl .rplg-links a,
.dxr-rtl .rplg-links a:focus {
	margin: 0 0 0 10px !important;
}
.dxr-rtl .rplg-box .rplg-box-content {
	text-align: right !important;
}
.dxr-rtl .rplg-slider .rplg-box .rplg-box-content {
	margin: 20px 40px 20px 20px !important;
	padding-left: 16px !important;
}
.dxr-rtl .rplg .rplg-review-badge {
	left: 12px;
	right: auto !important;
}
.dxr-rtl .rplg-slider .rplg-box .rplg-box-content::before {
	left: 515.391px !important;
	right: 50px !important;
	margin: -25px -40px 0 0 !important;
	content: "\201D" !important;
}
.dxr-rtl .rplg-slider .rplg-stars {
	margin-left: 4px !important;
	margin-right: 0 !important;
}
.dxr-rtl .rplg .rplg-stars svg {
	margin: 0 0 0 4px !important;
}
.dxr-rtl .rplg .rplg-slider-review .rplg-box::before {
	right: 35px !important;
	left: auto;
}