/* -------------------------------------- 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
}

body {
    margin: 0 auto;
    background: #fff;
    color: #444
}

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;
}

section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

.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%;
    position: relative
}

.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cols-2 {
    width: 12.5%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.3%;
}

.cols-5 {
    width: 43.7%;
}

.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-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%;
    }

    .second-header .cols-sd-3 {
        position: static;
    }
}

/* -------------------------------------- Common styles -------------------------------------- */

body {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
}

input::placeholder,
textarea::placeholder,
.form-control-popup * {
    font-family: 'Zoho_Puvi_Regular';
    font-weight: 500;
}

h2,
h3,
h4 {
    font-family: 'Zoho_Puvi_SemiBold';
}

h2 {
    font-size: 3em;
}

section h3 {
    font-size: 2em;
    font-weight: 800;
}

h4 {
    font-size: 1.5em;
}

p {
    font-size: 1.1em;
    line-height: 24px;
    margin: 15px 0px;
}

a {
    text-decoration: none;
    color: #0089ff;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    display: inline-block;
    vertical-align: top;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-light {
    color: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

strong {
    font-weight: 600;
}

section {
    padding: 100px 0px;
    position: relative;
}

#backToTop {
    display: none !important;
}

.ps {
    position: relative;
}

.space-large {
    height: 50px;
}

.space-medium {
    height: 30px;
}

.space-small {
    height: 10px;
}

h2.sec-title {
    font-size: 1.8em;
    font-weight: 800;
}

.abheader #MEmobPanel {
    top: 60px;
}
.brand-logo {display: inline-block;}
.nav-menu{margin: 0;}
.nav-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.nav-menu li a, .nav-menu li span {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.second-header.fixed-header {
    background: linear-gradient(to right, #042EC3, #081F6D);
    padding: 15px 0;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #5267B2;
}
 .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 .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(42%);
  -moz-transform: translate(42%);
  -o-transform: translate(42%);
  transform: translate(42%);
  -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:#dd002c;
	 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;}

/* -------------------------------------- Form styles -------------------------------------- */
.first-form {
    width: 60%;
    margin: auto;
}

div.form-field {
    position: relative;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border 1.5s;
}

.first-form input,
.first-form textarea {
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    resize: none;
    font-family: Zoho_Puvi_Regular;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #f7f8fb;
}

.first-form input::placeholder,
.first-form textarea:placeholder,
.first-form select:placeholder {
    color: #555 !important;
}

.first-form select {
    background: #f7f8fb url("https://cdn.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border: 1px solid #fff;
    padding: 0 0 0 20px;
    width: 95%;
    font-size: 14px;
    height: 45px;
    color: #555 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    font-family: 'Zoho_Puvi_Regular';
    font-weight: 500;
}

::placeholder {
    color: #555 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555 !important;
}

.first-form textarea {
    height: 100px;
}

.first-form .label {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 16px;
    z-index: 8;
    color: #202020;
}

.first-form .sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
    color: #E21D1D;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

.first-form input[type="radio"],
.first-form input[type="checkbox"] {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

p.reg_form_errors {
    position: absolute;
    left: 19px;
    bottom: -48px;
    font-size: 13px;
    color: #ff8a8a;
    display: none;
    text-align: left;
}

.form-checkfield {
    position: relative;
    margin: 20px;
}

.form-checkfield input {
    position: absolute;
    left: -20px;
    top: 3px;
}

.submit-block {
    margin: 10px 0;
}

.first-form input[type="submit"],
.submit-block input {
    background: #FFCE00;
    color: #000 !important;
    padding: 15px 30px;
    width: auto;
    font-size: 1em;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .3s;
}

.first-form input[type="submit"]:hover,
.submit-block input:hover {
    background: #fff;
    color: #000 !important;
}

.hide_field {
    display: none;
}

.right-form {
    color: #fff;
}

.left-lastsec {
    width: 45%;
}

.left-lastsec {
    width: 50%;
    padding-right: 100px;
}

.right-form {
    width: 39%;
    margin: auto;
}

#backToTop {
    display: none !important;
}

div.form-field {
    text-align: center;
}

.ref-para {
    text-align: center;
    font-size: .9em;
    margin: 0px;
}

p.ref-para:last-child {
    font-size: .8em;
}




/* form style new */


#sec-six .margin-auto {
    margin: 0 auto;
    float: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
    -o-transition: border ease 1.5s;
    transition: border ease 1.5s;
}

.form-control:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    bottom: 0;
    right: 0;
}

.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;
    top: 0px;
    left: 0px;
}

.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 0.8em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: #dd002c;
    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;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 16px;
    z-index: 8;
    color: #202020;
}

.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;
    resize: none;
    font-family: 'Zoho_Puvi_Regular';
}

.form-control input {
    opacity: 0.6;
}

.form-control select {
    opacity: 0;
    background: url('https://www.manageengine.com/images/arrow.png') no-repeat !important;
    background-position: 98% !important;
}

.form-control textarea {
    opacity: 0.6;
    background: none !important;
    padding: 10px 15px;
}

