/* Document
	 ========================================================================== */
:root {
	/* Colors: */
	--white:#FFFFFF;
	--color-one: #040404;
	--color-playicon: #141416;
	--color-breaudcrumb: #393939;
	--color-three: #8E786F;
	--color-four: #848484;
	--lighter-text: #A1A1A1;	
	--profile-meta-text: #545454;
	--stroke-main: #B78D79;
	--stroke: #D6A68F;
	--stroke-two: #E2CBC1;
	--stroke-three: #CEAEA0;
	--stroke-four:#CBCBCB;
	--stroke-five:#EFE2DC;
	--stroke-six:#E6D0C7;
	--stroke-seven:#E1C7BC;
	--card-background: #FFF8F5;
	--input-bg2:#F8E7E0;
	--card-bg2:#FBF3EF;
	--footer-bg:#FCF1EC;
	--poetcard-bg: #FFEAE1;
	--poetcard-bg2: #DEDEDE;
	--cta-and-sub-heading: #881e1a;
	/* --cta-and-sub-heading: #DA627D; */
	--body-text: #464646;
	--heading: #0F0F0F;
	--heading-two: #8E0909;
	--logo:#040404;
	--header-bg:#FFFFFF;
	--banner-bg2:#efefb8;
	--inrbanner-body-color:#111111;
	--link-button-hover:#B2322E;
	--link-button-focus: #DB5955;
	--link-button-active: #641410;

	--link-button-two-hover:#F1AA89;
	--link-button-two-focus:#E49D7B;
	--link-button-two-active:#C28E75;


	--tag-button-border:#B78D79;
	--tag-button-border-hover:#B78D79;

	--owl-btn-arrow:#881e1a;
	--icon-color:#881e1a;
	--icon-color-two:#e97c24;

	

	/* font-family */
	--primary-font: 'Segoe UI';
	--secondary-font: 'Poppins';
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;	
}

/* 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;
	font-family: var(--primary-font);
	color: var(--stroke);
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

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;
}

	picture img{
		display:block;
	}
	/**
 * 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;
	height: 82px;
	resize: none;
}

/**
 * 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;
	margin: 0px;
	padding: auto;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color:var(--body-text);
	font-family:var(--primary-font);
	font-size: 14px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:var(--secondary-font);
	color: var(--heading);
	font-weight: 600;
	clear: both;
}
h1,
.secondary-h1 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 21px;
}
h2,
.secondary-h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

h3,
.secondary-h3 {
	font-family:var(--primary-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
}
.secondary-h3 {
	font-family:var(--secondary-font);
}
.primary-h4 {
	font-family:var(--primary-font);
	color: var(--heading);	
	display: block;
	clear: both;
}

.titleFilter {
	font-size: 20px;
	line-height: 30px;
	color:var(--heading);
	font-family:var(--secondary-font);
	font-weight: 600;
	display: block;
}
.titleFilter-small {
	font-size: 16px;
	line-height: 21px;
	color:var(--heading);
	font-family:var(--primary-font);
	font-weight: 600;
	display: block;
}


.font-bold {
	font-weight: bold;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-normal {
	font-weight: normal;
}


.textalign-center {
	text-align: center;
}


p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

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 {
	list-style: disc;
	padding-left: 0px;
}

ol {
	list-style: decimal;
}

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: #3B80E8;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*a:hover,
a:focus,
a:active {
	color: #191970;
} */



a:hover,
a:active {
	outline: 0;
}

/* clearfix
--------------------------------------------- */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Forms
--------------------------------------------- */

