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

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 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;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Work Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Work Sans', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Work Sans', sans-serif;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*===========================custom-css==========================*/

body{
	font-family: 'Work Sans', sans-serif;
}

.top-bar {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 8px 0;
}

.aph_bar_message_body p {
    margin-bottom: 0;
    padding: 3px 0;
    font-size: 15px;
}


.slick-carousel_info {
    margin-bottom: 0;
}

.slick-carousel_info .slick-prev:before {
    content: '\f104';
    position: absolute;
    z-index: 999;
    font-family: 'FontAwesome';
    top: -2px;
    color: #fff;
    opacity: 1;
}

.slick-carousel_info .slick-next:before {
    content: '\f105';
    position: absolute;
    z-index: 999;
    font-family: 'FontAwesome';
    top: -2px;
    color: #fff;
    opacity: 1;
}

.slick-carousel_info .slick-prev {
    left: 0px;
}

.slick-carousel_info .slick-next {
    right: 0px;
}
.aph_bar_message_body a {
    padding: 5px 8px;
    border: 2px dashed #fff;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}


@media(min-width: 1200px){
	.container{
		max-width: 1180px;
	}

	ul#primary-menu li a {
		font-size: 15px !important;
	}	

	.elementor-container{
		max-width: 1180px !important;
	}
}







@media(min-width: 1400px){
	.container,.elementor-container{
		max-width: 1320px;
	}

	ul#primary-menu li a {
		font-size: 16px !important;
	}

	.elementor-container{
		max-width: 1320px !important;
	}	
}

.topstrip {
    background: #000;
}

.kingdom-study-stripinfo.with-align-left {
    float: left;
}
.kingdom-study-stripinfo {
    display: inline-block;
}

.kingdom-study-adminuser-section {
    float: right;
}

.topstrip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topstrip ul li:not(:last-child) {
    margin-right: 15px;
}

.topstrip ul {
    display: flex;
    align-items: center;
}

.topstrip ul li a:hover {
    color: #525fe1;
}

.topstrip ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}
.kingdom-study-stripinfo li a i {
    margin-right: 5px;
    font-size: 15px;
}

.topstrip {
    background: #000;
    padding: 10px 0;
}

.site-header .row {
    align-items: center;
}

ul#primary-menu {
    justify-content: center;
}

ul#primary-menu li {
    margin: 0 10px;
}

.main-navigation li {
    position: relative;
}

ul#primary-menu .current-menu-item a {
    color: #525FE1;
}

ul#primary-menu li a {
    color: #000;
    text-transform: capitalize;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    transition: all 0.5s;
    position: relative;
    letter-spacing: 0.2px;
}

header#masthead.active {
    position: fixed!important;
    background: #fff!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
}

@keyframes headerSticky {
	0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}

ul#primary-menu .current-menu-item a:before {
    opacity: 1;
    transform: scale(1);
}
ul#primary-menu li a:before {
    content: '';
    position: absolute;
    background: #525FE1;
    width: 100%;
    height: 2px;
    bottom: 5px;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0);
}

ul#primary-menu li a:hover {
    color: #525FE1;
}

ul#primary-menu li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

child {
    margin-left: 15px;
}

.search-login-field ul li a svg {
    width: 16px;
    height: 16px;
}
.search-login-field ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
	align-items:center;
}

.search-login-field ul li:last-child {
    margin-left: 15px;
}

a.header-search-btn {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
    border-radius: 5px;
    outline: none;
    color: var(--color-primary);
    border: 0 none;
    padding: 0;
    background: #fff;
    display: block;
    font-size: 16px;
}

a.header-btn svg {
    margin-right: 5px;
}

a.header-btn svg path {
    fill: #fff;
}
a.header-btn {
    border-radius: 5px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    background: #525FE1;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
    text-decoration: none;
    border: 0 none;
    display: inline-flex;
    align-items: center;
}

a.header-btn:hover{
	background:#231f40;
}

header#masthead.header-transparent{
	position:absolute;
	 background: transparent;
}

header#masthead {
    padding: 15px 0;
    position: relative;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 999999;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
}