.form-control.btn-submits {
    border: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.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-comments.form-control .label {
    top: 35%;
}

.form-control.active-row {
    border: 1px solid #fff;
}

.form-control.active-row select {
    opacity: 1;
    color: #333;
}

.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.form-control.form-comments textarea{
    height: 85px;
}

.form-control.form-submit {
    background: transparent !important;
    border: none !important;
    height: auto !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.form-submit button {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #F8D24B;
    border-radius: 5px;
    background: #FFDA1A;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 35px;
    margin: 10px 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;
    font-family: "Zoho_Puvi_Bold";
}

.form-submit button:hover {
    background: #e6bd2b;
    border-color: #e6bd2b;
    color: #000;
}

.active-row.form-control::before {
    width: 100%;
    height: 100%;
    border-top-color: #000;
    border-right-color: #000;
    -webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    -moz-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    -o-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.active-row.form-control::after {
    width: 100%;
    height: 100%;
    border-bottom-color: #000;
    border-left-color: #000;
    -webkit-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    -moz-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    -o-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}

.uscountry.form-control:before {
    display: none;
}

.uscountry.form-control:after {
    display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #15368b;
    background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
    background-position: 95% !important;
}

.uscountry select#country_state,
.uscountry select#ukcountry_region {
    height: 60px;
    border-radius: 4px;
    opacity: 1;
    background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
    background-position: 95% !important;
    margin-top: 15px;
    border: 2px solid #15368b;
}

.uscountry .state-label {
    top: unset !important;
    bottom: 38px;
}

.uscountry.form-control.active-row .label {
    z-index: 99;
}

.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
    color: #E21D1D;
}

.privacy-policy {
    font-size: 0.9em;
    margin: 15px 0;
}

.privacy-policy a {
    color: #fff;
    text-decoration: underline;
}

.privacy-policy a:hover {
    text-decoration: none;
}


#meGDPRMessage {
    margin: 10px 0 15px;
    font-size: 0.9em;
    cursor: pointer;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

#meGDPRMessage a {
    color: #fff;
    text-decoration: underline;
}

#meGDPRMessage a:hover {
    text-decoration: none;
}

#meGDPRMessage label .checkmarkgdpr {
    display: inline-flex;
    appearance: none;
    background: transparent;
    height: 1rem;
    width: 1rem;
    border-radius: 20%;
    position: relative;
    top: 3px;
}

#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:after {
    width: 4px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
}

#meGDPRMessage label .checkmarkgdpr::after:hover {
    color: #080;
}

#meGDPRMessage label .checkmarkgdpr::before {
    display: none !important;
}

#meGDPRMessage label .checkmarkgdpr.enableCheckgdpr::after {
    color: #F6C855;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
    transition: color 200ms ease-in, text-shadow 150ms ease-in 25ms;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    display: none;
}

.success-overlay .ad-success-msg {
    box-sizing: border-box;
    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: #000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.success-overlay .ad-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.success-overlay .ad-success-msg p b {
    display: block;
}

.success-overlay .ad-success-msg 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;
}

.success-overlay .ad-success-msg span.close:hover {
    color: #000;
}

.success-overlay .ad-success-msg span.msg-line {
    display: block;
    width: 30%;
    height: 3px;
    background: #013795;
    margin: 15px auto;
    text-align: center;
}

.success-overlay .ad-success-msg p span {
    font-size: 0.8em;
    display: block;
    font-family: 'Zoho_Puvi_Medium';
}

.success-overlay .ad-success-msg span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.success-overlay .ad-success-msg span.tick-icon img {
    vertical-align: middle;
    max-width: 100%;
}

div.form-group .form-field {
    position: relative;
}


.form-control-popup .label {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0%, -50%);
    font-size: 16px;
    z-index: 8;
    color: rgb(32, 32, 32);
    transition: 0.3s;
}
.form-control-popup .active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}



/* -------------------------------------- Form styles ends -------------------------------------- */

/* ---------------------------------- Page specific styles -----------------------------------*/

/* section-1 */

.header-section {
    background: url("../images/iso27001-banner-bg.jpg") #0527be;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 0;
}

.header-sub {
    font-size: 1.8em;
}

.header-section h1 {
    font-size: 2.8em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.3;
    padding-top: 40px;
}

.header-section p {
    margin-bottom: 30px;
}

.banner-img {
    width: 62%;
}

.ban-para {
    font-size: 1.2em;
}

/* section-2 */


.banner-strip h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 27px 0;
    font-size: 1.6em;
    line-height: 1.4;
}

.banner-strip a {
    background: #05259A;
    display: block;
    text-align: center;
    width: 50%;
    color: #fff;
    background: #05259A;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.banner-strip a:hover {
    background: #21408e;
}

.banner-strip .cols-right {
    margin: 0 auto;
    text-align: center;
}

.banner-strip .cols-left{
    padding:0 30px 30px;
    padding-left:80px;
}

.banner-strip {
    background: #FFE040;
    width: 100%;
    background: 
    url(/images/iso-ebook.png) no-repeat right center / auto 100%, 
    linear-gradient(45deg, rgba(255, 224, 64, 1) 0%, rgba(255, 195, 0, 1) 100%);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%, cover;
}

.flex-view {
        display: flex;
        flex-direction: row;
}

.strip-text,
.strip-btn {
    opacity: 0;
}

.strip-text {
    transform: translateX(-20px);
}


.strip-btn {
    transform: translateY(10px);

}

/* Animation keyframes */
@keyframes fadeSlideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeScaleUp {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Active states */
.banner-strip.animate .strip-text {
    animation: fadeSlideLeft 0.5s ease forwards 0.1s;
}

.banner-strip.animate .strip-btn {
    animation: fadeSlideUp 0.5s ease forwards 0.5s;
}

.sec-heading {
    margin: 0 0 20px;
    font-size: 2.1em;
    font-family: "Zoho_Puvi_Bold";
    line-height: 1.3;
}

.whatisiso-img {
    display: block;
    width: 60%;
    margin: 60px 0 0;
    max-width: 60%;
}

#second-sec p {
    margin: 0 0 30px;
    line-height: 1.6;
}

