@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;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* + html .clearfix {
  display: inline-block;
}
/*
html, body
{
	overflow-x: hidden;
}
*/
/* normalize css*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: "Zoho_Puvi_Regular";
}
section *,
.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;
  color: #3131ff;
}
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%;
}
p {
  margin: 0 0 25px;
  line-height: 1.8;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-light {
  color: #fff;
}
.text-dark {
  color: #000;
}
.top-margin {
  margin-top: 25px !important;
}
.bottom-margin {
  margin-bottom: 25px !important;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 25px;
}
.space-small {
  height: 10px;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.non-click {
  cursor: default;
  pointer-events: none;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0px;
}
strong,
b {
  font-family: "Zoho_Puvi_SemiBold";
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  clear: both;
}
.rows {
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
}
.fl {
  float: left !important;
}
.pr {
  position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-2 {
  width: 12.5%;
}
.cols-3 {
  width: 25%;
}
.cols-4 {
  width: 33.3%;
}
.cols-5 {
  width: 40%;
}
.cols-6 {
  width: 50%;
}
.cols-7 {
  width: 60%;
}
.cols-8 {
  width: 66.6%;
}
.cols-9 {
  width: 75%;
}
.cols-10 {
  width: 87.5%;
}
.cols-12 {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-3 {
    width: 25%;
  }
}
/*----------Secondary header csss start--------*/
.brand-logo {
  display: inline-block;
}
.nav-menu {
  margin: 0;
}
.nav-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.nav-menu li:first-child {
  margin-left: 0;
}
.nav-menu li a,
.nav-menu li span {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.nav-menu li a:hover,
.nav-menu li span:hover {
  color: #dd002c;
}
.top-nav {
  margin: 0;
}
.top-nav li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.top-nav li a,
.top-nav li span {
  display: block;
  padding: 2px;
  cursor: pointer;
}
.dropdown-menu > ul {
  position: absolute;
  width: 250px;
  margin: 0;
  background: #ccc;
  -webkit-box-shadow: 0px 9px 10px #999999;
  -moz-box-shadow: 0px 9px 10px #999999;
  -o-box-shadow: 0px 9px 10px #999999;
  box-shadow: 0px 9px 10px #999999;
  left: 5px;
  z-index: 999;
  display: none;
}
.dropdown-menu:hover > ul {
  display: block;
}
.dropdown-menu:hover > span:after {
  -webkit-transition: rotate(-135deg);
  -moz-transition: rotate(-135deg);
  -o-transition: rotate(-135deg);
  transition: rotate(-135deg);
  bottom: 0px;
  border-color: #dd002c;
}
.dropdown-menu ul:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  clear: both;
  z-index: 9999999;
}
.dropdown-menu ul li {
  margin: 0;
  display: block;
}
.dropdown-menu ul li a {
  padding: 12px;
  color: #000;
}
.dropdown-menu > span:after,
.dropdown-menu > a:after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-drop {
  position: absolute;
  top: 14px;
  right: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  z-index: 9999999;
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
}
.menu-drop span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-drop span:nth-child(1) {
  top: 0;
}
.menu-drop span:nth-child(2) {
  top: 8px;
}
.menu-drop span:nth-child(3) {
  top: 16px;
}
.menu-toggle.menu-drop span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-toggle.menu-drop span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.menu-toggle.menu-drop span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.second-header.fixed-header {
  background: #203d89;
  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(50%);
  -moz-transform: translate(50%);
  -o-transform: translate(50%);
  transform: translate(50%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.second-header.fixed-header .nav-section .nav-menu li {
  display: inline-block;
  margin-left: 10px;
}
.second-header.fixed-header .nav-section .nav-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
}
.second-header.fixed-header .nav-section .nav-menu li span {
  color: #fff;
}
.second-header.fixed-header .nav-section .nav-menu li span:hover,
.second-header.fixed-header .nav-section .nav-menu li span.active {
  cursor: pointer;
  color: #f6c855;
}
.second-header.fixed-header .head-container {
  position: relative;
}
.second-header.fixed-header .cols-sd-3 {
  position: relative;
}
@media (max-width: 1450px) {
  .second-header.fixed-header .nav-section .nav-menu {
    transform: translate(0);
    text-align: right;
    transition: none;
  }
}
@media (max-width: 1250px) {
  .second-header.fixed-header.header-fixed .brand-logo img {
    width: 170px;
  }
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1025px) {
  .second-header.fixed-header {
    border: none;
  }
  .second-header.fixed-header .brand-logo img {
    height: auto;
    width: 152px;
  }
  #commonHeader {
    display: none;
  }
  .second-header.fixed-header .nav-section #topbar-menu-icon {
    display: block;
    top: 8px;
  }
  .second-header.fixed-header
    .nav-section
    #topbar-menu-icon.active-menu
    span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .second-header.fixed-header
    .nav-section
    #topbar-menu-icon.active-menu
    span:nth-child(2) {
    opacity: 0;
    right: -60px;
  }
  .second-header.fixed-header
    .nav-section
    #topbar-menu-icon.active-menu
    span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .second-header.fixed-header .nav-section .nav-menu li span {
    color: #000;
  }
  .second-header.fixed-header .nav-section .nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 42px;
    right: 40px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
  }
  .second-header.fixed-header .nav-section .nav-menu li {
    display: block;
    text-align: left;
    padding: 4px 0;
    margin-left: 0px;
  }
  .second-header.fixed-header .nav-section .nav-menu li a {
    color: #000;
  }
  .second-header.fixed-header.header-fixed
    .nav-section
    .nav-menu
    li:last-child
    span {
    border: none;
  }
  .second-header.fixed-header.header-fixed .nav-section .nav-menu {
    top: 46px;
  }
}
@media (max-width: 650px) {
  .second-header.fixed-header .nav-section #topbar-menu-icon {
    right: 0;
  }
  .second-header.fixed-header .nav-section .nav-menu {
    width: 100%;
    right: 0;
  }
  .second-header.fixed-header .cols-sd-3 {
    position: inherit;
  }
}
/*----------Secondary header csss end----------*/
.light {
  color: #fff !important;
}
section {
  padding: 40px 0 60px 0;
  background: #fff;
  position: relative;
}
.container-fluid.copyright {
  padding: 15px 0;
  text-align: center;
  background: #fff;
  color: #898c90;
}
.container-fluid.copyright p {
  margin: 0;
  font-size: 0.95em;
  color: #898c90;
}
.container-fluid.copyright p a {
  color: #898c90;
}
.container-fluid.copyright p a:hover {
  text-decoration: underline;
}
/*Banner css start*/
#banner {
  background: #203d89
    url(/remote-work-tools/images/bannerpattern.png) no-repeat;
  padding: 80px 0 100px 0;
  background-position: 80% 18%;
  color: #fff;
}
h1 {
  font-size: 34px;
  font-family: "Zoho_Puvi_Medium";
  margin-bottom: 20px;
}
h1.page-title {
  color: #fff;
  line-height: 1.2;
}
p {
  font-size: 16px;
}
p.explore-btn {
  margin-bottom: 40px;
}
p.explore-btn a {
  display: inline-block;
  background: #fcf1e7;
  color: #0284f9;
  font-size: 16px;
  padding: 5px 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
}
.download-img,
.download-descr,
.download-cta {
  float: left;
}
.download-img {
  width: 28%;
}
.download-descr {
  width: 45%;
}
.download-cta {
  width: 27%;
}
.download-box {
  background: #f5ca2f;
  padding: 0 20px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 0 12px rgb(0 0 0 / 17%);
  margin-top: 45px;
  width: 85%;
}
.download-descr h2 {
  font-size: 15px;
  font-family: "Zoho_Puvi_Medium";
  line-height: 1.3;
  padding: 34px 0px 32px 20px;
}
.download-cta a {
  background: #346794;
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  border-radius: 20px;
  margin: 35px 0 28px 0;
  border: 1px solid #346794;
  font-size: 13px;
}
.download-cta a:hover {
  color: #2a4285;
  background: transparent;
}
/*Banner css end*/
section h1,
section h2,
section h3,
section h4,
section h5 {
  color: #253b5e;
}
.left-right-img {
  width: 70%;
  margin: 110px 0 0;
}
.left-side-img2 {
  width: 90% !important;
}
#rwe-sec {
  background-size: 59%;
  background-position: 110% top;
}
#ras-sec {
  background-size: 59%;
  background-position: -10% top;
}
#rra-sec {
  background-size: 62%;
  background-position: 110% top;
}
#rism-sec {
  background-size: 57%;
  background-position: -10% top;
}
#rwm-sec {
  background-size: 62%;
  background-position: 110% top;
}
#rism-sec {
  padding: 40px 0 100px 0;
}
.sec2-boxes {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.sec2-boxes li {
  margin: 10px;
  width: 28%;
}
.sec2-boxes li a {
  display: block;
  cursor: pointer;
}
.head-desc-box {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.head-desc-box p {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
span.arrow-down {
  transition: all ease 0.4s;
  border: solid #b0b0b0;
  border-width: 0 3px 3px 0;
  padding: 2px;
  transform: rotate(45deg) translate(-50%, 0);
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  width: 12px;
  display: block;
  height: 12px;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  left: 47%;
  bottom: 20px;
}
.sec2-boxes li:hover span.arrow-down {
  opacity: 1;
  -webkit-animation: bounce-top 1.5s infinite both;
  animation: bounce-top 1.5s infinite both;
  bottom: 10px;
}
@keyframes bounce-top {
  0% {
    bottom: 20px;
  }
  25% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 20px;
  }
}
.boxes {
  padding: 20px 30px;
  height: 320px;
  position: relative;
  -webkit-box-shadow: 0 0 12px #edecec;
  -moz-box-shadow: 0 0 12px #edecec;
  -o-box-shadow: 0 0 12px #edecec;
  box-shadow: 0 0 12px #edecec;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-background: #fff;
  -moz-background: #fff;
  -o-background: #fff;
  background: #fff;
  overflow: hidden;
}
.box-img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.first-img {
  background: url("/remote-work-tools/images/rwe-first-img.svg")
    no-repeat left bottom;
  background-size: 45px;
}
.second-img {
  background: url("/remote-work-tools/images/ras-second-img.svg")
    no-repeat left bottom;
  background-size: 37px;
}
.third-img {
  background: url("/remote-work-tools/images/rra-third-img.svg")
    no-repeat left bottom;
  background-size: 45px;
}
.fourth-img {
  background: url("/remote-work-tools/images/rism-fourth-img.svg")
    no-repeat left bottom;
  background-size: 43px;
}
.fifth-img {
  background: url("/remote-work-tools/images/rwm-fifth-img.svg")
    no-repeat left bottom;
  background-size: 40px;
}
.boxes h2 {
  font-size: 18px;
  font-family: "Zoho_Puvi_Medium";
  margin: 10px 0;
  line-height: 1.2;
}
.boxes p {
  font-size: 13px;
  margin: 0;
  color: #000;
}
h3 {
  font-size: 30px;
  font-family: "Zoho_Puvi_SemiBold";
  margin: 60px 0;
}
.product-list li {
  position: relative;
  margin: 0 0 40px 0px;
  padding: 0 0 0 15px;
}
.product-list li:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -60px;
  width: 55px;
  height: 55px;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.product-imgs {
  content: "";
  position: absolute;
  top: -1px;
  left: -55px;
  width: 45px;
  height: 45px;
}
.product-list li p {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: #000;
}
.product-btn {
  margin: 10px 0 0;
}
.product-btn a {
  border: 1px solid #0284f9;
  display: inline-block;
  color: #0284f9;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 13px;
  position: relative;
}
.product-btn a:hover,
.explore-btn a:hover {
  background: #0284f9;
  color: #fff;
}
a.product-btn2 {
  margin-left: 10px;
}
.product-btn a:hover .show-product-content {
  display: block;
}
.show-product-content {
  position: absolute;
  left: -1px;
  bottom: 56px;
  width: 465px;
  background: #e1ecfa;
  border-radius: 4px;
  padding: 12px;
  display: none;
}
.show-product-content p {
  margin: 0 !important;
}
.show-product-content:after {
  content: "";
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #e1ecfa;
  bottom: -12px;
  left: 15px;
  width: 0;
  height: 0;
}
span.show-product-content.product2-content {
  left: -162px;
}
span.show-product-content.log360-content {
  left: -138px;
}
span.show-product-content.log360-content:after {
  left: 150px;
}
span.show-product-content.product2-content:after {
  left: 175px;
}
span.show-product-content.product3-content {
  bottom: 97px;
}
span.show-product-content.two-line-pbox {
  height: 130px;
}
span.show-product-content.product2-content.align-left {
  left: -195px;
}
span.show-product-content.product2-content.align-left1 {
  left: -183px;
}
span.show-product-content.product2-content.align-left2 {
  left: -175px;
}
span.show-product-content.product2-content.left-align {
  left: -209px;
}
span.show-product-content.product2-content.left-align:after {
  left: 225px;
}
span.show-product-content.align-width {
  width: 490px;
}
span.show-product-content.product3-content.ad360-box {
  bottom: 50px;
}
span.show-product-content.product3-content.mdmp-box {
  bottom: 50px;
  height: 150px;
}
#webinar-sec h3,
#e-learning-sec h3 {
  margin: 0 0 12px;
}
.webinar-boxes {
  width: 95%;
  margin: 60px auto 0;
}
.webinar-boxes:before,
.webinar-boxes:after {
  clear: both;
  content: "";
  display: block;
}
.webinar-boxes li {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.webinar-boxes li a {
  display: block;
}
.web-box {
  height: 310px;
  -webkit-box-shadow: 0 0 10px #edecec;
  -moz-box-shadow: 0 0 10px #edecec;
  -o-box-shadow: 0 0 10px #edecec;
  box-shadow: 0 0 10px #edecec;
}
.blog-images {
  background: url(/remote-work-tools/images/blog-sprite.png)
    no-repeat;
  background-size: 1205px;
  display: inline-block;
  height: 180px;
  width: 350px;
}
.blog-images.blog-img1 {
  background-position: -834px -884px;
}
.blog-images.blog-img2 {
  background-position: -20px -891px;
}
.blog-images.blog-img3 {
  background-position: -20px -22px;
}
.blog-images.blog-img4 {
  background-position: -428px -22px;
}
.blog-images.blog-img5 {
  background-position: -833px -22px;
}
.blog-images.blog-img6 {
  background-position: -20px -239px;
}
.blog-images.blog-img7 {
  background-position: -427px -239px;
}
.blog-images.blog-img8 {
  background-position: -833px -239px;
}
.blog-images.blog-img9 {
  background-position: -20px -456px;
}
.blog-images.blog-img10 {
  background-position: -427px -456px;
}
.blog-images.blog-img11 {
  background-position: -833px -456px;
}
.blog-images.blog-img12 {
  background-position: -20px -672px;
}
.blog-images.covid-19-pandemic-img {
  background-position: -430px -892px;
}
.blog-images.blog-img13 {
  background-position: -427px -673px;
}
.blog-images.blog-img14 {
  background-position: -22px -1108px;
}
.blog-images.blog-img15 {
  background-position: -428px -1108px;
}
.img-align {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.web-content {
  padding: 20px 15px;
}
.web-content h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
}
.web-content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}
#e-learning-sec h3 {
  line-height: 1.3;
}
.webinar-boxes li a.web-click {
  display: block;
  height: 240px;
  -webkit-box-shadow: 0 0 10px #edecec;
  -moz-box-shadow: 0 0 10px #edecec;
  -o-box-shadow: 0 0 10px #edecec;
  box-shadow: 0 0 10px #edecec;
  color: #000;
  position: relative;
}
.webinar-boxes li a.web-click:hover .register-btn {
  background: #0284f9;
  color: #fff;
}
.web-content-boxes {
  padding: 40px;
}
.web-content-boxes h6 {
  font-size: 16px;
  font-family: "Zoho_Puvi_Medium";
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
  height: 60px;
  color: #253b5e;
}
.web-content-boxes span {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 35px 10px 15px;
  margin: 20px 0 0;
  font-size: 13px;
}
.webinar-speakers {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
.speaker-img {
  float: left;
}
.speaker-img img {
  width: 55px;
}
.speaker-name {
  float: left;
  margin: 0px 0 0 10px;
}
.speaker-name p:nth-child(1) {
  margin: 5px 0 0;
  font-family: "Zoho_Puvi_Medium";
  font-size: 13px;
}
.speaker-name p:nth-child(2) {
  margin: 0;
  font-size: 12px;
}
.register-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #0284f9;
  padding: 15px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#form-sec {
  background: linear-gradient(to bottom, transparent, #e1ecf9, transparent);
}

/*load more sec css*/
p.loadersec {
  text-align: center;
  margin: 20px 0 0;
}
span.load-more {
  color: #0284f9;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.load-more:after {
  content: "";
  display: block;
  transition: all ease 0.4s;
  border: solid #0284f9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 2px;
  display: block;
  height: 2px;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.loader {
  display: inline-block;
  border: 8px solid #cab68c;
  border-radius: 50%;
  border-top: 8px solid #0284f9;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  right: 40%;
  z-index: 9;
}
span.load-more.disabled {
  opacity: 0;
  pointer-events: none;
}

#meGDPRMessage {
  margin-bottom: 10px;
  line-height: normal;
}
p.privacy-policy {
  line-height: 1.4;
  margin: 0 0 15px;
  color: #000;
}
.privacy-policy a {
  color: #0284f9;
}
.overlay p.privacy-policy {
  color: #fff;
}
.overlay .privacy-policy a {
  color: #fff;
}
h3.sec-title {
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
}
.cols-center {
  float: none;
  margin: 0 auto;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  color: #000;
  background: rgba(0, 0, 0, 0.7)
    url(/remote-work-tools/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;
}
/*right side contact btn css*/
#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: #e9ebeb;
  cursor: pointer;
}

#fixedbtn span.demo {
  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;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#fixedbtn span.demo:before {
  background: url("/remote-work-tools/images/icon-downlod.svg")
    #00135a no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 25px;
  border-bottom: 1px solid #00135a;
  z-index: 1000;
}
#fixedbtn span.contact:before {
  background: url(/remote-work-tools/images/phone.svg)
    #d1e8ff no-repeat;
  background-position: center;
  background-size: 25px;
  color: #000;
  border-bottom-left-radius: 25px;
  z-index: 999;
}
#fixedbtn:hover,
#fixedbtn.act,
#fixedbtn.slide:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

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