.banner-top-heading h2:before {
    left: 0;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #525FE1;
    content: "";
    position: absolute;
}

.banner-top-heading h2 {
    position: relative;
    padding-left: 60px;
    display: block;
}

.banner-btn .elementor-button-icon {
    margin-top: 2px;
}

.about-ing-box figure img {
    margin-top: 13px;
}

.about-ing-box figure {
    text-align: center;
    height: 65px;
    background-color: #FFA41B1A;
    display: flex;
    border-radius: 50%;
    width: 75px !important;
}

div#about-ing-box-2 figure img {
    margin-top: 18px;
}
div#about-ing-box-2 figure {
    background-color: #525FE11A;
}

div#about-ing-box-3 figure img {
    margin-top: 18px;
}
div#about-ing-box-3 figure {
    background-color: #FB7C561A;
}

.about-left-img-ani img {
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


@keyframes float-bob-y {
	0% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
50% {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
100% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
}


/*=====================what-we-offer===================  */

.offeer-icon-box .elementor-widget-container {
    padding: 30px 30px;
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    height: 100%;
	transition:all 0.5s;
}

.offeer-icon-box .elementor-widget-container:hover{
	    background: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
	    transform: translateY(-20px);
}

.offeer-icon-box .elementor-icon.elementor-animation- svg {
    width: 40px;
}
.offeer-icon-box .elementor-icon.elementor-animation- {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 35px 35px 3px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(113,82,233,0.15);
	transition:all 0.5s;
}

.offeer-icon-box .elementor-widget-container:hover .elementor-icon.elementor-animation-{
	background: #7152E9;
}

.offeer-icon-box .elementor-widget-container:hover .elementor-icon.elementor-animation- svg path{
	fill: #fff;
}

.offeer-icon-box .elementor-icon-box-content p:last-child {
    display: none;
}

.offer-btn a i {
    margin-left: 5px;
}

.offer-btn a {
    font-size: 16px;
    line-height: 26px;
    color: #231f40;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.offer-btn {
    margin-top: 15px;
}

.offer-btn a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.offer-btn a:hover {
    color: #525fe1;
}
.offer-btn a:before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #525FE1;
    transition: 0.3s;
}

#offeer-icon-box-2 .elementor-icon.elementor-animation- {
    background: rgba(255,164,27,0.15);
}

#offeer-icon-box-2 .elementor-widget-container:hover .elementor-icon.elementor-animation-{
	    background: #FFA41B;
}


#offeer-icon-box-3 .elementor-icon.elementor-animation- {
   background: rgba(82,95,225,0.15);
}

#offeer-icon-box-3 .elementor-widget-container:hover .elementor-icon.elementor-animation-{
	    background: #525FE1;
}
#offeer-icon-box-4 .elementor-icon.elementor-animation- {
   background: rgba(248,111,3,0.15);
}

#offeer-icon-box-4 .elementor-widget-container:hover .elementor-icon.elementor-animation-{
	    background: #F86F03;
}


/*=====================product====================  */
.product-grid-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1.5rem;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

@media (max-width: 1200px) {
	.product-grid-row {
		grid-template-columns: repeat(3,minmax(0,1fr));
		gap: 1.5rem;
	}
}
@media (max-width: 767px) {
	.product-grid-row {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 1.5rem;
	}
}
@media (max-width: 480px) {
	.product-grid-row {
		grid-template-columns: repeat(1,minmax(0,1fr));
		gap: 1.5rem;
	}
}

.wrap-product-loop-content {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 5px 0px;
}

.wrap-product-img img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.wrap-product-loop-detail {
    padding: 15px;
}

.wrap-product-loop-content h3 a {
    color: #231F40;
	text-decoration:none;
}

.wrap-product-loop-content h3 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.card-bottom {
    border-top: 1px solid rgba(35, 31, 64, .07);
    padding-top: 16px;
}
.product-grid-row .product-grid-item {
/*     padding: 15px; */
/*     flex: 0 0 25%; */
/*     max-width: 25%; */
}

.card-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
	align-items:center;
}