/* section-3 */

#sec-three {
    z-index: 1;
    position: relative;
    background: #062FC4;
    background: linear-gradient(180deg, #062fc4 0%, #000C35 100%);
    background-size: cover;
    background-position: right center;
    padding: 80px 0px 60px 0px;
    color: #fff;
}


#sec-three h2 {
    font-size: 2em;
    font-weight: 800;
}

#sec-three ul {
    margin: 0;
}

#sec-three ul li {
    padding: 15px 15px 0px 0px;
    line-height: 1.3;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
}

#sec-three ul li b {
    font-family: "Zoho_Puvi_Semibold";
}

#sec-three .iso-standard-icon {
    height: 40px;
    width: 60px;
}

.why-iso-img {
    width: 90%;
    margin-top: 60px;
}

#sec-three ul .visible-anim {
    opacity: 1;
    transition: opacity 0.5s ease;
}

#sec-three .col-right {
    padding: 0px 0px 0px 85px;
}

/* section-4 */

#sec-four ul {
    font-size: 1.1em;
    line-height: 24px;
}

#sec-four span{
    font-size: 1.1em;
    line-height: 24px;
}

#sec-four li {
    margin: 4px 0;
    margin-left: 20px;
    list-style-type: disc;
}

#sec-four .col-right {
    padding: 30px 0px 0px 75px;
}

.col-wrapper {
    background-color: #FFE040;
    padding: 40px;
}

.col-wrapper p {
    margin: 4px 0 4px;
}

#sec-four{
    background-color:#eaf2ff ;
}

#sec-four .infographic-btn {
    padding: 12px 18px;
    background-color: #205DD9;
    margin-top: 40px;
    display: block;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

#sec-four .infographic-btn:hover{
    background-color: #122e66;
}

.hidden {
    display: none;
}

#sec-four .slider-wrapper {
    padding: 20px 0;
    padding-left: 40px;
    background-color: #fff;
}


.right-padding {
    padding-right: 10px
}


#sec-four .slider-wrapper .tableofcontent {
    padding-left: 0px;
}

#sec-four .slider-wrapper ul li {
    color: #545454;
    margin: 0;
    list-style: none;
    border-left: 1px solid #B0B0B0;
    width: fit-content;
    padding: 10px 0px 10px 20px;
    cursor: pointer;
    position: relative;
}

#sec-four .slider-wrapper ul li:hover {
    color: #0031FF;
}

.tableofcontent {
    position: relative;
}

#sec-four .slider-wrapper ul li b,
.slidermobtab b {
    font-family: 'Zoho_Puvi_SemiBold';
}

#sec-four .slider-wrapper ul .active {
    position: relative;
    color: #0031FF;
}

#sec-four .slider-wrapper ul li::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 90%;
    height: 1.5px;
    background-color: #B2C9FF;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#sec-four .slider-wrapper ul .active::after {
    transform: scaleX(1);
}

#sec-four .slider-content {
    display: flex;
    height: auto;
    min-height: 350px;
    align-items: center;
    padding: 50px;
    background: #FFFFFF;
    background: linear-gradient(275deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, #eaf2ff 100%);
}

#sec-four .slider-content img {
    padding-left: 40px;
    height: 100%;
}


#sec-four .anim {
    animation: fadeInUp 0.5s ease forwards;
}

.slidermobtab {
    width: 100%;
    display: none;
    color: #545454;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    cursor: pointer;
    padding: 15px 28px;
    padding-right: 36px;
    font-size: 1.1em;
    background: #fff;
}

.activeSliderMob {
    border: 1px solid #1444EE;
    color: #0031FF;
}

@keyframes fadeInUp {
    00% {
        opacity: 0;
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#sec-four .slider-wrapper .active-indicator {
    position: absolute;
    left: -1px;
    width: 3px;
    background-color: #0044ff;
    border-radius: 2px;
    top: 0;
    transition: top 0.3s ease;
}



/* section-5 */

.iso-req {
    background: #222329;
}

.iso-req-img {
    display: block;
    margin: 50px auto 0;
    width: 100%;
}

.stickyanim {
    position: sticky;
    top: 80px;
}
#sec-five .text-light{
    width:75%;
}
#sec-five .sec-heading{
    width: 100%;
}
#sec-five b {
    font-family: "Zoho_Puvi_Semibold";
}

.articletab li,
.articlemobtab {
    background: #152D92;
    color: #fff;
    border-radius: 2px 2px 0 0;
    border-bottom: 2px solid #222329;
    cursor: pointer;
    padding: 15px 28px;
    font-size: 1.1em;
}

.articletab li:hover,
.articletab li.activeArticle,
.articlemobtab.activeArticleMob {
    background: linear-gradient(to right, #2051D1, #1F4DCC);
}

.articlemobtab{
    display: none;
    justify-content: space-between;
}

.articlewrap:not(#org-controls) {
    display: none;
}

.articlecontent {
    background: #fff;
    padding: 40px 58px;
    border-radius: 2px;
    margin-right: 80px;
}

.articlecontent:first-child {
    margin-bottom: 15px;
}

.articlecontent h3 {
    font-family: "Zoho_Puvi_Bold";
    font-size: 1.3em;
    margin: 0 0 25px;
}

.articlecontent p {
    margin: 10px 0 0 0;
}

.articlecontent p.notecon {
    margin: 10px 0 0;
    font-family: "Zoho_puvi_Medium";
    font-size: 0.95em;
}

.articlecontent p.notecon>strong:not(.navcontent) {
    font-family: "Zoho_puvi_Bold";
    font-weight: normal;
}

.articlecontent p a,
.animanchor {
    color: #000;
    text-decoration: underline;
}

.articlecontent p a:hover,
.animanchor:hover {
    color: #000;
    text-decoration: none;
}

.iso-req .animanchor {
    color: #fff;
}

.articleprolists {
    padding: 0px 0 0 30px;
    margin-bottom: 10px;
}

.articleprolists li {
    font-size: 1.1em;
    ;
    padding: 8px 0px;
    list-style: disc;
}

.articleprolists li:last-child {
    padding-bottom: 0;
}


#isomapping {
    color: #fff;
}

