/* new design */
.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!important;
}
/* normalize css*/
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
font-size: 16px;
font-family: 'ZohoPuvi';
    font-weight: 300;
}
* {
-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!important;
color: #4CA9F5;
}
a:active,
a:hover {
outline: 0;
}
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%;
}
h1{
font-size: 2em;
}
h2{
font-size: 1.5em;
}
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-blue
{
    color: #243A5D;
}
.text-light {
color: #fff!important;
}
.text-dark {
color: #000!important;
}
.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: 600;
}
.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: -10px;
margin-left: -10px;
}
.container {
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: 1200px;
}
.container-fluid {
width: 100%;
max-width: 100%;
position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
float: left;
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.cols-2 {
width: 16.6%;
}
.cols-25 {
width: 20%;
}
.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%;
}
.cols-center
{
    margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 1025px)
{
.cols-md-12 {
width: 100%;
}
.cols-md-9 {
width: 75%;
}
.cols-md-6 {
width: 50%;
}
.cols-md-4 {
width: 33.3%;
}
.cols-md-3 {
width: 25%;
}
.slider-nav2 .lastbut, 	.slider-nav3 .lastbut {
  display: inline-block !important;
}
}
@media only screen and (max-width: 650px)
{
.cols-sd-12 {
width: 100%;
}
.cols-sd-9 {
width: 75%;
}
.cols-sd-8 {
width: 66.6%;
}
.cols-sd-6 {
width: 50%;
}
.cols-sd-4 {
width: 33.3%;
}
.cols-sd-3 {
width: 25%;
}
  .slider-nav2 .seclastbut, .slider-nav3 .seclastbut {
  display: inline-block !important;
}
#upcomingwebinar img{width: 100%;}
}
/* datepicker */
.datepicker{position:relative;display:inline-block;font:15px/1.5 "Helvetica Neue",mplus-2c,Helvetica,Arial,"Hiragino Kaku Gothic Pro",Meiryo,sans-serif;font-weight:300;border:1px solid #dfdfdf;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:.5px .5px 0 #c8c8c8;-webkit-box-shadow:.5px .5px 3px #eee;-moz-box-shadow:.5px .5px 3px #eee}.datepicker>.datepicker_header{padding-top:0;padding-bottom:5px;padding-left:5px;padding-right:5px;background-color:#eee;color:#3f3f3f;text-align:center;font-size:9pt;font-weight:700;min-height:30px;user-select:none;-webkit-user-select:none;-moz-user-select:none}.datepicker>.datepicker_header>span{display:inline-block;margin-top:-2px}.datepicker>.datepicker_header>a{color:#3b7796;cursor:pointer;font-size:20px;padding:3px 16px;user-select:none;-webkit-user-select:none;-moz-user-select:none;vertical-align:initial}.datepicker>.datepicker_header>a:hover{color:#303030;background-color:#c8c8c8}.datepicker>.datepicker_header>a:active{color:#fff;background-color:grey}.datepicker>.datepicker_header>span{margin-left:20px;margin-right:20px;user-select:none;-webkit-user-select:none;-moz-user-select:none}.datepicker>.datepicker_header>.icon-home{position:absolute;display:block;width:16px;height:16px;vertical-align:middle;padding:8px;top:0;left:0}.datepicker>.datepicker_header>.icon-close{position:absolute;display:block;width:16px;height:16px;vertical-align:middle;padding:8px;top:0;right:0}.datepicker>.datepicker_header>.icon-home>div{width:16px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAepJREFUSEudk71Kw2AUhnVxVnCyN1EcCjXUujmKF1AoRRCcNU4OIg5dtXF36tAb6B107qjg0iC4STt0EdTnTU8+v5rGNh54aM7Pe/J+abLmR3AZ7QeXD0+WZkI9zViaiXq9vg+5evU0Y+ksgjCqsrgPA2jBOzQs91FNPc0o70vLQtGHAbTgHRqW+6imnmaUS1PVqWL4SgijJr8juHK1H1Qb2Uxai1kivowmjODKq6Wopp5m0losA95Noh43ONXi+XpCPOsx49W9ZaIHp+CbSlFNPc24+i8DxfGX/YeZgTDqQrsgXc9AF9oFkcY9gQN7J3MjuOhs2WUS0ngGluqZmdNLs7IBTltmZsrvsZUKGaBfhik4vTSw3EBwfrdBfwhvwcX9tpVXNkBvA4bwBk4vDSw2UD27WbdLnf42mQmjIysl8ZeBWq3m9PRubWZOL43qGQOccpf8lc9tj5tWuP7g+tHaLqSR1pY7Pde78Ap7UIEPyOip5RgIOzvkzzCGF4gxtWltF9LAIgM78AxjeAF9/xk9tfy/gBuWOLVMfPIUDq08F3kGFOQlkIlPWKiXBvJfQl6+EjdvWJqJvwwoqMlErl4aabVowmmvbWEBEs2EJeLaFhZBmone8hMtAj2JIkykZYmQifRprAqa+sk3UgBXF8VWaxMAAAAASUVORK5CYII=)}.datepicker>.datepicker_header>.icon-close>div{width:16px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAfhJREFUSEvNVEtKA0EUHHBhsvZ7D0HF4PRMnERxI+hCQ4xuBE/g5yLRA+il/CCIXkDElRGt6qkZO91j1JUW1KJf1XvVn2Gif4XGUX986aRf0zIANXq0DBBv7Iwvb+192U+NHi2H0Tg+O2ycnN2DV+CcyiVQW5B2T6/KJUxr7dAkySN4bVbaiyqXMM1s3mr0wKtyDgytgQ/gu/gKbkumvgsOpJH0lieNN3s1O9iYd/EN657kyJikZ2uFDi97JDOgX8fAWyeg2MQO6IeT8Pbrao+Wtw/qJklvywBnE5ZuOAkve9SeA0PnQT+Ia7/2BoZXnK0uBkH5Oqxl4RNZYHAH9ANdMnxP9gA42X5FoMuhp6kEAnjlDPpVeIERm0B4+m0/N9AFq26Bta5sX0JvPvDCycFPTs+PbtQTUOvIHgAhu+DoJ4BH9mFgcAzyy3cDee3+c9ATq60ErjfDcP/kDPQ3hJtIM7XlwMAJ8FoBBe2bi/4m6J1QO34yrWlc740XxDffr/wm6EWP2u0GJsEnDS/DJVPvge7T0DspmT+aGQx+cUKGPriKTcCbzEhGwOn5GAZegM/gHdiSVAK1VBo9F+yRFJn2+hgGXtrBSXpn0mbQb5orbavl4ZfskZRDm5gGp1QKQM16nPACdhNpczZur3+ezAM1eoLwv0MUfQBkquZISGUUwgAAAABJRU5ErkJggg==)}.datepicker>.datepicker_header>a:hover>div{background-position:-16px 0}.datepicker>.datepicker_inner_container{margin:-2px 0 -2px 0;background-color:#d2d2d2;border:1px solid #c8c8c8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:.5px 0 3px #c8c8c8;-webkit-box-shadow:.5px 0 3px #c8c8c8;-moz-box-shadow:.5px 0 3px #c8c8c8}.datepicker>.datepicker_inner_container:after{content:".";display:block;height:0;clear:both;visibility:hidden}.datepicker>.datepicker_inner_container>.datepicker_calendar{float:left;width:18.3em;margin-top:-.5px;margin-left:-1px;margin-bottom:-2px;background-color:#fff;border:1px solid #c8c8c8;border-top:none;border-top-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px}.datepicker>.datepicker_inner_container>.datepicker_calendar>table{padding:10px}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>th{color:#646464;width:18px;font-size:small;font-weight:400;text-align:center}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td{color:#000;font-size:small;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;padding:10px}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.today{border-bottom:#bfbfbf solid 2px;margin-bottom:-2px}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sat{color:#04a}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sun{color:#e13b00}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_another_month{color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_past{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_unallowed{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.out_of_range{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.active{color:#fff;background-color:grey}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.hover{color:#000;background-color:#c8c8c8}.datepicker>.datepicker_inner_container>.datepicker_timelist{float:left;margin-top:-.5px;padding:5px 0;overflow:auto;overflow-x:hidden;background-color:#fff;border-top-right-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;text-align:right;width:4.9em}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar{overflow:hidden;width:6px;background:#fafafa;border-top-right-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar:horizontal{height:1px}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-button{display:none}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece{background:#eee}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece:start{background:#eee}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-thumb{background:#aaa;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-corner{background:#333}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item{padding-top:5px;padding-bottom:5px;padding-left:7px;padding-right:7px;margin-top:5px;margin-bottom:2px;font-size:small;user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.time_in_past{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.out_of_range{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.active{color:#fff;background-color:grey}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.hover{color:#000;background-color:#c8c8c8}
/* Solution banner */
section {
  padding: 80px 0;
}
.header-section
{
  background: url(https://cdn.manageengine.com/images/new-solutions-banner.jpg) no-repeat #05216e;
  background-size: cover;
}
header.fixed-header {
  padding: 35px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
transition: all ease 0.9s;
  -webkit-transition: all ease 0.9s;
  -moz-transition: all ease 0.9s;
}
header.header-fixed {
  padding: 20px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background: linear-gradient(to right, #04226e, #16378d, #04226e);
}
.brand-logo {
  display: block;
  width: 200px;
}
.brand-logo img {
  height: auto;
}
#topbar-menu-icon {
  display: none;
      position: absolute;
  right: 0;
  cursor: pointer;
  transform: translate3d(0,0,0);
  transition: transform .7s;
  z-index: 9999999;
  width: 30px;
  height: 30px;
  margin: 0;
  top: 15px;
}
#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: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#topbar-menu-icon span:nth-child(1) {
  top: 0;
}
#topbar-menu-icon span:nth-child(2) {
  top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
  top: 16px;
}
.active-menu#topbar-menu-icon span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(
135deg
);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(
135deg
);
}
.active-menu#topbar-menu-icon span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.active-menu#topbar-menu-icon span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(
-135deg
);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(
-135deg
);
}
.nav-menu {
  margin: 8px 0 0 0;
  padding: 0;
}
.nav-menu li {
  display: inline-block;
  margin-left: 10px;
}
.nav-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
}
.nav-menu li a:hover, .nav-menu li.active-menu a {
  color: #F0483E;
}
#banner {
  margin-top: 116px;
  padding: 100px 0;
  position: relative;
}
#banner .container {
  padding: 0 80px;
}
#sol-summery {
background: #f1f5ff;
}