.card-bottom ul li .price bdi {
    font-size: 18px;
    color: #231F40;
    font-weight: 600;
}

.card-bottom ul li a:hover {
    background-color: #231F40;
}

.card-bottom ul li a {
    border-radius: 3px;
    background: #525FE1;
    font-weight: 500;
	text-decoration:none;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.5s;
}

/*=======================testimonial=====================  */

.testimonial-card-box .inner {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin: 0 20px 40px 0;
}

.testimonial-card-box .inner .client-info {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.testimonial-card-box .inner .client-info .thumbnail {
    margin-right: 15px;
}

.testimonial-card-box .inner .client-info .thumbnail img {
    max-height: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 3px;
}

.testimonial-card-box .inner .client-info .content .title {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.testimonial-card-box .inner .client-info .content .designation {
    color: #525fe1;
    font-weight: 500;
}

.testimonial-card-box .inner .description {
    margin-bottom: 22px;
	font-size:16px;
	font-weight:500;
	line-height:1.63;
	color:#6F6B80;
}

.slick-slider .rating i:not(:last-child) {
    margin-right: 0px;
}

.testimonial-card-box .inner .rating i {
    color: #ffa41b;
}

.testimonial-card-box .inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 0 27px;
    border-color: transparent transparent transparent #fff;
    top: calc(99% - 1px);
    transform: rotate(90deg);
    z-index: 2;
    border-bottom-right-radius: 4px;
}

.slick-carousel_testi .slick-dots {
    margin: 0;
    padding: 0;
}

.slick-carousel_testi .slick-dots li.slick-active button {
    border: 2px solid #525FE1;
    border-radius: 50px;
}

.slick-carousel_testi .slick-dots li button:before {
    font-size: 10px;
    margin-left: -0.5px;
}

.slick-carousel_testi .slick-dots li button:before {
    font-size: 10px;
    margin-left: -0.5px;
    color: #525FE1;
	line-height: 22px;
}

.slick-carousel_testi .slick-dots li.slick-active button:before {
    opacity:1;
}

.slick-carousel_testi .slick-dots li {
    margin: 0 2px;
}


/*=====================why choose us ======================  */

.why-choose-img img{
    -webkit-mask-image: url(/wp-content/uploads/2023/06/mask-shape-1.svg);
    mask-image: url(/wp-content/uploads/2023/06/mask-shape-1.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: relative;
    display: block;
}

.eduvibe-animated-image-type-one {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.eduvibe-animated-image-type-one .circle-image span {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #F86F03;
    pointer-events: none;
    animation: eduvibe-rotate-animate 13s linear infinite;
}

.eduvibe-animated-image-type-one .circle-image span:nth-child(1) {
    border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
}

.eduvibe-animated-image-type-one .circle-image span:nth-child(2) {
    animation-direction: reverse;
    border-radius: 41% 59% 40% 60% / 65% 66% 34% 35%;
}

@keyframes eduvibe-rotate-animate {
	0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.eduvibe-video-popup-content {
    text-align: center;
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eduvibe-video-popup-content .eduvibe-video-popup-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #F86F03;
    fill: #F86F03;
    background-color: #FFFFFF;
	    border-radius: 100% 100% 100% 100%;
}

.eduvibe-animated-image-type-one .circle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: -1;
}


.eduvibe-video-popup-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition:0.3s;;
    transition: 0.3s;;
    border-radius: 50%;
    border: 1.2px solid #fff;
}

.eduvibe-video-popup-icon::before {
    -webkit-animation: video-ripple 2s linear infinite;
    animation: video-ripple 2s linear infinite;
}

 .eduvibe-video-popup-icon::after {
    -webkit-animation: video-ripple 2s linear 1s infinite;
    animation: video-ripple 2s linear 1s infinite;
}

 .eduvibe-video-popup-icon::after {   
	 content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;;
    transition: 0.3s;;
    border-radius: 50%;
    border: 1.2px solid #fff;
}

@keyframes video-ripple{
	0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
75% {
  -webkit-transform: scale(2.1);
  transform: scale(2.1);
  opacity: 1;
}
100% {
  -webkit-transform: scale(2.3);
  transform: scale(2.3);
  opacity: 0;
}
}

/*========================blog====================  */

.eduvibe-blog-post-1 {
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.radius-small {
    border-radius: 5px;
}

.edu-blog .thumbnail {
    position: relative;
}

.edu-blog .thumbnail a {
    display: block;
    overflow: hidden;
}

.eduvibe-blog-post-1 .inner .thumbnail img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.edu-blog .thumbnail a img {
    transition: 0.4s;
    overflow: hidden;
    width: 100%;
}

.eduvibe-blog-post-1 .inner .content {
    padding: 24px 24px 24px;
}

.status-group {
    margin: -5px;
}

.eduvibe-blog-post-1 .inner .content .title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin: 15px 0;
}


.edu-blog:hover .inner .thumbnail a img {
    transform: scale(1.1);
}

.eduvibe-status.status-05 a:hover, .eduvibe-status.status-05:hover {
    color: #525fe1;
}
.eduvibe-blog-post-1 .inner .content .title:hover a {
    color: #525fe1;
}

.eduvibe-blog-post-1 .inner .content .title a{
	color: #231F40;
	transition:all 0.5s;
}
.eduvibe-status.status-05 a {
    color: #6f6b80;
    font-weight: 500;
}

span.eduvibe-status.status-05 i {
    color: #525fe1;
}

.edu-blog .blog-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eduvibe-blog-meta {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -25px;
    padding: 0;
    list-style: none;
}

.eduvibe-blog-meta li {
    margin: 5px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
	color:#6F6B80;
}

.eduvibe-blog-meta li i, .eduvibe-blog-meta li img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

a.btn-transparent, button.btn-transparent {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #525fe1;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

a.btn-transparent i, button.btn-transparent i {
    padding-left: 8px;
    top: 0px;
    position: relative;
    font-size: 14px;
}

/*================footer====================  */

footer#colophon {
    background-color: #231F40;
    padding: 80px 0px 0px 0px;
}

.four-columns-1 figure {
    margin-top: 0;
}
.four-columns-1 figure img {
    width: 200px;
}

.four-columns-1 p {
    color: #fff;
    max-width: 95%;
}

.ftr-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ftr-social ul li:not(:last-child) {
    margin-right: 10px;
}

.ftr-social ul li a:hover {
    background: #525fe1;
}
.ftr-social ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background-color: #FFFFFF1A;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
}

.site-footer h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 20px;
}

