@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-family: "Zoho_Puvi_RegularItalic";
  font-style: oblique;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-left: 15px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* + html .clearfix {
  display: inline-block;
}
html,
body {
  overflow-x: hidden;
}
/* normalize css*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-family: "Zoho_Puvi_Regular";
  font-weight: 300;
}
section *,
#fixedbtn *,
.overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
footer,
header,
section {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  outline: none !important;
  color: #4ca9f5;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: "Zoho_Puvi_Medium";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
p {
  margin: 0 0 25px;
  line-height: 1.8;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-blue {
  color: #243a5d;
}
.text-light {
  color: #fff !important;
}
.text-dark {
  color: #000 !important;
}
.top-margin {
  margin-top: 25px !important;
}
.bottom-margin {
  margin-bottom: 25px !important;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 25px;
}
.space-small {
  height: 10px;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.non-click {
  cursor: default;
  pointer-events: none;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0px;
}
strong,
b {
  font-family: "Zoho_Puvi_Medium";
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  clear: both;
}
.rows {
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.fl {
  float: left !important;
}
.pr {
  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: 41.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%;
  }
}
/*----------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: #ddecfa;
  padding: 15px 0;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #cfd3dd;
  -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: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(1) {
  top: 0;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(2) {
  top: 8px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(3) {
  top: 16px;
}
.second-header.fixed-header .nav-section .nav-menu {
  padding: 0;
  text-align: left;
  -webkit-transform: translate(43%);
  -moz-transform: translate(43%);
  -o-transform: translate(43%);
  transform: translate(43%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
  margin-top: 5px;
}
.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: #000;
  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: #67a0ff;
}
.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----------*/
.light {
  color: #fff !important;
}
section {
  padding: 70px 0;
  background: #fff;
}
.container-fluid.copyright {
  padding: 15px 0;
  text-align: center;
  background: #fff;
  color: #898c90;
}
.container-fluid.copyright p {
  margin: 0;
  font-size: 1em;
  font-family: "Zoho_Puvi_Regular";
}
.container-fluid.copyright p a {
  color: #898c90;
}
.container-fluid.copyright p a:hover {
  text-decoration: underline;
}
#banner {
  background: #ddedfa;
  padding: 40px 0 0 0;
}
#meGDPRMessage {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
p.privacy-policy {
  line-height: 2;
  margin: 15px 0;
  text-align: center;
  font-size: 1em;
}
.privacy-policy a {
  color: #4ca9f5;
}
a.ftr-brand {
  display: block;
  width: 200px;
  margin-bottom: 20px;
}
.address li,
.address li a {
  color: #f0f0f0;
  line-height: 1.6;
  font-size: 0.9em;
}
.animation {
  opacity: 0;
  transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(250px);
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
}
.active-anim .animation {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

/* form css */
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 20px;
  transition: border ease 1.5s;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
}
.dropdown-control {
  background: url(/cloud-solutions/images/submenu-sel-arrow.png)
    no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.form-control.form-comments {
  height: 85px;
}
.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}
.form-control:before {
  top: 0px;
  left: 0px;
}
.form-control:after {
  bottom: 0;
  right: 0;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: linear-gradient(to bottom, #fff, #e7f1fb);
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}
.form-control * {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 1.2em;
  z-index: 8;
  opacity: 0.5;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  background: transparent;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.5;
  resize: none;
  font-family: "Zoho_Puvi_Regular";
}
.form-control select {
  opacity: 0;
}
.form-control.active-row select {
  opacity: 0.6;
}
.btn-submits button {
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #ef572e;
  background: #ef572e;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 13px 40px;
  margin: 20px 0;
}
.btn-submits button:hover {
  background: #444;
  border-color: #444;
}
.form-control.btn-submit {
  background: transparent !important;
  border: none;
  height: auto;
  text-align: center;
}
.btn-submit button {
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #0f4886;
  border-radius: 25px;
  background: #0f4886;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 50px;
  margin: 20px 0;
}
.btn-submit button:hover {
  background: #444;
  border-color: #444;
}
.active-row.form-control::before {
  border-top-color: #0f4886;
  border-right-color: #0f4886;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}
.active-row.form-control::after {
  border-bottom-color: #0f4886;
  border-left-color: #0f4886;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}
.form-control.active-row .label {
  top: 0;
  background: linear-gradient(to bottom, #ebf4fc, #fff);
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.uscountry.form-control,
.enquiry-popup .uscountry.form-control {
  height: auto;
}
.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state,
.uscountry select#ukcountry_region {
  height: 60px;
}
.success-msg {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  background: #0f4886;
  color: #fff;
  font-family: "Zoho_Puvi_Medium";
  font-size: 1.2em;
  display: none;
}
.success-msg span {
  display: block;
  font-size: 0.8em;
  padding: 14px 0 0 0;
}
.dropdown1 {
  position: relative;
  z-index: 99;
  font-size: 12px;
  padding: 0;
  height: 65px;
}
.dropdown1.sol {
  z-index: 999;
}
.dropdown1 .dropdt1 {
  width: 100%;
  height: 100%;
}
.clicks {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdt1 .hida1 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 30px;
  font-size: 15px;
  color: #a09a9a;
  background: url(/cloud-solutions/images/arrow.png) no-repeat
    transparent;
  background-position: 96%;
}
.multiSel1 {
  padding: 5px 10px;
  height: 64px;
  overflow: scroll;
  display: none;
}
.dropdown1 .dropdd1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
div.dropdownsearch1 {
  width: 100%;
  background: #0f4886;
  display: none;
  z-index: 9999;
  position: relative;
}
.dropdown1 .dropdd1 input {
  width: 96%;
  padding: 10px;
  font-size: 14px;
  margin: 15px 10px 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 1;
}
.dropdown1 .dropdd1 ul {
  color: #fff;
  display: none;
  left: 0;
  padding: 15px 15px 2px 0;
  position: absolute;
  top: 50px;
  width: 100%;
  list-style: none;
  height: 175px;
  overflow: auto;
  background: #0f4886;
  text-align: left;
  overflow: scroll !important;
}
.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.multiSel1 span {
  border: 1px solid #333;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 2px 5px 2px 0;
  font-size: 0.9em;
  line-height: 20px;
  display: inline-block;
}
.multiSel1 span strong {
  margin: 0 0 0 10px;
  color: #898383;
  font-weight: 700;
  cursor: pointer;
}
.datepicker > .datepicker_header > .icon-close {
  width: 30px !important;
  height: 30px !important;
}
form .cols-6,
form .cols-12 {
  padding-left: 5px;
  padding-right: 5px;
}
form .rows {
  margin-right: -5px;
  margin-left: -5px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%);
  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: 95vh;
  background: #1b3a60;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  border-radius: 4px;
  padding: 30px;
  z-index: 99;
  display: none;
}

.popup-content {
  overflow: scroll;
  height: 100%;
  max-height: 90vh;
  padding-bottom: 30px;
}

.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 {
  color: #033163;
}
h2.popup-title {
  text-align: center;
  margin-bottom: 23px;
  line-height: 1.4;
  color: #fff;
}
.enquiry-popup .btn-submits button {
  border: 2px solid #ffcd00;
  background: #ffcd00;
  border-radius: 30px;
  color: #000;
  padding: 15px 55px;
}
.enquiry-popup .btn-submits button:hover {
  background: #fff;
  border: 2px solid #ffffff;
}
.enquiry-popup .form-control.btn-submits {
  background: transparent;
  text-align: center;
}
.enquiry-popup .form-control {
  height: 55px;
  margin-bottom: 12px;
}
.enquiry-popup p.privacy-policy {
  color: #fff;
}
.enquiry-popup #meGDPRMessage {
  color: #fff;
}
.enquiry-popup .dropdt1 .hida1 {
  padding-top: 16px;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #000;
  background: rgba(0, 0, 0, 0.7)
    url(/cloud-solutions/images/up-arrow.png) no-repeat 16px
    17px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 99999;
}
p.callback-text {
  margin: 0 0 15px 0;
  font-size: 0.9em;
  position: relative;
  bottom: -7px;
}
.videocastbox > li > a h3 {
  min-height: auto !important;
}
.videocastbox {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .boxed.ready-box {
    padding-top: 95px;
  }
  .container-fluid.copyright p {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
  #topbar-menu-icon {
    bottom: 15px;
  }
  .nav-menu {
    top: 3px;
  }
  .products-list a {
    min-height: auto;
  }
  header {
    padding: 30px 0;
  }
  #topbar-menu-icon {
    top: -30px;
  }
  footer > .container {
    padding: 30px 0;
  }
  p.copyright {
    text-align: center;
    margin-bottom: 22px;
  }
  ul.social {
    text-align: center;
  }
}
/* page style*/
.page-title {
  font-size: 2.8em;
  font-family: "Zoho_Puvi_SemiBold";
  line-height: 1.2;
  margin-bottom: 25px;
}
.page-descr {
  font-size: 18px;
  margin-bottom: 30px;
}
.bg-blue {
  background: #1b3a60;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
}
.in-title {
  line-height: 1.6;
  font-size: 1.6em;
  color: #fff;
  font-weight: 400;
  padding: 28px 15px;
}
.downloads {
  background: #ffcd00;
  border: 1px solid #ffcd00;
  margin: 40px 0;
  cursor: pointer;
  padding: 15px 45px;
  display: inline-block;
  color: #000;
  border-radius: 25px;
  font-size: 18px;
  font-family: "Zoho_Puvi_Medium";
}
.downloads:hover {
  background: #fff;
  color: #0f4886;
  border: 1px solid #ffffff;
}
.rel-no {
  position: static;
}
.rel-no img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
}
#downloads-section {
  background: #ddedfa;
  padding: 10px 0;
}
#solutions-section {
  background: #ddedfa;
  padding-top: 20px;
}
.section-title {
  font-size: 2.2em;
  font-family: "Zoho_Puvi_SemiBold";
  color: #243a5d;
}
.sub-section-title {
  margin-top: 0;
  color: #243a5d;
  font-size: 1.8em;
  font-family: "Zoho_Puvi_SemiBold";
  margin-bottom: 20px;
  line-height: 1.4;
}
.mid-column .rows {
  width: 90%;
  margin: 0 auto;
}

