/* -------------------------------------- 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: 992px) {
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-3 {
    width: 25%;
  }
}
/* -------------------------------------- Common styles -------------------------------------- */
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Zoho_Puvi_Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  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;
}
/*----------Secondary header csss start--------*/
.brand-logo {
  display: inline-block;
}
.nav-menu {
  margin: 0;
}
.nav-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.nav-menu li:first-child {
  margin-left: 0;
}
.nav-menu li a,
.nav-menu li span {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.nav-menu li a:hover,
.nav-menu li span:hover {
  color: #dd002c;
}
.top-nav {
  margin: 0;
}
.top-nav li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.top-nav li a,
.top-nav li span {
  display: block;
  padding: 2px;
  cursor: pointer;
}
.dropdown-menu > ul {
  position: absolute;
  width: 250px;
  margin: 0;
  background: #ccc;
  -webkit-box-shadow: 0px 9px 10px #999999;
  -moz-box-shadow: 0px 9px 10px #999999;
  -o-box-shadow: 0px 9px 10px #999999;
  box-shadow: 0px 9px 10px #999999;
  left: 5px;
  z-index: 999;
  display: none;
}
.dropdown-menu:hover > ul {
  display: block;
}
.dropdown-menu:hover > span:after {
  -webkit-transition: rotate(-135deg);
  -moz-transition: rotate(-135deg);
  -o-transition: rotate(-135deg);
  transition: rotate(-135deg);
  bottom: 0px;
  border-color: #dd002c;
}
.dropdown-menu ul:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  clear: both;
  z-index: 9999999;
}
.dropdown-menu ul li {
  margin: 0;
  display: block;
}
.dropdown-menu ul li a {
  padding: 12px;
  color: #000;
}
.dropdown-menu > span:after,
.dropdown-menu > a:after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-drop {
  position: absolute;
  top: 14px;
  right: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  z-index: 9999999;
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
}
.menu-drop span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-drop span:nth-child(1) {
  top: 0;
}
.menu-drop span:nth-child(2) {
  top: 8px;
}
.menu-drop span:nth-child(3) {
  top: 16px;
}
.menu-toggle.menu-drop span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-toggle.menu-drop span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.menu-toggle.menu-drop span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.second-header.fixed-header {
  background: #234390;
  padding: 15px 0;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #334cbc;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.second-header.fixed-header.header-fixed {
  padding: 15px 0;
  box-shadow: 0 0 10px #00000057;
  position: fixed;
  z-index: 9999;
}
.second-header.fixed-header.header-fixed .nav-section .nav-menu {
  transform: translate(0);
}
.second-header.fixed-header.header-fixed .brand-logo img {
  height: auto;
  width: 200px;
}
.second-header.fixed-header .nav-section {
  overflow: hidden;
}
.second-header.fixed-header .nav-section #topbar-menu-icon {
  display: none;
  position: absolute;
  right: 30px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
  z-index: 9999999;
  margin: 0;
  top: 15px;
  width: 30px;
  height: 30px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(1) {
  top: 0;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(2) {
  top: 8px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(3) {
  top: 16px;
}
.second-header.fixed-header .nav-section .nav-menu {
  padding: 0;
  text-align: left;
  -webkit-transform: translate(55%);
  -moz-transform: translate(55%);
  -o-transform: translate(55%);
  transform: translate(55%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.second-header.fixed-header .nav-section .nav-menu li {
  display: inline-block;
  margin-left: 10px;
}
.second-header.fixed-header .nav-section .nav-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
}
.second-header.fixed-header .nav-section .nav-menu li span {
  color: #fff;
  font-size: 16px;
}
.second-header.fixed-header .nav-section .nav-menu li span:hover,
.second-header.fixed-header .nav-section .nav-menu li span.active {
  cursor: pointer;
  color: #f6c855;
}
.second-header.fixed-header .head-container {
  position: relative;
}
.second-header.fixed-header .cols-sd-3 {
  position: relative;
}
@media (max-width: 1450px) {
  .second-header.fixed-header .nav-section .nav-menu {
    transform: translate(0);
    text-align: right;
    transition: none;
  }
}
@media (max-width: 1250px) {
  .second-header.fixed-header.header-fixed .brand-logo img {
    width: 170px;
  }
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1025px) {
  .second-header.fixed-header {
    border: none;
  }
  .second-header.fixed-header .brand-logo img {
    height: auto;
    width: 152px;
  }
  #commonHeader {
    display: none;
  }
  .second-header.fixed-header .nav-section #topbar-menu-icon {
    display: block;
    top: 8px;
  }
  .second-header.fixed-header
    .nav-section
    #topbar-menu-icon.active-menu
    span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .second-header.fixed-header
    .nav-section
    #topbar-menu-icon.active-menu
    span:nth-child(2) {
    opacity: 0;
    right: -60px;
  }
  .second-header.fixed-header
    .nav-section
    #topbar-menu-icon.active-menu
    span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .second-header.fixed-header .nav-section .nav-menu li span {
    color: #000;
  }
  .second-header.fixed-header .nav-section .nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 42px;
    right: 40px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
  }
  .second-header.fixed-header .nav-section .nav-menu li {
    display: block;
    text-align: left;
    padding: 4px 0;
    margin-left: 0px;
  }
  .second-header.fixed-header .nav-section .nav-menu li a {
    color: #000;
  }
  .second-header.fixed-header.header-fixed
    .nav-section
    .nav-menu
    li:last-child
    span {
    border: none;
  }
  .second-header.fixed-header.header-fixed .nav-section .nav-menu {
    top: 46px;
  }
}
@media (max-width: 650px) {
  .second-header.fixed-header .nav-section #topbar-menu-icon {
    right: 0;
  }
  .second-header.fixed-header .nav-section .nav-menu {
    width: 100%;
    right: 0;
  }
  .second-header.fixed-header .cols-sd-3 {
    position: inherit;
  }
}
/*----------Secondary header csss end----------*/
.hed-button:first-child {
  margin-right: 15px;
}

