/*
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 {
	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;
}
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 {
	padding: 13px 25px!important;
}

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 .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;
}
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;
}
@keyframes moveSlideshow {
	100% { 
		transform: translateX(-66.6666%);  
	}
}
@keyframes linearAnimation {
	to {
		background-position: -100vw 100%;
	}
}
.grecaptcha-badge {
	display: none!important;
}
@media (min-width: 992px){
	header{
		min-height: 134px;
	}
	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 li.menu-item-has-children > a.active: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: 9;
	}
	header li.menu-item-has-children:hover .sub-menu{
		display: block;
		transition: all .2s ease;
	}
	header li.menu-item-has-children>a:after {
		position: absolute;
		content: '';
		height: 20px;
		width: 10px;
		background-image: url(assets/images/dd-icon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		right: 10px;
		background-position: center;

		transition: all .2s ease;
	}
	header li.menu-item-has-children>a.active: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{
		top: 52px;
		position: relative;
		padding-bottom: 15px!important;
		padding-top: 15px!important;
	}
	header ul.secondary-menu>li{
		display: inline-block!important;
	}
	header .secondary-menu>li> a.nav-link{
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		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{
		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);
	}
	.translator-icon{
		position: relative;
		padding-left: 20px;
	}
	.support-icon{
		position: relative;
		margin-left: 30px;
	}
	.translator-icon:before{
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		height: 25px;
		width: 15px;
		left: 5px;
		background-image: url(assets/images/translator-icon.svg);
	}
	.support-icon:before{
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		height: 20px;
		width: 15px;
		left: 5px;
		background-image: url(assets/images/support-icon.svg);
	}
}
@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 {
		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;
	}
	header li.menu-item a{
		padding: 20px!important;
		color: #27283C!important;
		font-weight: 600;
	}
	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{
		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);
	}
}