.links span {
  color: #4ca9f5;
  display: inline-block;
  cursor: pointer;
}
.links span:hover {
  color: #000;
}
.links span b {
  position: relative;
  top: 1px;
  left: 5px;
  transition: all ease 0.5s;
}
.links span:hover b {
  left: 10px;
}
#main-content {
  background: linear-gradient(to bottom, #ddedfa, #f7fafd);
}
.me-icons:after,
.me-icons:before {
  content: "";
  display: block;
  clear: both;
}
.me-icons {
  margin-bottom: 25px;
  position: relative;
}
img.me-icon {
  width: 48px;
  position: absolute;
  top: 3px;
  left: 0;
}
.me-icons p {
  margin: 0;
  line-height: 1.6;
  padding-left: 65px;
}
.border-right p {
  padding-right: 40px;
  border-right: 1px solid #7b7474;
}
span.tick-icon {
  border: 2px solid #000;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 16px;
  position: relative;
}
span.tick-icon:before {
  background: #000;
  width: 2px;
  height: 14px;
  content: "";
  position: absolute;
  left: 16px;
  top: 23px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
span.tick-icon:after {
  background: #000;
  width: 2px;
  height: 26px;
  content: "";
  position: absolute;
  left: 29px;
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
}
.container-blue {
  background: #1e75bb;
  padding: 50px 70px;
  overflow: hidden;
  border-radius: 10px;
}
.data-left-anim {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transform: translateX(-1000px);
  -webkit-transform: translateX(-1000px);
}
.act-data .data-left-anim {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

img.fixed-imgs {
  position: absolute;
  bottom: -180px;
  right: -22%;
  width: 54%;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
}
.act-data img.fixed-imgs {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.lists {
  padding-left: 32px;
}
.lists li {
  line-height: 2;
  margin-bottom: 15px;
}
.lists li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #0f4986;
  border-radius: 100%;
  position: relative;
  left: -20px;
  margin-left: -12px;
}
a.cta {
  display: inline-block;
  margin-top: 30px;
  color: #0f4986;
  border: 1px solid #0f4986;
  padding: 18px 38px;
  border-radius: 30px;
  font-family: "Zoho_Puvi_Medium";
}
a.cta:hover {
  background: #0f4986;
  color: #fff;
}
.sub-title {
  font-size: 1.4em;
  font-family: "Zoho_Puvi_SemiBold";
  margin-bottom: 15px;
  line-height: 1.5;
}
.sprite-logo {
  background: url(/cloud-solutions/images/sprite.png);
}
.cert {
  height: 85px;
  display: block;
  margin-bottom: 25px;
  width: 160px;
}
.cert.cert1 {
  background-position: -218px 2px;
}
.cert.cert2 {
  background-position: -404px -12px;
  width: 135px;
}
.cert.cert3 {
  background-position: -547px -12px;
  width: 135px;
}
.cert.cert4 {
  background-position: -20px 5px;
  width: 170px;
}
.cert.cert5 {
  background-position: -730px -265px;
}
.cert.cert6 {
  background-position: -989px -265px;
}
.small-title {
  color: #0f4986;
  font-size: 1.1em;
  font-family: "Zoho_Puvi_SemiBold";
  margin-bottom: 15px;
}
.fixed-imgs.activeanim {
  transform: translateX(800px);
  -webkit-transform: translateX(800px);
  -moz-ransform: translateX(800px);
}
#integeration {
  background: linear-gradient(to bottom, #f6fafc, #fff);
}
.integeration-box {
  background: url("/cloud-solutions/images/integeration.svg")
    no-repeat;
  background-size: cover;
  background-position: center;
  height: 595px;
}
.integeration-box a {
  display: inline-block;
  position: absolute;
  color: #000;
  text-align: center;
}
.integeration-box a:not(.main-logo) {
  pointer-events: none;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
}
.integeration-box a:not(.main-logo) img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.integeration-box a img.g-work {
  width: 200px;
  margin-bottom: 5px;
}
.integeration-box a img.servicenow {
  width: 200px;
  margin-bottom: 5px;
}
.integeration-box a img.slack {
  width: 200px;
  margin-bottom: 5px;
}
.integeration-box a img.creator {
  width: 200px;
  margin-bottom: 5px;
}
.integeration-box a img.spiceworks {
  width: 200px;
}
.integeration-box a.main-logo {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 290px;
  height: 120px;
  background: #fff;
  padding: 35px 35px;
  border-radius: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  line-height: 48px;
  pointer-events: none;
}
.integeration-box a:nth-child(1) {
  transform: translate(0, -50%);
  top: 50%;
  left: 5%;
}
.integeration-box a:nth-child(2) {
  left: 17%;
  top: 15%;
}
.integeration-box a:nth-child(3) {
  left: 17%;
  bottom: 15%;
}
.integeration-box a:nth-child(4) {
  transform: translate(0, -50%);
  top: 50%;
  left: 19%;
}
/*
.integeration-box a:nth-child(5) {
    left: 35%;
    top: 0;
}
*/
.integeration-box a:nth-child(5) {
  left: 30%;
  top: 3%;
}
.integeration-box a:nth-child(6) {
  left: 32%;
  bottom: 1%;
}
.integeration-box a:nth-child(8) {
  transform: translate(0, -50%);
  top: 50%;
  right: 5%;
}
.integeration-box a:nth-child(9) {
  right: 17%;
  top: 15%;
}
.integeration-box a:nth-child(10) {
  right: 17%;
  bottom: 15%;
}
.integeration-box a:nth-child(11) {
  transform: translate(0, -50%);
  top: 50%;
  right: 19%;
}
.integeration-box a:nth-child(12) {
  right: 31%;
  top: 4%;
}
.integeration-box a:nth-child(13) {
  right: 35%;
  bottom: 0;
}
.integeration-box a.main-logo {
  z-index: 99;
}
.anims.integeration-box a:not(.main-logo) {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 0;
  bottom: unset;
}
#fixedbtn {
  position: fixed;
  top: 40%;
  transform: translate(0%, -50%);
  z-index: 9999;
  right: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transform: translateX(222px);
  -webkit-transform: translateX(222px);
  -moz-transform: translateX(222px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#fixedbtn span,
#fixedbtn a {
  display: block;
  padding: 10px 10px;
  position: relative;
  color: #000;
  background: #ffffff;
  cursor: pointer;
  height: 60px;
  font-size: 15px;
  line-height: 1.3;
}
#fixedbtn span:hover,
#fixedbtn a:hover {
  color: #033163;
}
#fixedbtn span.demo,
#fixedbtn a.demo {
  border-bottom: 1px solid #d0d5da;
  padding: 12px 10px;
  line-height: 1.3;
}
#fixedbtn span:before,
#fixedbtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 60px;
  text-align: center;
  transform: translate(0%, -50%);
  line-height: 60px;
  box-shadow: -1px 3px 10px rgb(0 0 0 / 31%);
}
#fixedbtn span.demo:before,
#fixedbtn a.demo:before {
  background: url("/cloud-solutions/images/icon-downlod.svg")
    #033163 no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 25px;
  top: calc(50% + 1px);
}
#fixedbtn span.contact:before {
  background: url("/cloud-solutions/images/phone.svg") #4ba9f5
    no-repeat;
  background-position: center;
  background-size: 25px;
  color: #000;
  border-bottom-left-radius: 25px;
}
#fixedbtn:hover,
#fixedbtn.act,
#fixedbtn.slide:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
#fixedbtn.slide {
  transform: translateX(98px);
  -webkit-transform: translateX(98px);
  -moz-transform: translateX(98px);
}
#fixedbtn.scrollact {
  transform: translateX(222px);
  -webkit-transform: translateX(222px);
  -moz-transform: translateX(222px);
}
@media only screen and (max-width: 1100px) {
  .integeration-box a:nth-child(1) {
    left: 0%;
  }
  .integeration-box a:nth-child(2) {
    left: 12%;
  }
  .integeration-box a:nth-child(3) {
    left: 12%;
  }
  .integeration-box a:nth-child(4) {
    left: 20%;
  }
  .integeration-box a:nth-child(5) {
    left: 27%;
    top: 1%;
  }
  .integeration-box a:nth-child(6) {
    left: 30%;
  }
  .integeration-box a:nth-child(8) {
    right: 0%;
  }
  .integeration-box a:nth-child(9) {
    right: 12%;
  }
  .integeration-box a:nth-child(10) {
    right: 12%;
  }
  .integeration-box a:nth-child(11) {
    right: 20%;
  }
  .integeration-box a:nth-child(12) {
    right: 30%;
  }
  .integeration-box a:nth-child(13) {
    right: 30%;
  }
  .compliance .cols-4 p {
    min-height: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  .integeration-box a.main-logo {
    width: 200px;
    height: 95px;
    line-height: 55px;
    padding: 20px;
  }
  .integeration-box a:not(.main-logo) img {
    width: 80px;
  }
  .integeration-box a img.g-work,
  .integeration-box a img.servicenow {
    width: 180px;
  }
  .integeration-box a img.g-work {
    width: 180px;
  }
  img.me-icon {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
  .me-icons p {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .compliance .cols-4 p {
    min-height: auto;
  }
}
@media only screen and (max-width: 650px) {
  #fixedbtn.slide {
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
  }
  .integeration-box a:not(.main-logo) img {
    width: 50px;
  }
  .integeration-box a img.g-work,
  .integeration-box a img.servicenow {
    width: 100px;
  }
  .integeration-box a.main-logo {
    width: 110px;
    height: 56px;
    line-height: 55px;
    padding: 0 10px;
  }
  .integeration-box a {
    font-size: 0.8em;
  }
  .integeration-box {
    background: url("/cloud-solutions/images/integeration-phone.svg")
      no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
  }
  .integeration-box a:nth-child(2) {
    left: 10%;
    top: 8%;
  }
  .integeration-box a:nth-child(9) {
    right: 10%;
    top: 8%;
  }
  .integeration-box a:nth-child(4) {
    left: 2%;
    top: 36%;
  }
  .integeration-box a:nth-child(11) {
    right: 2%;
    top: 36%;
  }
  .integeration-box a:nth-child(1) {
    left: 0%;
    bottom: 28%;
    top: unset;
  }
  .integeration-box a:nth-child(8) {
    right: 0%;
    bottom: 28%;
    top: unset;
  }
  .integeration-box a:nth-child(3) {
    left: 5%;
    bottom: 15%;
  }
  .integeration-box a:nth-child(10) {
    right: 5%;
    bottom: 15%;
  }
}
/*  tab style */
ul.tabs-nav-pro {
  text-align: center;
  margin: 20px 0 0 0;
}
.tabs-nav-pro li img {
  height: 32px;
  display: inline-block;
}
.tabs-nav-pro li:not(.tab-active) img.active {
  display: none;
}
.tabs-nav-pro li.tab-active img.active {
  display: inline-block;
}
.tabs-nav-pro li.tab-active img.non-active {
  display: none;
}
.tabs-nav-pro li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.tabs-nav-pro li:first-child {
  margin-right: 4px;
}
.tabs-nav-pro li:last-child {
  margin-left: 4px;
}
.tabs-nav-pro li.tab-active a {
  background: #ddedfa;
  color: #000;
}
.tabs-nav-pro li span {
  font-size: 1.1em;
  font-family: "Zoho_Puvi_Medium";
  margin-left: 14px;
  vertical-align: middle;
}
.tabs-nav-pro a {
  display: block;
  background: #023163;
  color: #fff;
  padding: 16px 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabs-stage-box {
  margin-top: 25px;
}
.tab-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 45px;
  font-size: 1.4em;
  font-family: "Zoho_Puvi_Medium";
  line-height: 1.4;
}
.clearfix.new {
  margin-left: -10px;
  margin-right: -10px;
}
.products-lists-box {
  width: 33.3%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.products-lists-box a {
  color: #000;
  line-height: 1.5;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #00b2ff;
  padding: 15px 15px 20px 15px;
}
.products-lists-box a:hover {
  background: #f0f4f5;
  border-color: transparent;
  box-shadow: 0 0 10px rgb(0 0 0 / 21%);
}
.products-lists-box a:hover b {
  color: #0f4886;
}
/* product icon*/
.prd-icon {
  display: inline-block;
  width: 60px;
  height: 50px;
  transform: scale(0.8);
  margin-bottom: -10px;
}
.it-prod-icon-log360-cloud-mssp {
  background: url("/cloud-solutions/images/log360-cloud-mssp-icon.svg");
}
.it-prod-icon-clouddns {
  background: url("/cloud-solutions/images/clouddns-icon.svg");
}
.it-prod-icon-saasmanagerplus {
  background: url("/cloud-solutions/images/saas-manager-plus.svg");
}
.it-prod-icon-endpointcentralmsp {
  background: url("/cloud-solutions/images/endpoint-central-msp.svg");
}
.eventLoganalyzer.cloud-ready-icon {
  background: url("/cloud-solutions/images/eventLog-analyzer.svg");
  background-size: 37px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.clouddns.it-prod-icon-clouddns,
.log360cloudmssp.it-prod-icon-log360-cloud-mssp,
.saasmanagerplus.it-prod-icon-saasmanagerplus,
.endpointcentralmsp.it-prod-icon-endpointcentralmsp {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 50px;
}
.it-prod-icon {
  background: url("/cloud-solutions/images/it-management-sprite.svg");
}
.sdp.it-prod-icon {
  background-position: -65px -48px;
}
.dc.it-prod-icon {
  background-position: -215px -48px;
}
.mdmp.it-prod-icon {
  background-position: -354px -51px;
}
.mdm-msp.it-prod-icon {
  background-position: -64px -200px;
}
.patch.it-prod-icon {
  background-position: -215px -198px;
}
.rap.it-prod-icon {
  background-position: -354px -198px;
}
.log360.it-prod-icon {
  background-position: -66px -364px;
}
.imp.it-prod-icon {
  background-position: -215px -364px;
}
.alarmone.it-prod-icon {
  background-position: -354px -364px;
}
.site24.it-prod-icon {
  background-position: -65px -530px;
}
.site24-msp.it-prod-icon {
  background-position: -213px -530px;
}
.cloudspend.it-prod-icon {
  background-position: -354px -530px;
}
.apm-insignt.it-prod-icon {
  background-position: -67px -675px;
}
.statusiq.it-prod-icon {
  background-position: -214px -676px;
}
.business-icon {
  background: url("/cloud-solutions/images/business-application-sprite.svg");
}
.business-icon.projects {
  background-position: -52px -45px;
}
.business-icon.assist {
  background-position: -220px -45px;
}
.business-icon.sprints {
  background-position: -369px -48px;
}
.business-icon.creator {
  background-position: -52px -186px;
}
.business-icon.analytics {
  background-position: -220px -186px;
}
.business-icon.workplace {
  background: url("/cloud-solutions/images/zoho-workplace-logo.png")
    no-repeat;
  background-size: 43px;
}
.business-icon.mail {
  background: url("/cloud-solutions/images/zoho-mail-logo.png")
    no-repeat;
  background-size: 37px;
}
.business-icon.meeting {
  background: url("/cloud-solutions/images/zoho-meeting-logo.png")
    no-repeat;
  background-size: 37px;
}
.business-icon.lens {
  background: url("/cloud-solutions/images/zoho-lens-logo.svg")
    no-repeat;
  background-size: 37px;
}
.cloud-ready-icon {
  background: url("/cloud-solutions/images/cloud-ready-sprite.svg");
}
.csp.cloud-ready-icon {
  background-position: -63px -51px;
}
.smp.cloud-ready-icon {
  background-position: -213px -51px;
}
.adap.cloud-ready-icon {
  background-position: -353px -53px;
}
.o365.cloud-ready-icon {
  background-position: -63px -202px;
}
.erp.cloud-ready-icon {
  background-position: -213px -202px;
}
.recovery.cloud-ready-icon {
  background-position: -353px -202px;
}
.pmp.cloud-ready-icon {
  background-position: -63px -368px;
}
.pam360.cloud-ready-icon {
  background-position: -213px -368px;
}
.amp.cloud-ready-icon {
  background-position: -353px -368px;
}
.kmp.cloud-ready-icon {
  background-position: -63px -532px;
}
.app-manger.cloud-ready-icon {
  background-position: -213px -532px;
}
.analytics-plus.cloud-ready-icon {
  background-position: -353px -532px;
}
.products-lists-box a .prd-descr {
  display: block;
  width: 100%;
  float: left;
  vertical-align: middle;
  margin-top: 8px;
}
.prd-descr h4 {
  font-size: 1.1em;
  font-family: "Zoho_Puvi_Medium";
  color: #0f4986;
  margin-bottom: 6px;
  height: 40px;
}
.prd-descr h4 .dcnamechange-inpage {
  display: block;
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-family: "Zoho_Puvi_Medium";
  font-size: 13px;
  color: #000;
}
.prd-descr p {
  margin-bottom: 5px;
  min-height: 160px;
}
.products-lists-box .load-more {
  font-size: 1em;
  display: block;
  text-align: right;
  margin-right: 15px;
  color: #00b2ff;
}
.products-lists-box .load-more b.arr {
  top: 1px;
  left: 5px;
}
.products-lists-box a:hover .load-more {
  color: #0f4986;
}
.tabs-stage-box .slick-slider {
  position: static;
}
.slick-arrow {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c9e2f1;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  text-indent: -9999em;
  cursor: pointer;
  outline: none;
  transform: translate(0, -50%);
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slider-nav .slick-arrow {
  display: none !important;
}
.slick-prev.slick-arrow {
  right: -40px;
  background: url(/cloud-solutions/images/arrow-left.svg)
    no-repeat #007beb;
  background-position: center;
  background-size: 50%;
  top: calc(48% + 42px);
  border-top-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.slick-next.slick-arrow {
  right: -40px;
  background: url(/cloud-solutions/images/arrow-right.svg)
    no-repeat #003166;
  background-position: center;
  background-size: 50%;
  top: 48%;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.slick-arrow.slick-disabled {
  background-color: #fff;
  cursor: unset;
}
.slider-nav .slick-track {
  width: 100% !important;
  text-align: center;
  transform: none !important;
}
.slider-nav .slick-list {
  overflow: visible;
}
.slider-nav {
  text-align: center;
}
.slider-nav .slick-slide {
  width: 33.3% !important;
  height: 2px;
  display: inline-block;
  float: none;
  text-indent: -9999em;
  background: #a7c3e1;
  margin: 0;
  position: relative;
}
#cloud-ready-section .slider-nav .slick-slide {
  width: 50% !important;
}
.tabs-stage-box .slick-slider.slider-nav {
  text-align: center;
  width: 100%;
  margin-top: 42px;
  margin-bottom: 0;
}
p.tab-descrip {
  margin: 0;
  font-size: 1em;
  line-height: 2;
  padding-left: 15px;
}
.tab-descrip:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.slider-nav .slick-slide.slick-current {
  background: #4ca9f5;
}
.slider-nav .slick-slide.slick-current:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #4ca9f5;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.loader {
  display: block;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0f4986;
  border-bottom: 16px solid #0f4986;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 99;
  top: 20%;
  left: 40%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* logo section */
.clients-section {
  border-top: 1px solid #d8dadc;
  border-bottom: 1px solid #d8dadc;
  padding-top: 80px;
  padding-bottom: 80px;
}
.clients > div {
  width: 16.6%;
  float: left;
  display: block;
  margin: 5px 0;
}
.client {
  display: block;
  width: 170px;
  margin: 0 auto;
  height: 90px;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
}
.client.client1 {
  background-position: -645px -4px;
}
.client.client2 {
  background-position: -1210px -360px;
}
.client.client3 {
  background-position: -975px -12px;
}
.client.client4 {
  background-position: -16px -113px;
}
.client.client5 {
  background-position: -203px -123px;
}
.client.client6 {
  background-position: -366px -126px;
}
.client.client7 {
  background-position: -546px -130px;
}
.client.client8 {
  background-position: -788px -135px;
  width: 190px;
}
.client.client9 {
  background-position: -1020px -135px;
}
.client.client10 {
  background-position: -1210px -262px;
}
.client.client11 {
  background-position: -1420px -260px;
  width: 185px;
}
.client.client12 {
  background-position: -1676px -265px;
}
.full-webinars {
  margin-left: -10px;
  margin-right: -10px;
}
#casestudies {
  padding: 30px 0;
}
#resorces {
  background: linear-gradient(to bottom, #fff, #fff, #f4f8fb);
  padding: 30px 0;
}
#videocasts {
  background: linear-gradient(to bottom, #f4f8fb, #e0eefa);
  padding-top: 20px;
}
.acc-container {
  background: #f1f6fa;
  border: 1px solid #0f4986;
  border-radius: 10px;
}
h3.acc-toggler {
  margin: 0;
  font-size: 1.6em;
  padding: 20px 40px;
  cursor: pointer;
  position: relative;
}
.acc-toggler:after {
  content: "+";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 50px;
  font-weight: 300;
  font-size: 1.2em;
}
.acc-toggler.active-acc:after {
  content: "-";
}
.full-webinars.acc-content {
  padding: 0 40px;
  margin-top: 25px;
}
.webinar-boxes > li {
  width: 33.3%;
  float: left;
  padding: 10px;
}
.webinar-boxes > li > a,
.webinar-boxes > li > div {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1803921568627451);
  color: #000;
  background: #fff;
  border-radius: 8px;
}
.webinar-boxes > li > a h3,
.webinar-boxes > li > div h3 {
  font-size: 1em;
  font-family: "Zoho_Puvi_Medium";
  line-height: 1.6;
  padding: 20px 30px;
  min-height: 170px;
}
.webinar-boxes > li > a > span,
.webinar-boxes > li > div > span {
  padding: 15px;
  display: block;
  text-align: center;
  color: #0f4986;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.webinar-boxes > li > a:hover > span,
.webinar-boxes > li > div:hover > span {
  background: #0f4986;
  color: #fff;
}
.webinar-boxes > li > a > span b,
.webinar-boxes > li > div > span b {
  position: relative;
  top: 1px;
  left: 7px;
  font-size: 1.4em;
  line-height: normal;
}
p.loadersec {
  text-align: center;
  margin-top: 40px;
}
.load-more {
  font-size: 1.2em;
  font-family: "Zoho_Puvi_Medium";
  color: #0f4986;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.loadlink {
  font-size: 1.2em;
  font-family: "Zoho_Puvi_Medium";
  color: #0f4986;
  display: none;
}
.loadlink.show {
  display: block;
}
.load-more b.arr,
.loadlink b.arr {
  position: relative;
  left: 10px;
  top: 1px;
  font-size: 1.4em;
  line-height: normal;
}
b.loaders {
  display: inline-block;
  border: 12px solid #ddedfa;
  border-radius: 50%;
  border-top: 12px solid #253a5d;
  width: 14px;
  height: 14px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 19%;
  right: -12px;
  z-index: 9;
}
.load-more.disabled {
  opacity: 0;
}
#contactus {
  background: linear-gradient(to bottom, #e0eefa, #ffffff);
  padding-top: 20px;
}
.boxed {
  display: block;
  text-align: center;
  color: #000;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  overflow: hidden;
}
.boxed span {
  color: #285891;
  border: 2px solid #285891;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 25px;
  background: transparent;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.boxed p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.boxed.native-box:hover span {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  opacity: 1;
}
.boxed.ready-box:hover span {
  transform: translateY(-115px);
  -webkit-transform: translateY(-115px);
  opacity: 1;
}
.boxed:hover p {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  opacity: 0;
}
.boxed span:hover {
  background: #285891;
  color: #fff;
}
.boxed h3 {
  font-size: 1.7em;
  font-family: "Zoho_Puvi_SemiBold";
  line-height: 1.3;
  margin-bottom: 6px;
}
.boxed:hover h3 {
  color: #0f4886;
}
.boxed.native-box {
  background: url("/cloud-solutions/images/cloud-native.svg")
    no-repeat;
  height: 320px;
  background-position: center;
  padding-top: 100px;
  background-size: contain;
}
.boxed.ready-box {
  background: url("/cloud-solutions/images/cloudy-ready.svg")
    no-repeat;
  height: 320px;
  background-position: center;
  padding-top: 100px;
  background-size: contain;
}
.boxed img {
  margin: 0 auto;
  display: block;
  height: 300px;
  width: auto;
}
#solutions-section {
  background: #ddedfa;
  padding: 30px 0;
}
.mid-column {
  width: 85%;
}
#cloud-native-section,
#cloud-ready-section {
  padding: 20px 0;
  background: #ddedfa;
}
.blue-container {
  background: #0f4986;
  padding: 40px 0 0 0;
  color: #fff;
}
.prd-desc {
  margin: 0;
}
.prd-title {
  font-size: 2em;
  font-family: "Zoho_Puvi_Medium";
  margin-bottom: 18px;
}
.resource-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.wvbox {
  width: 600px;
  height: 348px;
  max-width: 90%;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 6px;
  background: #fff;
  display: none;
}
.wvbox-close {
  position: absolute;
  z-index: 999;
  top: -8px;
  right: -9px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.tick-box img {
  width: 45px;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #cloud-native-section .container,
  #cloud-ready-section .container {
    max-width: 1180px;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    right: -27px;
  }
}
@media only screen and (max-width: 1200px) {
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    right: -28px;
  }
  .integeration-box a:nth-child(4) {
    left: 15%;
  }
  .integeration-box a:nth-child(11) {
    right: 15%;
  }
}
@media only screen and (max-width: 1024px) {
  .boxed p {
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
  .boxed span {
    display: none !important;
  }
  .page-title {
    font-size: 2.2em;
  }
  .page-descr {
    font-size: 16px;
  }
  #banner {
    text-align: center;
  }
  #downloads-section {
    text-align: center;
  }
  .page-title br,
  .page-descr br,
  .mob-br-break br {
    display: none;
  }
  .banner-img {
    margin-top: 40px;
    width: 50%;
  }
  #main-content,
  #integeration {
    padding-top: 0;
  }
  #main-content .container:first-child,
  .compliance {
    text-align: center;
  }
  #main-content .container:first-child .cols-4 {
    margin-bottom: 15px;
  }
  #main-content .sub-title {
    margin-top: 30px;
    text-align: center;
  }
  .sub-section-title {
    text-align: center;
  }
  .cert {
    margin: 0 auto 25px auto;
  }
  .compliance p {
    margin-bottom: 40px;
  }
  .mid-column .rows {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: auto;
  }
  .boxed {
    padding: 30px 20px 10px 20px;
    margin-bottom: 20px;
  }
  .boxed p:not(.links) {
    margin: 0;
  }
  .cert.cert2 {
    background-position: -380px -12px;
  }
  .cert.cert3 {
    background-position: -518px -12px;
  }
  .cert.cert6 {
    background-position: -944px -265px;
  }
  .webinar-boxes > li {
    width: 50%;
  }
  .clients > div {
    width: 33.3%;
  }
  .tabs-stage-box .slick-slider.slider-nav {
    visibility: hidden;
  }
  .products-lists-box {
    width: 50%;
  }
  .prd-descr p {
    min-height: 170px;
  }
  .boxed img {
    height: 200px;
  }
  #solutions-section {
    padding: 0;
  }
  .tabs-nav li {
    width: 50%;
    float: left;
    margin: 0 !important;
  }
  .tabs-nav li a {
    border-radius: 0;
    padding: 15px;
  }
  .border-right p {
    border: none;
  }
  img.fixed-imgs {
    position: static;
    margin: 0 auto -110px auto;
    display: block;
    width: 50%;
  }
  h3.acc-toggler {
    text-align: left;
  }
  .boxed h3 {
    font-size: 1.4em;
    margin-top: 10px;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    top: 6%;
    border-radius: 0;
  }
  .slick-next.slick-arrow {
    right: 35px;
  }
  .slick-prev.slick-arrow {
    right: 85px;
  }
  .rel-no img {
    width: 60%;
    pointer-events: none;
    opacity: 0.2;
  }
  .downloads {
    margin: 0 0 20px 0;
  }
  .popup {
    padding: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .boxed p:not(.links) {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
  .tabs-stage-box .slick-slider {
    margin-top: 65px;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    top: 12%;
  }
  #cloud-ready-section .slick-next.slick-arrow,
  #cloud-ready-section .slick-prev.slick-arrow {
    top: 16%;
  }
  .space-large {
    height: 30px;
  }
  .prd-descr p {
    min-height: auto;
  }
  .products-lists-box {
    width: 100%;
  }
  .webinar-boxes > li {
    width: 100%;
  }
  .clients > div {
    width: 50%;
  }
  .client {
    transform: scale(0.8);
    position: relative;
    right: 10px;
  }
  .tabs-nav-pro li img {
    display: none !important;
  }
  .tabs-nav-pro li a {
    line-height: 1.5;
  }
  #main-content .sub-section-title {
    margin-top: 20px;
    margin-bottom: 0;
  }
  span.tick-icon {
    display: none;
  }
  .boxed p br {
    display: block;
  }
  .boxed.native-box {
    height: 285px;
    padding-top: 80px;
  }
  .boxed.ready-box {
    height: 300px;
    padding-top: 85px;
  }
  .prd-desc {
    padding: 0 18px;
  }
  .tick-box {
    position: relative;
    text-align: center;
  }
  .tick-box img {
    width: 35px;
    display: block;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-webinars.acc-content {
    padding: 0 20px;
  }
  h3.acc-toggler {
    padding: 20px;
  }
  .acc-toggler:after {
    right: 30px;
  }
  .container-blue {
    padding: 20px;
  }
  .wvbox {
    height: 222px;
  }
  img.fixed-imgs {
    width: 80%;
    margin: 0 auto -80px auto;
  }
  .copyright br,
  .tab-heading br,
  .prd-desc br,
  .privacy-policy br {
    display: none;
  }
  .fixed-header.header-fixed {
    padding: 10px 0;
  }

  .wvbox-inner iframe {
    height: 210px;
  }
  .rel-no img {
    width: 100%;
  }
  .prd-descr h4 {
    height: auto;
  }
  .boxed p:not(.links) {
    font-size: 1em;
  }
  .integeration-box a:nth-child(5) {
    left: 21%;
  }
  .integeration-box a:nth-child(6) {
    left: 16%;
  }
}
@media only screen and (max-width: 370px) {
  .boxed p:not(.links) {
    font-size: 0.9em;
  }
  .boxed p br {
    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%;
  }
}