.mapping-container {
    background: #061D6B;
    display: flex;
    align-items: center;
    padding: 50px;
    width: 100%;
    margin: 0 auto;
}

.mapping-container .sec-heading {
    color: #FFDA1A;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-family: 'Zoho_Puvi_Medium';

}

.mapping-container img {
    display: block;
    width: 200px;
}

.mapping-container p {
    margin: 0 0 10px;
    padding-right: 30px;
}

.mapping-container p:last-child {
    margin: 0;
}

.mapping-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mapping-btn-wrap .infoguide {
    display: block;
    border-radius: 5px;
    padding: 12px 18px;
    text-align: center;
    color: #000;
    border: 1px solid #FFC300;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.mapping-btn-wrap a.infoguide {
    background: #FFDA1A;
}

.mapping-btn-wrap .ebook-btn {
    color: #fff;
}

.mapping-btn-wrap .ebook-btn:hover {
    background: #FFDA1A;
    color: #000;
}

.mapping-btn-wrap a.infoguide:hover {
    background: transparent;
    color: #fff;
}

.benf-icon {
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
    filter: brightness(0) invert(1);
}

#sec-three ul li:nth-child(3) .benf-icon,
#sec-three ul li:nth-child(5) .benf-icon {
    width: 34px;
}

.role-of-it:first-child {
    padding-bottom: 20px;
}

.role-of-it h3 {
    width: 49%;
    margin: 15px 0px;
    line-height: 35px;
}

.role-of-it p {
    width: 50%;
    text-align: justify;
}

.tab {
    background: #fff;
    position: relative;
    margin: 40px 0px;
}

.tab,
.tab * {
    box-sizing: unset;
}

.agslide {
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://cdn.manageengine.com/iso20000/images/plus-icon.svg) no-repeat 97% top;
    background-size: 50px 50px;
    width: 100%;
    height: 58px;
    text-indent: -999999em;
    display: block;
    cursor: pointer;
    /*    border: 1px solid #a4a1a1;*/
    border-radius: 4px;
}

.active-tab .agslide {
    border-bottom-color: transparent;
}