input[type="button"],
input[type="reset"],
input[type="submit"],
.linkButton,
button.linkButton,
.cmntButtons button,
.cmntButtons button.cmntDone,
.cmntButtons .cmntCncl {
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	padding: 9.5px 28px;
	text-align: center;
	color:#fff;
	font-family: var(--primary-font);
	font-weight: 600;
	background-color: var(--cta-and-sub-heading);
	text-decoration: none;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	text-transform: capitalize;
	min-width: 106px;
	box-shadow: none;
	border: 1px solid var(--cta-and-sub-heading);
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button.linkButton:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.linkButton:hover,
.cmntButtons button:hover,
.cmntDone:hover{
	border-color: var(--link-button-hover);
	background-color: var(--link-button-hover);
}

/*.linkButton:focus,
button.linkButton:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.cmntButtons button:focus,
.cmntDone:focus{
	border-color: var(--link-button-focus);
	background-color: var(--link-button-focus);
}

.linkButton:active,
button.linkButton:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: var(--link-button-active);
	background-color: var(--link-button-active);
}
*/

.linkButton.linkButton-cancel,
.linkButton.linkButton-outline,
.cmntButtons button.cmntCncl {
	color:var(--cta-and-sub-heading);
	background-color: transparent;
	border: 1px solid var(--cta-and-sub-heading);
}
.linkButton.linkButton-cancel:hover,
.linkButton.linkButton-outline:hover,
.cmntButtons button.cmntCncl:hover {
	color:var(--white);
	background-color: var(--cta-and-sub-heading);
	border-color:var(--cta-and-sub-heading);

}
/*
.linkButton.linkButton-cancel:focus,
.linkButton.linkButton-outline:focus,
.cmntButtons button.cmntCncl:focus {
	color:var(--white);
	background-color: var(--link-button-focus);
	border-color:var(--cta-and-sub-heading);

}
.linkButton.linkButton-cancel:active,
.linkButton.linkButton-outline:active,
.cmntButtons button.cmntCncl:active {
	color:var(--white);
	background-color: var(--link-button-active);
	border-color:var(--cta-and-sub-heading);

}*/

.linkButton.linkButton-cancel:hover {
	color:var(--cta-and-sub-heading);
}



.linkButton:hover {
	color: #fff;
}
.linkButton.linkButton-small {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding:2.5px 10px;
	min-width: 130px;
}
.linkButton.linkButton-exsmall {
	font-size: 14px;
	line-height: 19px;
	min-width: 95px;
}

	.linkButton.disabled,
	.linkButton:disabled,
	.linkButton-cancel:disabled,
	.linkButton-outline:disabled,
	input[type="button"]:disabled,
	input[type="reset"]:disabled,
	input[type="submit"]:disabled,
	input[type="button"][disabled],
	input[type="reset"][disabled],
	input[type="submit"][disabled],
	.tagButton.disabled {
		opacity: 0.5;
		pointer-events: none;
		visibility: visible;
	}
	.tagButton.disabled {
		border-color:gray;
	}

input[type="button"].linkButton-two,
input[type="reset"].linkButton-two,
input[type="submit"].linkButton-two,
button.linkButton-two,
.linkButton-two {
	display: inline-block;
	/*background-color: var(--stroke);*/
	background-color: #c16d29c2;
	color: var(--white);
	padding: 6px 20px;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	box-shadow: none;
	border: 0px;
	min-width: 98px;
	text-decoration: none;
}
.linkButton-two {
	display: inline-flex;
	align-items: center;
}
input[type="button"].linkButton-two:hover,
input[type="reset"].linkButton-two:hover,
input[type="submit"].linkButton-two:hover,
button.linkButton-two:hover,
.linkButton-two:hover {
	background-color: var(--link-button-two-hover);
}

/*input[type="button"].linkButton-two:focus,
input[type="reset"].linkButton-two:focus,
input[type="submit"].linkButton-two:focus,
button.linkButton-two:focus,
.linkButton-two:focus {
	background-color: var(--link-button-two-focus);
}

input[type="button"].linkButton-two:active,
input[type="reset"].linkButton-two:active,
input[type="submit"].linkButton-two:active,
button.linkButton-two:active,
.linkButton-two:active {
	background-color: var(--link-button-two-active);
}*/

.linkButton-two .icon {
	font-size: 20px;
	/* margin-right: 10px; */
	display: inline-block;
}
.linkButton-two .icon img {
	max-width: 16px;
	height: auto;
	display: block;
}

/* seperator */
.seperator-top {
	padding-top: 15px;
	margin-top:20px;
	border-top: 1px solid var(--stroke);
}
.seperator-bottom {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--stroke);
}