.page-title {
font-weight: 600;
font-size: 2em;
    margin-top: 0;	
margin-bottom: 10px;
line-height: 1.4;
color: #fff;	
}
.msp-banner {
  height: 320px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.page-section {
padding: 0;
}
#sec0 {
  padding-top: 60px;
}
.section-title {
font-weight: 500; 
font-size: 1.7em;
color: #000;
line-height: 1.6;
}
#icons-section {
  padding: 130px 0;
}
.sml-title {
  font-size: 1.4em;
}
h3.icon-title {
    min-height: 60px;
  text-align: center;
font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
margin: 7px 0 0;
}
#breif-section
{
background: #0C012A;
}
.box {
  background: #fff;
  padding: 40px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
min-height: 430px;
}
.box.main-title {
  padding: 50px;
}
h2.box-main-title {
      line-height: 1.4;
  font-weight: 300;
  font-size: 1.7em;
}
h3.box-title {
  font-weight: 500;
  margin: 15px 0 5px 0;
}
p.box-descr {
  margin: 0;
}
.full-box {
  background: #D6EEF9;
  padding: 60px 80px;
  border-radius: 5px;
}
.lists li {
  line-height: 1.6;
  margin-bottom: 18px;
position: relative;
padding-left: 28px;
}
.lists li span {
  display: block;
  background: #3BB54A;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
}
.lists li span:before {
background: #fff;
  width: 3px;
  height: 4px;
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.lists li span:after {
background: #fff;
  width: 3px;
  height: 11px;
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#secondary-header {
  padding: 0;
}
.full-row {
  background: #F7F7F7;
  padding: 5px 0;
}
.secondary-tab {
    margin: 0;
text-align: center;
}
.secondary-tab li {
  display: inline-block;
  margin: 0 12px;
position: relative;
}
.secondary-tab li:after {
  content: "";
  width: 1px;
  display: block;
  height: 30px;
  position: absolute;
  background: #b7b6b6;
  left: -10px;
  transform: translate(0, -50%);
  top: 50%;
}
.secondary-tab li:first-child:after {
display: none;
}
.secondary-tab li h4 {
      color: #000000;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
  padding: 15px 2px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
text-align: center;
}
.secondary-tab li.active-tab:before
{
content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 20px);
  background: #f1493f;
left: 10px;
  bottom: -4px;
}
.secondary-tab li.active-tab h4, .secondary-tab li h4:hover {
  color: #F0483E;
}
#title-head {
  padding-bottom: 40px;
}
.fixed .full-row {
      position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 86px;
}
.sprite-ico {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
background: url("https://cdn.manageengine.com/images/msp-sprite.svg") no-repeat;
     background-size: 450px;
}
.org-ico1 {background-position: -56px 2px;}
.org-ico2 {background-position: -147px 0px;}
.org-ico3 {background-position: -224px 0px;}
.org-ico4 {background-position: -305px 6px;}
.org-ico5 {background-position: -403px 9px;}
.org-ico6 {background-position: 11px -55px;}
.box-icon.sprite-ico {margin: 0;}
.box-icon1 {background-position: -53px -55px;}
.box-icon2 {background-position: -129px -56px;width:65px;}
.box-icon3 {background-position: -232px -58px;}
.box-icon4 {background-position: -310px -58px;}
.box-icon5 {background-position: -400px -54px;}
.product-col {
  width: 50%;
  float: left;
}
.product-col > img {
  width: 85%;
    height: auto;
  margin: 60px auto 0 auto;
  display: block;
}
.even-section .product-col > img {
float: left;
}
.product-box {
  padding: 80px;
  border-radius: 10px;
}
.odd-section .product-box {
  background: #D6EEF9;
}
.product-title {
  font-weight: 600;
  margin: 0;
}
.product-title .dcnamechange-inpage{
display:block;
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-family: "Zoho_Puvi_Medium";
  font-size: 13px;
  color: #000;
margin-top: 3px;
}
h3.product-sub-tittle {
  font-weight: 500;
    line-height: 1.4;
  margin-bottom: 8px;
}
.product-cta {
  display: inline-block;
  padding: 12px 25px;
  background: #F0483E;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 15px;
  border-radius: 3px;
}
.product-cta:hover {
background: #333232;
}
.top-links {
position: fixed;
right: 0;
top: initial;
bottom: 300px;
z-index: 4;
}
#fixedbtn span {
display: block;
  padding: 20px 10px;
  position: fixed;
  cursor: pointer;
  color: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  width: 185px;
  right: -255px;
}
#fixedbtn span.down {
background:#2c325c;
margin-bottom: 3px;
top:30%;
}
#fixedbtn span.contact {
background:#0d7ffd;
top: calc(30% + 60px);
}