.iso-slideup {
    background: url("https://cdn.manageengine.com/iso20000/images/minus-icon.svg") no-repeat 97% center;
    background-size: 50px 50px;
    background-position-y: 1px;
    filter: brightness(0) invert(1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}

.mapping-icons {
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.tab:hover .mapping-icons,
.active-tab .mapping-icons {
    filter: brightness(0) invert(1);
}

.tab-title-iso {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.tab-main {
    padding: 16px 40px;
    display: block;
    border-radius: 4px;
    border: 1px solid #a4a1a1;
}

.tab:hover .tab-main,
.active-tab .tab-main {
    background: -webkit-linear-gradient(left, #062ce8, #0524b2, #011a6d);
    background: -o-linear-gradient(left, #062ce8, #0524b2, #011a6d);
    background: linear-gradient(to right, #062ce8, #0524b2, #011a6d);
}

.active-tab .tab-main {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:hover .agslide {
    filter: brightness(0) invert(1);
}

.tab:hover .tab-title-iso,
.active-tab .tab-title-iso {
    color: #fff;
}

.slidecontent {
    padding: 30px 80px;
    font-size: 1.2em;
    line-height: 26px;
    background: -webkit-linear-gradient(left, #062ce8, #0524b2, #011a6d);
    background: -o-linear-gradient(left, #062ce8, #0524b2, #011a6d);
    background: linear-gradient(to right, #062ce8, #0524b2, #011a6d);
    color: #fff;
    border-top: 1px solid #bfbfbf;
}

.related-prd {
    font-family: 'Zoho_Puvi_SemiBold';
}

.rp-sub {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #fff;
}

a.rp-sub:hover {
    color: #ffd300;
}

.rp-sub:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: #fff;
    margin-right: 13px;
    vertical-align: baseline;
    border-radius: 10px;
}

.slidecontent strong {
    font-weight: 400;
    font-family: 'Zoho_Puvi_Regular';
}

.slidecontent p {
    font-size: 1em;
    margin: 30px 0px;
}

.slidecontent h4 {
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 15px;
}

#sec-six {
    background: url(../images/pci-dss-banner-bg.svg) center bottom/ cover no-repeat, linear-gradient(to bottom, #0633D7, #0629A8 30%, #061D6B 77%, #0B1B67);
    text-align: center;
    margin: auto;
    color: #fff;
}

#sec-six h3,
#sec-six h4 {
    color: #fff;
}

#sec-six h4 {
    font-weight: 700;
    padding-bottom: 40px;
    padding-top: 40px;
}

#sec-six p {
    width: 80%;
    padding: 10px 0px;
    margin: 15px auto;
    font-size: 1em;
}

#sec-six p a {
    color: #fff;
    text-decoration: underline;
}

/*------------- popup --------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 780px;
    max-width: 95%;
    max-height: 90vh;
    background: #0524b2;
    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: #000;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

span.close:hover {
    background: #fff;
}

.form-control-popup {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 20px;
}

.privacy-policy {
    color: #fff;
    margin: 15px auto;
    width: 96%;
    font-size: 1em;
}

.privacy-policy a {
    color: #fff;
    text-decoration: underline;
}

#meGDPRMessage {
    color: #fff;
    padding:0 20px;
    line-height: 22px;
    font-size: 1em;
}

#meGDPRMessage label{
    cursor:pointer;
}

#meGDPRMessage a {
    color: #fff;
    text-decoration: underline;
}

#meGDPRMessage a:hover,
#sec-six p a:hover {
    text-decoration: none;
}

.form-control-popup.btn-submits {
    border: none;
    text-align: center;
    margin-bottom: 45px;
    background: none;
}

.form-control-popup.form-comments .error{
    bottom:-37px;
}

.form-control-popup.form-comments{
    width: 96%;
    margin:0 auto;
    margin-bottom:20px;
}

.form-control-popup.form-comments textarea {
    height: 85px;
    margin: 0 auto;
    overflow: scroll;
}


.form-date {
    width: 96%;
    margin: 0 auto 20px auto;
}

.form_dropdown select {
    background-color: #fff !important;
}


.form-control-popup .error {
    position: absolute;
    bottom: -20px;
    left: 0px;
    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;
    padding: 5px;
    line-height: 0.5;
    color: #ff9393;
    display: none;
}

.form-control-popup * {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control-popup input,
.form-control-popup select,
.form-control-popup textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding: 15px;
    font-size: 1em;
    position: relative;
    z-index: 9;
    resize: none;
    color: #555 !important;
}

.form-control-popup input::placeholder,
.form-control-popup select::placeholder,
.form-control-popup textarea::placeholder {
    color: #555 !important;
}

.form-control-popup input:-webkit-input-placeholder,
.form-control-popup select:-webkit-input-placeholder,
.form-control-popup textarea:-webkit-input-placeholders {
    color: #555 !important;
}

.form-control-popup select {
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
    background-position-y: 50%;
    color: #555 !important;
    border-radius: 4px;
    opacity: 1;
}

.form-control-popup textarea {
    padding: 15px 15px 0;
    width: 97%;
}

.btn-submits {
    text-align: center;
}

.btn-submits button {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ffcd00;
    background: #ffcd00;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 20px 0;
}

.btn-submits button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.uscountry.form-control-popup {
    height: auto;
    background: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}

.success-msg {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #15d2a3;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    display: none;
}

h2.popup-title {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 34px;
    color: #fff;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    padding: 0;
    height: 46px;
    width: 100%;
}

.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}

.clicks {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 11px;
    padding-left: 20px;
    font-size: 1em;
    color: #555 !important;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 87%;
    background-position-y: 21px;
    font-weight: 500;
}

.multiSel1 {
    padding: 5px 10px;
    overflow: scroll;
    display: none;
    height: 35px;
    top: -14px;
    position: relative;
    overflow-x: scroll;
}

.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
    width: 100%;
    background: #0ee4fe;
    display: none;
    z-index: 9999;
    position: relative;
}

.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #CCC;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}

.dropdown1 .dropdd1 ul {
    color: #000;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 95.6%;
    list-style: none;
    height: 175px;
    overflow: auto;
    background: #0ee4fe;
    text-align: left;
    overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 1em;
    line-height: 2;
    cursor: pointer;
}

.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
    display: inline-block;
}

.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}

.form-leftsec,
.form-rightsec {
    width: 46.5%;
    margin: 0px 10px;
}

.web-success-msg,
.web-success-msg-overlay {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.web-popup-cont {
    width: 35%;
    min-height: 130px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: absolute;
    line-height: normal;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
}

.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
}

.popup-close img {
    max-width: 100%;
}

span.tick-icon {
    display: block;
    width: 90px;
    padding: 22px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
    box-sizing: border-box;
}

span.tick-icon img {
    vertical-align: middle;
    max-width: 100%;
    box-sizing: border-box;
}

.web-popup-cont h4 {
    padding: 30px 0 5px 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.7em;
}

.web-popup-cont p {
    font-size: 1.3em;
    line-height: normal;
    padding: 0 0 10px 0;
}

.web-popup-cont p span {
    font-size: 1em;
    font-weight: 600;
    color: #CA0019;
}

.web-popup-cont a {
    display: inline-block;
    text-align: center;
    background: #00CC99;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border: 1px solid rgba(0, 159, 119, 0.81);
    text-transform: uppercase;
    margin: 30px 0;
}

.web-popup-cont a:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;
    color: #fff;
}

#country_state,
#ukcountry_region {
    margin-top: 20px;
    background: #fff !important;
    opacity: 1;
    color: #555 !important;
}

#contact_form{
    box-sizing: border-box;

}

#contact_form #meGDPRMessage {
    padding:10px 0;
}

#contact_form #meGDPRMessage label{
    cursor:pointer;
}


/*------------------ fxd -----------------------*/
#fixedbtn {
    position: fixed;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 9999;
    right: 0px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(210px);
    -webkit-transform: translateX(210px);
    -moz-transform: translateX(210px);
}

#fixedbtn span {
    display: block;
    padding: 20px 10px;
    position: relative;
    background: #ecf4f9;
    cursor: pointer;
}

#fixedbtn span.down-guide {
    border-bottom: 1px solid #d8d8d8;
}

#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 60px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}

#fixedbtn span.down-guide:before {
    background: url(https://cdn.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg) #052ce5 no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border-top-left-radius: 25px;
}

#fixedbtn span.contact:before {
    background: url("https://cdn.manageengine.com/iso20000/images/phone.svg") #fff no-repeat;
    background-position: center;
    background-size: 25px;
    color: #000;
    border-bottom-left-radius: 25px;
    box-shadow: -2px 0px 10px rgb(0 0 0 / 34%);
}

#fixedbtn:hover,
#fixedbtn.act,
#fixedbtn.slide:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

#fixedbtn.slide {
    transform: translateX(143px);
    -webkit-transform: translateX(143px);
    -moz-transform: translateX(143px);
}

