.header
{
    background-color: #fff;
    padding: 8px 0;
padding-bottom: 0;box-shadow: 0px 2px 20px 0 rgb(0 0 0 / 10%);margin-bottom: 30px;}

.header-in
{
    position: relative;
}

#hottest-news
{
    margin-top: 50px;
}

.logo
{
    float: left;
    width: 120px;
}

.logo img
{
    float: left;
    width: 100%;
}

#nav
{
    float: left;
    margin-left: 50px;
    margin-top: 18px;
}

.mainmenu > ul > li
{
    float: left;
    padding-right: 40px;
    height: 53px;
}

.mainmenu > ul > li.menu-item-has-children::after
{
    content:'\e904';
    font-family: eva;
    font-size: 20px;
    position: absolute;
    top: 2px;
    margin-right: 0;
    right: 18px;
}

.mainmenu > ul > li.menu-item-has-children
{
    position: relative;
}

.mainmenu > ul > li.menu-item-has-children .sub-menu
{
    position: absolute;
    width: 300px;
    display: none;
    top: 53px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 200;
}

.mainmenu > ul > li.menu-item-has-children:hover > .sub-menu
{
    display: inline-block;
    background: #f7f7f7;
    box-shadow: 0px 7px 14px 0 rgb(0 0 0 / 7%);
    border-radius: 0 0 2px 2px;
}

.mainmenu > ul > li.menu-item-has-children .sub-menu li
{
    width: 100%;
    float: left;
    margin-left: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}

.mainmenu > ul > li.menu-item-has-children .sub-menu li a
{
    font-size: 14px;
    color: #787878;
}

.mainmenu > ul > li:last-child
{
    margin-left: 0;
}

.mainmenu ul li a
{
    color: #222;
    font-size: 14px;
}

.search
{
    float: right;
    margin-top: 18px;
}

.search i
{
    font-size: 25px;
    cursor: pointer;
}

#backlinks
{
    background-color: #f7f7f7;
    padding: 4px 0;
    border-top: solid 1px #ddd;
    padding-top: 0;
}

#backlinks li
{
    float: right;
    margin-left: 80px;
}

#backlinks li a
{
    color: #b7b7b7;
    font-size: 12px;
}


.single-main-meta
{
    margin-top: 10px;
    margin-bottom: 0px;
}

.single-main-meta li
{
    float: left;
    margin-right: 22px;
    color: #a2a2a2;
    font-size: 11px;
    line-height: 26px;
}


.single-main-meta li a
{
    color: #222;
}

.single-main-meta li i
{
    float: left;
    margin-top: 4px;
    margin-right: 6px;
    color: #a2a2a2;
    font-size: 14px;
}

.blog-hero .swiper-slide
{
    max-width: 400px;
    height: initial;
}

.single-main-meta li i.icon-person
{
    font-size: 17px;
}

.single-main-meta li i.icon-chat
{
    top: 3px;
    position: relative;
}

.search-input
{
    position: absolute;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 0;
}