#fixedbtn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 56px;
  text-align: center;
  transform: translate(0%, -50%);
  line-height: 60px;
}
#fixedbtn span.down:before {
  background: url("https://www.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg") #2c325c no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
z-index: 1000;
}
#fixedbtn span.contact:before {
      background: url(https://www.manageengine.com/cis-critical-security-controls/images/call-icon.svg) #0d7ffd no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
   border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
z-index: 999;
}
#fixedbtn.slide span:hover ,#fixedbtn.slide.act span:hover{
  right: 0;
}
#fixedbtn.slide.act span{right: -195px;}

/* form style */
.overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgb(0 0 0 / 48%);
z-index: 999999;
top: 0;
left: 0;
display: none;
}

.popup,
.popup * {
box-sizing: border-box;
}

.popup {
position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 95%;
  max-height: 95vh;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  border-radius: 3px;
  z-index: 99;
  display: none;
}

.popup-content {
overflow: scroll;
height: 100%;
max-height: 90vh;
}

.popup-content form {
width: 90%;
margin: 0 auto;
}

span.close {
    position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  color: #5b82c7;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  padding: 2px 10px;
}

span.close:hover {
   color: #fff;
}

h2.popup-title {
  text-align: center;
  margin: 0;
  line-height: 1.6;
  background: url("https://cdn.manageengine.com/images/dotted-bg.svg") no-repeat, url("https://cdn.manageengine.com/images/dotted-bg.svg") no-repeat #003795;
background-size: 7%, 5%;
  background-position: 14px 54px, 94% 20px;
  color: #fff;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 16px;
  padding: 20px 25px;
  margin-bottom: 30px;
}


.form-control.btn-submits {
background: transparent;
text-align: center;
}

.form-control {
height: 55px;
margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
-ms-overflow-style: none;
scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
width: 0px;
background: transparent;
display: none;
}

p.privacy-policy {
    font-size: 14px;
  color: #000000;
  margin-top: 20px;
}

p.privacy-policy a {
color: #000000;
text-decoration: underline!important;
}
#meGDPRMessage {
    color: #000000;
  font-size: 14px;
  width: 100%;
  line-height: 1.6;
}
#meGDPRMessage label {
  cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
  height: 12px!important;
  width: 12px!important;
  top: 1px;
}
.dropdt1 .hida1 {
padding-top: 16px;
}

.hide_field {
display: none;
}
/* form css  */
.form-control {
display: block;
width: 100%;
height: 55px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #cacaca;
border-radius: 4px;
box-shadow: none;
position: relative;
margin-bottom: 16px;
transition: border ease 1.5s;
-webkit-transition: border ease 1.5s;
-moz-transition: border ease 1.5s;
}
.enquiry-popup .form-control {
  height: 48px;
  border: 1px solid #c9c6c6;
  transition: border ease .9s;
  -webkit-transition: border ease .9s;
  -moz-transition: border ease .9s;
}
.form-control.btn-submits {
  border: none;
}
.dropdown-control {
background: url(https://www.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;
margin-bottom: 45px;
padding-left: 0;
}

.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: 12px;
z-index: 8;
opacity: 1;
background: #fff;
padding: 5px;
line-height: 0.5;
color: red;
display: none;
}

