/*
Theme Name: Cookieyes new theme
Author: Mozilor
Version: 2.0
*/
html,body {
	scroll-behavior: smooth;
}
@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Light.eot');
	src: url('assets/fonts/poppins/Poppins-Light?#iefix') format('embedded-opentype'),
	url('assets/fonts/poppins/Poppins-Light.woff2') format('woff2'),
	url('assets/fonts/poppins/Poppins-Light.woff') format('woff'),
	url('assets/fonts/poppins/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;

}
@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Regular.eot');
	src: url('assets/fonts/poppins/Poppins-Regular?#iefix') format('embedded-opentype'),
	url('assets/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
	url('assets/fonts/poppins/Poppins-Regular.woff') format('woff'),
	url('assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

}
@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Medium.eot');
	src: url('assets/fonts/poppins/Poppins-Medium?#iefix') format('embedded-opentype'),
	url('assets/fonts/poppins/Poppins-Medium.woff2') format('woff2'),
	url('assets/fonts/poppins/Poppins-Medium.woff') format('woff'),
	url('assets/fonts/poppins/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;

}
@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-SemiBold.eot');
	src: url('assets/fonts/poppins/Poppins-SemiBold?#iefix') format('embedded-opentype'),
	url('assets/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
	url('assets/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
	url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;

}
@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Bold.eot');
	src: url('assets/fonts/poppins/Poppins-Bold?#iefix') format('embedded-opentype'),
	url('assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
	url('assets/fonts/poppins/Poppins-Bold.woff') format('woff'),
	url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;

}
body *{
	font-family: 'Poppins', sans-serif;
}
a.button:hover{
	text-decoration: none;
}
img,iframe{
	max-width: 100%;
}
.wt-cli-iframe-placeholder {
	background-size: contain!important;
}
header li{
	list-style: none;
}
header .main-menu ul{
	padding: 0;
}
header p.menu-category {
	border-bottom: 1px solid rgba(39, 40, 60, 0.1);
	padding: 15px 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(39, 40, 60, 0.6);
}
header p.menu-category.with-icon{
	padding-left: 54px;
	position: relative;
}
header p.menu-category.with-icon:before{
	content: '';
	position: absolute;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 20px;
}
header p.menu-category.role:before{
	background-image: url(assets/images/role.svg);
}
header p.menu-category.regulations:before{
	background-image: url(assets/images/regulations.svg);
}
header p.menu-category.platforms:before{
	background-image: url(assets/images/platforms.svg);
}
header .menu-item .sub-menu a.with-icon{
	padding-left: 62px!important;
	position: relative;
	line-height: 32px;
}
header .menu-item a.with-icon:before{
	content: '';
	position: absolute;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 20px;
}
header a.with-icon.ppg-icon:before{
	background-image: url(assets/images/ppg.svg);
}
header a.with-icon.cpg-icon:before{
	background-image: url(assets/images/cpg.svg);
}
header a.with-icon.cs-icon:before{
	background-image: url(assets/images/cs.svg);
}
header select{
	border: none;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: rgba(39, 40, 60, 0.7);
	background: transparent;
}
header select:focus{
	outline: none;
}

nav.navbar{
	padding-top: 15px;
	padding-bottom: 15px;
	transition: background-color .3s ease;
	background-color: #fff;
}
nav.navshadow{
	background-color: #fff;
	box-shadow: 0 2px 20px 0 rgb(184 184 184 / 20%);
	transition: box-shadow .3s ease;
	position: fixed!important;
	top: 0!important;
}
header .sub-menu li.menu-item a ,
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	padding: 15px 20px!important;
	font-weight: 600;
	transition: all .2s ease-in-out;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: #27283C!important;
	border: none;
}
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:empty{
	padding: 0;
	margin: 0;
}
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	transition: none;
}
header .buttons .login-btn{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 25px!important;
	color: #1863DC;
}
header .buttons .sign-up-btn{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 25px!important;
	background: #1863DC;
	border-radius: 2px;
	color: #FFFFFF;
}
header .buttons a:hover{
	opacity: .8;
}
header .divider-bottom{
	border-bottom: 1px solid rgba(24, 99, 220, 0.1);
}
header .secondary-menu>li> a.nav-link,
header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle  {
	padding: 10px 25px!important;
	background: transparent;
	margin-left: 15px;
}