#fixedbtn.scrollact {
    transform: translateX(210px);
    -webkit-transform: translateX(210px);
    -moz-transform: translateX(210px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*------------------- animation ----------------------*/
.col-6.di a,
.col-4.di,
.perfom-hover {
    transition: .3s;
}

.col-4.di:hover,
.col-6.di a:hover {
    transform: scale(1.04);
    text-decoration: none;
}

.perfom-hover:hover {
    transform: scale(1.04);
}

.col-4.di:hover a {
    text-decoration: none;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.active-anim .tab {
    -webkit-animation: slide-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.active-anim .tab:nth-child(2),
.active-anim .tab:nth-child(4),
.active-anim .tab:nth-child(6),
.active-anim .tab:nth-child(8),
.active-anim .tab:nth-child(10) {
    -webkit-animation: slide-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.active-anim .tab:nth-child(1) {
    animation-delay: .1s;
}

.active-anim .tab:nth-child(2) {
    animation-delay: .2s;
}

.active-anim .tab:nth-child(3) {
    animation-delay: .3s;
}

.active-anim .tab:nth-child(4) {
    animation-delay: .4s;
}

.active-anim .tab:nth-child(5) {
    animation-delay: .5s;
}

.active-anim .tab:nth-child(6) {
    animation-delay: .6s;
}

.active-anim .tab:nth-child(7) {
    animation-delay: .7s;
}

.active-anim .tab:nth-child(8) {
    animation-delay: .8s;
}

.active-anim .tab:nth-child(9) {
    animation-delay: .9s;
}

.active-anim .tab:nth-child(10) {
    animation-delay: 1s;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.resolution-icon {
    width: 20px;
}

.datepicker.active {
    display: block !important;
}

.datepicker_header .icon-close {
    display: none !important;
}

p.callback-text {
    margin: 0 0 13px 0;
    color: #fff;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
    left: 13px;
}

.sec-seven p {
    font-size: 1em;
}
.sec-seven  .sec-heading {
    font-size: 1.3em;
    font-family: Zoho_Puvi_Bold;
}


img.role-img {
    max-width: 100%;
}

#sec-three {
    padding: 120px 0;
}

img.role-img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

/* menu */
#topbar-menu-icon {
    display: none;
}

/*------------------- Responsive -------------------*/
@media only screen and (max-width: 1700px) {
    .animation {
        opacity: 0;
        transition: all ease 1s;
        transition: all ease 1s;
        -webkit-transition: all ease 1s;
        -moz-transform: scale(1.3) translateY(250px);
        -webkit-transform: scale(1.3) translateY(250px);
        -moz-transform: scale(1.3) translateY(250px);
    }

    .active-anim .animation {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@media only screen and (max-width: 1400px) {
    #sec-three h2.sec-title {
        padding-top: 50px;
    }

    .container {
        width: 1000px;
    }

    .col-3.di {
        width: 22.6%;
    }

    .col-4.di {
        width: 26%;
    }

    .col-6.di {
        width: 43%;
    }

    .osms .oper-plan p {
        width: 48%;
        margin-top: -32px;
    }

    #fixedbtn.act {
        transform: translateX(145px);
        -webkit-transform: translateX(145px);
        -moz-transform: translateX(145px);
    }

    .cols-5 {
        width: 46%;
    }

    #second-sec p br {
        display: none;
    }

    .banner-strip {
        width: 100%;
    }


    #sec-four .slider-wrapper {
        padding-left:20px;
    }
    #sec-four .slider{
        padding-right: 0;
    }
}

@media only screen and (max-width: 1350px){
	.second-header.fixed-header .nav-section .nav-menu {
		-webkit-transform: translate(30%);
		-moz-transform: translate(30%);
		-o-transform: translate(30%);
		transform: translate(30%);
	   }
	.form_desc br{display:none;}
	.stripbanner .rows{padding:40px 0 40px 80px;}
}