.header-right {
  padding-top: 160px;
  width: 33%;
  text-align: right;
}
.header-strip {
  padding-bottom: 60px;
  position: relative;
  transition: 0.6s;
}
.header-strip:hover {
  transform: scale(1.02);
}
.book-image {
  max-width: 100%;
}
.banner-stripe h3 {
  font-family: "Zoho_Puvi_SemiBold";
  font-size: 22px;
  line-height: 1.4;
  padding: 27px 20px;
}
.banner-stripe a {
  background: #15055f;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-family: "Zoho_Puvi_SemiBold";
  margin: 14% 0;
}
.banner-stripe a:hover {
  background: #21408e;
}
.banner-stripe {
  background: #ffd200;
  padding: 20px 25px 5px 25px;
  margin-left: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.banner-stripe:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #ffd200;
  position: absolute;
  top: 0;
  left: -10px;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 30px;
}
.space-small {
  height: 10px;
}
h2.sec-title {
  font-size: 1.8em;
  font-weight: 800;
}
/* -------------------------------------- Form styles -------------------------------------- */
.first-form {
  width: 60%;
  margin: auto;
}

div.form-field {
  position: relative;
  margin-bottom: 20px;
}

.first-form input,
.first-form textarea {
  background: #f7f8fb;
  font-size: 14px;
  font-weight: 500;
  color: #555 !important;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 15px;
  padding-right: 0px;
  width: 95%;
  font-family: "Zoho_Puvi_Regular";
}

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

.first-form select {
  background: #f7f8fb
    url("/iso20000/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 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: 0.3s;
}

.first-form input[type="submit"]:hover,
.submit-block input:hover {
  background: #333;
  color: #fff !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: 0.9em;
  margin: 0px;
}

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

/* -------------------------------------- Form styles ends -------------------------------------- */
/*#Home {*/
.header-section {
  background: url("/iso20000/images/iso-banner.jpg") #1f3d86;
  background-size: cover;
  background-position: right center;
  color: #fff;
  position: relative;
  padding-top: 0;
}
.header-sub {
  font-size: 1.8em;
}

.header-section h1 {
  font-size: 2.5em;
  font-family: "Zoho_Puvi_SemiBold";
  line-height: 1.5;
  padding-top: 50px;
}

.header-section h2 {
  padding-top: 25px;
  color: #0ee4fe;
  font-size: 2em;
  font-weight: 800;
}
.banner-img {
  width: 38%;
}
#Benifits-iso h2 {
  font-size: 2em;
  font-weight: 800;
}

.line {
  width: 150px;
  height: 5px;
  background: #12e4ff;
  position: absolute;
}