footer{
	background-color: #27283C;
	color: #fff;
}
footer .badges{
	text-align: center;
}
footer .badges>div{
	margin: 18px;
	text-align: center;
	display: inline-block;
}
footer .badges .badge1 img,
footer .badges .badge3 img{
	height: 127px;
	width: auto;
}
footer .badges .badge2 img{
	height: 158px;
	width: auto;
}
footer img.g2-badge{
	max-width: 100%;
	height: auto;
}
footer img.g2-badge.large{
	height: 110px;
	width: auto;
}
footer img.g2-badge.small{
	    max-width: 250px;
    height: auto;
    width: 100%;
}
footer .footer-cta h3{
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 39px;
	color: #FFFFFF;
	margin-bottom: 0;
}
footer img.cy-logo{
	max-height: 28px;
	width: auto;
}
footer .footer-cta h3,
footer .footer-cta a{
	display: inline-block;
}
footer .footer-cta a.blue-button{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background: #1863DC;
	border-radius: 2px;
	padding: 15px 25px;
	transition: all .2s ease;
	text-decoration: none;
	text-align: center!important;
}
footer .footer-cta a.blue-button:hover{
	opacity: .8;
	transition: all .2s ease;
	text-decoration: none;
}
footer .divider-bottom{
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
footer .newsletter h4{
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: -0.3px;
	margin-bottom: 35px;
	color: #FFFFFF;
}
footer .newsletter input[type=email]::placeholder{
	color: rgb(255 255 255 / 50%);
}
footer .newsletter input[type=email]{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.204545px;
	padding: 14px 20px 14px 20px;
	color: rgb(255 255 255 / 100%);
	border: none;
	background: #4D4E6B;
	box-shadow: 0px 1px 0px #474859;
	border: 1px solid transparent;
	width: calc(100% - 56px);
}
footer .newsletter input[type=email]:focus{
	outline: none;
	border: 1px solid rgb(255 255 255 / 10%);
}
footer .newsletter button{
	color: #fff;
	background: #1863DC;
	border-radius: 0px;
	padding: 14px;
	border: 1px solid #1863DC;
	max-width: 54px;
}
footer .newsletter input[type="checkbox"]:checked:before {
	color: #fff !important;
	background: #1863DC;
}
footer .newsletter input[type="checkbox"]:before {
	content: '\2713';
	font-size: 12px;
	color: transparent !important;
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: none;
	margin-right: 10px;
	background: rgba(255, 255, 255, 0.27);
	border: 1px solid rgba(255, 255, 255, 0.19);
	border-radius: 3px;
	text-align: center;
}
footer .newsletter input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	outline: none;
	content: none;
}
footer .newsletter p{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 0;
}
footer .newsletter a{
	color: #65A0FF;
	font-size: 13px;
	line-height: 16px;
	text-decoration: underline;
}
footer .newsletter a:hover{
	text-decoration: none;
}
footer .newsletter button:hover,footer .newsletter button:focus{
	opacity: .8;
}
footer .newsletter button img{
	height: 20px;
	width: 20px;
}
footer ul{
	margin: 0;
	padding: 0;
}
footer li{
	list-style: none;
}
footer .reviews a:hover{
	text-decoration: none;
}
footer .reviews .review{
	margin: 15px;
}
footer .reviews .wrapper{
	border: 1px solid #565777;
	box-sizing: border-box;
	border-radius: 6px;
	background: transparent;
	padding: 10px 20px;
	min-height: 100%;
	max-width: 180px;
	margin: auto;
}
footer .reviews p{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 7px;
	color: #FFFFFF;
}
footer .reviews img{
	height: 27px;
	width: auto;
}
footer .reviews p.star-review{
	margin-bottom: 0px;
}
footer .star-review{
	width: 100px;
	height: 20px;
	background-image: url(assets/images/grey-star.svg);
	background-repeat: repeat-x;
	background-size: 20px;
	position: relative;
	margin: auto;
	text-align: left!important;
}
footer .star-review span.rating{
	height: 20px;
	background-image: url(assets/images/star.svg);
	background-repeat: repeat-x;
	background-size: 20px;
	position: absolute;
	text-align: left;
}
footer .footer-3 h5.title{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}
footer .footer-3 li{
	margin-bottom: 20px;
}
footer .footer-3 ul li:last-child{
	margin-bottom: 0;
}
footer .footer-3 p,
footer .footer-3 li a,
footer .ad-landing-footer a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.8);
}
footer .footer-3 li a:hover,
footer .ad-landing-footer a:hover{
	text-decoration: none;
	color: #fff;
}
footer .social-medias{
	margin-left: -5px;
	margin-right: -5px;
	display: block;
}
footer .social-medias li{
	margin: 5px;
	display: inline-block;
}