.form-control .error.phone_codeerror {
line-height: 1.2;
bottom: -18px;
left: 14px;
margin-right: 8px;
}

.form-control * {
appearance: none;
-moz-appearance: none;
-webkit-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: 16px;
z-index: 8;
opacity: 0.7;
}

.form-comments.form-control .label {
top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
width: 100%;
outline: none;
border: none;
background: none !important;
height: 100%;
padding-left: 20px;
font-size: 1.2em;
position: relative;
z-index: 9;
opacity: 0.6;
resize: none;
font-family: "ZohoPuvi";
}
.form-control textarea {
  padding: 10px 15px;
}
.form-control select {
opacity: 0;
background: url(https://www.manageengine.com/government/images/arrow.png)
  no-repeat !important;
background-position: 98% !important;
}

.form-control.active-row select {
opacity: 1;
color: #7c7979;
}

.btn-submits button {
border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #ff4a36;
  background: #ff4a36;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 0 20px 0;
}

.btn-submits button:hover {
    background: #1c1c1c;
  border-color: #1c1c1c;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
background: transparent;
border: none;
height: auto;
text-align: center;
}

.btn-submit-new button {
font-size: 18px;
  font-weight: 400;
  border: 2px solid #e04d3b;
  border-radius: 5px;
  background: #e04d3b;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 50px;
  margin: 20px 0;
}

.btn-submit-new button:hover {
background: #222222;
border-color: #222222;
}

.active-row.form-control::before {
border-top-color: #15368b;
border-right-color: #15368b;
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: #15368b;
border-left-color: #15368b;
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;
background: transparent;
padding: 0;
border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
height: 60px;
border: 2px solid #15368b;
border-radius: 4px;
opacity: 1;
background: url(https://www.manageengine.com/government/images/arrow.png)
  no-repeat #fff !important;
background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
z-index: 99;
}

.uscountry select#country_state,.uscountry select#ukcountry_region {
height: 60px;
background: url(https://www.manageengine.com/government/images/arrow.png)
  no-repeat #fff !important;
background-position: 95% !important;
margin-top: 15px;
border-radius: 4px;
opacity: 1;
border: 2px solid #15368b;
}

.uscountry .state-label {
top: unset !important;
bottom: 38px;
}
b.sup {
  font-size: 0.8em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
p.callback-text {
      margin: 0 0 12px 0;
  color: #3b3b3b;
  font-size: 0.9em;
  position: relative;
  bottom: 7px;
}
.dropdown1 {
position: relative;
z-index: 99;
font-size: 12px;
padding: 0;
height: 55px;
}

.dropdown1.sol {
z-index: 999;
}

.dropdown1 .dropdt1 {
width: 100%;
height: 100%;
}

.clicks {
display: block;
width: 100%;
height: 100%;
}

.dropdt1 .hida1 {
display: block;
width: 100%;
height: 100%;
padding-top: 16px;
padding-left: 30px;
font-size: 16px;
color: #7a7878;
background: url(https://www.manageengine.com/government/images/arrow.png)
  no-repeat transparent;
background-position: 96%;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
}

.active-row .dropdt1 .hida1 {
background: linear-gradient(to bottom, #f3f3f3, #fff);
width: auto;
display: inline-block;
position: absolute;
height: auto;
padding: 0 6px;
top: -8px;
left: 15px;
z-index: 9;
color: #555;
}

.multiSel1 {
padding: 12px 10px 5px 10px;
height: 53px;
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: #153488;
display: none;
z-index: 9999;
position: relative;
}

.dropdown1 .dropdd1 input {
width: 96%;
padding: 10px;
font-size: 14px;
margin: 15px 10px 5px;
border: 1px solid #f4f4f4;
box-sizing: border-box;
opacity: 1;
    color: #fff;
}

.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: #16358a;
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: 0.9em;
line-height: 20px;
display: inline-block;
}

.multiSel1 span strong {
margin: 0 0 0 10px;
color: #898383;
font-weight: 700;
cursor: pointer;
}

.top-links {
position: fixed;
right: 0;
top: initial;
bottom: 300px;
z-index: 4;
}

#fixedbtn {
position: fixed;
right: 0;
top: initial;
top: 300px;
z-index: 999;
display: none;
}

#fixedbtn:not(.solution-btn) {
display: block !important;
}

#fixedbtn span {
display: none;
}

#fixedbtn a {
display: block;
position: relative;
background: #29b373;
cursor: pointer;
height: 50px;
color: #fff !important;
margin-bottom: 5px;
font-weight: 500;
font-size: 14px;
line-height: 30px;
padding: 10px;
box-sizing: border-box;
position: relative;
text-decoration: none;
box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transform: translateX(190px);
-webkit-transform: translateX(190px);
}

#fixedbtn span:hover,
#fixedbtn a:hover {
transform: translateX(0);
-webkit-transform: translateX(0);
}

#fixedbtn span:before,
#fixedbtn a:before {
content: "";
position: absolute;
top: 50%;
left: -46px;
width: 48px;
height: 50px;
text-align: center;
transform: translate(0%, -50%);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
}

#fixedbtn .contact:before {
margin-bottom: 5px;
background: url("https://cdn.manageengine.com/images/req-demo.svg") no-repeat #29b373;
background-size: 45%;
background-position: center;
}

#fixedbtn .contact_popup:before {
background: url("https://cdn.manageengine.com/images/download-ico.svg") no-repeat #29b373;
background-size: 50%;
background-position: center;
}

#fixedbtn .contact,
.top-links .req-call:hover {
cursor: pointer;
}

.success-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 100%;
height: 100%;
background: rgb(0 0 0 / 58%);
display: none;
}