ul#menu-explore li a:hover,ul#menu-quick-links li a:hover {
    color: #525fe1;
    letter-spacing: 1.2px;
}

ul#menu-explore li a:before,ul#menu-quick-links li a:before {
    content: '\f101';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 0px;
}
ul#menu-explore li a,ul#menu-quick-links li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding-left: 26px;
    position: relative;
    transition: all 0.5s;
    font-weight: 400;
    letter-spacing: 1px;
}
ul#menu-explore li,ul#menu-quick-links li {
    padding-bottom: 10px;
}
ul#menu-explore,ul#menu-quick-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#nav_menu-2 {
    padding-left: 40px;
}

.ftr-info ul li a:hover {
    color: #525fe1;
}

.ftr-info ul li {
    padding-bottom: 10px;
}
.ftr-info ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding-left: 26px;
    transition: all 0.5s;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    position: relative;
}
.ftr-info ul li a img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}
.ftr-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyrightdiv {
    padding: 30px 0 30px 0;
    position: relative;
}

.copyrightdiv:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 0.8px;
    width: 85%;
    left: 7.5%;
    top: 0;
    border-radius: 10px;
}

.copyrightdiv .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyrightdiv p {
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
	    color: #fff;
}

.copyrightdiv p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

div#mainfooter {
    padding-bottom: 30px;
}

.copyrightdiv ul li:not(:last-child) {
    margin-right: 10px;
}
.copyrightdiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.copyrightdiv ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background-color: #FFFFFF1A;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
}

.copyrightdiv ul li a:hover {
    background: #525fe1;
}

