@import url("https://www.manageengine.com/css/fonts.css");
@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
}
section *,#fixedbtn *,.overlay *,.resources-footer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
a:hover{text-decoration:none;}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_Medium';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
.resource-header {
    background: #060360;
	    padding: 35px 0;
}
/*----------Secondary header csss start--------*/
.brand-logo {
  display: inline-block;
}
.nav-menu {
  margin: 0;
}
.nav-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.nav-menu li:first-child {
  margin-left: 0;
}
.nav-menu li a,
.nav-menu li span {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.nav-menu li a:hover,
.nav-menu li span:hover {
  color: #dd002c;
}
.top-nav {
  margin: 0;
}
.top-nav li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.top-nav li a,
.top-nav li span {
  display: block;
  padding: 2px;
  cursor: pointer;
}
.dropdown-menu > ul {
  position: absolute;
  width: 250px;
  margin: 0;
  background: #ccc;
  -webkit-box-shadow: 0px 9px 10px #999999;
  -moz-box-shadow: 0px 9px 10px #999999;
  -o-box-shadow: 0px 9px 10px #999999;
  box-shadow: 0px 9px 10px #999999;
  left: 5px;
  z-index: 999;
  display: none;
}
.dropdown-menu:hover > ul {
  display: block;
}
.dropdown-menu:hover > span:after {
  -webkit-transition: rotate(-135deg);
  -moz-transition: rotate(-135deg);
  -o-transition: rotate(-135deg);
  transition: rotate(-135deg);
  bottom: 0px;
  border-color: #dd002c;
}
.dropdown-menu ul:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  clear: both;
  z-index: 9999999;
}
.dropdown-menu ul li {
  margin: 0;
  display: block;
}
.dropdown-menu ul li a {
  padding: 12px;
  color: #000;
}
.dropdown-menu > span:after,
.dropdown-menu > a:after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-drop {
  position: absolute;
  top: 14px;
  right: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  z-index: 9999999;
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
}
.menu-drop span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-drop span:nth-child(1) {
  top: 0;
}
.menu-drop span:nth-child(2) {
  top: 8px;
}
.menu-drop span:nth-child(3) {
  top: 16px;
}
.menu-toggle.menu-drop span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-toggle.menu-drop span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.menu-toggle.menu-drop span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.second-header.fixed-header {
  background: #060460;
  padding: 15px 0;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #263a93;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.second-header.fixed-header.header-fixed {
  padding: 15px 0;
  box-shadow: 0 0 10px #00000057;
  position: fixed;
  z-index: 9999;
}
.second-header.fixed-header.header-fixed .nav-section .nav-menu {
  transform: translate(0);
}
.second-header.fixed-header.header-fixed .brand-logo img {
  height: auto;
  width: 200px;
}
.second-header.fixed-header .nav-section {
  overflow: hidden;
}
.second-header.fixed-header .nav-section #topbar-menu-icon {
  display: none;
  position: absolute;
  right: 30px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
  z-index: 9999999;
  margin: 0;
  top: 15px;
  width: 30px;
  height: 30px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(1) {
  top: 0;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(2) {
  top: 8px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(3) {
  top: 16px;
}
.second-header.fixed-header .nav-section .nav-menu {
  padding: 0;
  text-align: left;
  -webkit-transform: translate(39%);
  -moz-transform: translate(39%);
  -o-transform: translate(39%);
  transform: translate(39%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.second-header.fixed-header .nav-section .nav-menu li {
  display: inline-block;
  margin-left: 10px;
}
.second-header.fixed-header .nav-section .nav-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
}
.second-header.fixed-header .nav-section .nav-menu li span {
  color: #fff;
}
.second-header.fixed-header .nav-section .nav-menu li span:hover,
.second-header.fixed-header .nav-section .nav-menu li span.active {
  cursor: pointer;
  color: #F6C855;
}
.second-header.fixed-header .head-container {
  position: relative;
}
.second-header.fixed-header .cols-sd-3{
	position: relative;
}
@media (max-width: 1450px) {
	.second-header.fixed-header .nav-section .nav-menu {
    transform: translate(0);
    text-align: right;
    transition: none;
  }
}
@media (max-width: 1250px) {
  .second-header.fixed-header.header-fixed .brand-logo img {width: 170px;}
  .container {max-width: 90%;}
}
@media only screen and (max-width:1025px) {
	.second-header.fixed-header {
    border: none;
  }
  .second-header.fixed-header .brand-logo img {
    height: auto;
    width: 152px;
  }
	#commonHeader{display:none;}
	 .second-header.fixed-header .nav-section #topbar-menu-icon {
		display: block;
		top: 8px;
	  }
	.second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	  }
	  .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(2) {
		opacity: 0;
		right: -60px;
	  }
	  .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	  }
	.second-header.fixed-header .nav-section .nav-menu li span {
		color: #000;
	  }
	 .second-header.fixed-header .nav-section .nav-menu {
		background: #fff;
		position: absolute;
		width: 100%;
		top: 42px;
		right: 40px;
		z-index: 99;
		display: none;
		box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
	  }
	  .second-header.fixed-header .nav-section .nav-menu li {
		display: block;
		text-align: left;
		padding: 4px 0;
		margin-left: 0px;
	  }
	  .second-header.fixed-header .nav-section .nav-menu li a {
		color: #000;
	  }
	  .second-header.fixed-header.header-fixed .nav-section .nav-menu li:last-child span {
		border: none;
	  }
	.second-header.fixed-header.header-fixed .nav-section .nav-menu {
		top: 46px;
	}
}
@media (max-width: 650px) {
  .second-header.fixed-header .nav-section #topbar-menu-icon {
    right: 0;
  }
	.second-header.fixed-header .nav-section .nav-menu {
		width: 100%;
		right: 0;
	  }
	.second-header.fixed-header .cols-sd-3 {
		position: inherit;
	  }
}
/*----------Secondary header csss end----------*/
.page-title
{
	    font-size: 2.6em;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 25px;
}
.section-title
{
	    font-size: 1.8em;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #060360;
    margin-bottom: 30px;
    line-height: 1.2;
}
.light
{
	color: #fff!important;
}
.para
{
	color: #0D139A;
    font-size: 1.1em;
    line-height: 1.5;
    font-family: 'Zoho_Puvi_Medium';
}
.fancy-title
{
	    font-size: 1.6em;
    color: #03d5a8;
    font-family: 'Zoho_Puvi_Medium';
    line-height: 1.2;
}
.fancy-title:after {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    background: #03d5a8;
    margin: 50px 0;
}
section
{
	padding: 100px 0;
}

