@font-face {
	font-family: Lato;
	font-weight: 300;
	src: url(/font/Lato-Light.ttf) format('truetype');
}

@font-face {
	font-family: Lato;
	font-weight: 400;
	src: url(/font/Lato-Regular.ttf) format('truetype');
}

@font-face {
	font-family: Lato;
	font-weight: 500;
	src: url(/font/Lato-Medium.ttf) format('truetype');
}

@font-face {
	font-family: Lato;
	font-weight: 600;
	src: url(/font/Lato-Semibold.ttf) format('truetype');
}

@font-face {
	font-family: Lato;
	font-weight: 700;
	src: url(/font/Lato-Bold.ttf) format('truetype');
}

html, body {
	overflow-x: hidden;
}

ul {
	margin-bottom: 0;
}

body {
	font-family: Lato, sans-serif;
	font-weight: 400;
}

.ttk_btn:hover {
	color: #fff;
	text-decoration: none;
	background: #1373bc;
}

.hidden {
	opacity: 0;
}

.yrdelay, .yrdelay2 {
	animation-duration: .5s;
}

.triple_scrn_btn {
	background: #0088F0;
	box-shadow: 0px 5px 28px rgb(50 152 226 / 40%);
	border-radius: 68px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	width: 189px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

@media (max-width: 1269px) {
	.container {
		width: 720px;
	}
	.triple_scrn_btn {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
		width: 154px;
	}
}

@media (max-width: 767px) {
	.container {
		width: 370px;
	}
	.triple_scrn_btn {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		width: 189px;
	}
}

@media (max-width: 369px) {
	.container {
		width: 320px;
	}
}

.cky-btn{
	box-shadow: 0px 5px 28px rgb(50 152 226 / 40%) !important;
	border-radius: 68px !important;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-color: transparent !important;
}
.cky-btn:hover{
	background-color: #1373bc !important;
	border-color: transparent !important;
	color: #FFFFFF !important;
	text-decoration: none;
}

.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
	color: #0000FF;
}
.cky-btn-accept {
	background: #0088F0 !important;
	color: #FFFFFF !important;
}