/*=======================single-product-page==================  */

.single-product .entry-header .entry-title {
    display: none;
}

.single-product .entry-content .product_title {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}

.single-product .summary.entry-summary {
    margin-top: 0;
}

.single-product .summary .woocommerce-Price-amount bdi {
    color: #525fe1;
    font-weight: 600;
}

.single-product .summary form.cart .single_add_to_cart_button {
    display: none;
}

.woocommerce div.product form.cart div.qty-label {
    font-weight: 600;
    margin-bottom: 5px;
}
.woocommerce div.product form.cart div.quantity {
    display: block;
    float: none;
}

.woocommerce div.product form.cart div.quantity .minus, .woocommerce div.product form.cart div.quantity .plus {
    background: transparent;
    border: none;
}

.single-product .site-main .summary .cart .quantity input[type=number] {
    -moz-appearance: textfield;
}
.single-product .site-main .summary .cart .quantity input[type=number]::-webkit-inner-spin-button, .single-product .site-main .summary .cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.single-product .site-main .summary a.buy-now.button {
    background: #525FE1;
    padding: 15px 20px;
    margin-left: 20px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #525FE1;
    border-radius: 3px;
    transition: all 0.5s;
    margin: 10px 0;
    display: block;
    float: none;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.single-product .site-main .summary a.buy-now.button:hover {    
	background: #231f40;
	border: 2px solid #231f40;
}

.single-product .summary .price {
    margin-bottom: 10px;
}

.single-product .site-main .summary .cart .quantity .qty {
    padding: 6px;
    width: 22px;
    background: transparent;
    border: none;
}

.singl-shop-page-container {
    padding: 50px 0;
}

.single-product .woocommerce-product-gallery img.wp-post-image {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    border-radius: 5px;
}

.single-product .summary .product_meta .posted_in a {
    text-decoration: none;
}

.single-product .summary .product_meta .posted_in {
    font-weight: 600;
}

.single-product .summary form.cart {
    margin-bottom: 15px !important;
}

.single-product section.related.products .wrap-product-loop-content h3 a {
    text-decoration: none;
}

.single-product section.related.products .card-bottom ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.single-product section.related.products .card-bottom ul:before, .single-product section.related.products .card-bottom ul:after{
	display:none;
}

.single-product section.related.products .card-bottom ul li a{
	text-decoration:none;
}

.single-product footer.entry-footer {
    display: none;
}

.single-product nav.navigation.post-navigation{
	display:none;
}

.singl-shop-page-container .woocommerce-tabs {
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs {
    margin: 0!important;
    padding: 0!important;
}

.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs li.active {
    background: #525FE1!important;
    border-radius: 4px 4px 0 0!important;
    border: none;
    color: #fff!important;
    margin: 0;
}
.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs li a {
    font-weight: 500!important;
}

.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs li {
    background: 0 0!important;
    border: none!important;
    border-radius: 4px 4px 0 0!important;
    transition: all .5s;
}

.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs li:not(:first-child) {
    margin-left: 5px!important;
}

.singl-shop-page-container .woocommerce-tabs .woocommerce-Tabs-panel {
    overflow: hidden;
    margin-bottom: 0!important;
}

.singl-shop-page-container .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: 20px!important;
}

.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs li:before,.singl-shop-page-container .woocommerce-tabs .tabs.wc-tabs li:after{
	display:none;
}

.singl-shop-page-container .woocommerce-tabs ul.tabs li:hover {
    background: #000!important;
    color: #fff!important;
}

.singl-shop-page-container .woocommerce-tabs ul.tabs li:hover a{
	color:#fff !important;
}

.singl-shop-page-container .woocommerce-tabs ul.tabs li.active:hover {
    background: #525FE1!important;
    color: #fff!important;
}

.single-product section.related.products h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.single-product section.related.products {
    margin-top: 40px;
}

.shop-page-container .woocommerce-MyAccount-navigation {
  width: 22%;
}

.shop-page-container .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 5px;
}