@media only screen and (max-width: 1200px) {
    .mapping-container {
        flex-direction: column;
    }

    .mapping-container div {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }

    .mapping-container img {
        margin: 0 auto 30px;
        width: 150px;
    }

    .mapping-container p {
        padding: 0 100px;
        text-align: center;
    }

    .mapping-container .mapping-btn-wrap {
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    .mapping-btn-wrap .infoguide{
        width: 25%;

    }

    .articlecontent {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1150px){
	.second-header.fixed-header .nav-section .nav-menu {
		-webkit-transform: translate(15%);
		-moz-transform: translate(15%);
		-o-transform: translate(15%);
		transform: translate(15%);
	   }
}

@media only screen and (max-width: 1100px) {
    .container {
        width: 85%;
    }

    section {
        padding: 80px 0;
    }

    .header-right {
        display: block;
        text-align: center;
        padding: 0;
        width: auto;
        padding-bottom: 40px;
    }


    .related-prd {
        width: 30%;
    }

    .col-3.di {
        margin: 5px;
    }

    .iso-req p br {
        display: none;
    }

    .articlecontent {
        margin-right: 30px;
    }

    .banner-strip {
        background: linear-gradient(45deg, rgba(255, 224, 64, 1) 0%, rgba(255, 195, 0, 1) 100%);
        width: 100%;
    }

    .banner-strip .cols-left{
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .banner-strip a{
        width: 200px;
    } 


    .flex-view{
        display: flex;
        flex-direction: row;
    }

    #sec-three h2 br{
        display: none;
    }

    #sec-four .col-right {
        padding: 20px 0 0 20px;
    }

    .slider-img-wrap {
        height: 100px;
        text-align: right;
        width: 100%;
    }

    .iso-req-img{
        width: 125%;
        margin: 70px auto 0;
    }

    #sec-five .text-light{
        width: 100%;
    }

    #sec-four .slider-content {
        flex-direction: column;
    }
}


@media only screen and (max-width: 1025px) {

    #commonHeader {
       display: none;
    }

    .header-section h1 {
        text-align: center;
        font-size: 2.2em;
        margin-bottom: 25px;
        padding: 0;
    }

    .header-section p {
        text-align: center;
    }

    .head-container{max-width:90%;}
	.second-header.fixed-header{
		padding: 15px 0;
		box-shadow: 0 0 10px #00000057;
		position: fixed;
		z-index: 9999;
	}
	.second-header.fixed-header .brand-logo img{
		        height: auto;
        width: 200px;
	}
	.second-header.fixed-header .nav-section #topbar-menu-icon {
        display: block;
        top: 8px;
		right:5px;
    }
	.second-header.fixed-header .nav-section .nav-menu {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 50px;
        right: 8px;
        z-index: 99;
        display: none;
        box-shadow: 1px 5px 10px #000000;
		transform: translate(0);
        text-align: right;
        transition: none;
    }
	  .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 li {
		 display: block;
		 text-align: left;
		 padding: 4px 0;
		 margin: 0 10px;
		 border-bottom: 1px solid #dfdfdf;
	}
	 .second-header.fixed-header .nav-section .nav-menu li a {color:#F6C855;}
	 .second-header.fixed-header .nav-section .nav-menu li:last-child span {border: none;}
	.overlay .popup {width: 85%;}

    .iso-ft-box a:after {
        display: none;
    }

    .iso-outbox .cols-3 {
        margin-bottom: 10px;
    }

    .iso-ft-box a {
        margin-bottom: 15px;
    }

    .header-section h1 {
        padding-top: 0;
    }

    .header-section h1 br {
        display: none;
    }

    #second-sec .sec-heading br {
        display: none;
    }

    .whatisiso-img,
    .why-iso-img {
        display: none;
    }

    #sec-three {
        padding: 80px 0;
    }

    #sec-three h2 br,
    #sec-three h3 br {
        display: none;
    }

    #sec-three h3 {
        margin: 0 0 20px;

    }

    #sec-three .col-right {
        padding: 40px 15px 0;
    }

    .mapping-btn-wrap .infoguide{
        width: 35%;

    }
     #sec-four .col-right {
        padding: 20px 0 0 0px;
    }

}

@media only screen and (max-width: 992px) {

    .banner-img {
        width: 350px;
    }

    #isomapping .container {
        max-width: 100%;
    }

    .mapping-container {
        margin: 0;
    }

    .articletab li {
        padding: 16px;
    }

     .banner-text-wrap{
        text-align: center;
    }

    .banner-text-wrap br{
        display: block;
    }

    .flex-view{
        flex-direction: column;
        justify-content: center;
    }
       .iso-req-img{
        margin: 100px auto 0;
    }
}

@media only screen and (max-width: 900px) {
    #sec-four .slider-wrapper {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 845px) {

    .left-arrow,
    .right-arrow {
        top: 130px;
    }

    .col-3.di {
        width: 47%;
        margin: 5px !important;
    }

    .col-6.di {
        margin: 5px;
        width: 90%;
    }

    .related-prd {
        width: 45%;
    }

    .popup {
        width: 80%
    }

    .form-leftsec,
    .form-rightsec,
    .form-control-popup.form-comments {
        width: 96%
    }

    .popup-content {
        overflow-x: hidden;
    }

    .header-strip {
        display: none;
    }

    .header-right {
        padding-bottom: 0;
    }

    #Home>.container {
        padding: 0;
    }

    #fixedbtn.act {
        transform: translateX(145px);
        -webkit-transform: translateX(145px);
        -moz-transform: translateX(145px);
    }

    .col-4.di {
        width: 25%;
    }

    .banner-strip .cols-5 {
        width: 100%;
    }

    .articlecontent {
        padding: 28px 40px;
    }
}