.icon--order-success svg polyline {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle { 
	-webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
	animation: checkmark-circle 0.6s ease-in-out backwards;
}

	.icon--order-success svg circle#colored {
		-webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
		animation: colored-circle 0.6s ease-in-out 0.7s backwards;
	} 

/* tagButton */
.tagButton {
	font-size: 14px;
	line-height: 19px;
	font-family: var(--primary-font);
	padding: 7px 16px;
	border: 1px solid var(--tag-button-border);
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	color: var(--body-text);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration: none;
	display: inline-block;
}
.tagButton.tagButton-icon {
	position: relative;	
}
.tagButton.tagButton-icon i {
	position: relative;
	color:var(--lighter-text);
	font-size:11px;
	margin-left: 10px;
	
}

.tagButton:hover {
	color:var(--white);
	background-color: var(--stroke);
	border-color:var(--tag-button-border-hover);
}
.tagButton.tagButton-icon:hover i {
	color:var(--white);
	
}
.wordSuggestion .tagButton:hover {
	color: var(--white);
	background-color: var(--stroke);
	border-color: var(--tag-button-border-hover);
}
.wordSuggestion .tagButton.tagButton-icon:hover i {
	color: var(--white);
}
.blackBgLayer {
	position: fixed;
	top: 0px;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0px;
	width: 100%;
	z-index: 999;
	display:none;
}
.spinner1 {
	animation: rotator 2.5s linear infinite;
	position: absolute;
	left: 0;
	z-index: 99;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.loader {
	animation: rotator 2.5s linear infinite;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -34px;
	transform: translate(-50%,-50%);
	display: none;
}
.screenLoader {
	animation: rotator 2.5s linear infinite;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
}

@keyframes rotator {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.path {
	stroke-dasharray: 200;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: dash 2.5s ease-in-out infinite, colors 10s ease-in-out infinite;
}

.loader .path {
	stroke-dasharray: 200;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: dashLoader 2.5s ease-in-out infinite, colorsLoader 10s ease-in-out infinite;
}


/* clearBtn */
.clearBtn {
	display: inline-block;
	color: var(--owl-btn-arrow);
	font-weight: 600;
}
/*.favMessage*/
.favMessage {
	background: rgba(0,0,0,.6);
	width: auto;
	max-width: 340px;
	position: fixed;
	visibility: hidden; 
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	z-index: 999999999;
	border-radius: 50px;
}
.favMessageAddedShow, .favMessageRemovedShow {
	visibility: visible;
	opacity: 1;
	bottom: 50%;
}
	
.favMessage p {
	font-size: 18px;	
	line-height: 1.2;
	font-weight:600;
	color: #fff;
	display: none;
	padding: 16px 32px;
	text-align: left;
	margin-bottom:0px;
}
.favMessageAddedShow .added {
	display: block;
}
.favMessage i {
	color: var(--stroke);	
	line-height: normal;
	border-left: none;
	margin-right: 8px;
	float: left;
	margin-top: -4px;
	margin-left: -8px;
}
.favMessageRemovedShow .removed {
	display: block;
}
/*loadingScreen*/
.loadingScreen {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	background: #fff;
	text-align: center;
	top: 0;
}
	.loadingScreen svg {
		width:150px;
		height:100px;
	}

.loadingScreen img {
	position: fixed;
	left: 50%;
	top: 50%;
	height: auto;
	width: 316px;
	margin-left: -158px;
	margin-top: -25px;
}

.loadingScreenSvg {
	position: fixed;
	left: 50%;
	top: 50%;
	height: auto;
	width: 260px;
	margin-left: -130px;
	margin-top: -25px;
	display: block;
}


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 {
	display: block;
	width: 100%;
	/*font-size: 13px;
	line-height: 17px;
	*/ font-size: 14px;
	line-height: 19px;
	font-family: var(--primary-font);
	color: var(--body-text);
	border: 0px;
	border-bottom: 1px solid #B78D79;
	border-radius: 10px 10px 0px 0px;
	background-color: var(--input-bg2);
	/*padding: 17px 45.67px 7.5px 19.67px;*/
	padding: 14px 45.67px 10.5px 15.67px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}

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: var(--body-text);
	background-color: var(--card-background);
}

 



select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.pagiTag {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 16px 5px;
	color:var(--cta-and-sub-heading);
	background-color: var(--card-background);
	border: 1px solid #F0E1DA;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
}

/* CLS */
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}
 