.global-success-msg {
position: fixed;
transform: translate(-50%, -50%);
top: 40%;
left: 50%;
z-index: 999999;
width: 400px;
max-width: 90%;
background: #fff;
padding: 40px 20px;
text-align: center;
color: #000000;
font-size: 1.4em;
line-height: 1.8;
font-weight: 400;
border-radius: 10px;
}

.global-success-msg p {
 line-height: 1.6;
  margin: 30px 0 0;
  color: #000;
  display: block;
  font-size: 20px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.global-success-msg p b {
  display: block;
}
span.tick-icon {
  display: block;
  width: 90px;
  padding: 20px;
  background: #003795;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}

.global-success-msg span.close {
font-family: 'Zoho_Puvi_SemiBold';
  color: #b3b3b4;
  margin: 0;
}

.global-success-msg span.close:hover {
color: #000;	
}

.captcha-input {
vertical-align: middle;
}

.captcha-input,
div.form-group .form-field {
position: relative;
}

.captcha-input.form-field {
margin: 0;
}

.captcha-input {
margin: 0;
}

.form-group.captcha-group {
margin: 0 0 10px 0;
}

#WrongCaptchaError {
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: 12px;
z-index: 8;
opacity: 1;
background: #fff;
padding: 5px;
line-height: 0.5;
color: red;
display: none;
}

.CaptchaWrap {
position: relative;
vertical-align: middle;
}

#CaptchaImageCode {
text-align: center;
padding: 0 0;
width: 100%;
overflow: hidden;
position: relative;
top: 10px;
}

.CaptchaTxtField {
display: block;
box-sizing: border-box;
}

div.reload {
width: 8%;
vertical-align: middle;
}

.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
content: "";
display: table;
clear: both;
}

.capcode {
font-size: 46px;
display: block;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
letter-spacing: 1px;
color: #ccc;
font-weight: 300;
font-style: oblique;
}

div.form-group input.ReloadBtn {
background: url(https://www.manageengine.com/images/captcha-reload.svg) left
  top no-repeat;
background-size: 100%;
width: 25px;
height: 25px;
text-indent: -99px;	
position: relative;
left: 7px;
top: 15px;
border: 0;
outline: 0;
cursor: pointer;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
/* form style end */
#backToTop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url(https://www.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;
}
footer {
  background: #16141a;
  position: relative;
  z-index: 9999;
}
footer > .container {
  padding: 50px 0;
}
p.copyright {
  color: #fff;
  font-size: 0.9em;
  margin:5px 0;
}
.zlogo {
  color: #fff;
}
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://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.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://www.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}
.container-fluid.copyright p {
  margin: 0;
  font-size: 0.9em;
}
.container-fluid.copyright {
  padding: 20px 0;
  text-align: center;
  background: #1d1d1d;
  color: #fff;
}
.container-fluid.copyright p a {
  color: #fff;
}
/* testimonials*/
.testimonial_slider_2{
width:100%;
overflow:hidden;
    position: relative;
text-align: center;
}
.testimonial_slider_2:before {
  content: "";
  width: 60px;
  height: 45px;
  background: url(https://cdn.manageengine.com/images/quote-ico.svg) no-repeat;
  display: block;
  background-size: 85%;
}
.testimonial_slider_2 input {
display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner { margin-left:0; }
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner { margin-left:-100%; }
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner { margin-left:-200%; }
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner { margin-left:-300%; }
.testimonial_slider_2 .boo_inner {
width:400%;
-webkit-transform: translateZ(0);
-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.testimonial_slider_2 .slide_content{
width:25%;
float:left;
}
.testimonial_slider_2 #controls {
    text-align: center;
    margin-top: 30px;
}
.testimonial_slider_2 #controls label{
width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  background: #686868;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  line-height: normal;
  position: relative;
  color: #d7edf9;
}
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), 
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), 
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), 
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
    background: #f1483d;
  color: #f1483d;
}
.testimonial_slider_2 #controls label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
}
.content_2 {
position: relative;
height: 100%;
}
.content_2:before,
.content_2:after {
content: "";
height: 15px;
width: 19px;
position: absolute;
}
.testimonial_2 p {
    margin-bottom: 5px;
  line-height: 1.7;
  font-size: 0.9em;
}
.testimonial_2 h4 {
  font-size: 1.1em;
  margin-left: 0;
  margin: 20px 0 0px;
  font-weight: 500;
}
#testimonials {
  background: url(https://cdn.manageengine.com/images/msp-qt.svg) no-repeat #0a1055;
  background-size: 80%;
  background-position: -100px top;
  padding: 120px 0;
}
#testimonials .section-title {
  position: relative;
  left: 220px;
  top: -17px;
font-size: 1.5em;
line-height: 1.5;
}
.slick-arrow {
      position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f0483d;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-indent: -9999em;
  cursor: pointer;
  outline: none;
  bottom: -60px;
  z-index: 99;
}
.slider-nav button.slick-arrow, .slider-nav2 button.slick-arrow, .slider-nav3 button.slick-arrow {
  display: none!important;
}
.slider-nav .slick-track, .slider-nav2 .slick-track, .slider-nav3 .slick-track {
  transform: none!important;
}
ul.slider-nav2 .slick-track, ul.slider-nav3 .slick-track{width: auto !important;}
ul.slider.slider-nav {
  margin-top: 25px;
margin-left: 14px;
}
ul.slider.slider-nav2, ul.slider.slider-nav3 {
  margin-top: 25px;
margin-left: 14px;
text-align: center;

}
button.slick-next.slick-arrow {
  right: 0;
background: url("https://cdn.manageengine.com/images/msp-arrow-right.svg") no-repeat #f0483d;
background-size: 50%;
  background-position: center;
}
button.slick-prev.slick-arrow {
  right: 50px;
background: url("https://cdn.manageengine.com/images/msp-arrow-left.svg") no-repeat #f0483d;
background-size: 50%;
  background-position: center;
}
.slick-arrow:hover
{
background-color: #091154!important;
}
.slick-disabled.slick-arrow
{
background-color: #091154!important;
border-color: #fff;
}
.slider-nav .slick-slide, .slider-nav2 .slick-slide, .slider-nav3 .slick-slide {
  width: 15px!important;
  height: 15px;
  float: none;
  display: inline-block!important;
  border-radius: 100%;
  margin-right: 10px;
  line-height: normal;
  cursor: pointer;
    position: relative;
padding-left: 0;
}
.slider-nav .slick-slide li, .slider-nav2 .slick-slide li, .slider-nav3 .slick-slide li {
  width: 10px!important;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  background: #50558F;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  line-height: normal;
  position: relative;
  text-indent: -9999px;
color: #50558F;
    margin-top: 5px;
}
.slider-nav .slick-slide.slick-current li, .slider-nav2 .slick-slide.slick-current li, .slider-nav3 .slick-slide.slick-current li {
  background: #f0483c;
  color: #f0483c;
}
.slider-nav.slick-initialized .slick-slide, .slider-nav2.slick-initialized .slick-slide, .slider-nav3.slick-initialized .slick-slide {
margin-right: 5px;
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px;padding-left: 15px;}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slider-products.slick-slider, .slider-nav.slick-slider {
 position: relative;
left: 200px;
}
#stayup-sec {
  background: #f7f7f7;
}
.resources {
  display: block;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: normal;
    background: #fff;
margin-bottom: 20px;
    border-radius: 5px;
  overflow: hidden;
}
.resources > div {
  padding: 30px 10px;
}
.resources p {
         line-height: 1.4;
  margin-top: 0px;
  min-height: 65px;
  font-size: 15px;
}
.resources span {
  text-decoration: underline;
}
.resources span:hover
{
color: #F0483E;
}

