@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-style:italic}
.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:"ZohoPuvi";
}
section *,#fixedbtn *,.popup-form * {
	-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;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
a:hover {text-decoration: none;}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
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-weight: 500;
	font-family: 'ZohoPuvi';
}
.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;
	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%;
}
}
/*----------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: #124236;
  padding: 15px 0;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #06614a;
  -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(43%);
  -moz-transform: translate(43%);
  -o-transform: translate(43%);
  transform: translate(43%);
  -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----------*/
a.guide-btn {
    background: #ff0100;
    padding: 13px 30px!important;
}
a.guide-btn:hover{
	background:#6e0e0d;
	color:#fff!important;
}
li.active a{
	color:#834100;
}
.mobilemenu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
section
{
	padding: 40px 0 60px 0;
	background: #fff;
	position:relative;
}
.container-fluid.copyright {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #898c90;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.95em;
	color:#898c90;
	text-align: center;
	font-family: 'Zoho_Puvi_Regular';
}
.container-fluid.copyright p a
{
	color: #898c90;
}
.container-fluid.copyright p a:hover{text-decoration:underline;}
#meGDPRMessage {
    margin-bottom: 10px;
    line-height: 1.4;
	font-size:14px;
	font-weight:300;
}
p.privacy-policy,p.south-policy {
    line-height: 1.4;
    margin:0 auto;
	font-size:14px;
	width:70%;
	text-align: center;
}
p.south-policy {
	margin-bottom:10px;
}
.privacy-policy a {
    color:#fed015;
}
.popup-form .privacy-policy a{
	color:#3131FF;
}