.owl-carousel img {
    width: 100%;
}
.owl-carousel .owl-item img {
	height: auto;
}
/* owl-dots */
.owl-dots {
	text-align: center;
}
.owl-dots > button {
	display: inline-block;
	border: 0px;
	appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	margin-right:8px;
	cursor: pointer;
}
.owl-dots > button:last-child {
	margin-right: 0px;
}
.owl-dots > button > span {
	width:8px;
	height: 8px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border: 1px solid var(--cta-and-sub-heading);
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.owl-dots > button.active > span {
	width:17.6px;
	background-color: var(--cta-and-sub-heading);
}

/* searchTag */
.searchTag {
	color: #E97C24;
	font-size:12px;
	display:block;
}
/* poetName */
.poetName {
	display: block;
	font-size: 16px;
	line-height: 21px;
	margin-top: 15px;
}
/* hideScrollbar */
.hideScrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hideScrollbar::-webkit-scrollbar {
	display: none;
  }
/* ellipsis--width  */
.ellipsis-width {
	width: 100%;
	white-space: nowrap;    
    overflow: hidden;
    text-overflow: ellipsis; 
}
/* ellipsisHeight */
.ellipsisHeight-two {
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show 
	-webkit-box-orient: vertical; */


	width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
	max-height: 40px;   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-shadow {
	width: 100%;
	white-space: nowrap;    
    overflow: hidden;
}
.ellipsis-shadow::after {
	position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 100%;
    width: 64px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(90%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 90%,#fff 100%);
}

/* patternBg */
.patternBg {	
	position: relative;
    overflow: hidden;
    padding-top: 43px;
}
.bannerReadingpage .patternBg {
	padding-top: 30px;
}
.patternBg-small {
	padding-top: 22px;
}
.patternBg::before {
	content: "";
	width: 72px;
	height: 72px;
	background: url(../images/pattern_mob.png) no-repeat center center;
	background-size:72px;
	position:absolute;
	left:0px;
	top:0px;
}
.poetsLists .patternBg::before,
.vachikVideoLists .patternBg::before {
	height:64px;
}
.poetsLists .patternBg,
.vachikVideoLists .patternBg {
	padding-top:29px;
}
.bannerReadingpage .patternBg:before {
	height: 64px;
}
.patternBg-small:before {
	/*width: 64.65px;*/
	width: 68.65px;
	height: 56px;
	background: url(../images/pattern_inner_mob.svg) no-repeat center center;
	background-size: 64.65px;
}

/* error*/
.HndiErrorContainer {
	padding: 60px 0px 0px;
	text-align: center;
}
/* multifilterIcon */
.multifilterIcon {
	font-size: 16px;
	line-height: 21px;
	color: var(--cta-and-sub-heading);
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.multifilterIcon i {
	margin-right: 9px;
	margin-top: 3px;
}
.multifilterIcon i,
.multifilterIcon span {
	display: inline-block;
	vertical-align: middle;
}

/* bg-loader */
.bg-loader {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.bg-loader img {
	width: 150px;
}
/* playIcon */

.playIcon {
	text-align: center;
}
.playIcon span {
	display: inline-block;
	width:50px;
	height: 50px;
	background-color: rgba(255,255,255, 0.8);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	position: relative;
}
.playIcon span i {
	font-size: 15px;
	color:var(--color-playicon);
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
/* customCheck */
.customCheck {
	display: block;
	position: relative;
	padding-left: 22px;	
	margin-bottom: 0px;
	cursor: pointer;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
  }  
  .customCheck:hover,
  .customCheck:focus {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  }


.customCheck span {
	font-size: 12px;
	line-height: 20px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
  .customCheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border: 1px solid var(--stroke);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
  
 
  .customCheck input:checked ~ .checkmark {
	background-color: var(--stroke);
  }  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .customCheck input:checked ~ .checkmark:after {
	display: block;
  }
  .customCheck .checkmark:after {
	left: 4px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* scroll */
/* width */
.scroll::-webkit-scrollbar {
	width: 4px;	
  }
  
  /* Track */
  .scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #00000029; 
	border-radius: 10px;
  }
   
  /* Handle */
  .scroll::-webkit-scrollbar-thumb {
	background: var(--cta-and-sub-heading);
	border-radius: 10px;
	transition: 0.5s all ;	
	-moz-transition: 0.5s all ;
	-ms-transition: 0.5s all ;
	-o-transition: 0.5s all ;
	-webkit-transition: 0.5s all ;
}
  
  /* Handle on hover */
  .scroll::-webkit-scrollbar-thumb:hover {
	background: var(--link-button-hover); 
  }
/* hide */
.hide-mob {
	display: none;
}
/* disabled */
.disabled {
	opacity: 0.5;
	visibility: visible;
	pointer-events: none;
}

.anjasTextCard.disabled {
	opacity: 0.2
}

/* margin */
.mb-5 {
	margin-bottom: 5px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
/* withAll */
.withAll {
	position: relative;
	padding-right: 20px;
}
.seAllbtn {
	position: absolute;
	right: 0px;
	text-decoration: none;
	color:var(--cta-and-sub-heading);
	font-size: 15px;
	margin-top: 7px;
}
/* tagAlpha */
.tagAlpha {
	font-size:18px;
	font-family:var(--secondary-font);
	font-weight:500;
	color:var(--cta-and-sub-heading)
}
/* placeholder */
::-webkit-input-placeholder { /* Edge */
	color: var(--lighter-text);
}
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--lighter-text);
  }
  
  ::placeholder {
	color: var(--lighter-text);
  }

 /* breadcrumbNav */ 
 .breadcrumbNav {
	margin-top: 10px;
	margin-bottom: 20px;
 }
 .breadcrumbNav ul > li {
	 position: relative;
	 display: inline-block;
	 font-size: 12px;
	 line-height: 16px;
	 color:var(--color-breaudcrumb);
	 padding-right: 7px;
	 margin-right: 8px;
 }
 .breadcrumbNav ul > li > a {
	 font-size: 12px;
	 line-height: 16px;
	 color:var(--color-breaudcrumb);
	 text-decoration: none;
 }
 .breadcrumbNav ul > li::after {
	 content: "";
	 position: absolute;
	 right: -6px;
	 width: 7px;
	 height: 7px;
	 background: url(../images/right-arrow-next.svg) no-repeat center center;
	 background-size:7px;
	 top:54%;
	 transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
}
.breadcrumbNav ul > li:last-child::after {
	display: none;
}

/* prevPoetIndex */
.prevPoetIndex,
.nextPoetIndex {
	font-size: 12px;
	color:var(--cta-and-sub-heading);
	width: 22px;
	height: 100%;
	background-color: rgba(255,255,255, 1);
	display: inline-flex;
	align-items: center;
}
.prevPoetIndex {
	/*background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);  Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );  IE6-9 */
	justify-content: flex-start;
}

.nextPoetIndex {
	/*background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);  FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );  IE6-9 */
	justify-content: flex-end;
}



/* navListFilter  */
.navListFilter ul {
	list-style: none;    
    overflow-x: auto;
    padding-bottom: 0;   
    white-space: nowrap;
    display: flex; 
	/* padding-left: 18px;    
	padding-left: 20px;*/
}
	.navListFilter ul li a {
		font-size: 14px;
		/*font-size: 16px;*/
		line-height: 20.67px;
		font-family: var(--secondary-font);
		color: var(--body-text);
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
		display: block;
		text-decoration: none;
		padding: 6.68px 20px 2.68px; 
		/*padding: 10.68px 20px 9.68px;*/
		text-align: center;
	}
 
.navListFilter ul   li.filterActive {
	border: 1px solid var(--cta-and-sub-heading);        
}
.navListFilter ul   li {
	display: inline-block;
	padding: 3px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	/*margin-right: 20.11px;*/
	margin-right:12.11px;
}
.navListFilter ul  li.filterActive > a {
	color:var(--white);
    background-color: var(--cta-and-sub-heading); 
}
.navListFilter ul   li:last-child {
	margin-right: 0px;
}
/* poetSearchform */
.poetSearchform {
    position: relative;
    max-width: 100%;      
}
	.poetSearchform > input[type="text"] {
		color: var(--body-text);
		background-color: var(--card-bg2);
		/*padding: 9px 19px 7.5px 36.67px;   */
		padding: 9px 19px 7.5px 14px;
		font-size: 13px;
		line-height: 17px;
	}
.poetSearchform input[type="submit"] {
    position: absolute;
    width: 14px;
    height: 14px;
    min-width: 1px;
    font-size: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    appearance: none;
    box-shadow: none;
    border: 0px;
    background: transparent url(../images/search.png) no-repeat center center;
    background-size: 14px;
    left:15px;
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	padding: 0px;
}

/* filterIndex */
.filterIndex ul {
	list-style: none;    
    overflow-x: auto;
    padding-bottom: 0;      
    display: flex; 
	flex-wrap: nowrap;	
}
.filterIndex ul li {
	margin-right: 3px;
}
.filterIndex ul li > a {
	font-size: 13px;
	line-height: 17px;
	color:var(--body-text);
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: var(--white);
	color:var(--body-text);
	border: 1px solid var(--stroke-four);
	display: block;
	text-decoration: none;
}

.filterIndex ul li.indexActive > a {
	background: var(--cta-and-sub-heading);
	border-color:var(--cta-and-sub-heading);
	color:var(--white);	
}
/* seeMoreLess */
.seeMoreLess {
	text-align: center;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.seeMoreLess .textContent {
	max-height: 71px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 13px;
	
}
.seeMoreLess .textContent p {
	margin-bottom: 0px;
}
.seeMoreLess h3,
.seeMoreLess h2,
.seeMoreLess h1 {
	text-align: left;
}
.seeMoreLess.expandHeight .textContent {
	max-height: 100%;	
}
.seeMoreLess .textContent p:last-child {
	margin-bottom: 0px;
}

/* container  */
.container {
	max-width:1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
/* Result not found */
.notResultFound {
	min-height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
}

@media screen and (min-width: 992px) {
	h1, .secondary-h1 { 
		font-size: 32px;
		line-height: 48px;

	}	
  h2, .secondary-h2 {
	  font-size:20px;
	  line-height:30px;
	  margin-bottom:10.96px; 
	  
  }
  h3, .secondary-h3 {
	font-size:16px;
	line-height:21px;	
}

  .primary-h4 {
	  font-size:16px;
	  line-height:21px;
  }

  .clearBtn {
	  font-size:16px;
	  line-height: 22px;
	  font-weight: 600;
  }
  p {
	  font-size:16px;
	  line-height:28px;
	  
  }

  .container {
	  max-width: 1230px;
  }

  .linkButton-two .icon img {
	  width:18px;
	  max-width:18px;
	  height: auto;

  }
  /* .seAllbtn */
  .seAllbtn {
	  font-size: 18px;
  }

   picture{
	position: relative;
	display: block;
  }

  /* input */
/* 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 { 
	font-size: 14px;
	line-height: 24px;
	padding: 12.25px 18px;
	background-color: var(--input-bg2);
} */
.customCheck {
	padding-left: 25px;
}  

.checkmark {
	width: 16px;
	height: 16px;
	top:3px;
}
.customCheck .checkmark:after {
	height: 9px;
	top:1px;
	left:5px;
}

form label {
	margin-bottom: 15px;
}


input[type="button"],
input[type="reset"],
input[type="submit"],
.linkButton,
button.linkButton { 
	padding: 10px 32px;
	min-width: 122px;
	font-size: 16px;
	line-height: 21px;

}

/* .tagButton {
	font-size: 16px;
	line-height: 21px;
} */

.tagButton.tagButton-icon i {
	display: inline-block;
}

	.HndiErrorContainer {
		padding:120px 0px 0px;
	}
	/* hide--mob */
	.hide-mob {
		display: block;
	}

/* .desk--show */
  .desk-show {
	  display: block;
  }
  .desk-hide {
	  display: none;
  }
  .owl-dots {
	line-height: 10px;
  }
  .owl-dots > button.active > span {
	  width:27px;
	  
  }
  .owl-dots > button {
	  margin-right: 5px;
  }
  .owl-dots > button > span {
	  width:10px;
	  height:10px;
	  
	  border-width: 2px;
  }
  .owl-carousel {
	  position: relative;
  }

 .bannerSlider .owl-carousel .owl-stage-outer {
	  margin-bottom:27px;
	  
  }

  .seeMoreLess .textContent{
	margin-bottom: 0;
  }											 
  .owl-carousel .owl-stage-outer .owl-stage {
	  display: flex;
  }
  .fullwidthBanner.owl-carousel .owl-stage-outer .owl-stage {
	display: block;
  }
  
  .owl-carousel .owl-nav {
	  position:absolute;
	  top:50%;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-nav button,
.owl-carousel.owl-theme .owl-nav button.owl-prev, .owl-carousel.owl-theme .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	background:var(--white);
	box-shadow: 0px 3px 6px #00000029;
	min-width:1px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.fullwidthBanner.owl-carousel.owl-theme .owl-nav button.owl-next {
	right:20px;
}
.fullwidthBanner.owl-carousel.owl-theme .owl-nav button.owl-prev {
	left:20px;
}
.owl-carousel.owl-theme .owl-nav {
	width:100%;
}
.owl-carousel.owl-theme .owl-nav button {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color:var(--owl-btn-arrow);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	color: var(--owl-btn-arrow);
}
.owl-carousel.owl-theme:hover .owl-nav button {
	opacity: 1;
	visibility: visible;
}
.owl-carousel.owl-theme .owl-nav button.disabled {
	opacity:0;
	
}
.owl-carousel.owl-theme .owl-nav button:hover {
	background-color: var(--link-button-hover);
	color:var(--white);
}
.owl-carousel.owl-theme .owl-nav button:hover:focus {
	background-color: var(--link-button-focus);
}
.owl-carousel.owl-theme .owl-nav button:hover:active {
	background-color: var(--link-button-active);
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
	left:auto;
	right:-13px;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
	left:-13px;
	right:auto;
}
	.fullwidthBanner.owl-carousel.owl-theme .owl-nav button.owl-next {
		right: 40px;
	}

	.fullwidthBanner.owl-carousel.owl-theme .owl-nav button.owl-prev {
		left: 40px; 
	}
.owl-carousel.owl-theme .owl-nav button.owl-prev:before {
	content: "\e90d";
	font-family: 'icomoon' !important;
}

.owl-carousel.owl-theme .owl-nav button.owl-next:before {
	content: "\e914";
	font-family: 'icomoon' !important;
}
.owl-carousel.owl-theme.owl-loaded {
	overflow: visible;
}
  .patternBg {
	  padding-top:67px;
  }
  .patternBg::before {
	  width:91px;	  
	  height:102px;
	  background:url(../images/pattern_desk.png) no-repeat center center;
	  background-size:91px;
  }
	
	.bannerReadingpage .patternBg {
		padding-top: 39px;
	}
		.bannerReadingpage .patternBg::before,
		.poetsLists .patternBg::before,
		.vachikVideoLists .patternBg::before {
			height: 79px;
		}
	.poetsLists .patternBg,
	.vachikVideoLists .patternBg{
		padding-top:49px;
	}
	.patternBg-small {
		padding-top: 44px;
	}

  .patternBg-small:before {
	  width: 91px;
	  height: 92px;
	  background:url(../images/pattern_inner_desk.svg) no-repeat center center;
	  background-size:91px;
  }

  /* .poetSearchform */
  .poetSearchform > input[type="text"] {
	  padding: 14.25px 19px 12.25px 35.67px;
	  font-size: 13px;
	  line-height: 17px;
  }
  .poetSearchform input[type="submit"] {
	height: 16px;
	width:16px;
	background-size: 16px;
	left:13.98px;
}
  
  /* .navListFilter */
  .navListFilter ul > li > a {
	  font-size: 18px;
	  line-height: 25px;
	  padding: 6.5px 29.05px;
  }
  /* filterIndex */
  .filterIndex ul li {
	  margin-right: 5px;
  }
    .filterIndex ul li:last-child {
		margin-right:0px;
    }
  .filterIndex ul li > a {
	font-size: 14px;
	line-height: 19px;
	padding: 4.5px 16.5px;
  }
  /*.multifilterIcon span */
  .multifilterIcon i {
	  margin-top: 0px;
	  margin-right: 0px;
  }
  .multifilterIcon {
	  font-size: 25px;
	  color: var(--stroke);
  }
  .multifilterIcon span {
	  display: none;
  }
  .breadcrumbNav {
    margin-top: 0px;
    margin-bottom: 30px;
}

	

}
@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 100px
	}

	100% {
		stroke-dashoffset: 200px
	}
}

@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 100px
	}

	100% {
		stroke-dashoffset: 200px
	}
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 100px
	}

	100% {
		stroke-dashoffset: 0px
	}
}

@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 480px
	}

	100% {
		stroke-dashoffset: 960px;
	}
}

@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}

	100% {
		stroke-dashoffset: 480px
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 480px
	}

	100% {
		stroke-dashoffset: 960px
	}
}