/*------------- webinar listing style  -------------*/


#events .prdBox {
  width: 31%;
  padding: 20px;
float: left;
  margin: 20px 20px 20px 0;
  background: #f6f5f5;
  border: none;
  color: #444;
  max-width: none;
  -webkit-transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
/*	display: none;*/
}
/*
#events .prdBox.me_cybersecurity {
display: block;
}
*/
#load_more {
text-align: center;
    margin: 20px 0 0;
}
#load_more span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.hiddenfield {
line-height: 0;
  font-size: 1em;
  color: #fff;
margin: 0;
}
#load_more .loader {
    top: 109%;
}
#events .prdBox {
  height: 430px;
  cursor: default;
border-radius: 5px;
}
#events .prdContent, #events .prdvideoContent {
    position: relative;
  overflow: hidden;
}
#events .prdContent {
    height: auto;
}
#events .prdBox h2 {
text-align: left;
    line-height: 20px;
    height: 60px;
  overflow: hidden;
  font-size: 16px;
  font-family: 'Zoho_Puvi_Medium';
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
    margin-bottom: 10px;
}
#events .prdBox h2 a {
color: #333!important;
  transition: all 300ms ease 0s;
  font-family: 'Zoho_Puvi_SemiBold';
}
.download-dropdown {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
span.download-option {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #000;
  text-align: left;
  cursor: pointer;
  position: relative;
border-radius: 5px;
  z-index: 10;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #999;
  font-size: 13px;
    padding: 7px 3px;
}
.download-option a {
  display: inline-block;
  padding: 4px 10px;
  color: #000 !important;
  pointer-events: none;
}
.download-option:after {
  content: '';
  position: absolute;
  right: 4px;
  top: -23px;
  height: 46px;
  width: 34px;
   clear: both; 
  z-index: 10000;
  background: url(https://cdn.manageengine.com/images/down-arrow.svg) no-repeat center center;
  background-size: 12px;
  background-position: 10px 35px;
}
.download-lists {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  position: absolute;
  display: none;
  list-style: none !important;
padding: 0 10px !important;
  box-sizing: border-box;
  z-index: 999;
  background: #1e2532;
  color: #fff;
}
.download-lists>li {
  cursor: pointer;
  border-bottom: 1px solid #434343;
}
body #events .download-lists>li a {
  display: inline-block;
  color: #fff !important;
  padding: 9px 6px;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
}
#events .prdBox p.webinarnew-duration {
  margin-top: 10px;
  font-size: 12px;
margin-bottom: 0;
}
.webinarnew-speakers {
  position: relative;
    display: inline-block;
  margin: 20px 0;
    width: auto;
    margin-bottom: 10px;
  margin-right: 10px;
}
#events .prdBox div.webinarnew-speakers div:first-child {
display: inline-block;
vertical-align: middle;
}
#events .prdBox div.webinarnew-speakers div:first-child img {
    width: 55px;
  border-radius: 55px;
}
.prd-spkr {
display: inline-block;
vertical-align: middle;	
padding-left: 10px;
}
#events .prdBox div.webinarnew-speakers div:last-child p {
    line-height: 14px;
margin: 0;
    font-size: 1em;
  padding-bottom: 8px;
}
#events .prdBox div.webinarnew-speakers div:last-child p:first-child {
    font-size: 1em;
padding-bottom: 5px;
}
#events .prdBox div.webinarnew-speakers div:last-child p:last-child { 
font-size: 14px;
}
#events .prdBox h3.webinarnew-highlights {
  margin: 0;
  font-size: 14px;
  text-align: left;
  padding-bottom: 5px;
}
#events .prdBox p.webinar-desc {
    height: 90px;
  overflow: hidden;
  font-size: 14px;
    line-height: 1.6em;
}
#events .prdBox div.webinarnew-socialshare {
    width: 100%;
  height: auto;
  display: block;
}
#events div.webinarnew-socialshare ul {
    display: table;
  padding: 0px 0 10px 0px;
    margin: 0 auto;
    list-style: none;
}
#events .prdBox div.webinarnew-socialshare ul li {
    float: left;
  margin: 0 5px;
}
#events .prdBox div.webinarnew-socialshare ul li a span {
    background: url(images/webinar-new-shareicons.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
}
#events .prdBox div.webinarnew-socialshare ul li a span.webinarnew_fbshare {
    background-position: 0px -15px;
}
#events .prdBox div.webinarnew-socialshare ul li a span.webinarnew_twshare {
    background-position: 0 -78px;
}
#events .prd-learnmore {
    text-align: center;
    position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in 0s;
    padding: 0px 0px;
  display: inline-block;
}
#events .prd-learnmore a {
    padding: 20px 0px;
  display: inline-block;
    background: #f6f5f5; 
  width: 100%;