#fixedbtn.scrollact {
  transform: translateX(210px);
  -webkit-transform: translateX(210px);
  -moz-transform: translateX(210px);
}
#ui-datepicker-div {
  z-index: 9999999 !important;
}
p.callback-text {
  margin: 0 0 13px 0;
  color: #fff;
  font-size: 0.9em;
  position: relative;
  bottom: 7px;
}
.label b.sup {
  font-size: 0.9em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
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;
}
p.copyright {
  color: #fff;
  font-size: 0.95em;
  margin: 5px 0;
}
.zlogo {
  height: auto;
  width: 55px;
  text-indent: -9999em;
  background: url(/remote-work-tools/images/zoho.svg) 0 0 no-repeat;
  display: inline-block;
  margin: 0 3px;
}
ul.social {
  display: block;
  text-align: right;
}
.social li {
  display: inline-block;
}
.social li a {
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  padding: 8px;
  margin: 0 5px;
  border-radius: 100%;
  display: inline-block;
}
.social li:first-child a {
  margin-left: 0;
}
.social li a:hover {
  text-decoration: none;
}
.social li a.fb {
  background: url(/remote-work-tools/images/footer-sprite.svg)
    no-repeat 0 0;
  background-size: 25% !important;
  background-position: center;
}
.tw {
  background: url(/remote-work-tools/images/footer-icon-tw.svg)
    no-repeat 0 3px;
  background-size: 45%;
  background-position: 50% 52%;
}
.in {
  background: url(/remote-work-tools/images/footer-icon-in.svg)
    no-repeat 0 0;
  background-size: 45%;
  background-position: 50% 46%;
}
.yt {
  background: url(/remote-work-tools/images/footer-icon-yt.svg)
    no-repeat 0 4px;
  background-size: 45%;
  background-position: center;
}
a.insta {
  background: url(/remote-work-tools/images/ft-insta.png) no-repeat 0
    0;
  background-size: 45%;
  background-position: center;
}
.social a.fb:hover {
  background-color: #4267b2;
}
.social li a.tw:hover {
  background-color: #1da1f2;
}
.social li a.in:hover {
  background-color: #0e76a8;
}
.social li a.yt:hover {
  background-color: red;
}
.social li a.insta:hover {
  background: url(/remote-work-tools/images/ft-insta.png) no-repeat 0
      0,
    linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
      )
      no-repeat;
  background-size: 45%, 100% !important;
  background-position: center;
}
/*
.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(/remote-work-tools/images/submenu-sel-arrow.png)
    no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.btn-submits {
  border: none;
  padding-left: 0;
  text-align: center;
  background: none;
  margin-bottom: 45px;
}
.form-control.form-comments {
  height: 100px;
  display: inline-block;
}
.form-control textarea {
  font-family: "ZohoPuvi";
}
.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}
.form-control:before {
  top: 0px;
  left: 0px;
}
.form-control:after {
  bottom: 0;
  right: 0;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 1em;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}
.form-control * {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 15px;
  z-index: 8;
  opacity: 0.5;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  background: transparent;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.5;
  resize: none;
}
.form-control select {
  opacity: 0;
  background: url(/remote-work-tools/images/arrow.png)
    no-repeat transparent;
  background-position: 98% center;
}
.form-control.active-row select {
  opacity: 1;
  color: #ababab;
}
.btn-submits button {
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #03a9f5;
  background: #03a9f5;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 13px 70px;
  margin: 20px 0;
}
.btn-submits button:hover {
  background: #444;
  border-color: #444;
}
.active-row.form-control::before {
  border-top-color: #0284f9;
  border-right-color: #0284f9;
  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: #0284f9;
  border-left-color: #0284f9;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}
.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.uscountry.form-control {
  height: auto;
}
.uscountry select#contact_country,
.uscountry select#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: 20px;
  background: #0284f9;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
  display: none;
  line-height: 1.5;
}
.success-msg span {
  display: block;
}
.popup-content {
  width: 60%;
  margin: 0 auto;
}
h2.popup-title {
  text-align: center;
  font-family: "Zoho_Puvi_Medium";
  font-size: 28px;
  margin-bottom: 50px;
  color: #253b5e;
}
.enquiry-popup .popup-content {
  width: 100%;
}
.enquiry-popup h2.popup-title {
  color: #fff;
}
.right-field {
  width: 49%;
  float: left;
  margin-left: 1%;
}
.left-field {
  width: 50%;
  float: left;
}
.dropdown1 {
  position: relative;
  z-index: 99;
  font-size: 12px;
  padding: 0;
  height: 60px;
}
.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(/remote-work-tools/images/arrow.png)
    no-repeat transparent;
  background-position: 96%;
}
.multiSel1 {
  padding: 5px 10px;
  height: 57px;
  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: #333333;
  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: #333333;
  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;
}
/*------------- popup --------------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(250 250 250 / 43%);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.enquiry-popup #meGDPRMessage {
  color: #fff;
}

.popup {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 780px;
  max-width: 95%;
  max-height: 90vh;
  background: #2a4285;
  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: 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 {
  color: #2a4285;
}
.resource-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  display: none;
}
.wvbox {
  width: 850px;
  height: 500px;
  max-width: 90%;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 6px;
  background: #fff;
  display: none;
}
.wvbox-close {
  position: absolute;
  z-index: 999;
  top: -8px;
  right: -9px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.wvbox-close:hover {
  background: #0284f9;
  color: #fff;
}
.vid-pop {
  position: relative;
  overflow: hidden;
}
span.play-video {
  display: block;
  width: 50px;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
span.play {
  display: block;
  width: 100%;
  background: #2a4285;
  bottom: 0;
  position: absolute;
  left: 0;
  padding: 14px;
  text-align: center;
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transform: translateY(66px);
  opacity: 0;
}
.vid-pop:hover span.play {
  transform: translateY(0);
  opacity: 1;
}
img.banner-img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.stickyanimation {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 1450px) {
  #banner {
    padding: 80px 0;
  }
  .cols-6.text-right {
    text-align: center;
  }
  .left-right-img {
    margin: 90px 0 0;
  }
  img.banner-img {
    width: auto;
    height: auto;
  }
  .popup-content {
    max-height: 90vh;
  }
  .popup {
    max-height: 95vh;
  }
  .enquiry-popup h2.popup-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .download-box {
    width: 520px;
  }
}
@media only screen and (max-width: 1024px) {
  /*
   .animation {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
	}
*/
  .webinar-boxes {
    width: 100%;
  }
  .popup-content {
    width: 80%;
  }
  .sec2-boxes li {
    margin: 10px;
    width: 30%;
  }
  .br-hidden br,
  .product-btn a:hover .show-product-content {
    display: none;
  }
  .web-content-boxes {
    padding: 30px;
  }
  .web-content-boxes span {
    padding: 10px 25px 10px 10px;
  }
  .blog-images {
    width: 278px;
  }
}
@media only screen and (max-width: 992px) {
  .webinar-boxes li {
    width: 50%;
  }
  .popup-content {
    width: 100%;
  }
  .sec2-boxes li {
    margin: 10px;
    width: 45%;
  }
  section {
    padding: 20px 0;
  }
  .br-hidden br,
  .left-right-img {
    display: none;
  }
  #rwe-sec,
  #rra-sec,
  #rwm-sec,
  #ras-sec,
  #rism-sec {
    background: none;
  }
  .web-content-boxes {
    padding: 40px;
  }
  .web-content-boxes span {
    padding: 10px 35px 10px 15px;
  }
  .blog-images {
    width: 316px;
  }
  #banner {
    padding: 40px 0;
  }
  img.banner-img {
    width: 60%;
    height: auto;
    display: block;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 770px) {
  .blog-images {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .web-box {
    text-align: center;
  }
  .blog-images {
    margin-top: 20px;
  }
  body {
    font-size: 14px;
  }
  .menu-ico {
    bottom: 15px;
  }
  .nav-menu {
    top: 25px;
  }
  .products-list a {
    min-height: auto;
  }
  header {
    padding: 25px 0;
  }
  #topbar-menu-icon {
    top: -30px;
  }
  footer > .container {
    padding: 30px 0;
  }
  p.copyright {
    text-align: center;
    margin-bottom: 22px;
  }
  ul.social {
    text-align: center;
  }
  .webinar-boxes li {
    width: 100%;
  }
  .right-field,
  .left-field {
    width: auto;
    float: none;
  }
  h1,
  h3 {
    font-size: 26px;
  }
  h1,
  h4,
  h3 {
    line-height: 1.2;
  }
  .product-list li {
    padding: 0 0 0 10px;
  }
  .product-btn a {
    display: block;
    width: 260px;
  }
  a.product-btn2 {
    margin: 10px 0 0;
  }
  p {
    font-size: 15px;
  }
  #fixedbtn.slide {
    transform: translateX(142px);
    -webkit-transform: translateX(142px);
    -moz-transform: translateX(142px);
  }
  .blog-images {
    width: 342px;
  }
  .sec2-boxes li {
    width: 90%;
  }
  img.banner-img {
    width: 80%;
  }
  .download-img,
  .download-descr,
  .download-cta {
    width: 100% !important;
    text-align: center;
  }
  .download-img img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  .download-descr h2 {
    padding: 10px 0;
  }
  .download-cta a {
    margin: 10px 10px 25px;
  }
  .download-box {
    width: 100%;
  }
  h3.sec-title br {
    display: none;
  }
  .popup {
    padding: 10px;
  }
  .form-control {
    margin-bottom: 15px;
  }
  .wvbox {
    height: 222px;
  }
  .wvbox-inner iframe {
    height: 210px;
  }
}
@media only screen and (max-width: 390px) {
  .blog-images {
    width: 307px;
  }
}
@media only screen and (max-width: 325px) {
  .product-btn a {
    width: 230px;
    padding: 10px;
  }
  .blog-images {
    width: 259px;
  }
}
.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%;
  }
}