footer select {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 2px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.204545px;
	color: rgba(255, 255, 255, 0.8);
	padding: 6px 10px;
	width: 100%;
	max-width: 200px;
}
footer select:focus{
	outline: none;
}
footer .disclaimer p{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: -0.204545px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.6);
}
footer  p.copy-right{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.204545px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.6);
}
.light-blue-bg{
	background: #F1F7FF;
}
.container{
	max-width: 1200px!important;
}
.font2{
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 63px;
	color: #27283C;
}
.font3{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	color: #27283C;
}
.secondary-btn{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #1863DC;
	border: 1px solid #1863DC;
	border-radius: 4px;
	padding: 15px 20px;
	transition: all .2s ease;
}
.secondary-btn:hover,
.secondary-btn:focus{
	background: #1863DC;
	color: #fff;
	transition: all .2s ease;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #93939d;
	border-radius: .25rem;
	opacity: 1!important;
	position: relative;
	margin-top: -10px;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	margin-left: 50%;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #93939d;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #93939d;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #93939d;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #93939d;
}
.tooltip-arrow,
.tooltip > .tooltip-inner {
	background-color: #93939d!important;
}
p:empty{
	margin-bottom: 0;
}
.sticky-scan-website-header {
	position: absolute;
	top: 76px!important;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transition: all .3s ease-in-out;
	z-index: 100!important;
	background-color: #fff;
}
.sticky-scan-website-header.fadeout{
	opacity: 0;
	margin-top: -100px;
	animation-duration: .3s;
	animation-name: fadeOutUpNav;
	animation-fill-mode: both;
}
.sticky-scan-website-header.fadein{
	opacity: 1;
	box-shadow: 0px 2px 5px rgba(204, 220, 243, 0.37);
	animation-duration: .3s;
	animation-name: fadeInDownNav;
	animation-fill-mode: both;
}
.sticky-scan-website-header .blue-wrapper {
	background: #1863DC;
	border-radius: 4px;
	width: 100%;
	margin: auto;

}
.sticky-scan-website-header .blue-wrapper p{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	padding: 6px 20px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.sticky-scan-website-header form.header-scan-form {
	padding: 6px;
	width: 100%;
}
.sticky-scan-website-header input[type=url]{
	background: rgba(255, 255, 255, 0.27);
	border: 1px solid rgba(24, 99, 220, 0.3);
	border-radius: 2px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 11px 30px;
	min-height: 42px;
	height: 100%;
	width: 100%;
}
.sticky-scan-website-header input[type=url]::placeholder {
	color: #ffffff7a;
}
.sticky-scan-website-header input[type=url]:focus,
.sticky-scan-website-header .dropdown.active .select-selected{
	box-shadow: none;
	border-color: rgb(255 255 255 / 50%);
	outline: none;
}
.sticky-scan-website-header button.blue-btn {
	background: #FFFFFF;
	border-radius: 2px;
	text-align: center;
	letter-spacing: 0.0025em;
	text-transform: uppercase;
	color: #1863DC;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	padding: 6px 15px;
	height: 100%;
	transition: all .2s ease;
	display: flex;
	align-items: center;
}
.sticky-scan-website-header button.blue-btn svg path {
	fill: #1863DC;
	height: 20px;
}
.sticky-scan-website-header button.blue-btn svg{
	height: 20px;
	width: 15px;
	min-width: 15px;
	margin-left: 4px;
}
.sticky-scan-website-header button.blue-btn:hover{
	opacity: .8;
	transition: all .2s ease;
}
.sticky-scan-website-header .dropdown{
	position: relative;
	cursor: pointer;
}
.sticky-scan-website-header .dropdown .select-items{
	display: none;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgb(184 184 184 / 73%);
	border-radius: 6px;
	overflow: hidden;
	min-width: 230px;
	left: -50px;

}
.sticky-scan-website-header .dropdown .select-selected{

	padding: 6px 15px;
	background: #7C81EB;
	border-radius: 2px;
	margin-left: 1px;
	margin-right: 1px;
	word-break: keep-all;
	min-width: 150px;
	height: 100%;
	align-items: center;
	display: flex;
	background: rgba(255, 255, 255, 0.27);
	border: 1px solid rgba(24, 99, 220, 0.3);
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	justify-content: space-between;
}
.sticky-scan-website-header .dropdown .select-selected .selected-value{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 0;
}
.sticky-scan-website-header .dropdown .select-selected svg{
	transition: all .2s ease;
	transform: rotate(0deg);
}
.sticky-scan-website-header .dropdown.active .select-selected svg{
	transition: all .2s ease;
	transform: rotate(180deg);
}
.sticky-scan-website-header .dropdown.active .select-items{
	display: block;
}
.sticky-scan-website-header .dropdown .s-items{
	padding: 10px 15px;
	border-bottom: 1px solid #E1E1E1;
}
.sticky-scan-website-header .dropdown .s-items:last-child{
	border-bottom: none;
}
.sticky-scan-website-header .dropdown .s-items .s-value{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	margin-bottom: 3px;
	color: #222;
}
.sticky-scan-website-header .dropdown .s-items .s-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #727070;
	margin-bottom: 0;
}
.sticky-scan-website-header .dropdown .s-items:hover{
	background: #ECF3FF;
}
.sticky-scan-website-header .dropdown .s-items:hover .s-value{
	color: #045AE8;
}
.sticky-scan-website-header p.error {
	position: absolute;
	background: #fff;
	color: #5a5a5a;
	top: 100%;
	border-radius: 10px;
	box-shadow: 1px 6px 10px 2px #0000004d;
	padding: 15px 25px;
	font-size: 14px;
}
.sticky-scan-website-header p.error:before {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	content: '';
	position: absolute;
	top: -8px;
	left: 30px;
	z-index: 9;
}
.sticky-scan-website-header p.error:empty:before{
	content: none;
}
.sticky-scan-website-header p.error:empty{
	padding: 0!important;
	margin: 0!important;
}
body.admin-bar .sticky-scan-website-header {
	top: 32px;
}
.wpml-ls-legacy-dropdown{
	width: auto!important;
}
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle{
	border: none;
}
header .secondary-menu>li> a.nav-link:hover,
header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover,
header .wpml-ls-legacy-dropdown a:hover,
header .wpml-ls-legacy-dropdown a:focus, 
header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
	color: #222!important;
	text-decoration: none;
	background: transparent;
}
header .top-offer-banner{
	background: #1863DC;
	z-index: 99999;
}
header .top-offer-banner p{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
padding: 10px 0;
}
header .top-offer-banner a{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: rgba(255, 255, 255, 0.8);
margin-left: 10px;
}
header .top-offer-banner .green-btn{
	font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;
background: #2DAD70;
border-radius: 5px;
color: #FFFFFF;
padding: 2px 6px;
margin-right: 10px;
}
header .top-offer-banner .link-with-icon{
	    border-bottom: 1px solid;
}
header .top-offer-banner .link-with-icon:hover{
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}
header .top-offer-banner .link-with-icon:hover svg{
	transform: translateX(3px);
	transition: all .2s ease;
}
header .top-offer-banner .link-with-icon svg{
	transition: all .2s ease;
}
header .top-offer-banner .confetti-icon img{
   height: 18px;
    width: auto;
}
header #close_banner{
	    position: absolute;
    top: 7px;
    right: 20px;
    opacity: 1;
    cursor: pointer;
	transition: all .2s ease;
}
header #close_banner:hover{
	transform: scale(.9);
	transition: all .2s ease;
}
@keyframes moveSlideshow {
	100% { 
		transform: translateX(-66.6666%);  
	}
}
@keyframes linearAnimation {
	to {
		background-position: -100vw 100%;
	}
}
@keyframes fadeOutUpNav{
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
	}
}
@keyframes fadeInDownNav{
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0);
	}
}
.grecaptcha-badge {
	display: none!important;
}
@media (min-width: 992px){
	header{
		min-height: 115px;
	}
	header.ad-landing-header{
		min-height: 82px;
	}
	header li.menu-item-has-children>a {
		position: relative;
	}
	header li.menu-item-has-children{
		position: relative;
	}
	header li.menu-item-has-children .sub-menu {
		position: absolute;
		box-shadow: 2px 2px 20px rgba(157, 180, 210, 0.4);
		background: #FFFFFF;
		border-radius: 2px;
		background-color: #fff;
		padding: 15px;
		transition: all .2s ease-in-out;
		display: none;
		min-width: max-content;
	}
	header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
		box-shadow: 2px 2px 20px rgba(157, 180, 210, 0.4);
		background: #FFFFFF;
		border-radius: 2px;
		background-color: #fff!important;
		padding: 15px!important;
		border: none!important;
		min-width: max-content;
	}
	header li.menu-item-has-children > a.active:before,
	header li.wpml-ls-item-legacy-dropdown:hover:before{
		width: 0;
		height: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 16px solid #fff;
		content: '';
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
	}
	header li.menu-item-has-children:hover .sub-menu{
		display: block;
		transition: all .2s ease;
	}
	header li.menu-item-has-children>a:after ,
	header li.menu-item .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		position: absolute;
		content: '';
		height: 20px;
		width: 10px;
		top: auto;
		background-image: url(assets/images/dd-icon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		right: 10px;
		background-position: center;
		border: none;
		transition: all .2s ease;
	}
	header li.menu-item-has-children>a.active:after,
	header .wpml-ls-legacy-dropdown .wpml-ls-item:hover a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:after{
		transform: rotate(180deg);
		transition: all .2s ease;
	}
	header {
		position: relative;
	}
	header .top-navbar{
		position: absolute;
		top: 0;
		height: 52px;
		width: 100%;
		z-index: 9999;
	}
	header .top-navbar,header .primary-menu{
		background: #F6F9FE;
	}
	header .primary-menu.navshadow{
		background: #fff;
	}
	header .primary-menu.no-shadow{
		box-shadow: none!important;
	}
	header .primary-menu{
		top: 40px;
		position: relative;
		padding-bottom: 12px!important;
		padding-top: 12px!important;
	}
	header ul.secondary-menu>li{
		display: inline-block;
	}
	header .secondary-menu>li> a.nav-link,
	header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle{
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;

		color: rgba(39, 40, 60, 0.7)!important;
	}
	header li a:hover,
	header li a.active{
		color: #1863DC!important;
	}
	header .sub-menu li:last-child{
		margin-bottom: 0;
	}
	header .main-menu a{
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		line-height: 20px;
		color: #27283C!important;
	}
	header .primary-menu .main-menu>li.menu-item>a{
		font-weight: 600!important;
		padding: 16px 25px!important;
	}
	header .sub-menu a:hover,
	header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover{
		color: #27283C!important;
		background-color: #F1F7FF;
	}
	header li.menu-item-has-children .sub-menu.full-width{
		min-width: 1000px;
		left: -65%;
	}
	header li.menu-item-has-children .sub-menu.col-3-width{
		min-width: 730px;
	}
	header li.menu-item-has-children .sub-menu.col-2-width{
		min-width: 600px;
	}
	header .divider-lg-right{
		border-right: 1px solid rgba(39, 40, 60, 0.1);
	}
	header .translator-icon{
		position: relative;
		padding-left: 20px;
	}
	header .support-icon,
	header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle{
		position: relative;
		margin-left: 5px;
	}
	header .support-icon:before,
	header .translator-icon:before,
	header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:before{
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		height: 100%;
		width: 15px;
		left: 5px;
		top: 0;
	}
	header .translator-icon:before,
	header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:before{
		background-image: url(assets/images/translator-icon.svg);
	}
	header .support-icon:before{
		background-image: url(assets/images/support-icon.svg);
	}
	header.with-offer-banner .top-offer-banner+.top-navbar{
		top: 48px;
	}
}
@media(max-width: 991px){
	main{
		margin-top: 60px;
	}
	header{
		background-color: #fff;
		box-shadow: 0 2px 20px 0 rgb(184 184 184 / 20%);
	}
	nav.navbar{
		background: linear-gradient(0deg, #FAFBFE, #FAFBFE);
	}
	header ul.main-menu {
		margin-left: -20px;
	}
	header .sub-menu {
		margin-left: 30px;
		margin-bottom: 20px;
		display: none;
		background-color: #fff;
	}
	header li.menu-item-has-children>a:after ,
	header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		position: absolute;
		content: '';
		height: 24px;
		width: 10px;
		background-image: url(assets/images/dd-icon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 10px;
		background-position: center;
		transition: all .2s ease;
		border: none;
    top: auto;
    right: auto;
	}
	header li.menu-item a,
	header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
		padding: 10px 20px!important;
		color: #27283C!important;
		font-weight: 600;
		margin-left: 0px;
	}
	header .wpml-ls-sub-menu{
		border: none!important;
	}
	header .sub-menu.full-width,
	header .sub-menu.col-3-width,
	header .sub-menu.col-2-width{
		background: #fff;
		padding: 10px;
		margin-left: 40px;
	}
	header p.menu-category{
		font-size: 14px;
	}
	header p.menu-category.with-icon{
		padding-left: 44px;
	}
	header p.menu-category.with-icon:before{
		left: 10px;
	}
	header nav.navbar{
		max-height: calc(100vh - 60px);
		overflow: auto;
	}
	header .menu-item .sub-menu a,
	header .wpml-ls-sub-menu a{
		padding: 10px!important;
		font-size: 12px!important;
		font-weight: 400!important;
	}
	header .buttons .btn{
		border: 1px solid #1963dc;
		border-radius: 0;
	}
	header select {
		background: transparent;
		margin: 20px;
		display: block;
		padding: 5px 10px;
		border: 1px solid #80828f;
		border-radius: 3px;
	}
}
@media(max-width: 767px){
	footer .badges>div{
		display: block;
	}
}