color: #000;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
#events .prd-learnmore a:hover {
cursor: pointer;
color: #fff;
background: #3782f5;
}
.prdBox:hover {
cursor: pointer;
}
.prdBox:hover .prd-learnmore a {
cursor: pointer;
color: #fff !important;
background: #3782f5 !important;	
}

/*------------- webinar listing tab style  -------------*/

#tabs-event ul{
text-align: center;
border-bottom: 1px solid #ddd;
display: inline-block
}
#tabs-event ul li{
display: inline-block;
vertical-align: top;
padding: 15px 35px;
transition: .3s;
border-radius: 5px 5px 0px 0px;
-webkit-transition: .3s;
}
#tabs-event ul li:hover, #tabs-event ul li.active {
color: #fff;
background: #3782f5;
cursor: pointer;
}
#tabs-event {
    text-align: center;
  margin: auto;
}
.webinar-boxes{
  width: 100%;
  margin: auto;
text-align: center;
}
.webinar-boxes li{
display: inline-block;
  width: 32.33%;
padding:15px;
}
.webinar-boxes li a{
display:block;
}
.web-box{
background:#fff;
color:#000;
border-radius:5px;
overflow:hidden;
}
.blog-images{background: url("https://cdn.manageengine.com/images/casestudy-sprite.jpg") no-repeat;background-size: 1000px;}
.reso-images{background:url("https://cdn.manageengine.com/images/resources-sprite.jpg") no-repeat;background-size:1000px;}
.webi-images{background:url("https://cdn.manageengine.com/images/webinar-msp.jpg") no-repeat;background-size:1180px;}
.blog-images,.reso-images,.webi-images, .webinar-img{
  display: inline-block;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
width: 100%;
  object-fit: contain;
}
.webinar-sub {
margin-bottom: 20px;
display: block;
}
.blog-img1{background-position:-8px -9px;}
.blog-img2{background-position:-344px -9px;}
.blog-img3{background-position:-680px -9px;}
.blog-img4{background-position:-9px -197px;}
.blog-img5{background-position:-344px -197px;}
.blog-img6{background-position:-679px -197px;}
.blog-img7{background-position:-8px -388px;}
.blog-img8{background-position:-344px -388px;}
.blog-img9{background-position:-681px -388px;}
.blog-img10{background-position:-9px -584px;}
.blog-img11{background-position:-345px -584px;}
.blog-img12{background-position:-679px -584px;}
.blog-img13{background-position:-9px -778px;}
.blog-img14{background-position:-345px -778px;}
.blog-img15{background-position:-681px -781px;}
.reso-img1{background-position:-9px -9px;}
.reso-img2{background-position:-344px -9px;}
.reso-img3{background-position:-680px -9px;}
.reso-img4{background-position:-9px -197px;}
.reso-img5{background-position:-345px -197px;}
.reso-img6{background-position:-680px -197px;}
.reso-img7{background-position:-9px -388px;}
.reso-img8{background-position:-344px -388px;}
.reso-img9{background-position:-680px -388px;}
.reso-img10{background-position:-9px -584px;}
.reso-img11{background-position:-345px -584px;}
.reso-img12{background-position:-681px -584px;}
.reso-img13{background-position:-9px -778px;}
.reso-img14{background-position:-344px -778px;}
.reso-img15{background-position:-679px -781px;}
.webi-img1{background-position:-8px -9px;}
.webi-img2{background-position:-344px -9px;}
.webi-img3{background-position:-680px -9px;}
.webi-img4{background-position:-9px -197px;}
.webi-img5{background-position:-344px -197px;}
.webi-img6{background-position:-679px -197px;}
.webi-img7{background-position:-8px -388px;}
.webi-img8{background-position:-344px -388px;}
.webi-img9{background-position:-681px -388px;}
.webi-img10{background-position:-9px -584px;}
.webi-img11{background-position:-345px -584px;}
.webi-img12{background-position:-679px -584px;}
.webi-img13{background-position:-9px -778px;}
.webi-img14{background-position:-345px -778px;}
.webi-img15{background-position:-681px -781px;}
.webi-img16{background: url(https://cdn.manageengine.com/images/webinar-sprite-2.jpg) no-repeat;background-position: -8px -9px;}
.web-content{
text-align:center;
}
.web-content h5{
line-height: 1.4;
text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
    font-weight: 300;
padding: 0px 20px;
font-size: 1em;
}
span.load-more {
    color: #000;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.load-more:after {
    content: "";
  transition: all ease 0.4s;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 2px;
  display: block;
  height: 2px;
  margin: 0 auto;
  position: relative;
  top: 5px;
border-color: #000;
}
p.loadersec {
text-align: center;
  margin: 20px 0 0;
}
span.read-btn {
    text-decoration: underline;
  position: relative;
}
.video-box span.read-btn {
    margin: 0;
  padding: 15px 0;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all ease 500ms;
}
.video-box .webinar-boxes li a:hover span.read-btn, .video-box .webinar-boxes li div:hover span.read-btn {
    color: #fff;
  background: #3782F5;
}
.lastbut {
display: none !important;
}
#ondemand-event {
/*	display: none;*/
height: 0;
opacity: 0;
}
/*-------------  Temperory removal css   -------------*/

#events .prdBox {
    float: none;
  margin: 20px auto;
}
.vid-pop
{
cursor: pointer;
}
.webinar-boxes li {
  margin: auto;	
}
.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: 700px;
  height: 412px;
  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: #072774;