input.search-input-box
{
    border-radius: 4px;
    background-color: #f3f3f3;
    float: left;
    width: 100%;
    border: 0;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
border: solid 1px #888;}

.search-input.active
{
    visibility: visible;
    opacity: 1;
}

.search.active .icon-search, .search .icon-close
{
    display: none;
    
}

.search.active .icon-close
{
    display: inline-block;
    font-size: 34px;
}

.menuicon
{
    display: none;
}

/* Newsletter */

#newsletter-form .gform_wrapper .gf_simple_horizontal .gform_body
{
	max-width: 100%;
	width: 100%;
	display: inline-block;
}

#newsletter-form .gform_wrapper .gf_simple_horizontal .gform_footer.top_label
{
	position: relative;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 42px;
	height: 42px;
	max-width: 100%;
	float: left;
	margin-top: 10px;
	}


#newsletter-form .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input
{
	margin-bottom: 0;
	position: relative;
	z-index: 4;
	cursor: pointer;
	width: 100%;
	background-color: #ff9900 !important;
}

#newsletter-form .gform_wrapper .gf_simple_horizontal
{
	position: relative;
}

#newsletter-form .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield
{
	padding-right: 0;
}

#newsletter-form .gform_wrapper .gf_simple_horizontal
{
	width: 100%;
}

#newsletter-form .gform_confirmation_message
{
	color: #fff;
    border: solid 1px #93fa93;
    line-height: 30px;
    padding: 10px;
}

#newsletter-form .gform_confirmation_message p
{
	margin-bottom: 0;
}

.cat-title
{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}


/* Footer */
/* Footer Newsletter */

#footer input
{
	border:0 !important;
    background-color: rgba(0,0,0,0.2) !important;
}

#footer .gform_wrapper .gf_simple_horizontal .gform_body
{
	max-width: 100%;
	width: 100%;
	display: inline-block;
}

#footer .gform_wrapper .gf_simple_horizontal .gform_footer.top_label
{
	position: relative;
	right: 0;
	bottom: 0;
	height: 100%;
	color: #fff;
	width: auto;
	text-align: center;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
	display: inline-block;
}

#footer .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input
{
	margin-bottom: 0;
	position: relative;
	z-index: 4;
	cursor: pointer;
	display: inherit;
}

#footer .gform_wrapper .gf_simple_horizontal
{
	position: relative;
}

#footer .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield
{
	padding-right: 0;
}

#footer .gform_wrapper .gf_simple_horizontal
{
	width: 100%;
}

#footer .gform_wrapper .gform_validation_errors
{
	display: none;
}

#footer .gform_wrapper.gravity-theme .description, #footer .gform_wrapper.gravity-theme .gfield_description, #footer .gform_wrapper.gravity-theme .gsection_description, #footer .gform_wrapper.gravity-theme .instruction
{
	position: absolute;
}

#footer .gform_confirmation_message
{
	color: #fff;
    border: solid 1px #93fa93;
    line-height: 30px;
    padding: 10px;
}

#footer .gform_confirmation_message p
{
	margin-bottom: 0;
}

#footer
{
	background-color: rgb(35, 39, 44);
	padding: 30px 0;
	padding-bottom: 0;
	position: relative;
}

#footer.active
{
	z-index: 1;
}

.footer-col
{
	float: left;
	width: 25%;
	padding: 15px;
}

#gform_wrapper_4 input
{
	border:0 !important;
    background-color: #eee;
}

.form-newsletter #gform_wrapper_4 input[type="text"],
.form-newsletter #gform_wrapper_4 input[type="email"]
{
    background-color: #fff;
    border: solid 1px #ddd!important;
}

#gform_wrapper_4 .gform_wrapper .gf_simple_horizontal .gform_body
{
	max-width: 100%;
	width: 100%;
	display: inline-block;
}


#gform_wrapper_4 .gform_wrapper .gf_simple_horizontal
{
	position: relative;
}

#gform_wrapper_4 .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield,
.gform_wrapper .gf_simple_horizontal .gform_body #field_4_1.top_label .gfield
{
	padding-right: 0;
    display: block;
    margin-bottom: 20px;
}

#gform_wrapper_4 .gform_wrapper .gf_simple_horizontal
{
	width: 100%;
}

#gform_wrapper_4 .gform_wrapper .gform_validation_errors
{
	display: none;
}

#gform_wrapper_4 .gform_wrapper.gravity-theme .description, #gform_wrapper_4 .gform_wrapper.gravity-theme .gfield_description, #gform_wrapper_4 .gform_wrapper.gravity-theme .gsection_description, #gform_wrapper_4 .gform_wrapper.gravity-theme .instruction
{
	position: absolute;
}

#gform_wrapper_4 .gform_confirmation_message
{
	color: #fff;
    border: solid 1px #93fa93;
    line-height: 30px;
    padding: 10px;
}

#gform_wrapper_4 .gform_confirmation_message p
{
	margin-bottom: 0;
}

.footer-col h3
{
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}

.footer-col ul li
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.footer-col ul:not(.contact-info) li::before,
.footer-col ul.contact-info li i
{
	content: '\e916';
	font-family: eva;
	position: absolute;
	left: 0;
	top: 6px;
	color: #fff;
	font-size: 14px;
}

.footer-col ul li a
{
	color: #fff;
	font-size: 14px;
}

.footer-top-col
{
	float: left;
	width: 50%;
	padding: 15px;
}

.badge-logo
{
	width: 25%;
	float: left;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

.badge-logo
{
	margin-top: 15px;
}

.badge-logo img
{
	width: 100%;
}

.footer-top-col img.eva-footer-logo
{
	float: left;
	width: 104px;
    margin-top: 16px;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: 32px;
}

.badge-holders
{
	margin-top: 12px;
	display: flex;
    flex-wrap: wrap;
}

.mainfooter {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.social-icons
{
	margin-top: 20px;
}

.social-icons span
{
	line-height: 40px;
	float: left;
	margin-right: 30px;
	color: #fff;
}

.social-icons li
{
	float: left;
	margin-right: 20px;
}

.social-icons li a
{
	color: #fff;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:solid 1px;
	border-radius: 50%;
}

.footer-top-col h4
{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
margin-top: 8px;}

.footer-top-col input
{
	border: 0;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: inline-block;
	padding: 0 10px;
color: #fff;}

.footer-top-col input::placeholder
{
	color: #fff;
}

#footer .gform_button {
    background-color: #FF9900 !important;
    width: auto;
}


.footer-copyright
{
	background-color: #222;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}


/* Author Section */

.single-post .author-info,
.single-podcast .author-info
{
    width: 180px;
    padding: 20px;
    padding-right: 0;
}

.single-post .author-bio,
.single-podcast .author-bio
{
    width: calc(100% - 180px);
    padding: 20px;
}

.single-post .author-visual-detail img,
.single-podcast .author-visual-detail img
{
    width: 100%;
    margin-top: 8px;
    display: inline-block;
}

.single-post .author-single,
.single-podcast .author-single
{
    background-color: #f7f7f7;
    border-radius: 2px;
    margin-bottom: 20px;
    border: solid 1px #ddd;
}

.single-post .author-bio,
.single-podcast .author-bio
{
    font-size: 14px;
    line-height: 2;
    color: #555;
    text-align: justify;
}

.single-post .author-visual-detail h2,
.single-podcast .author-visual-detail h2
{
    text-align: center;
}

.single-post .author-visual-detail h2 a,
.single-podcast .author-visual-detail h2 a
{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    display: inline-block;
}

.single-post .social-links,
.single-podcast .social-links
{
    padding: 9px 20px;
    background-color: #e3e3e3;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}

.single-post .social-links li,
.single-podcast .social-links li
{
    display: inline-block;
    margin-right: 30px;
}

.single-post .social-links li:last-child,
.single-podcast .social-links li:last-child
{
    margin-right: 0;
}

.single-post .social-links li a,
.single-podcast .social-links li a
{
    color: #222;
}


.mainmenu {
	float: left;
	margin-left: 30px;
	margin-top: 0;
	z-index: 40;
}

.mainmenu li {
	float: left;
	margin-right: 28px;
	line-height: 56px;
	perspective: 300px;
}

.mainmenu li:last-child {
	margin-right: 0px;
}

.mainmenu li a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	float: left;
	width: 100%;
    position: relative;
}

.menu-item-has-children > a::after
{
	content: '\e901';
	font-family: eva;
	position: absolute;
	margin-left: 4px;
	top: 2px;
	color: #fff;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	transform: rotate(180deg);
}

.mainmenu li:hover a ,
.menu-item-has-children:hover a::after
{
	color: #ffd700;
}

.menu-item-has-children > a
{
	padding-right: 18px;
}

.menu-item-has-children:hover a::after
{
	/* transform: rotate(0deg);
	display: inline-block; */
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.menu-item-has-children .sub-menu li:hover > a,
.menu-item-has-children .sub-menu li:hover
{
	color: #1452d5;
}

.menu-item-has-children .sub-menu
{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 52px;
	/* -webkit-transform: scale(0.8) rotateX(-20deg);
	transform: scale(0.8) rotateX(-20deg); */
	width: 340px;
	background-color: #fff;
	border-radius: 5px;
	/* -webkit-transition: all ease 0.3s;
	transition: all ease 0.3s; */
	z-index: 200;
	padding: 20px 18px;
	padding-bottom: 0px;
	box-shadow: 0px 5px 60px 0 rgb(28 28 28);
	display: flex;
	/* flex-direction: column; */
	/* max-height: 250px; */
	flex-wrap: wrap;
	align-items: center;
}

.main-solution-cols
{
    width: 190px;
    position: relative;
}

.main-solution-cols::after
{
    content: '';
    position: absolute;
    right: 26px;
    height: calc(100% - 16px);
    background-color: #0751FF;
    width: 1px;
    top: 0;
}

.header-in
{
    position: relative;
}

.all-solutions
{
    width: calc(100% - 190px);
}

.menu-item-has-children.one-col
{
    position: relative;
}

.menu-item-has-children.one-col .sub-menu
{
	width: 275px;
    left: 0;
    right: auto;
}

.menu-item-has-children > a::before {
	top: -300px;
	width: 4px;
	height: 20px;
	left: 30px;
	content: "";
	position: absolute;
	pointer-events: none;
	background-color: #fff;
	border-radius: 2px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	visibility: hidden;
	opacity: 0;
}

.menu-item-has-children:hover > a::before
{
	background-color: #ff9900;
	top: 44px;
	visibility: visible;
	opacity: 1;
}

.menu-item-has-children .sub-menu li
{
	float: left;
	width: 50%;
	margin-right: 0;
	line-height: 24px;
	margin-bottom: 16px;
	color: #414141;
	position: relative;
	padding-left: 15px;
}

.menu-item-has-children .sub-menu li::before
{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
    background-color: #414141;
    border-radius: 50%;
}

.menu-item-has-children .sub-menu .main-solution-cols li::before
{
    background-color: #0751FF;
}

.menu-item-has-children.one-col .sub-menu li,
.menu-item-has-children .sub-menu .main-solution-cols li
{
	width: 100%;
}

.menu-item-has-children .sub-menu li a
{
	color: #414141;
	font-size: 14px;
	}

.menu-item-has-children:hover .sub-menu
{
	top: 52px;
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.header-btns .login-btn {
	float: right;
	margin-left: 30px;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	padding-right: 10px;
	border-radius: 0px;
}

.header-btns .login-btn:hover
{
	background-color: transparent;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.header-btns a i {
	margin-right: 5px;
	position: relative;
	top: 3px;
	font-size: 17px;
}

.header-btns a:hover {
	background-color: gold;
	border-color: transparent;
color: #253344;}


.main-header
{
    background-color: #fff;
    padding: 10px 0;
}

.top-header
{
    background-color: #d7d7d7;
}

.searchicon
{
    margin-top: 4px;
}

a.free-consult,
a.login-btn
{
    float: right;
    background: #FF9900;
    border-radius: 6px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    transition: all ease 0.4s;
}

a.login-btn
{
    color: #0751FF;
    border:solid 1px;
    background-color: #fff;
    margin-right: 15px;
    font-weight: 300;
    line-height: 41px;
}

a.login-btn i
{
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.header-in a.free-consult,
.header-in a.login-btn
{
    margin-top: 6px;
}

a.free-consult i
{
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.header-btns a.telbtn i
{
    top: 0;
    margin-top: 11px;
}

.header-btns a, .hero-left-btns a
{
    height: 42px;
    line-height: 42px;
    border: 0;
}

.header-btns a.telbtn:hover,
.header-btns .login-btn:hover
{
    color: #222;
    border-bottom: 0;
}

.mainmenu {
    float: right;
    margin-right: 35px;
    margin-left: 0;
    margin-top: 0;
    z-index: 40;
}

.mainmenu li
{
    perspective: none;
}

.menu-item-has-children > a::after
{
    top: 0;
}

.mainmenu li:hover > a, .menu-item-has-children:hover a::after
{
    color: #FF9900;
}

.mainmenu li a,
.header-btns a, .hero-left-btns a,
.searchicon,
.menu-item-has-children > a::after
{
    color: #0283ff;
}

.header-btns a, .hero-left-btns a
{
    border-color: #222;
    color: #037eff;
}

.menu-item-has-children .sub-menu
{
    box-shadow:0px 5px 26px 0 rgba(28,28,28,0.2);
}

.btn-rows a
{
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    margin-right: 20px;
    background-color: #FF9900;
    color: #fff;
    transition: all ease 0.4s;
    position: relative;
    overflow: hidden;
}

.btn-rows a:hover
{
    box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.2);
}

.btn-rows a::before
{
    content: '';
    height: 80px;
    width: 30px;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    transition: all ease 0.9s;
    transform: skew(-25deg);
    left: -100%;
    top: -10px;
}

.btn-rows a:hover::before
{
    left: 100%;
}

.btn-rows a i
{
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 20px;
}

.btn-rows a.fr-trial
{
    background-color: rgba(255,255,255,0.2);
    border: solid 1px rgba(255,255,255,0.5);
}

.btn-rows a.fr-trial.fund-btn
{
    color: #0751FF;
    background: rgba(7, 81, 255, 0.1);
    border: 1px solid rgba(7, 81, 255, 0.302621);
}

.btn-rows
{
    display: inline-block;
}


.cta-hyper-road
{
    text-align: right;
}

.cta-hyper-road a
{
    display: inline-block;
    color: #0751FF;
    margin-top: 50px;
    border-bottom: solid 1px;
    padding-bottom: 4px;
}

.cta-hyper-road a::after
{
    content: '';
    background-image: url(https://eva.guru/wp-content/uploads/2022/09/right.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-left: 6px;
}

.search-input {
    top: 54px;
    background-color: transparent;
    z-index: 2222;
}

.search-input input {
    backdrop-filter: none;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.2);
    background-color: #028bff;
    border: 0;
    z-index: 2222;
    border-radius: 10px;
}


.header-btns {
	float: right;
	margin-top: 2px;
	position: relative;
}

.header-btns a,
.hero-left-btns a {
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0px 13px;
	background-color: transparent;
	/* color: rgb(255, 255, 255); */
	/* border: solid 1px #fff; */
	font-size: 15px;
	border-radius: 6px;
	font-weight: 400;
	position: relative;
	transition: all 0.4s ease 0s;
}

.searchicon
{
	float: right;
	/* color: #fff; */
	font-size: 18px;
	margin-top: 12px;
	margin-left: 15px;
	cursor: pointer;
}

.header-btns a.telbtn
{
	border-color: transparent;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
margin-left: 10px;}

.header-btns a.telbtn i
{
	top: 2px;
	float: right;
margin-top: 12px;margin-left: 12px;}

.header-btns a.telbtn:hover
{
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.search-input
{
	position: absolute;
	right: 0;
	top: 51px;
	visibility: hidden;
	opacity: 0;
	background-color: rgb(41 160 254);
	padding: 0;
}

.search-input input
{
	background-color: rgba(255,255,255,0.2);
	height: 50px;
	line-height: 50px;
	width: 450px;
	border-radius: 2px;
	color: #fff;
	}

.search-input input::placeholder
{
	color: #fff;
}

.search-input.active
{
	visibility: visible;
	opacity: 1;
}

.single-main-content #gform_4
{
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
}

.single-main-content #gform_submit_button_4
{
    margin-bottom: 0 !important;
    background-color: #FF9900 !important;
}

.single-main-content #gform_wrapper_4 #input_4_1 {
    border: 0 !important;
    background-color: #fff;
    border: solid 1px #a3a3a3 !important;
}

.single-main-content #gform_confirmation_wrapper_4
{
    padding: 20px;
    border: solid 1px #20c200;
    padding-bottom: 0;
    color: #20c200;
    border-radius: 15px;
    margin: 15px 0;
}

.gform_ajax_spinner
{
    height: 30px !important;
    margin-top: 10px !important;
}

.gform_wrapper .gf_simple_horizontal .gform_body .top_label
{
    display: flex !important;
    gap: 2%;
    flex-wrap: wrap;
}

#gform_wrapper_4.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield
{
    width: 49%;
}


.en-copy-right
{
    float: left;
}

.footer-copyright ul
{
    float: right;
}

.footer-copyright li
{
    display: inline-block;
    margin-right: 20px;
}

.footer-copyright li:last-child
{
    margin-right: 0;
}

.footer-copyright li a
{
    color: #fff;
    font-size: 13px;
}


.top-bar
{
    background-color: #0283ff;
    padding: 5px 0;
    transition: all ease 0.4s;
}

.top-bar.close
{
	max-height: 0px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.top-bar i
{
    color: #fff;
    font-size: 18px;
	cursor: pointer;
}

.top-bar .container
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.top-bar-label
{
    font-size: 15px;
    color: #fff;
}

a.dl-mind-blowing
{
    display: inline-block;
    background-color: #ff8d00;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 12px;
}

.mind-blowing-popup h2
{
    font-weight: 400;
    margin-bottom: 20px;
}

#lead-magnet-form
{
    display: none !important;
}


#lead-magnet-form.big-popup
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: inline-block !important;
}

.big-popup.lead-magnet-form .popup-form-audit-in
{
    width: 350px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 10px;
}

#topbar
{
    display: none;
}


#gform_fields_20
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gform_fields_20 .gfield
{
    width: 48%;
}

#gform_fields_20 .gfield.gfield--type-textarea
{
    width: 100%;
}

#gform_fields_20 .gfield textarea.large
{
    height: 80px;
}

#gform_fields_20 input::placeholder,
#gform_fields_20 textarea::placeholder
{
    font-size: 14px;
}

#footer #input_4_1, #sidebar-newsletter #input_32_1, #newsletter-form #input_32_1
{
    margin-top: 15px;
}

@media(max-width:991px){

    .menu-item-has-children.megamenu-column > .sub-menu > li > a::before,
    .menu-item-has-children.megamenu-column > .sub-menu > li > a::after,
    .menu-item-has-children.megamenu-column > .sub-menu li::before
    {
        display: none;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li > a
    {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .menu-item-has-children.megamenu-column > .sub-menu li.menu-item-has-children
    {
        max-height: 10000px;
    }

    .menu-item-has-children.megamenu-column > .sub-menu li .sub-menu
    {
        box-shadow: none;
        width: 100%;
        padding: 0;
        padding-left: 15px;
    }

    .menu-item-has-children.megamenu-column > .sub-menu li .sub-menu li
    {
        padding: 0;
    }

    .menu-item-has-children.megamenu-column > .sub-menu li a
    {
        padding: 0;
    }
    
    ul.menu-home-header > .megamenu .sub-menu
    {
        background-color: #f7f7f7;
    }

    .no-click-mob > a
    {
        pointer-events: none;
    }

    
    .mainmenu nav
	{
		
		float: left;
		width: 100%;
		height: calc(100vh - 200px);
		overflow-y: scroll;
	}

	.menu-item-has-children .sub-menu:after
	{
		display: none;
	}

	.menu-item-has-children:hover .sub-menu
	{
		top: 0;
	}

	.menu-item-has-children .sub-menu
	{
		position: relative;
		visibility: visible;
		opacity: 1;
		transform: none;
		left: 0;
		top: 0;
		background-color: #f7f7f7;
		width: 100%;
		float: left;
		box-shadow: none;
		max-height: 2000px;
		padding: 14px 0;box-shadow: inset 0px 2px 5px 0 rgb(0 0 0 / 5%);
	}

	.menu-item-has-children .sub-menu li
	{
		width: 100%;
		list-style: none;
	}

	.mainmenu .menu-item-has-children
	{
		max-height: 56px;
		overflow: hidden;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

	.mainmenu .menu-item-has-children.active
	{
		max-height: 1200px;
	}

	.menu-item-has-children .sub-menu li:last-child
	{
		margin-bottom: 0;
	}

	.menu-item-has-children:hover a::after,
	.menu-item-has-children:hover a
	{
		color: #222 !important;
		transform: none;
	}

	.menu-item-has-children.active > a,
	.menu-item-has-children.active a::after 
	{
		color: #FF9900 !important;
	}

	.menu-item-has-children.active a::after {
		transform: rotate(-90deg);
		display: inline-block;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

    .menu-item-has-children
    {
        padding-right: 0;
    }

	.menu-item-has-children .sub-menu li a
	{
		font-size: 13px;
		padding: 0 24px;
		color: #222;
	}
    .mainmenu
	{
		position: fixed;
		left: -100%;
		top: 0;
		width: 70%;
		background-color: #fff;
		height: 100%;
		z-index: 400;
		margin-left: 0;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

	.mainmenu.active
	{
		left: 0;
	}

	.mainmenu li
	{
		width: 100%;
		margin-right: 0;
		position: relative;
		
	}

	.mainmenu li a
	{
		color: #222;
		padding: 0 20px;
		width: auto;
	}

    .social-icon-menu
	{
		position: absolute;
		
		bottom: 20px;
		text-align: center;
	width: 100%;border-top: solid 1px #eee;padding-top: 20px;}

	.social-icon-menu li
	{
		display: inline-block;
		margin: 0 12px;
		width: auto;
	padding: 0;line-height: 20px;float: none;}

	.social-icon-menu li a
	{
		color: #222;
		font-size: 22px;
		padding: 0;
	}

	.menu-logo
	{
		padding: 10px 80px;
		border-bottom: 1px solid #eee;
	}

	.menu-logo img
	{
		width: 100%;
	}

	.menu-item-has-children > a::after
	{
		position: absolute;
		right: 0;
		color: #222;
		pointer-events: none;
	}
    .menu-item-has-children.one-col .sub-menu
	{
		width: 100%;
	}

    .menu-item-has-children .sub-menu li::before
    {
        left: 20px;
    }

    .all-solutions,
    .main-solution-cols
    {
        width: 100%;
    }

    .main-solution-cols
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .main-solution-cols::after
    {
        bottom: 0;
        width: calc(100% - 40px);
        left: 20px;
        height: 1px;
        top: auto;
    }

    .hamb-menu
	{
		float: right;
		padding: 0px 8px;
        padding-right: 0;
        line-height: 33px;
	}

    .logo img {
        width: 60px;
        margin-top: 3px;
    }

	.double-icon .stats-icon img, .triple-icon .stats-icon img
	{
		width: 50px;
	}

	.hamb-menu i
	{
		font-size: 27px;
        position: relative;
        top: 3px;
        margin-left: 9px;
        color: #0472ff;
	}


    /* Footer */
    .footer-col, .footer-top-col
	{
		width: 100%;
	}
	.badge-logo {
		width: 25%;
		padding: 0 12px;
	}

    #footer
	{
		position: relative;
		z-index: 1;
		padding-top: 10px;
	}
	body,html
	{
		padding-bottom: 0 !important;
	}

	.footer-top-col h4
	{
		text-align: center;
	}

	.social-icons
	{
		text-align: center;
	}

	.social-icons li
	{
		margin: 3px;
		float: none;
		display: inline-block;
	}

	.mainmenu .social-icon-menu li:first-child
	{
		margin-left: 0;
	}

	.footer-top-col img.eva-footer-logo {
		width: 95px;
		margin-top: 7px;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
	}

    .overlay
	{
		background-color: rgba(0,0,0,0.82);
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		z-index: 3;
	}

	.overlay.active
	{
		right: 0;
	}

	.overlay::after
	{
		content: '\e922';
		font-family: eva;
		color: #fff;
		font-size: 30px;
		position: absolute;
		right: 20px;
		top: 20px;
	}

	.mainmenu nav
	{
		
		float: left;
		width: 100%;
		height: calc(100vh - 200px);
		overflow-y: scroll;
	}

	.menu-item-has-children .sub-menu:after
	{
		display: none;
	}

	.menu-item-has-children:hover .sub-menu
	{
		top: 0;
	}

	.menu-item-has-children .sub-menu
	{
		position: relative;
		visibility: visible;
		opacity: 1;
		transform: none;
		left: 0;
		top: 0;
		background-color: #f7f7f7;
		width: 100%;
		float: left;
		box-shadow: none;
		max-height: 2000px;
		padding: 14px 0;box-shadow: inset 0px 2px 5px 0 rgb(0 0 0 / 5%);
	}

	.menu-item-has-children .sub-menu li
	{
		width: 100%;
		list-style: none;
	}

	.mainmenu .menu-item-has-children
	{
		max-height: 56px;
		overflow: hidden;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

	.mainmenu .menu-item-has-children.active
	{
		max-height: 1200px;
	}

	.menu-item-has-children .sub-menu li:last-child
	{
		margin-bottom: 0;
	}

	.menu-item-has-children:hover a::after,
	.menu-item-has-children:hover a
	{
		color: #222 !important;
		transform: none;
	}

	.menu-item-has-children.active > a,
	.menu-item-has-children.active a::after 
	{
		color: #FF9900 !important;
	}

	.menu-item-has-children.active a::after {
		transform: rotate(-90deg);
		display: inline-block;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

    .menu-item-has-children
    {
        padding-right: 0;
    }

	.menu-item-has-children .sub-menu li a
	{
		font-size: 13px;
		padding: 0 24px;
		color: #222;
	}
    .mainmenu
	{
		position: fixed;
		left: -100%;
		top: 0;
		width: 70%;
		background-color: #fff;
		height: 100%;
		z-index: 400;
		margin-left: 0;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

	.mainmenu.active
	{
		left: 0;
	}

	.mainmenu li
	{
		width: 100%;
		margin-right: 0;
		position: relative;
		
	}

	.mainmenu li a
	{
		color: #222;
		padding: 0 20px;
		width: auto;
	}

	.social-icon-menu
	{
		position: absolute;
		bottom: 20px;
		text-align: center;
		width: 100%;
		border-top: solid 1px #eee;
		padding-top: 20px;
		display: none !important;
		}

	.social-icon-menu li
	{
		display: inline-block;
		margin: 0 12px;
		width: auto;
	padding: 0;line-height: 20px;float: none;}

	.social-icon-menu li a
	{
		color: #222;
		font-size: 22px;
		padding: 0;
	}

	.menu-logo
	{
		padding: 10px 80px;
		border-bottom: 1px solid #eee;
	}

	.menu-logo img
	{
		width: 100%;
	}

	.menu-item-has-children > a::after
	{
		position: absolute;
		right: 0;
		color: #222;
		pointer-events: none;
	}
    .menu-item-has-children.one-col .sub-menu
	{
		width: 100%;
	}

    .menu-item-has-children .sub-menu li::before
    {
        left: 20px;
    }

    .all-solutions,
    .main-solution-cols
    {
        width: 100%;
    }

    .main-solution-cols
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .main-solution-cols::after
    {
        bottom: 0;
        width: calc(100% - 40px);
        left: 20px;
        height: 1px;
        top: auto;
    }

    .hamb-menu
	{
		float: right;
		padding: 0px 8px;
        padding-right: 0;
        line-height: 33px;
	}

    .logo img {
        width: 60px;
        margin-top: 3px;
    }

	.double-icon .stats-icon img, .triple-icon .stats-icon img
	{
		width: 50px;
	}

	.hamb-menu i
	{
		font-size: 27px;
        position: relative;
        top: 3px;
        margin-left: 9px;
        color: #0472ff;
	}


    /* Footer */
    .footer-col, .footer-top-col
	{
		width: 100%;
	}
	.badge-logo {
		width: 25%;
		padding: 0 12px;
	}

    #footer
	{
		position: relative;
		z-index: 1;
		padding-top: 10px;
	}
	body,html
	{
		padding-bottom: 0 !important;
	}

	.footer-top-col h4
	{
		text-align: center;
	}

	.social-icons
	{
		text-align: center;
	}

	.social-icons li
	{
		margin: 3px;
		float: none;
		display: inline-block;
	}

	.mainmenu .social-icon-menu li:first-child
	{
		margin-left: 0;
	}

	.footer-top-col img.eva-footer-logo {
		width: 95px;
		margin-top: 7px;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
	}

    

    .desk-b
	{
		display: none;
	}

    .mob-b {
        display: inline-block;
    }

    .result-box-item
    {
        width: 48%;
        margin-bottom: 20px;
    }

    .stat-label
    {
        font-size: 15px;
    }

    .stat-value {
        font-size: 27px;
        line-height: 41px;
    }

    .data-box-item h3 {
        font-size: 15px;
        line-height: 22px;
    }

    .data-box-item, .result-box-item
    {
        padding: 20px;
    }

    .data-box-item p {
        line-height: 24px;
        font-size: 14px;
    }

    .data-box-item img {
        width: 33px;
        margin-bottom: 6px;
    }

    #step-box h2 {
        font-size: 27px;
        line-height: 38px;
    }

    .btn-rows a i
    {
        display: none;
    }

    .btn-rows
    {
        text-align: left;
    }

    .btn-rows a
    {
        padding: 0 18px;
        font-size: 15px;
        margin-right: 10px;
        height: 47px;
        line-height: 47px;
    }

    .grow-detail p
    {
        font-size: 15px;
    }

    .sl-box-item
    {
        width: 48%;
    }
    .mainmenu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 70%;
        background-color: #fff;
        height: 100%;
        z-index: 400;
        margin-left: 0;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .header-in a.free-consult, .header-in a.login-btn {
        margin-top: 0;
        height: 35px;
        line-height: 33px;
        font-size: 14px;
        padding: 0 10px;
    }

    a.free-consult i,
    a.login-btn i
    {
        display: none;
    }

    a.login-btn
    {
        margin-right: 8px;
    }

    .header-btns a, .hero-left-btns a
    {
        height: 36px;
        line-height: 36px; 
    }

    .header-btns a.telbtn i
    {
        margin-top: 8px;
    }

    .header-btns
    {
        margin-top: 0;
    }
}
@media(max-width:767px){

    a.dl-mind-blowing {
        font-size: 13px;
        width: 101px;
        min-width: 101px;
    }

    .top-bar .container
    {
        gap: 12px;
    }

    .top-bar-label
    {
        font-size: 13px;
    }

    .single-post .wrapper
    {
        padding-bottom: 56px;
    }

    #footer .gform_wrapper .gf_simple_horizontal .gform_footer.top_label
    {
        width: 100%;
        max-width: 100%;
        display: inline-block !important;
    }

    #footer .gform_button
    {
        width: 100%;
    }

    a.free-consult, a.login-btn
    {
        display: none;
    }

    /* Footer */
    .footer-col, .footer-top-col
	{
		width: 100%;
	}
	.badge-logo {
		width: 25%;
		padding: 0 12px;
	}

    #footer
	{
		position: relative;
		z-index: 1;
		padding-top: 10px;
	}
	body,html
	{
		padding-bottom: 0 !important;
	}

	.footer-top-col h4
	{
		text-align: center;
	}

	.social-icons
	{
		text-align: center;
	}

	.social-icons li
	{
		margin: 3px;
		float: none;
		display: inline-block;
	}

	.mainmenu .social-icon-menu li:first-child
	{
		margin-left: 0;
	}

	.footer-top-col img.eva-footer-logo {
		width: 95px;
		margin-top: 7px;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
	}


    /* Header */
    .logo
    {
        width: 90px;
    }

    .search {
        margin-top: 9px;
    }

    .search i
    {
        font-size: 24px;
    }

    .search.active .icon-close
    {
        font-size: 25px;
    }

    .search-input {
        /* width: calc(100% - 72px); */
        /* bottom: -25px; */
    }

    input.search-input-box {
        height: 50px;
        line-height: 50px;
    }

    .menuicon
    {
        display: inline-block;
        float: right;
        margin-left: 30px;
        margin-top: 5px;
    }

    .menuicon i
    {
        font-size: 33px;
        float: right;
    }

    .overlay
    {
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .overlay.active
    {
        visibility: visible;
        left: 0;
        opacity: 1;
    }

    #nav
    {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        width: 70%;
        max-width: 250px;
        background-color: #fff;
        z-index: 200;
        margin-right: 0;
        margin-top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    #nav.active
    {
        visibility: visible;
        opacity: 1;
        right: 0;
    }

    .header
    {
        padding: 6px 0;
        padding-bottom: 10px;
    }

    /* Menu */
    .mainmenu > ul > li
    {
        height: auto;
        line-height: 48px;
        float: left;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-bottom: solid 1px #f7f7f7;
    }

    .mainmenu > ul > li > a
    {
        padding: 0 30px;
    }

    .mainmenu > ul > li.menu-item-has-children > .sub-menu,
    .mainmenu > ul > li.menu-item-has-children:hover > .sub-menu
    {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        float: left;
        background: #f7f7f7;
        box-shadow: inset 0px 5px 5px 0 rgba(0,0,0,0.02);
        max-height: 0px;
        overflow: hidden;
    }

    .mainmenu > ul > li.menu-item-has-children.active > .sub-menu
    {
        max-height: 1500px;
    }

    .mainmenu > ul > li.menu-item-has-children .sub-menu li
    {
        padding: 0 45px;
        height: auto;
        line-height: 46px;
    }

    .mainmenu > ul > li.menu-item-has-children::after {
        left: 13px;
        top: 0;
    }

    .mainmenu > ul > li.menu-item-has-children.active::after
    {
        content:'\e901';
    }
}

@media(min-width:768px) and (max-width:991px){

    .single-post .wrapper
    {
        padding-bottom: 100px;
    }
    

    .mainmenu > ul > li
    {
        height: auto;
        line-height: 48px;
        float: left;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-bottom: solid 1px #f7f7f7;
    }

    .mainmenu > ul > li > a
    {
        padding: 0 30px;
    }

    .mainmenu > ul > li.menu-item-has-children > .sub-menu,
    .mainmenu > ul > li.menu-item-has-children:hover > .sub-menu
    {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        float: left;
        background: #f7f7f7;
        box-shadow: inset 0px 5px 5px 0 rgba(0,0,0,0.02);
        max-height: 0px;
        overflow: hidden;
    }

    .mainmenu > ul > li.menu-item-has-children.active > .sub-menu
    {
        max-height: 1500px;
    }

    .mainmenu > ul > li.menu-item-has-children .sub-menu li
    {
        padding: 0 45px;
        height: auto;
        line-height: 46px;
    }

    .search {
        margin-top: -8px;
    }

    .search i
    {
        font-size: 24px;
    }

    .search.active .icon-close
    {
        font-size: 25px;
    }

    .search-input {
        /* width: calc(100% - 72px); */
        /* bottom: -25px; */
    }

    input.search-input-box {
        height: 50px;
        line-height: 50px;
    }

    .mainmenu ul li a, .mainmenu > ul > li.menu-item-has-children .sub-menu li a
    {
        font-size: 13px;
    }

    .menuicon
    {
        display: inline-block;
        float: right;
        margin-top: -13px;
    }

    .menuicon i
    {
        font-size: 33px;
        float: right;
    }

    .overlay
    {
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .overlay.active
    {
        visibility: visible;
        left: 0;
        opacity: 1;
    }

    #nav
    {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        width: 70%;
        max-width: 250px;
        background-color: #fff;
        z-index: 200;
        margin-right: 0;
        margin-top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    #nav.active
    {
        visibility: visible;
        opacity: 1;
        right: 0;
    }

    .header
    {
        padding: 25px 0;
        padding-bottom: 14px;
    }

    .mainmenu > ul > li.menu-item-has-children::after {
        left: 13px;
        top: 0;
    }

    .mainmenu > ul > li.menu-item-has-children.active::after
    {
        content:'\e901';
    }

    
}

@media(min-width:992px) and (max-width:1199px){

    .menu-item-has-children .sub-menu li a
    {
        font-size: 12px;
    }

    .megamenu.menu-col-4 > .sub-menu, .megamenu.menu-col-5 > .sub-menu
    {
        padding: 15px;

    }

    .menu-item-has-children.megamenu-big > .sub-menu, .menu-item-has-children.megamenu-hir > .sub-menu
    {
        width: calc(100% - 190px);
    }

    .menu-item-has-children.one-col .sub-menu
    {

    }

    .megamenu.menu-col-5 > .sub-menu
    {
        width:calc(100% - 120px) !important;
    }

    
}

@media(min-width:992px){

    .single-post .wrapper
    {
        padding-bottom: 100px;
    }

    .podcast-icon::after
    {
        content:'';
        background-image: url('https://eva.guru/wp-content/uploads/2023/02/mic.svg');
        position: absolute;
        right: 6px;
        top: 10px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .megamenu.menu-col-4 > .sub-menu,
    .megamenu.menu-col-5 > .sub-menu
    {
        display: flex;
        gap: 20px;
        width: calc(100% - 350px) !important;
        padding: 30px 40px;
        right: 0;
        left: auto !important;
        background-color: rgba(255,255,255,0.9) !important;
    }

    .megamenu.menu-col-5 > .sub-menu
    {
        padding: 30px;
    }

    .megamenu.menu-col-4 .sub-menu li,
    .megamenu.menu-col-5 .sub-menu li
    {
        width: calc(25% - 15px);
        float: none;
        margin-bottom: 0;
        list-style: none;
        padding-left: 0;
        padding: 0;
        height: 160px;
        color: #fff;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .megamenu.menu-col-5 .sub-menu li
    {
        height: 150px;
    }

    .megamenu.menu-col-5 .sub-menu
    {
        width: calc(100% - 290px) !important;
        gap: 18px;
    }

    .megamenu.menu-col-5 .sub-menu li
    {
        width: calc(20% - 15px);
    }

    .megamenu.menu-col-4 .sub-menu li a,
    .megamenu.menu-col-5 .sub-menu li a
    {
        color: #fff;
        font-size: 17px;
        display: flex;
		align-items: center;
		padding: 15px;
        height: 100%;
        width: 100%;
    }

    .megamenu .sub-menu li:nth-child(1)
    {
        background-image: url('https://eva.guru/wp-content/uploads/2023/02/child1.png');
    }

    .megamenu .sub-menu li:nth-child(2)
    {
        background-image: url('https://eva.guru/wp-content/uploads/2023/02/child2.png');
    }

    .megamenu .sub-menu li:nth-child(3)
    {
        background-image: url('https://eva.guru/wp-content/uploads/2023/02/child3.png');
    }

    .megamenu .sub-menu li:nth-child(4)
    {
        background-image: url('https://eva.guru/wp-content/uploads/2023/02/child4.png');
    }

    .megamenu .sub-menu li:nth-child(5)
    {
        background-image: url('https://eva.guru/wp-content/uploads/2023/02/child5.png');
    }

    .megamenu.menu-col-4 .sub-menu li::before,
    .megamenu.menu-col-5 .sub-menu li::before
    {
        display: none;
    }

    .menu-item-has-children.megamenu-big > .sub-menu,
    .menu-item-has-children.megamenu-hir > .sub-menu
    {
        display: flex;
        flex-wrap: wrap;
        max-height: 374px;
        height: 358px;
        flex-direction: column;
        padding: 0;
        border-radius: 8px;
        width: calc(100% - 290px);
        padding: 14px;
    }
    
    .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(5)
    {
        margin-bottom: 52px;
    }

    .menu-item-has-children.megamenu-hir > .sub-menu
    {
        max-height: 218px;
    }

    .menu-item-has-children.megamenu-big > .sub-menu li,
    .menu-item-has-children.megamenu-hir > .sub-menu li
    {
        width: 33.33%;
        padding: 0px 10px;
        margin-bottom: 0;
        line-height: 20px;
        margin-bottom: 3px;
        height: 44px;
        display: flex;
        align-items: center;
    }

    .menu-item-has-children.megamenu-hir > .sub-menu li:nth-child(6)
    {
        margin-top: 47px;
    }

    .menu-item-has-children.megamenu-big > .sub-menu li::before,
    .menu-item-has-children.megamenu-hir > .sub-menu li::before
    {
        display: none;
    }

    .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(1) > a
    {
        font-weight: 600;
    }

    .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(11)
    {
        margin-top: 0;
    }

    .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(5), .menu-item-has-children.megamenu-hir > .sub-menu li:nth-child(1), .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(2), .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(3), .menu-item-has-children.megamenu-big > .sub-menu li:nth-child(4)
    {
        border-radius: 2px;
        background: #f7f7f7;
    }

    .menu-item-has-children.megamenu-hir > .sub-menu li:nth-child(1)
    {
        margin-bottom: 120px;
    }
    .menu-item-has-children.megamenu-hir > .sub-menu li:nth-child(1) > a,
    .menu-item-has-children.megamenu-hir > .sub-menu li:nth-child(2) > a
    {
        font-weight: 600;
    }

    .menu-item-has-children.megamenu-column > .sub-menu
    {
        width: calc(100% - 220px);
        display: flex;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: space-between;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li
    {
        width: 32%;
        background-color: #fff;
        padding: 0;
        border-right: solid 3px #eee;
        padding-right: 2%;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li:last-child
    {
        border-right: 0;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li > a
    {
        padding-right: 0;
        margin-bottom: 20px;
        font-weight: 600;
        text-transform: uppercase;
        pointer-events: none;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li > a:hover,
    .menu-item-has-children.megamenu-column > .sub-menu > li:hover > a
    {
        color: #222;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li > a::after,
    .menu-item-has-children.megamenu-column > .sub-menu > li > a::before
    {
        display: none;
    }

    .menu-item-has-children.megamenu-column li::before
    {
        display: none;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li .sub-menu
    {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        box-shadow: none;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li .sub-menu li,
    .menu-item-has-children.megamenu-column > .sub-menu > li .sub-menu
    {
        width: 100%;
    }

    .menu-item-has-children.megamenu-column > .sub-menu > li .sub-menu li
    {
        padding-left: 0;
    }
}