#Benifits-iso {
  z-index: 1;
  position: relative;
  background: url("/iso20000/images/iso-sec1-bg.jpg") #213d8a;
  background-size: cover;
  background-position: right center;
  padding: 80px 0px 60px 0px;
}

#Benifits-iso ul {
  margin: 0;
  padding-top: 50px;
  width: 80%;
}

#Benifits-iso ul li {
  width: 50%;
  padding: 15px 15px 15px 48px;
  float: left;
  position: relative;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 25px;
}
#sec-four {
  background: #25459a;
  background-size: cover;
  background-position: center;
}
.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);
}
#Benifits-iso ul li:nth-child(3) .benf-icon,
#Benifits-iso 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("/iso20000/images/plus-icon.svg") no-repeat
    97% center;
  background-size: 50px 50px;
  width: 100%;
  height: 60px;
  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("/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 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.tab-main {
  padding: 16px 40px;
  display: block;
  border-radius: 4px;
}
.tab:hover .tab-main,
.active-tab .tab-main {
  background: #21377f;
}
.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,
.active-tab .tab-title {
  color: #fff;
}
.slidecontent {
  padding: 30px 80px;
  font-size: 1.2em;
  line-height: 26px;
  background: #223880;
  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: #284091;
  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: 9999;
  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: #283f91;
  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: 20px;
}

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

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

.form_dropdown {
  background-color: transparent;
  border: none;
}

.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(/iso20000/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-top: 15px;
}

.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: #222244;
  border-color: #fff;
  color: #fff;
}

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

.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(/iso20000/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: 0.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, 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;
}

/*---------------------------- Graph style ---------------------------*/
.iso-graph {
  color: #fff;
  margin-left: -8px;
  margin-right: -8px;
}
.iso-sec-1 {
  width: 12%;
  float: left;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  height: 560px;
  border: 1px dotted #88a5ff;
  border-radius: 8px;
  text-align: center;
}
.left-inbox {
  position: relative;
  transform: translate(0, -50%);
  top: 50%;
}
.left-inbox h5 {
  font-family: "Zoho_Puvi_SemiBold";
  font-size: 15px;
}
.left-inbox p {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}
.iso-sec-2 {
  width: 12%;
  float: left;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  height: 560px;
}
p.ar-text1 {
  position: absolute;
  top: 30%;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}
p.ar-text2 {
  position: absolute;
  top: 70%;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}