color: #fff;
}
.wvbox iframe
{
width: 100%;
}
#sec5
{
margin: 80px 0;
}
.testimonial_2 {
  background: #fff;
  color: #000;
  padding: 30px;
  min-height: 339px;
height: 340px;
}
.pad-none {
padding: 0;
background: transparent;
}
.videoprvieimag {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_2 .resources {
margin: 0;
height: 100%;
}
.previwbutton {
  position: absolute;
  top: 38%;
  width: 80px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}
}
.quation {
width: 50px;
padding-bottom: 20px;
height: auto;
}
.video-popup {
display: none;
  background: #ffffffa3;
  z-index: 10000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
border-radius: 10px;
    z-index: 10000000;
    margin: auto;
  text-align: center;
}
.close-video-icon {
  position: absolute;
  right: 65px;
  top: 45px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  z-index: 100000000;
}
.close-video-icon img {
transition: 1s;
width: 25px;
height: auto;
} 
.close-video-icon:hover img{
cursor: pointer;
  transform: rotate(360deg);
  cursor: pointer;
}
.vid-poptitle {
    padding-top: 40px;
  padding-bottom: 30px;
      width: 81%;
  margin: auto;
}	
#popup_iframe {
  width: 366px;
  height: 206px;
  margin: auto;
transition-delay: .8s;
}
.active #popup_iframe {
  width: 100%;
  height: 100%;
}
.popiframe {
  top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
  position: relative;
  margin: auto;
  text-align: center;
      width: 60%;
  height: 80%;
  transition: 1.3s;
  -webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
0% {
  width: 22%;
  height: 35%;

}
100% {
      width: 60%;
  height: 80%;
}
}
.vid-poptitle {
  padding-top: 60px;
  color: #fff;
  font-size: 2em;
}
.seclastbut {
display: none !important;
}
.designation {
    position: absolute;
  bottom: 70px;
  color: #fff;
opacity: .8
}
.designation span {
text-decoration: none;
}
.designation span:hover {
color: #fff;
cursor: pointer;
}
.designation h4 {
border-bottom: 2px solid #fff;
}
.resources .onelinedis {
color: #fff;
position: absolute;
width: 100%;
padding: 20px;
bottom: 0;
background: #0000009c;

}
.onelinedis p{
margin: 0;
min-height: auto;
}
/*-------------  Temperory removal css   -------------*/
@media only screen and (max-width: 1460px)
{ 
.testimonial_2 {
      height: 380px;
}
}
@media only screen and (max-width: 1380px)
{
#testimonials
{
      background-size: 100%;
}
#testimonials .section-title {
  position: relative;
  left: 210px;
  top: 10px;
}
}
@media only screen and (max-width: 1200px)
{
.testimonial_2 {
  height: 480px;
}
.container
{
  max-width: 90%;
}
#banner .container {
  padding: 0;
}
.box
{
      min-height: 450px;
}
.slider-products:before {
  position: static;
  margin-bottom: 10px;
  left: 0;
}
#testimonials .section-title {
  position: static;
  text-align: center;
  margin-bottom: 50px;
}
#testimonials {
  padding: 80px 0;
}
}
@media only screen and (max-width: 1023px)
{
.slider-products.slick-slider, .slider-nav.slick-slider {
  left: 100px;
}
.page-title {
  text-align: center;
  margin-bottom: 20px;
}
img.msp-banner {
  width: 70%;
height: auto;
  margin: 40px auto 0 auto;
  display: block;
}
#icons-section {
  padding: 80px 0;
}
h3.icon-title {
  margin-bottom: 20px;
}
.box {
  min-height: 340px;
}
.full-box {
  padding: 40px;
}
#secondary-header {
  display: none!important;
}
#title-head {
  padding-bottom: 0;
  margin: 0!important;
}
.product-box {
  display: flex;
  flex-direction: column;
    padding: 50px;
}
.even-section .product-box {
  flex-direction: column-reverse;
}
.product-col {
  width: 100%;
  float: none;
}
.product-col > img {
  float: none!important;
}
.webinar-boxes li
{
  width: 50%;
}
#topbar-menu-icon {
  display: block;
  top: 8px;
}
.nav-menu {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 26px;
  right:0;
  z-index: 99;
  display: none;
  box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
}
.nav-menu li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #b3b1b1;
  padding: 10px 0;
  margin: 0 10px;
}
.nav-menu li a{
  color: #000;
}
}
@media only screen and (max-width: 992px) {
#events .prdBox {
  width: 47%;
}
.webi-images {
      height: 165px;
  width: 310px;
      background-size: 1000px;
}
}
@media only screen and (max-width: 900px) 
{ 
.slider-products.slick-slider, .slider-nav.slick-slider {
  left: 0;
}
.hearit-container {
      width: 90%;
  margin: auto;
}
}
@media only screen and (max-width: 770px)  {
#events .prdBox {
  width: 46%;
}
.webi-img1 {
      background-position: -31px -9px;
}	
.testimonial_2 {
  height: 540px;
}
}
@media only screen and (max-width: 650px)
{
.lastbut {
  display: block !important;
}
#topbar-menu-icon {
  top: -25px;
}
header.fixed-header {
  padding: 20px 0;
}
#banner
{
      margin-top: 76px;
}

.page-title {
  font-weight: 500;
  font-size: 1.8em;
}
h3.icon-title {
  font-size: 16px;
  min-height: 50px;
}
.section-title {
  font-size: 1.4em;
}
.section-title br
{
  display: none;
}
.box {
  min-height: auto;
}
.box.main-title {
  padding: 30px;
}
.product-box {
  padding: 50px 30px;
}
h2.popup-title {
  font-size: 18px;
}
#meGDPRMessage, p.privacy-policy {
  font-size: 14px;
}
footer > .container {
  padding: 20px 0;
}
p.copyright {
  text-align: center;
}
ul.social {
  margin-top: 20px;
  text-align: center;
}
section.even-section {
  padding: 0;
}
.product-cta {
  display: block;
  text-align: center;
  width: 155px;
  margin: 0 auto;
}
.webinar-boxes li {
  width: 100%;
  float: none;
  margin: 0 auto;
  max-width: 316px;
}
#fixedbtn{right:0 !important;}
#fixedbtn a{    
transform: none !important;
  text-indent: -2000px;
  padding: 0;
}
.nav-menu{top:10px;}
}
@media only screen and (max-width: 570px) {
#events .prdBox {
  width: 100%;
  margin: 20px 0px;
}
}
@media only screen and (max-width: 350px) { 
.webi-img1 {
  background-position: -57px -9px;
}
}
.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%;}}