@media(max-width: 575px){
	footer .ad-landing-footer .quick-links a {
		display: block;
		text-align: center;
		margin: 15px 10px;
	}
	footer .badges .badge1 img,
	footer .badges .badge3 img{
		height: 97px;
		width: auto;
	}
	footer .badges .badge2 img{
		height: 128px;
		width: auto;
	}
}
@media(max-width: 575px) and (min-width: 250px){
	footer .footer-3 li{
		width: 49%;
		display: inline-block;
	}
	footer .footer-3 ul,
	footer .footer-3 li,
	footer .footer-3 li a,
	footer .footer-3 .title{
		text-align: left;
		vertical-align: top;
	}
	.footer-3 .row>div {
		border-bottom: 1px solid #3d3e50;
		padding-bottom: 20px;
	}

}
@media(min-width: 400px){
	header li.menu-item a.menu-icon{
		position: relative;
		line-height: 32px;
		padding-left: 67px!important;
	}
	header li.menu-item a.menu-icon:before{
		position: absolute;
		content: '';
		height: 32px;
		width: 32px;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		background-color: #FFFFFF;
		box-shadow: 2px 3px 7px rgba(24, 99, 220, 0.15);
		border-radius: 3px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;

	}
	header li.menu-item a.menu-icon.squarespace:before{
		background-image: url(assets/images/menu-icons/squarespace.svg);
	}
	header li.menu-item a.menu-icon.joomla:before{
		background-image: url(assets/images/menu-icons/joomla.svg);
	}
	header li.menu-item a.menu-icon.kajabi:before{
		background-image: url(assets/images/menu-icons/kajabi.svg);
	}
	header li.menu-item a.menu-icon.wordpress:before{
		background-image: url(assets/images/menu-icons/wordpress.svg);
	}
	header li.menu-item a.menu-icon.wix:before{
		background-image: url(assets/images/menu-icons/wix.svg);
	}
	header li.menu-item a.menu-icon.magento:before{
		background-image: url(assets/images/menu-icons/magento.svg);
	}
	header li.menu-item a.menu-icon.blogger:before{
		background-image: url(assets/images/menu-icons/blogger.svg);
	}
	header li.menu-item a.menu-icon.impresspages:before{
		background-image: url(assets/images/menu-icons/impress-pages.svg);
	}
	header li.menu-item a.menu-icon.kartra:before{
		background-image: url(assets/images/menu-icons/kartra.svg);
	}
	header li.menu-item a.menu-icon.modx:before{
		background-image: url(assets/images/menu-icons/modx.svg);
	}
	header li.menu-item a.menu-icon.weebly:before{
		background-image: url(assets/images/menu-icons/weebly.svg);
	}
	header li.menu-item a.menu-icon.shopify:before{
		background-image: url(assets/images/menu-icons/shopify.svg);
	}
	header li.menu-item a.menu-icon.drupal:before{
		background-image: url(assets/images/menu-icons/drupal.svg);
	}
}
@keyframes pulse {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: .25;
		transform: scale(.75);
	}
}
/*top banner styles */
header .top-offer-banner{
	background: #27283C;
	z-index: 10000;
}
header .top-offer-banner p{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #FFFFFF;
margin: 0;
padding:  0 0 8px 0;
}
header .top-offer-banner p>span{
	display: inline-block;
	margin-top: 8px;
}
header .top-offer-banner .red-text{
	color: #E4687B;
	font-weight: 700;
}
header .top-offer-banner .light-text{
	font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
}
header .top-offer-banner .small-text{
	font-style: normal;
font-weight: 300;
font-size: 10px;
line-height: 22px;
color: #FFFFFF;
opacity: .6;
}
header .top-offer-banner .confetti-icon{
	min-width: 44px;
	position: relative;
	padding-left: 25px;
}
header .top-offer-banner .confetti-icon:before{
	background-image: url(assets/images/confetti.svg);
	height: 100%;
    width: 24px;
    display: inline-block;
    line-height: 22px;
    position: absolute;
    content: '';
    top: 0;
    left: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

header .top-offer-banner .black-text{
color: #000000;
background-color: #fff;
border-radius: 1px;
    padding: 0 2px;
}
header .top-offer-banner .white-text{
color: #fff;
}
header .top-offer-banner .large-text span{
	font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
}

header .top-offer-banner .red-bg{
	background: #DD425A;
border-radius: 4px;
    padding: 4px 16px;
margin: 0 12px;
}
header .top-offer-banner a.btn{
	font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #FFFFFF;
transition: all .2s ease;
}
header .top-offer-banner a.btn:hover{
 opacity: .8;
 transition: all .2s ease;
}
header .top-offer-banner .sep{
	font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 22px;
color: rgba(255, 255, 255, 0.6);
}
header .top-offer-banner .close-header-banner {
    position: fixed;
    right: 20px;
    top: 10px;
    color: #fff;
    opacity: .8;
    padding: 3px;
    line-height: 15px;
    font-size: 20px;
    transition: all .2s ease;
}
header .top-offer-banner .close-header-banner:hover{
	opacity: 1;
	transition: all .2s ease;
	text-decoration: none;
}
.discount-banner.blue-confetti{
    background-color: #134FB0;
    background-image: url(assets/images/desktop-bg-confetti.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.discount-banner.blue-confetti p{
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}
.discount-banner.blue-confetti p.small{
    font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 22px;
color: rgba(255, 255, 255, 0.9);
}
.discount-banner.blue-confetti .sec-btn{
    font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
text-align: center;
display: inline-block;
border: 1.5px solid #FFFFFF;
border-radius: 4px;
padding: 8px 10px;
color: #FFFFFF;

    transition: all .2s ease;
}
.discount-banner.blue-confetti .sec-btn:hover,
.discount-banner.blue-confetti .sec-btn:focus{
    background: #fff;
    color:#134FB0 ;
    transition: all .2s ease;
    text-decoration: none;
}
.discount-banner.blue-confetti img.confetti{
    height: 50px;
    width: auto;
}
@media(max-width: 767px){
	.discount-banner.blue-confetti{
background-image: url(assets/images/mobile-bg-confetti.svg);
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 20px;
}
}
@media(min-width: 992px){
	header.with-offer-banner .primary-menu{
		top: calc(48px + 40px)!important;
	}
	header.with-offer-banner nav.navshadow,
	header.with-offer-banner nav{
		top: 48px!important;
	}
}
/*@media(max-width: 1015px) and (min-width: 992px){
	header.with-offer-banner .primary-menu{
		top: calc(78px + 40px);
	}
	header.with-offer-banner nav{
		top: 78px!important;
	}
}*/
@media(max-width: 991px) and (min-width: 625px){
	header.with-offer-banner nav{
		top: 78px!important;
	}
}
@media(max-width: 624px) and (min-width: 475px){
	header.with-offer-banner nav{
		top: 108px!important;
	}
}
/*@media(max-width: 468px) and (min-width: 453px){
	header.with-offer-banner nav{
		top: 138px!important;
	}
}@media(max-width: 452px) and (min-width: 330px){
	header.with-offer-banner nav{
		top: 168px!important;
	}
	header.with-offer-banner span.sep{
		display: none;
	}
}
@media(max-width: 329px) and (min-width: 250px){
	header.with-offer-banner nav{
		top: 190px!important;
	}
	header.with-offer-banner span.sep{
		display: none;
	}
}
@media(max-width: 249px){
	header .top-offer-banner{
		display: none;
	}
}*/
@media(max-width: 474px){
	header .top-offer-banner p{
		margin: 15px 0 0 0!important;
	}
	header .top-offer-banner .close-header-banner{
		right: 5px;
    top: 5px;
	}
	header.with-offer-banner nav{
		top: 123px!important;
	}
}
@media(max-width: 378px){
	header .top-offer-banner p{
		font-size: 12px;
	}
}
@media(max-width: 357px){
	header .top-offer-banner p{
		font-size: 12px;
	}
	header .top-offer-banner .light-text{
		font-size: 10px;
	}
	
}
@media(max-width: 336px){
	header.with-offer-banner nav{
		top: 154px!important;
	}
}
@media(max-width: 329px){
	header .top-offer-banner .sep{
		opacity: 0;
	}
	header .top-offer-banner span.discountcode{
		display: none;
	}
	header.with-offer-banner nav{
		top: 154px!important;
	}
}
@media(max-width: 200px){
	header .top-offer-banner{
		display: none;
	}
	header.with-offer-banner nav{
		top: 0!important;
	}
}