p.ar-text1:after {
  content: "";
  display: block;
  background: url(/iso20000/images/iso-blue-arrow.svg);
  background-size: 100%;
  width: 104px;
  height: 15px;
  margin-top: 10px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
p.ar-text2:after {
  content: "";
  display: block;
  background: url(/iso20000/images/iso-blue-arrow.svg);
  background-size: 100%;
  width: 104px;
  height: 15px;
  margin-top: 10px;
}
.iso-sec-3 {
  width: 76%;
  float: left;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.iso-outbox {
  padding: 20px;
  border-radius: 10px;
  border: 1px dotted #88a5ff;
  text-align: center;
}
.iso-outbox h2 {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.iso-outbox .cols-3 p {
  min-height: 56px;
  display: block;
  padding: 10px 5px;
  line-height: 1.3;
  font-size: 12px;
  border: 1px solid #5898ff;
  border-radius: 8px;
  position: relative;
  margin: 0;
}
.iso-outbox .cols-3 p span {
  position: absolute;
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.iso-inbox {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #a5bbff;
  border-radius: 8px;
  padding: 15px 45px;
}
.iso-inbox h3 {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 15px;
}
h4.boxed-iso {
  font-size: 15px;
  padding: 14px 10px;
  border: 1px solid #4b79f8;
  border-radius: 6px;
  margin-bottom: 20px;
}
.iso-inbox .cols-4 a {
  display: block;
  color: #fff;
  padding: 11px 10px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #1c64ea, #2424c4);
  border-radius: 6px;
  line-height: 1.2;
  font-size: 13px;
  min-height: 54px;
  margin: 10px 0;
  box-shadow: 0 0 10px #0000003d;
  position: relative;
}
.iso-inbox .cols-4 a:hover {
  background: #2424c4;
}
.iso-ft-box p {
  margin: 0;
  border: 1px solid #2979f8;
  border-radius: 4px;
  padding: 14px;
  font-size: 16px;
  position: relative;
}
.iso-ft-box a {
  margin: 0;
  display: block;
  background: linear-gradient(to bottom, #1c64ea, #2424c4);
  border-radius: 4px;
  padding: 14px;
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
}
.iso-ft-box a:hover {
  background: #2424c4;
}
.iso-inbox .cols-4 a span {
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 15px;
  text-align: left;
}
.iso-inbox .cols-4 a:after,
.iso-ft-box a:after {
  content: "";
  width: 18px;
  height: 13px;
  background: url("/iso20000/images/iso-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
}
.iso-ft-box a:before,
.iso-ft-box p:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 17px;
  background: #fff;
  vertical-align: middle;
  position: relative;
  right: 8px;
  bottom: 2px;
  border-radius: 10px;
}
@media only screen and (max-width: 1025px) {
  .iso-sec-1,
  .iso-sec-2,
  .iso-sec-3 {
    width: 100%;
    height: auto;
  }
  .left-inbox {
    transform: none;
    top: 0;
    padding: 20px;
  }
  p.ar-text1,
  p.ar-text2 {
    position: static;
    width: 49%;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 25px;
  }
  p.ar-text1:after {
    transform: rotate(90deg) scale(0.5);
    margin: 22px auto 0 auto;
  }
  p.ar-text2:after {
    transform: rotate(-90deg) scale(0.5);
    margin: 22px auto 0 auto;
  }
  .iso-ft-box a:after {
    display: none;
  }
  .iso-outbox .cols-3 {
    margin-bottom: 10px;
  }
  .iso-ft-box a {
    margin-bottom: 15px;
  }
}
/*------------------ 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: 56px;
  text-align: center;
  transform: translate(0%, -50%);
  line-height: 60px;
}

#fixedbtn span.down-guide:before {
  background: url("/iso20000/images/icon-downlod.svg")
    #050460 no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 25px;
}

#fixedbtn span.contact:before {
  background: url("/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(133px);
  -webkit-transform: translateX(133px);
  -moz-transform: translateX(133px);
}

#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: 0.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.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 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.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

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

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

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

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

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

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

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

.active-anim .tab:nth-child(9) {
  animation-delay: 0.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;
}
section.sec-seven {
  padding: 50px 0;
}
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(135px);
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
  }
  .cols-5 {
    width: 46%;
  }
  .banner-stripe h3 {
    font-size: 20px;
    padding: 19px 15px;
  }
}

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

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

  .left-graph {
    padding: 40px 0px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 100px;
  }

  .left-arrow {
    left: 75%;
    top: 16%;
    transform: rotate(90deg);
  }

  .right-arrow {
    left: 14%;
    top: 16%;
    transform: rotate(90deg);
  }

  .righ-graph {
    width: 96%;
  }

  .related-prd {
    width: 30%;
  }

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

@media only screen and (max-width: 992px) {
  .header-section h1 {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 50px;
    padding: 0;
  }
}
@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;
  }
  .banner-stripe h3 br {
    display: none;
  }
  #fixedbtn.act {
    transform: translateX(135px);
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
  }
  .col-4.di {
    width: 25%;
  }
  .banner-stripe .cols-5 {
    width: 100%;
  }
}

@media only screen and (max-width: 670px) {
  .header-section h1 {
    font-size: 2em;
  }
  .banner-img {
    width: 48%;
  }
  .banner-stripe a {
    margin-top: 10px;
  }
  #Benifits-iso ul {
    width: 100%;
  }
  #Benifits-iso ul li {
    width: 100%;
    float: none;
  }
  #Benifits-iso 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: 0.9em;
  }

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

  .header-button {
    top: 70px;
  }

  .logo img {
    width: 180px;
  }

  .related-prd {
    width: 70%;
  }

  .tab-title {
    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-three h2.sec-title {
    padding: 0;
  }
  #topbar-menu-icon {
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform 0.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: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #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;
  }
}

@media only screen and (max-width: 510px) {
  .role-of-it h3,
  .role-of-it p {
    width: 100%;
  }

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

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

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

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

  .logo img {
    width: 150px;
  }

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

  .container {
    width: 90%;
  }
}

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

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

  .logo img {
    width: 140px;
  }

  .header-button {
    top: 63px;
  }

  section {
    font-size: 0.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, 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%;
  }
}