.shop-page-container .woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  background: transparent;
  margin-bottom: 10px;
  border: 1.8px solid #525fe1;
  border-radius: 5px;
}
.shop-page-container .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #525fe1;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
	transition:all 0.5s;
}

.shop-page-container .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

.shop-page-container .woocommerce-MyAccount-navigation ul li:hover {
  background: #525fe1;
}

.shop-page-container .woocommerce-MyAccount-navigation ul li.is-active {
  background: #525fe1;
}
.shop-page-container .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}

.shop-page-container {
  padding: 50px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding: 20px 10px;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
  border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content table thead td {
  font-size: 15px;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content table tbody td {
  font-size: 14px;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content table {
  margin: 0;
  list-style: none;
  border: none;
  height: 90px;
}

.woocommerce-account .woocommerce-MyAccount-content table tbody td a {
  text-decoration: none;
  color: #525fe1;
  font-weight: 500;
}

.woocommerce-EditAccountForm.edit-account label {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
}

.woocommerce-EditAccountForm.edit-account input {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  height: 45px;
}

.woocommerce-EditAccountForm.edit-account fieldset {
  padding: 0;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  border-radius: 5px;
  height: 50px;
  line-height: 46px;
  color: #fff;
  background: #525FE1;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s;
  text-decoration: none;
  border: 0 none;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
  background: #231f40;
}

.single-qsm_quiz .nav-links a {
  text-decoration: none;
  color: #525fe1;
  font-weight: 500;
  letter-spacing: 1px;
}

.single-qsm_quiz .qmn_pagination {
  padding: 15px !important;
}

.single-qsm_quiz .qmn_pagination .qmn_btn.mlw_custom_start:hover {
  background: #231f40 !important;
}
.single-qsm_quiz .qmn_pagination .qmn_btn.mlw_custom_start {
  border-radius: 5px !important;
  height: 45px !important;
  line-height: 46px !important;
  color: #fff;
  background: #525FE1 !important;
  padding: 0 25px !important;
  font-size: 16px !important;
  font-weight: 600;
  transition: 0.4s;
  text-decoration: none !important;
  border: 0 none !important;
  display: inline-flex;
  align-items: center !important;
}





/*============================================================
=========== Single quiz css
============================================================*/
.single-qsm_quiz .post-navigation {
	display: none !important;
}
/*============================================================
=========== Image question css
============================================================*/
.qsm-results-page .qmn_image_option, 
.quiz_section .qmn_image_option {
    padding: 0 !important;
    width: 180px !important;
    height: 200px !important;
}
.quiz_section .qmn_image_option.option-selected {
    border: 3px solid #525FE1;
}
.quiz_section .qmn_image_option input {
    display: none;
}
.quiz_section .qmn_image_option label {
    width: 100%;
/*     max-width: 100% !important; */
}
/*=====================login registartion===========*/
#customer_login input {
    height: 40px;
    border-radius: 0px !important;
}
button.woocommerce-button.button.woocommerce-form-login__submit  ,button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
    border-radius: 5px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    background: #525FE1;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
    text-decoration: none;
    border: 0 none;
    display: inline-flex;
    align-items: center;
}
p.woocommerce-LostPassword.lost_password a {
    text-decoration: none;
    color: #000;
}
form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-form.woocommerce-form-register.register {

    border: none;
    border-radius: 0;
   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
input#rememberme {
    height: auto;
}
a.woocommerce-privacy-policy-link {
    color: #000;
}
.header-btn-log a {
    border-radius: 5px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    background: #525FE1;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
    text-decoration: none;
    border: 0 none;
    display: inline-flex;
    align-items: center;
}

.qmn_mc_answer_wrap label.qsm-input-label {
    text-align: center !important;
}
.qmn_pagination, .qsm_auto_pagination_enabled .qmn_pagination {
    justify-content: center !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: initial;
}

/* ======================12/04/2024=========================== */

span.qsm-text-simple-option.qmn_image_option {
    overflow: none;
}
span.qsm-text-simple-option.qmn_image_option img {
    width: 165px;
    height: 165px;
}
span.qsm-text-simple-option.qmn_image_option img {
    width: 175px;
    height: 165px;
}