/*Section css start*/
section{
	padding:60px 0;
}
.first-sec h1 {
    font-size: 2.8em;
    font-weight: 600;
}
.left-box h2{
	color:#fff;
}
h2{
	font-size: 1.8em;
    line-height: 1.4;
	color:#6E0D0D;
}
.top-sec{
	padding:40px 0 60px;
}
p{
	font-size:1em;
	margin:15px 0;
	font-weight:300;
	text-align:justify;
}
.first-sec{
	padding:80px 0;
}
.red-line{
	display:inline-block;
	background:#FF0000;
	width:230px;
	border-radius:30px;
	margin:30px 0;
	height:3px;
}
.form-sec,.first-sec{
	background:#114237;
	color:#fff;
}
.ib{float:left;}
.left-box{
	width:60%;
}
.right-box{
	width:40%;
}
.head-sub{
	font-size: 1.3em;
    font-weight: 300;
    margin:0 0 5px;
}
.strip-box{
	background: #ffce00;
	position: relative;
    padding: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin:0 0 0 12px;
	width: 30%;
}
.strip-box:before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    position: absolute;
    background: #ffce00;
    top: 0;
    left: -12px;
}
.strip-box .clearfix > div {
/*        width: 50%;*/
/*    float: left;*/
    position: relative;
    padding: 10px 20px;
}
.register {
    background: #ffc300;
	    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.register:before {
    content: "";
    position: absolute;
    display: block;
    width: 75px;
    height: calc(100% + 20px);
    background: #ffc300;
    top: 2px;
    pointer-events: none;
    z-index: 0;
    transform: rotate(
21deg
);
    left: -47px;
	border-left: 1px solid #8b8585;
}
p.strip-descr {
    text-align: left;
    color: #000;
}
.strip-box .clearfix {
    overflow: hidden;
}
.strip-cta {
    cursor: pointer;
    text-decoration: none;
    background: #ff0000;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    line-height: normal;
	    position: relative;
}
.strip-cta:hover
	{
		background: #1b1c1c;
	}
p.strip-descr {
    text-align: left;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;
	    position: relative;
}
.discl{
	color:#6E0D0D;
	font-size:1em;
}
p.dis-con{font-size:0.8em;}
li.per-list{
    width: 32%;
    display: inline-block;
    padding: 35px 0;
    margin-right: 1%;
}
li.per-list span{
	display:inline-block;
	vertical-align:middle;
	font-size: 15px;
	line-height: 1.5;
	font-weight:300;
}
li.per-list img{
	width: 30px;
    margin-right: 10px;
	display:inline-block;
	vertical-align:middle;
}
li.per-list img.per-img1{width:23px;margin-right: 10px;}
li.per-list img.per-img2{width:31px;}
li.per-list img.per-img3{width:28px;}
li.per-list img.per-img4{width:28px;margin-right: 13px;}
li.per-list img.per-img5{width:28px;margin-right: 14px;}
li.per-list img.per-img6{width: 28px;margin-right: 14px;}
li.per-list img.per-img7{width:32px;}
li.per-list img.per-img8{margin-right: 12px;}
.green-sec{
	background:#f6faf4;
	padding:60px 0 150px;
}
.orga-box{
	border:1px solid #C9C9C9;
	background:#ECF5F3;
	padding:30px;
	border-radius: 5px;
}
.img-con,.orga-box{
	transition:0.9s;
}
.orga-box:hover{
	transform:scale(1.04);
}
.img-con:hover {
    box-shadow: 0px 0px 15px #c8d9ea;
}
.di{
	display:inline-block;
	vertical-align:middle;
}
.orga-box img{
	width: 45px;
    margin-right: 15px;
}
.box-images{
	display:inline-block;
	width: 50px;
	height:50px;
	background:url("https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/sprite.png") no-repeat;
	background-size:320px;
	margin-right: 10px;
}
.box-images.img1{background-position: -10px -8px;background-size: 300px;width: 45px;}
.box-images.img2{background-position: -106px -13px;background-size: 350px;}
.box-images.img3{background-position: -178px -10px;background-size: 310px;width: 42px;}
.box-images.img4{background-position: -291px -14px;background-size: 360px;}
.orga-box .tit{
	line-height: 1.3;
    font-weight: 500;
}
.gline{
	display:inline-block;
	height:1px;
	width: 100%;
	background:#114237;
	margin: 15px 0 10px;
}
.orga-box p{
	margin: 0;
    font-size: 0.9em;
    height: 130px;
	text-align:left;
}
.acco-box{
	width:90%;
	margin:50px 0;
}
.click-box{
	margin-top:20px;
	border:1px solid #CCCCCC;
	border-radius:5px;
}
.img-con:after{
	position:absolute;
	display: block;
	content:'+';
	color:linear-gradient(to right,#1DAF87,#0F5844);
	transform: translate(0px, -50%);
    top: 50%;
    right: 35px;
    font-size: 1.5em;
    font-weight: 300;
}
.img-con.active-tab:after{
	content:'-';
	font-size:2em;
}
.img-con{
	-webkit-background:#ECF5F3;
	-moz-background:#ECF5F3;
	background:#ECF5F3;
	position:relative;
	padding:20px 30px;
	cursor: pointer;
	border-radius:5px;
}
.img-con.active-tab{
	background:#FFFFFF;
	border-radius:5px;
}
.click-box img{
	width: 37px;
    margin-right: 20px;
}
img.di.con-img1{}
img.di.con-img2{}
img.di.con-img3{width: 38px;}
img.di.con-img4{width: 32px;margin-right: 20px;margin-left: 6px;}
img.di.con-img5,img.di.con-img6,img.di.con-img7{width: 38px;}
img.di.con-img8{width: 35px;}
.condition-tit {
	line-height:1.5;
	font-weight:600;
}
.dp-box{
	padding:10px 80px 0;
	display:none;
	position:relative;
	-webkit-background:#fff;
	background:#fff;
	border-radius:5px;
}
.dp-box:before{
	position:absolute;
	content:'';
	display:block;
	width: 1px;
	height:100%;
	background: #6E0C0C;
	left:56px;
	top: 13px;
}
h5{
	font-size:1.1em;
	color:#6E0D0D;
	font-weight: 600;
	text-decoration:underline;
	margin-bottom: 20px;
	position: relative;
}
.point-cicle{position:relative;}
h5:before,.point-cicle:before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #6E0C0C;
    left: -28px;
    background: #6E0C0C;
    border-radius: 50px;
    top: 3px;
}
h5:after,.point-cicle:after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid;
    left: -32px;
    top: -1px;
    border-radius: 50px;
}
.point-cicle:before{top: 8px;}
.point-cicle:after{top: 4px;}
h5.circle-hide:before, h5.circle-hide:after{display:none;}
.dp-box p{
	margin:0 0 20px;
}
.dp-box p a{
	font-weight:600;
}
.dp-box .con-group:first-child{
	margin-top:0;
}
.dp-box .con-group{
	margin-top:30px;
	position:relative;
}
.dp-box .con-group:last-child {
    padding-bottom: 20px;
}
.dp-box .con-group:last-child:before{
	content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #fff;
    top: 12px;
    left: -26px;
}
.dp-box .con-group:nth-child(9):before{top: 0;}
.dp-box .con-group:nth-child(8):before{
	content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 24%;
    background: #fff;
    bottom: -31px;
    left: -26px;
}
.con-sec {
    -webkit-background: linear-gradient(to bottom, #fff 5%, transparent, #fff 98%),url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/popia-con-img.svg) no-repeat;
    -moz-background: linear-gradient(to bottom, #fff 5%, transparent, #fff 98%),url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/popia-con-img.svg) no-repeat;
    background: linear-gradient(to bottom, #fff 5%, transparent, #fff 98%),url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/popia-con-img.svg) no-repeat;
    background-size: auto;
    background-position: -1300px;
}
.condition-map {
    width: 100%;
    position: relative;
    height: 500px;
	margin:60px 0;
}
.condition-map li{
	position:absolute;
}
.condition-map li div span{
	display:inline-block;
	vertical-align:middle;
}
.condition-map li div a.searchbycon{
	display:block;
	cursor:pointer;
	color:#000;
}
.condition-map li.first-cir div{
	-webkit-background:#1F6C51;
	-moz-background:#1F6C51;
	background: #1F6C51;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    padding: 70px 50px;
}
.condition-map li.first-cir span{
	font-weight:500;
	line-height:1.3;
	font-size:20px;
}
.condition-map li .circle{
	border-radius:100px;
	margin-right:5px;	
	display:inline-block;
	box-shadow: 0 0 10px rgb(0 0 0 / 37%);
}
.condition-map li .con-text{
	font-size: 14px;
    font-weight: 300;
}
.accountability{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/accounatbility.svg) no-repeat #25805A center center;background-size: 26px;}
.processing{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/processing-limitation.svg) no-repeat #18B187 center center;background-size: 27px;}
.purpose{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/purpose-specifiaction.svg) no-repeat #25805A center center;background-size: 30px;}
.further{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/further-processing-limitation.svg) no-repeat #5DC280 center center;background-size: 26px;}
.information{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/information-quality.svg) no-repeat #18B187 center center;background-size: 26px;}
.openness{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/opennes.svg) no-repeat #18B187 center center;background-size: 26px;}
.security-safe{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/security-safeguards.svg) no-repeat #25805A center center;background-size: 25px;}
.data-subject{background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/data-subject.svg) no-repeat #5DC280 center center;background-size: 30px;}
.condition-map li.first-cir{top:18%;left:0%;}
.condition-map li:nth-child(2){top: 17%;left: 24%;}
.condition-map li:nth-child(3){bottom: 27%;left: 25%;}
.condition-map li:nth-child(4){top: 45%;left: 36.5%;}
.condition-map li:nth-child(5){top: 21%;left: 44%;}
.condition-map li:nth-child(6){bottom: 22%;left: 47%;}
.condition-map li:nth-child(7){top: 9%;left: 59%;}
.condition-map li:nth-child(8){top: 37%;left:65.5%;}
.condition-map li:nth-child(9){bottom: 32%;left: 72%;}
.condition-map .size1{
	width: 46px;
    height: 46px;
}
.condition-map .size2{
	width: 50px;
	height:50px;
}
.condition-map .size3{
	width:55px;
	height:55px;
}
.condition-map .size4{
	width:60px;
	height:60px;
}
.condition-map li div a{
	transition: 0.9s;
}
.condition-map li div a:hover{
	transform:scale(1.04)
}
.acco-sec {
    -webkit-background: linear-gradient(to bottom, #f6faf4, #FFFFFF);
    -moz-background: linear-gradient(to bottom, #f6faf4, #FFFFFF);
    background: linear-gradient(to bottom, #f6faf4, #FFFFFF);
}
.show-br br,.show-sd br{display:none;}
.space-5{height:50px;}
.space-4{height:40px;}
.space-3{height:30px;}
.space-2{height:20px;}
span.form-sub {
    font-size: 1.2em;
    padding-bottom: 30px;
    display: block;
}
/*right side contact btn css*/
#fixedbtn {
    position: fixed;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 9999;
    right: 0;
}
#fixedbtn span {
    display: block;
    padding:20px 15px 20px 0px;
    position: relative;
    cursor: pointer;
    height: 60px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(210px);
    transform: -webkit-translateX(210px);
    transform: -moz-translateX(210px);
	line-height:1.4;
}
#fixedbtn span.demo{
    background:#1f6c51;
	margin-bottom:3px;
	color:#fff;
}
#fixedbtn span.contact{
    background:#18b187;
	color:#fff;
}
#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    width: 70px;
    height: 60px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}
#fixedbtn span.demo:before {
    background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/downlod-icon.svg) #1f6c51 no-repeat;
    background-position: center;
    background-size: 23px;
    color: #000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#fixedbtn span.contact:before {
    background: url(https://cdn.manageengine.com/protection-of-personal-information-act-popia/images/call-icon.svg) #18b187 no-repeat;
    background-position: center;
    background-size: 23px;
    color: #000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#fixedbtn.slide span
{
	transform: translateX(150px);
    transform: -webkit-translateX(150px);
    transform: -moz-translateX(150px);
}
#fixedbtn.scrollact span
{
	transform: translateX(230px);
    transform: -webkit-translateX(230px);
    transform: -moz-translateX(230px);
}
#fixedbtn.slide span.demo:hover, #fixedbtn.slide span.contact:hover{
    transform: translateX(0);
    transform: -webkit-translateX(0);
    transform: -moz-translateX(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;
}
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transform: -moz-translateY(250px);
    transform: -webkit-translateY(250px);
    transform: -moz-translateY(250px);
}
.active-anim.animation {
    opacity: 1;
    transform: translateY(0);
    transform: -webkit-translateY(0);
    transform: -moz-translateY(0);
}
/* form css */
.form-box{
	margin:0 auto;
	float:none;
}
.form-title-box{
	margin:0 auto;
	float: none;
	color:#fff;
	text-align:center;
}
h2.form-title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
	color:#fff;
}
.form-title-box p{margin-bottom:30px;font-weight:300;text-align:center;}
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    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;
}
.dropdown-control
{
	background: url(https://cdn.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    padding-left: 0;
	text-align:center;
	background:none;
	margin-bottom: 45px;
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: "ZohoPuvi";
}
.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:15px;
    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;
}
.form-control select
{
	opacity: 0;
}
.form-control.active-row select
{
	opacity: 0.6;
}
.btn-submits{text-align:center;}
.country-box{display:inline-block;}
.btn-submits input {
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #FF0000;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 60px;
    margin: 20px 0;
	opacity:1;
	width:auto;
	height:auto;
}
.btn-submits input:hover
{
	  background:#6e0e0d;
	  border-color:#6e0e0d;
	color:#fff;
}
.popup-form .btn-submits input:hover{
	background:#6e0e0d;
	color:#fff;
}
.active-row.form-control::before {
        border-top-color: #ffd017;
    border-right-color: #ffd017;
    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: #ffd017;
    border-left-color: #ffd017;
    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, .uscountry select#enquire_country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state,.uscountry select#ukcountry_region {
    height: 60px;
}
.success-msg{
     background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display: none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 30%;
    background: #124237;
    padding: 60px;
    text-align: center;
    color:#fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background:#004b88;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #ffce02;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
/*popup form css*/
.popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999999;
    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: 90%;
    margin: 0 auto;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background:#0c2b24;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
span.close:hover 
{
	background: #fed015;
    color: #fff;
}
h4.popup-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 34px;
    color: #6E0D0D;
}
.pageform-content{
	width: 60%;
    margin: 0 auto;
	text-align: center;
	color:#fff;
}
.lf-box{float:left;width:50%}
.rt-box{float:right;width:49%;margin-left:1%;}
#partner{background:#ecf5f3;}
.partbox,.me-black,.con-mail,.gray-line{display:inline-block;}
.partbox,.me-black,.con-mail,.gray-line{vertical-align:middle;}
.gray-line{background:#c8d0ce;width:2px;height:85px;margin:0 15px;}
.me-black{width:160px;}
.itr-tect{width:100px;}
.mid-box p{margin:0;}
.con-box{padding-left:18px;}
.con-box p{margin:0;}
.con-mail{width:40px;}
.con-box p:first-child(1){margin-bottom:5px;}
h3.part-head {font-size: 1.2em;line-height: 26px;font-weight: 500;}
.mail-con{margin:20px 0 0;}
input#southclick{position:relative;}
input.errorbox:before{
    border: 1px solid red;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3px;
    left: -1px;
    top: -1px;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    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:1600px){
	.con-sec{background-position:-1370px;}
}
@media only screen and (max-width: 1450px)
{
	#banner{margin-top:50px;}
	.cols-6.text-right {text-align:center;}
	.left-right-img{margin:90px 0 0;}
	img.banner-img {width: auto;height: auto;}
	.msgcon{width:35%;padding: 50px;}
	.con-sec{background-position:-1415px;}
	li.per-list span{font-size:13px;}
	.orga-box .tit{font-size:14px;}
	.left-side,.right-side{display:inline-block;width:49%;}
	.right-side{margin-left:1%;}
}
@media only screen and (max-width:1400px){
	.con-sec{background-position:-1465px;}
}
@media only screen and (max-width: 1300px)
{
	.container {max-width: 90%;}
	.msgcon{width: 40%;padding: 50px;}
	.con-sec {background-position: -1475px;}
	.condition-map li:nth-child(2){left: 24.5%;}
	.condition-map li:nth-child(3){left: 26.5%;}
	.condition-map li:nth-child(4){left:38.5%;}
	.condition-map li:nth-child(5){left: 46%;}
	.condition-map li:nth-child(6){left: 49%;}
	.condition-map li:nth-child(7){left: 61.5%;}
	.condition-map li:nth-child(8){left:68.5%;}
	.condition-map li:nth-child(9){left:75%;}
}
@media only screen and (max-width: 1100px)
{
   .animation {
		opacity: 1;
		transform: translateY(0);
		transform: -webkit-translateY(0);
		transform: -moz-translateY(0);
	}
	.pageform-content{width:75%;}
	.show-br br{display:block;}
	p br{display:none;}
	.strip-box{width:50%;margin: 30px 0;}
	.green-sec .cols-3{width:50%;}
	.orga-box{margin-bottom:20px;}
	.green-sec{padding:60px 0;}
	.acco-box{width:95%;}
	.condition-map{margin:0;}
	.con-sec{background-position:-1483px;}
	.msgcon{top: 30%;width: 50%;padding: 50px;}
	.condition-map li:nth-child(5){left:47%;}
	.condition-map li:nth-child(6){bottom:16%;}
	.con-sec {background-position: -1475px;}
	.condition-map li:nth-child(2){left: 27.5%;}
	.condition-map li:nth-child(4){left:42.5%;}
	.condition-map li:nth-child(5){left: 48%;}
	.condition-map li:nth-child(7){left: 63.5%;}
	.condition-map li:nth-child(8){left:72.5%;}
	.condition-map li:nth-child(9){left:75%;}
	li.per-list span{font-size:15px;}
	.me-black{width:125px;}
	.gray-line{margin:0 5px;}
}
@media only screen and (max-width: 1000px){
	.pageform-content{width:80%;}
	section{padding:40px 0;}
	li.per-list{width:50%;margin-right:0;float:left;padding:28px 0;height:100px;}
	.strip-box{margin:0;width:100%;}
	.left-box,.right-box{width:100%;}
	img.implementing-img {display: block;margin: 0 auto;width: 70%}
	.con-sec {background-position: -1494px;}
	.msgcon{width:60%;padding: 40px;}
	.condition-map li.first-cir{top: 15%;}
	.condition-map li:nth-child(2){left:30%;}
	.condition-map li:nth-child(3) {bottom: 25%;left: 32%;}
	.condition-map li:nth-child(4){left:39.5%;}
	.condition-map li:nth-child(5){left:55%;}
	.condition-map li:nth-child(6) {bottom: 10%;left: 52%;}
	.condition-map li:nth-child(7){left:68.5%}
	.condition-map li:nth-child(8){left:72.5%;}
	.condition-map li:nth-child(9){bottom: 31%;left: 65%;}
	.gray-line{margin:0 10px;}
	.me-black{width:160px;}
	
}
@media only screen and (max-width: 650px)
{
	body{font-size: 15px;}
	.products-list a{min-height: auto;}
	#banner{margin-top:90px;}
	p.copyright {text-align: center;margin-bottom: 22px;}
	ul.social {text-align: center;}
	.pageform-content ,.popup-content form{width: 100%;}
	h2{font-size:1.8em;}
	p{font-size:1em;}
	li.per-list{width:100%;float:none;display:block;height:auto;}
	.acco-box,.green-sec .cols-3{width:100%;}
	.orga-box p{font-size:1.1em;}
	img.implementing-img,p.privacy-policy {width: 100%}
	img.implementing-img{margin-bottom:30px;}
	.first-sec h1{line-height:1.3;}
	.strip-btn{margin:0;padding:0 0 20px!important;}
	.strip-box div{float:none;text-align:center;padding:0;}
	.strip-box{padding:0;}
	.strip-con span{font-size:1.2em;}
	.click-box img,img.di.con-img4{margin-right:10px;}
	.img-con:after{right:15px;}
	.show-sd br{display:block;}
	li.per-list span{font-size:16px;}
	.condition-map li.first-cir{display:none;}
	.condition-map li{position:static;margin-top: 20px;}
	.condition-map .size1,.condition-map .size2,.condition-map .size3,.condition-map .size4{width:50px;height:50px;}
	.condition-map li .con-text{font-size:1em; font-weight:400;}
	.condition-map li .circle{margin-right:20px;}
	.img-con{padding:20px 15px;}
	.dp-box{padding: 10px 50px 0;}
	.dp-box:before{left: 26px;}
	h5{font-size:1em;}
	li.per-list img{width: 40px;margin-right: 25px;}
	li.per-list img.per-img1{width:30px;margin-right: 32px;}
	li.per-list img.per-img2{width:38px;}
	li.per-list img.per-img3{width:40px;}
	li.per-list img.per-img4{width:35px;margin-right: 27px;}
	li.per-list img.per-img5{width:35px;margin-right: 27px;}
	li.per-list img.per-img6{width: 35px;margin-right: 25px;}
	li.per-list img.per-img7{width:40px;margin-right: 25px;}
	li.per-list img.per-img8{margin-right: 27px;}
	.msgcon{top:50%; width:90%;padding: 35px;}
	.msgcon h6{font-size:1.1em;}
	.condition-map{margin:60px 0;}
	.con-sec{background:none;}
	.left-side, .right-side,.lf-box,.rt-box{display:block;width:100%;}
	.right-side,.rt-box{margin-left:0;}
	.sd-margin{margin:25px 0;}
	.mail-con{margin:0;}
	.strip-box .clearfix > div {
    width: 100%;
}
	p.strip-descr {
    text-align: center;
}
	.register:before
	{
		display: none;
	}
}
@media only screen and (max-width: 375px){
	.msgcon{top:50%; width:90%;padding: 35px;}
	.msgcon h6{font-size:1.1em;}
}
.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%;}}