@media only screen and (max-width: 800px) {
    .tabview {
        width: 100%;
    }

    .mobHide,
    .banner p br {
        display: none;
    }

    .articlemobtab {
        display: flex;
        position: relative;
    }

    .articlemobtab .fa-icon::after{
        content:"";
        background: url("https://www.manageengine.com/images/plus-icon-white.svg") 0 0 no-repeat;
        position: absolute;
        width: 25px;
        height:25px;
        right:25px;
    }
    .articlemobtab.activeArticleMob .fa-icon::after{
        content:"";
        background: url("https://www.manageengine.com/images/minus-icon.svg") 0 0 no-repeat;
        position: absolute;
        top:24px;
    }
    .articlemobtab.activeArticleMob {
        border-bottom: none;
        position: relative;
    }

    .articlecontent {
        margin-right: 0;
        padding: 8px 24px;
    }

    .articlecontent:first-child {
        margin-bottom: 0px;
    }

    #sec-four .slider-wrap {
        display: none;
    }

    #sec-four .slider-item:first-child .slider-wrap {
        display: block;
    }

    #sec-four .slider-wrapper {
        display: none;
    }

    #sec-four .slider-container {
        width: 100%;
    }

    #sec-four .slidermobtab {
        display: block;
        position: relative;
    }

    .slidermobtab::after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #545454;
        right: 20px;
        top: 22px;
    }
    .activeSliderMob.slidermobtab::after{
        border-top: 10px solid #1444EE;
        transform: rotate(180deg);
    }

    #sec-four .slider-item:last-child {
        border-bottom: 1px solid #e1e1e1;
    }

    #sec-four .slider-content{
        padding: 32px;
    }

    #sec-five br {
        display: none;
    }

    .mapping-btn-wrap .infoguide{
        width: 45%;

    }

    #sec-six p br{
        display: none;
    }
     .mapping-container p {
        padding: 0 70px;
    }

     .mapping-container img {
        width: 125px;
    }

}

@media only screen and (max-width: 750px) {
    .mapping-container p {
        padding: 0;
    }

    #isomapping h2 br{
        display: none;
    }
    
}

@media only screen and (max-width: 670px) {
    .header-section h1 {
        font-size: 2em;
    }

    #sec-three ul {
        width: 100%;
    }

    #sec-three ul li {
        width: 100%;
        float: none;
    }

    #sec-three ul {
        margin-left: 0;
        margin-right: 0;
    }

    img.role-img {
        display: block;
        margin: 15px auto 0 auto;
    }

    .osms .oper-plan p {
        width: 100%;
        margin-top: 15px;
    }

    .col-3.di {
        width: 93%;
    }

    .col-4.di {
        width: 35%;
    }

    .hed-button {
        padding: 10px;
        font-size: .9em;
    }

    .hed-button:first-child {
        margin-right: 5px;
    }

    .header-button {
        top: 70px;
    }

    .logo img {
        width: 180px;
    }

    .related-prd {
        width: 70%;
    }

    .tab-title-iso {
        width: 86%;
    }

    .tab-main {
        padding: 20px;
    }

    .first-form {
        width: 100%;
    }

    .slidecontent {
        padding: 30px 40px;
    }

    .righ-graph {
        width: 93%;
    }

    .dropdown1 {
        width: 99%;
    }

    .web-popup-cont {
        width: 80%;
    }

    .popup {
        width: 94%;
        padding: 30px 10px;
    }

    #sec-four h2.sec-title {
        padding: 0;
    }

    #topbar-menu-icon {
        display: block;
        position: absolute;
        right: 0;
        cursor: pointer;
        transform: translate3d(0, 0, 0);
        transition: transform .7s;
        z-index: 9999999;
        width: 30px;
        height: 30px;
        margin: 0;
        top: -32px;
        right: 20px;
    }

    #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 {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        left: 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 span {
        color: #000;
    }


    .mapping-container .mapping-btn-wrap {
        flex-direction: column;
    }

    #sec-five .space-large {
        height: 25px;
    }

    .mapping-btn-wrap .infoguide{
        width: 60%;

    }
    #sec-four h2 br{
        display: none;
    }
    #sec-six h3 br{
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    .mapping-container {
        padding: 35px;
    }

    .ban-para br{
        display: none;
    }
}

@media only screen and (max-width: 510px) {
    .banner-img {
        width: 80%;
    }

    .role-of-it h3,
    .role-of-it p {
        width: 100%;
    }

    .tab-main {
        padding: 20px 10px;
    }

    .agslide {
        background-size: 36px 36px;
        top: 12px;
    }

    .tab-title-iso {
        font-size: 1em;
    }

    .mapping-icons {
        width: 22px;
        padding-right: 10px;
    }

    .logo img {
        width: 150px;
    }

    .iso-slideup {
        background-position-y: 9px;
    }

    .container {
        width: 90%;
    }
    .mapping-btn-wrap .infoguide{
        width: 70%;
    }

    .banner-text-wrap br{
        display: none;
    }
    #sec-four .slider-content{
        padding: 16px 32px;
    }
}

@media only screen and (max-width: 430px) {
    .hed-button {
        padding: 8px;
        font-size: .85em;
    }

    .hed-button:first-child {
        margin: 0px;
    }

    .logo img {
        width: 140px;
    }

    .header-button {
        top: 63px;
    }

    section {
        font-size: .9em;
    }

    .hed-button {
        padding: 6px;
    }

    .col-6.di {
        width: 82%;
    }

    .col-4.di {
        padding: 20px;
    }

    .col-4.di img {
        display: none;
    }

    .oper-plan {
        padding: 0;
    }
}

@media only screen and (max-width: 380px) {
    #sec-six p {
        width: 95%;
    }

    .col-3.di {
        width: 80%;
    }

    .righ-graph {
        width: 90%;
    }

    .hed-button:first-child {
        display: none;
    }

    .col-4.di {
        width: 90%;
        padding: 20px 0px;
        text-align: center;
    }

    .osms p {
        padding-left: 10px;
    }

    .col-6.di img {
        display: none;
    }
}

.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;
}

.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%;
    }
}