.lists {
    padding-left: 25px;
	margin-top: 50px;
}
.lists > li {
    color: #000;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
}
.lists img {
    width: 21px;
    vertical-align: middle;
    position: relative;
    left: -24px;
    bottom: 2px;
}
.lists ul {
    padding-left: 40px;
    margin-top: 15px;
}
.lists ul li {
    font-size: 0.85em;
    color: #656161;
    line-height: 2;
}
.container-fluid.copyright {
        padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #898c90;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.95em;
	font-family: 'Zoho_Puvi_Regular';
}
.container-fluid.copyright p a
{
	color:#898c90;
}
.container-fluid.copyright p a:hover{
	text-decoration:underline;
}
#banner {
    background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/ccpa-banner.svg") #050460 no-repeat;
    padding: 80px 0 100px 0;
	background-position: 80% 18%;
	    background-size: 420px;
}
#sec2, #sec6
{
	background: #fbfbfd;
}
.fancy-lists {
    margin-top: 40px;
}
.horizontal-fancy-box 
{
	 margin-top: 60px;
}
.fancy-lists li {
        width: 50%;
    float: left;
    font-size: 1em;
    line-height: 1.4;
    padding: 20px 10px 20px 100px;
    color: #444;
    font-weight: 400;
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/tick.svg") no-repeat, linear-gradient(to right, #ebf3f9, #fff) ;
	background-position: 38px center, center;
	    background-size: 26px, contain;
	border-bottom: 1px solid #e8e7e7;
}
.horizontal-fancy-box li
{
	width: 33.3%;
    float: left;
    font-size: 1em;
    line-height: 1.4;
    padding: 25px 32px;
    color: #444;
    font-weight: 400;
	background: linear-gradient(to right, #ebf3f9, #fff) ;
    text-align: center;
	    min-height: 190px;
}
.horizontal-fancy-box li:nth-child(even)
{
	background: #fff;
}
.fancy-lists li:nth-child(2), .fancy-lists li:nth-child(3), .fancy-lists li:nth-child(6), .fancy-lists li:nth-child(7), .fancy-lists li:nth-child(10)
{
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/tick.svg") no-repeat, linear-gradient(to right, #fff, #fff) ;
	background-position: 38px center, center;
	    background-size: 26px, contain;
}
span.tick {
    display: block;
    width: 30px;
    height: 30px;
    background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/tick.svg");
	background-repeat: no-repeat;
    margin: 0 auto 20px auto;
}
.fancy-lists li:nth-child(odd)
{
	border-right: 1px solid #e8e7e7;
}
.fancy-lists li:nth-child(10), .fancy-lists li:nth-child(9)
{
	border-bottom: none;
}
.download-box {
        background: url(https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/ccpa-download.png) no-repeat #040155;
            padding: 70px 100px 70px 0;
    background-size: 30%;
    background-position: 5% center;
}
.download-in {
            width: 53%;
    float: left;
	 padding: 20px 50px;
	position: relative;
}
.download-row .cols-12 {
    overflow: hidden;
}
.download-box > .download-in:first-child {
        background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/banner1.jpg") no-repeat;
	background-size: cover;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	    padding-left: 60px;
}
.download-box > .download-in:last-child {
        background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/banner2.jpg") no-repeat;
	background-size: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    left: 48%;
    padding-left: 10%;
}
.download-in h3 {
        display: block;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.3em;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
}
.download-in a, .download-in span {
    display: inline-block;
    float: right;
    background: #08d2a2;
    color: #fff;
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_Medium';
    padding: 15px 40px;
    border-radius: 8px;
    vertical-align: middle;
	cursor: pointer;
}
.download-in a:hover, .download-in span:hover
{
	    background: #ffffff;
    color: #040154;
}
.boxed {
    margin-top: 60px;
	width: 100%;
}
.boxed-half {
    width: 50%;
    float: left;
}
.boxed-half:nth-child(1)
{
	padding-right: 5px
}
.boxed-half:nth-child(2)
{
	padding-left: 5px
}
.download-row {
    margin-top: 60px;
}
.download-row .download-box {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 30%, 100%;
    background-position: 5% center;
	width: 95%;
	position: relative;
	    left: 21px;
	background: #fff;
}
.download-row .download-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 7px;
    background: #d36200;
    top: 0;
    left: -14px;
}
.download-row .download-in span.demo, .download-row .download-in a {
        background: #d36201;
    float: none;
    font-size: 17px;
    padding: 14px 30px;
    margin-top: 16px;
}
.download-row .download-in span.demo:hover, .download-row .download-in a:hover
{
	background: #fff;
}
.fancy-box {
    margin-bottom: 10px;
}
.fancy-box-in
{
	    padding: 80px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.fancy-box-more {
    display: none;
	    padding: 25px 25px;
    background: #fff;
    box-shadow: 0 0 10px #c5c1c1;
	    border-top: 4px solid #01D3A3;
}
.fancy-box-more h2 {
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 20px;
}
.org-lists {
    padding-left: 20px;
}
.org-lists li {
    line-height: 1.4;
    margin-bottom: 15px;
    color: #666464;
}
.org-lists li:before {
    content: "-";
    display: inline-block;
    margin-right: 8px;
    margin-left: -14px;
}
.fancy-box-in.data-discovery
{
	    background: url(https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/solution-1.svg) #4CA5D4 no-repeat;
    background-size: 45%;
    background-position: bottom right;
    min-height: 250px;
}
.fancy-box-in.access-management
{
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/solution-5.svg") #A289C0 no-repeat;
	background-size: 35%;
    background-position: bottom right;
	    min-height: 221px;
}
.fancy-box-in.file-integrity
{
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/solution-4.svg") #EF8989 no-repeat;
	background-size: 45%;
    background-position: top right;
	    height: 200px;
}
.fancy-box-in.change-auditing
{
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/solution-2.svg") #73C485 no-repeat;
	background-size: 36%;
    background-position: bottom right;
	    min-height: 202px;
}
.fancy-box-in.log-management
{
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/solution-6.svg") #F3C05D no-repeat;
	background-size: 42%;
    background-position: bottom right;
	    height: 210px;
}
.fancy-box-in.breach-detection
{
	background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/solution-3.svg") #489DB7 no-repeat;
	background-size: 42%;
    background-position: bottom right;
	    min-height: 242px;
}
.fancy-box-in h2 {
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.4em;
    line-height: 1.4;
}
.fancy-box-in > span {
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 52px;
    text-align: center;
    display: block;
    line-height: 53px;
    font-size: 1.3em;
}
.fancy-box-in.data-discovery > span{background: #c1c8bc}
.fancy-box-in.access-management > span{background: #7abdf0}
.fancy-box-in.file-integrity > span{background: #edb4a0}
.fancy-box-in.change-auditing > span{background: #c6c4b5}
.fancy-box-in.log-management > span{background: #26718b}
.fancy-box-in.breach-detection > span{background: #49a9a4}
.product-lists li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 1px 3px 10px #dadada;
	    height: 120px;
	position: relative;
}
.product-lists li:after, .product-lists li:before
{
	content: "";
	display: table;
	clear: both;
}
.product-lists li:nth-child(odd)
{
	margin-right: 1%
}
.product-lists li:nth-child(even)
{
	margin-left: 1%
}
.product-lists li .icon
{
	width: 13%;
	float: left;
	text-align: center;
	    height: 100%;
	    position: relative;
}
.icon.am{background: #6737BE}
.icon.aap{background: #1CA23A}
.icon.dsp{background: #65B7A1}
.icon.dc{background: #6591B7}
.icon.fa{background: #B76565}
.icon.log{background: #D08ADD}
.icon.pmp{background: #FFBE05}
.products-sec h3 {
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 12px;
	color: #000;
}
.products-sec p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.9em;
	color: #000;
}
.product-lists li .products-sec {
    width: 87%;
    float: left;
    padding: 15px 30px 15px 15px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 13%;
}
.icon img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
	width: 55%;
}
.icon.dsp img {
    width: 35%;
}
.product-lists li > a {
    display: block;
    height: 100%;
    width: 100%;
}
.product-lists li:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 25px;
	top: 0;
    right: 0;
    background: #f4f4f4;
    color: #0e0e0e;
    line-height: 120px;
    text-align: center;
}
.product-lists li > a:after {
    content: ">";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 10px;
    z-index: 9;
    color: #000;
	    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.product-lists li:hover > a:after
{
	right: 2px;
}
.product-lists {
    margin: 60px 0;
}
.ccpa-cta {
    padding: 40px 50px;
    background: #030154;
	    margin-top: 40px;
}
.ccpa-in {
    width: 50%;
    float: left;
}
.ccpa-in:first-child {
    border-right: 1px solid #909090;
    padding-right: 50px;
}
.ccpa-in:last-child
{
	padding-left: 50px;
}
.ccpa-in h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.5em;
    margin-bottom: 10px;
}
.ccpa-in p {
    margin-bottom: 20px;
}
.ccpa-in a {
    display: inline-block;
    padding: 15px 40px;
    background: #08d2a2;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1em;
    border-radius: 5px;
}
.ccpa-in a:hover
{
	color: #030154;
	background: #fff;
}
.desc {
    margin-top: 60px;
    color: #adadad;
}
#meGDPRMessage {
    font-size: 0.8em;
    line-height: 1.4;
    margin-bottom: 10px;
}
p.privacy-policy {
    font-size: 0.8em;
    line-height: 1.4;
	    margin-bottom: 0;
}
/* footer */
.resources-footer {
    background:#222;
    
}
.resources-footer > .container {
  padding: 35px 0;
}
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.address li, .address li a {
    color: #f0f0f0;
    line-height: 1.6;
	font-size: 0.9em;
}
p.copyright {
    color: #fff;
	    font-size: 0.95em;
}
.zlogo {
        height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://cdn.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://cdn.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://cdn.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://cdn.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://cdn.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://cdn.manageengine.com/images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://cdn.manageengine.com/images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}
#fixedbtn {
    position: fixed;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 9999;
    right: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(210px);
    -webkit-transform: translateX(210px);
    -moz-transform: translateX(210px);
}
#fixedbtn span {
    display: block;
    padding: 20px 10px;
    position: relative;
    background: #ecf4f9;
    cursor: pointer;
    height: 60px;
}
#fixedbtn span.down-ebook {
    border-bottom: 1px solid #d8d8d8;
}
#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 60px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}
#fixedbtn span.down-ebook:before {
    background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg") #050460 no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border-top-left-radius: 25px;
}
#fixedbtn span.contact:before {
    background: url("https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/phone.svg") #08d2a2 no-repeat;
    background-position: center;
    background-size: 25px;
    color: #000;
    border-bottom-left-radius: 25px;
}
#fixedbtn:hover, #fixedbtn.act, #fixedbtn.slide:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
#fixedbtn.slide {
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
}
#fixedbtn.scrollact {
    transform: translateX(210px);
    -webkit-transform: translateX(210px);
    -moz-transform: translateX(210px);
}
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
/* popup content */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999;
    top: 0;
    left: 0;
	display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
	max-width: 95%;	
    max-height: 90vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 30px;
	z-index: 99;
	display: none;
}
.popup-content {
    overflow: scroll;
    height: 100%;
	    max-height: 80vh;
}
.popup-content form {
    width: 70%;
    margin: 0 auto;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: #050460;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
span.close:hover 
{
	background: #08d2a2;
}
/* form css */
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
	text-align: center;
	    margin-bottom: 45px;
}
.form-control.form-comments {
    height: 85px;
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1.2em;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.btn-submits button {
    border-radius: 5px;
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_Medium';
    text-transform: uppercase;
       border: 2px solid #050460;
    background: #050460;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 40px;
    margin: 20px 0;
}
.btn-submits button:hover
{
	  background: #08d2a2;
	  border-color: #08d2a2;
}
.active-row.form-control::before {
        border-top-color: #050460;
    border-right-color: #050460;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color: #050460;
    border-left-color: #050460;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#zc-country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state,.uscountry select#ukcountry_region {
    height: 60px;
}
.success-msg {
    position: fixed;
	    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #15d2a3;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
	display: none;
}
h2.popup-title {
    text-align: center;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.4em;
    margin-bottom: 34px;
    color: #050460;
}
.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 65px;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 22px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
}
.multiSel1 {
    padding: 5px 10px;
    height: 64px;
    overflow: scroll;
    display: none;
}
.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.dropdownsearch1 {
    width: 100%;
        background: #030154;
    display: none;
    z-index: 9999;
    position: relative;
}
.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #CCC;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}
.dropdown1 .dropdd1 ul {
    color: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    overflow: auto;
        background: #030154;
    text-align: left;
    overflow: scroll!important;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
	display: inline-block;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
	    cursor: pointer;
}
/* resources page*/
a.brand-logo.resource-brand {
    margin: 0 auto 20px auto;
    width: 160px;
}
.resource-header .section-title {
    margin-bottom: 0;
}
.resource-header {
    padding: 100px 0;
}
.download-box.resource-download {
    background: #040155;
	    padding: 30px 100px 30px 100px;
}
.resource-download .download-in {
    width: 100%;
	position:static!important;
	clip-path:none!important;
	padding:20px 50px!important;
}
.resource-download .download-in h3 {
    display:inline-block;
}
.products-list
{
	padding: 0;
	margin-top: 50px;
}
.products-list li {
    width: 25%;
    float: left;
    border-right: 1px solid #aaa1a1;
}
.products-list a {
    color: #000;
    display: block;
	    padding: 40px 10px;
    text-align: center;
	    transition: all ease 0.5s;
	    -webkit-transition: all ease 0.5s;
	    -moz-transition: all ease 0.5s;
}
.products-list li:hover a 
{
	transform: scale(1.1)
}
.products-list a h5 {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1em;
    margin-bottom: 5px;
}
.products-list a p {
    margin-bottom: 0;
	color: #3d3a3a;
}
.products-list li:nth-child(1), .products-list li:nth-child(2), .products-list li:nth-child(3), .products-list li:nth-child(4)    
{
	border-bottom: 1px solid #aaa1a1;
}
.products-list li:nth-child(4n)
{
	border-right: none;
}
#ccpa-tabs {
    padding: 0;
}
#ccpa-tabs .container-fluid {
    background: #fff;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.21);
	    padding: 8px 0;
}
.resource-tab
{
	margin: 0;
}
.resource-tab li {
    display: inline-block;
    width: 19%;
    text-align: center;
	border-right: 1px solid #aaa1a1;
	position: relative;
}
.resource-tab li:last-child
{
	border-right: none;
}
.resource-tab li > a, .resource-tab li > span {
    color: #000;
    cursor: pointer;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.resource-tab li > span:after, .resource-tab li > a:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -8px;
    background: #060360;
    left: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
	 transform: translate(-50%, 0);
	 -webkit-transform: translate(-50%, 0);
	 transform: translate(-50%, 0);
    left: 50%;
}
.resource-tab li:hover > span:after, .resource-tab li:hover > a:after , .resource-tab li > span.active-tab:after 
{
	width: 100%;
}
.tab-contents {
    padding: 50px 0 0 0;
}
.tab-content {
    display: none;
	    min-height: 300px;
}
.tab-content-active
{
	display: block;
}
.resources-list li {
    width: 33.3%;
    float: left;
    padding: 12px;
}
.resources-list li a {
    display: block;
	    color: #000;
}
.resources-list li > a, .resources-list li > div, .resources-list li > span {
    box-shadow: 0 0 10px #d3d3d3;
}
.vid-pop {
    cursor: pointer;
}
.resources-list h3 {
    margin: 0px 0 10px 0;
    font-family: 'Zoho_Puvi_Medium';
	    line-height: 1.4;
}
.resources-list a h3
{
	margin-bottom: 0;
	    font-size: 0.95em;
}
.resources-list .info {
    padding: 15px;
	border-top: 1px solid #f0f0f0;
}
.resources-list p {
       margin-bottom: 0;
    line-height: 1.4;
    font-size: 0.9em;
	min-height: 60px;
}
span.seperator {
    margin: 0 10px;
}
span.bullets:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: #08d2a2;
    border-radius: 50%;
    vertical-align: middle;
}
/* video section */
.resource-overlay {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.36);
	display: none;
}
.wvbox {
    width: 600px;
    height: 348px;
    max-width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 6px;
    background: #fff;
	display: none;
}
.wvbox-close {
    position: absolute;
    z-index: 999;
    top: -8px;
    right: -9px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
.wvbox-close:hover
{
	    background: #08d2a2;
}
#products-sec {
    padding-top: 30px;
}
.ebook-download {
    display: block;
	cursor: pointer;
}
header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
	    transition: all ease 0.2s;
	    -webkit-transition: all ease 0.2s;
	    -moz-transition: all ease 0.2s;
}
/*
#banner{
	    margin-top: 105px;
}
*/
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://cdn.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 99999;
}
@media only screen and (max-width: 1350px)
{
	section {
    padding: 60px 0;
}
	#banner
	{
		    padding: 40px 0 50px 0;
		    background-position: 94% 18%;
	}
	form .form-control {
    height: 45px;
}
	.form-control .dropdt1 .hida1
	{
		padding-top: 12px;
	}
}
@media only screen and (max-width: 1200px)
{
	.container {
    max-width: 90%;
}
	.horizontal-fancy-box li
	{
		width: 50%;
	}
	.download-row .download-box
	{
		width: 100%;
	}
}
@media only screen and (max-width: 1024px)
{
	.products-list li {
    width: 50%;
}
	.download-row .download-in span.demo, .download-row .download-in a {
    margin-bottom: 15px;
}
	.download-box.resource-download {
    padding: 50px;
}
	.products-list li:nth-child(2), .products-list li:nth-child(6)
	{
		border-right: none;
	}
	.products-list li:nth-child(5), .products-list li:nth-child(6)
	{
		border-bottom: 1px solid #aaa1a1;
	}
	.popup-content form {
    width: 100%;
}
   .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
	#banner
	{
		background: #050460;
		position: relative;
	}
	#banner .container {
    position: relative;
    z-index: 9;
}
	#banner:after {
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: url(https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/ccpa-banner.svg) no-repeat;
    background-position: 83% 11%;
    z-index: 1;
    opacity: 0.1;
}
	.fancy-lists li {
    min-height: 130px;
}
	.download-in h3 {
    display: block;
    text-align: center;
		margin-bottom: 0px;
}
	.resource-download .download-in h3,.resource-download .download-in{text-align:left;}
	.download-box {
    padding: 40px 50px 40px 0;
}
	.download-in
	{
		text-align: center;
	}
	.download-in a, .download-in span {
    float: none;
}
	.resource-download .download-in span {float:right;}
	.fancy-box-in {
    padding: 60px;
    min-height: auto!important;
		height: auto!important;
}
	.product-lists li {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}
}
@media only screen and (max-width: 992px)
{
	.download-in {
    width: 100%;
    position: static!important;
    clip-path: unset!important;
}
}
@media only screen and (max-width: 780px){
	.resource-download .download-in h3, .resource-download .download-in{text-align:center;}
	.resource-download .download-in span {float:none;margin-top:15px;}
}
@media only screen and (max-width: 650px)
{
	body
	{
		font-size: 14px;
	}
	.menu-ico {
		bottom: 15px;
	}
	.products-list a
	{
		min-height: auto;
	}
	.wvbox-inner iframe {
    height: 210px;
}
	.wvbox
	{
		height: 222px;
	}
	.resources-list li {
    width: 100%;
    margin-bottom: 20px;
}
	.resources-list li img{width:100%;height:auto;}
	.resource-tab li {
    width: 32%;
    border: none;
}
	#ccpa-tabs .cols-12 {
    padding: 0;
}
	.download-box.resource-download {
    padding: 50px 20px;
}
	.resource-header {
    padding: 50px 0;
}
	.page-title {
    font-size: 2.2em;
    line-height: 1.4;
}
	.fancy-lists li {
    width: 100%;
    border-right: none!important;
}
	.download-box {
    background: #040155;
    padding: 20px;
}
	.download-in {
    width: 100%;
}
	.horizontal-fancy-box li {
    width: 100%;
}
	.boxed-half {
    width: 100%;
    padding: 0!important;
}
	#fixedbtn.slide
	{
		    transform: translateX(135px);
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
	}
	#topbar-menu-icon {
    top: -22px;
}
	.ccpa-in {
    width: 100%;
    border: none!important;
    padding: 0!important;
    margin-bottom: 30px;
}
	.fancy-box-in > span {
    display: none;
}
	.fancy-box-in h2
	{
		    text-align: left;
	}
	.lists > li {
    line-height: 1.4;
}
	.lists img {
        left: -12px;
    margin-left: -15px;
    width: 15px;
}
	.lists ul {
    padding-left: 20px;
}
	section .fancy-lists li {
    min-height: auto;
	padding: 20px 10px 20px 70px;
}
	section .fancy-lists li:nth-child(odd)
	{
			background: url(https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/tick.svg) no-repeat, linear-gradient(to right, #ebf3f9, #fff);
    background-position: 20px center, center;
	background-size: 26px, contain;
	}
		section .fancy-lists li:nth-child(even)
	{
		background: url(https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/tick.svg) no-repeat, linear-gradient(to right, #fff, #fff);
		    background-position: 20px center, center;
	background-size: 26px, contain;
	}
	.download-row .download-box {
    padding: 20px;
}
	.download-row .download-box
	{
		    background:  linear-gradient(to right, #0dafc4, #0a719d, #073275);
	}
	.resource-download .download-in h3 br{display:none;}
	ul.social{text-align:left;}
}
.feedback-box{width: 391px; height: 663px; max-height: 85%; position: fixed; bottom: 10px; right: 10px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2); border-radius: 5px; overflow: hidden; z-index: 99999999999999; background: #fff; transform: translateY(700px); transition: all ease 0.7s;}.feedback-box.active{transform: translateY(0);}.fb_header{background: #2C2C2C; padding: 30px; color: #fff; position: relative;}.quiz_active_line{content: ''; background: #3A79F0; position: absolute; bottom: -2.5px; left: 0; height: 5px; transition: all ease-in-out 1s;}.fb_header h2{font-size: 1.2em; font-style: italic; color: #fff; line-height: 1.4; margin: 0; padding: 0;}.feedback-box .fb_close{position: absolute; z-index: 999; top: 10px; right: 15px; color: #000; cursor: pointer; font-family: 'Zoho_Puvi_Medium'; font-size: 15px; background: #fff; border-radius: 30px; width: 25px; height: 25px; text-align: center; line-height: 25px; transition: all ease 0.5s;}.feedback-box .fb_close:hover{transform: rotate(360deg);}.quiz_box{background: #fff;}.quiz_container h3{font-size: 1.1em; font-family: 'Zoho_Puvi_SemiBold'; line-height: 1.4; margin: 0; padding: 0;}#quiz_box{width: 100%; height: 100%;}.quiz_arrow{position: absolute; right: 30px; bottom: 20px;}.quiz_arrow_previous img,.quiz_arrow_next img{width: 35px; height: auto; cursor: pointer;}.quiz_arrow_next{position: absolute; right: 30px; bottom: 20px; display: none;}.quiz_arrow_previous{position: absolute; left: 30px; bottom: 20px; display: none;}.quiz_arrow_previous img{transform: rotate(180deg);}.quiz-error{position: absolute; left: 5px; bottom: -30px; text-align: left; color: #f63f3f; ; display: none;}.quiz_container{padding: 20px 30px;}.quiz_nums{padding-bottom: 15px; font-size: 1.3em; font-family: "Zoho_Puvi_Bold"; color: #4D82E7;}.quiz_ans_box{margin: 20px 0 0; border: 1px solid #707070; border-radius: 5px;}.quiz_ans_box li{padding: 0 20px; border-bottom: 1px solid #707070; cursor: pointer;}.quiz_ans_box li:hover{background: #EBF0FF;}.quiz_ans_box li:nth-child(1){border-top-left-radius: 5px; border-top-right-radius: 5px;}.quiz_ans_box li:last-child{border: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}.quiz_ans_box li input:not(#Other_input){display: none;}.quiz_ans_box li label{display: flex; align-items: center; cursor: pointer; padding: 15px 0; font-size: 0.9em;}.quiz_ans_box li label span{content: ''; width: 18px; height: 18px; background: #fff; border: 1px solid #707070; border-radius: 50%; margin-right: 10px; display: flex; justify-content: center; align-items: center;}.quiz_ans_box li label span:before{content: ''; width: 10px; height: 10px; border-radius: 50%; display: block;}.quiz_ans_box li input[type="radio"]:checked+label span{background: #3A58D1;}.quiz_ans_box li input[type="radio"]:checked+label span:before{background: #fff; border: none;}.quiz{display: none; position: relative;}.quiz.quiz_question1{display: block;}#Other_input,.quiz3_website_look .website_look,.website_change{border: 1px solid #969696; outline: 0; border-radius: 5px; resize: none; font-size: 1em; -webkit-appearance: none; font-family: "Zoho_Puvi_Regular"; background: transparent; width: 100%; display: none;}#Other_input{padding: 5px; margin: -10px 0 15px;}.quiz3_website_look{margin: 20px 0 0; display: none;}.quiz3_website_look .website_look,#Other_input,.website_change{box-sizing: border-box;}.quiz3_website_look .website_look,.website_change{padding: 10px; height: 80px; display: block; margin: 20px 0 0;}.website_change{height: 150px;}.feedback-btn{font-size: 18px; border: none; border-radius: 5px; background: #F6C855; color: #000; cursor: pointer; outline: none; display: block; width: 100%; padding: 12px 50px; margin: 30px 0 0; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s;}.feedback-btn:hover{background: #f8bf31;}.zsiq_floatmain.hidechat{display: none !important;}#quiz_success{height: calc(100% - 115px); width: 100%; display: none;}.success_container{display: flex; align-items: center; justify-content: center; flex-direction: column; width: inherit; height: inherit;}#quiz_success img{width: 80px; height: auto; display: block;}.thank_title{font-size: 1.2em; font-style: italic; color: #000; line-height: 1.4; margin: 20px 0 0; padding: 0; text-align: center;}.spin .spinner::before{content: ""; width: 7px; height: 7px; border-radius: 50%; border: solid 0.35em #aca075; border-bottom-color: #0d0058; animation: 0.8s linear infinite spinner; will-change: transform; display: block;}.spin .spinner{display: inline-block; vertical-align: top; padding-left: 10px;}@keyframes spinner{0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}}@media only screen and (max-height:720px){.fb_header{padding: 15px 30px;}}@media only screen and (max-width:650px){.feedback-box{width: 95%;}}