@keyframes colored-circle {
	0% {
		opacity: 0
	}

	100% {
		opacity: 100
	}
}

@keyframes colorsLoader {
	0% {
		stroke: var(--cta-and-sub-heading);
		
	}

	25% {
		stroke: var(--cta-and-sub-heading);
	}

	50% {
		stroke: var(--cta-and-sub-heading);
	}

	75% {
		stroke: var(--cta-and-sub-heading);
	}

	100% {
		stroke: var(--cta-and-sub-heading);
	}
}

@keyframes dashLoader {
	0% {
		stroke-dashoffset: 200;
	}

	50% {
		stroke-dashoffset: 50;
		transform: rotate(180deg);
	}

	100% {
		stroke-dashoffset: 200;
		transform: rotate(720deg);
	}
}

@keyframes colors {
	0% {
		stroke: var(--cta-and-sub-heading);
	}

	25% {
		stroke: var(--cta-and-sub-heading);
	}

	50% {
		stroke: var(--cta-and-sub-heading);
	}

	75% {
		stroke: var(--cta-and-sub-heading);
	}

	100% {
		stroke: var(--cta-and-sub-heading);
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 200;
	}

	50% {
		stroke-dashoffset: 50;
		transform: rotate(180deg);
	}

	100% {
		stroke-dashoffset: 200;
		transform: rotate(720deg);
	}
}