@import url("https://www.manageengine.com/css/fonts.css");

* {
  box-sizing: border-box;
}

section {
  padding: 80px 0;
}

.header-section {
  background: url("https://www.manageengine.com/se/images/msp-banner-bg.svg") no-repeat;
  background-size: cover;
}

header.fixed-header {
  padding: 35px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}

header.header-fixed {
  padding: 20px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  background: linear-gradient(to right, #04226e, #16378d, #04226e);
}

.brand-logo {
  display: block;
  width: 200px;
}

#topbar-menu-icon {
  display: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: transform .7s;
  z-index: 9999999;
  width: 30px;
  height: 30px;
  margin: 0;
  top: 15px;
}

#topbar-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#topbar-menu-icon span:nth-child(1) {
  top: 0;
}

#topbar-menu-icon span:nth-child(2) {
  top: 8px;
}

#topbar-menu-icon span:nth-child(3) {
  top: 16px;
}

.active-menu#topbar-menu-icon span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.active-menu#topbar-menu-icon span:nth-child(2) {
  opacity: 0;
  right: -60px;
}

.active-menu#topbar-menu-icon span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-menu {
  margin: 8px 0 0 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  margin-left: 10px;
}

.nav-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
}

.nav-menu li a:hover,
.nav-menu li.active-menu a {
  color: #F0483E;
}

#banner {
  margin-top: 116px;
  padding: 100px 0 100px 0;
}

#banner .container {
  padding: 0 80px;
}

#sol-summery {
  background: #f1f5ff;
}

.page-title {
  font-weight: 600;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
}

.msp-banner {
  width: auto;
  height: 320px;
  margin: 0 auto;
  display: block;
}

.page-section {
  padding: 0;
}

#sec0 {
  padding-top: 60px;
}

.section-title {
  font-weight: 500;
  font-size: 1.7em;
  color: #000;
  line-height: 1.6;
}

#icons-section {
  padding: 130px 0;
}

.sml-title {
  font-size: 1.4em;
}

h3.icon-title {
  min-height: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 7px 0 0;
}

#breif-section {
  background: #0C012A;
}

.box {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 368px;
}

.box.main-title {
  padding: 50px;
}

h2.box-main-title {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.7em;
}

h3.box-title {
  font-weight: 500;
  margin: 15px 0 5px 0;
}

p.box-descr {
  margin: 0;
}

.full-box {
  background: #D6EEF9;
  padding: 60px 80px;
  border-radius: 5px;
}

.lists li {
  line-height: 1.6;
  margin-bottom: 18px;
  position: relative;
  padding-left: 28px;
}

.lists li span {
  display: block;
  background: #3BB54A;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

.lists li span:before {
  background: #fff;
  width: 3px;
  height: 4px;
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.lists li span:after {
  background: #fff;
  width: 3px;
  height: 11px;
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#secondary-header {
  padding: 0;
}

.full-row {
  background: #F7F7F7;
  padding: 5px 0;
}

.secondary-tab {
  margin: 0;
  text-align: center;
}

.secondary-tab li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
}

.secondary-tab li:after {
  content: "";
  width: 1px;
  display: block;
  height: 30px;
  position: absolute;
  background: #b7b6b6;
  left: -10px;
  transform: translate(0, -50%);
  top: 50%;
}

.secondary-tab li:first-child:after {
  display: none;
}

.secondary-tab li h4 {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
  padding: 15px 2px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}

.secondary-tab li.active-tab:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 20px);
  background: #f1493f;
  left: 10px;
  bottom: -4px;
}

.secondary-tab li.active-tab h4,
.secondary-tab li h4:hover {
  color: #F0483E;
}

#title-head {
  padding-bottom: 40px;
}

.fixed .full-row {
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 86px;
}

.sprite-ico {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url("https://www.manageengine.com/images/msp-sprite.svg") no-repeat;
  background-size: 450px;
}

.org-ico1 {
  background-position: -56px 2px;
}

.org-ico2 {
  background-position: -147px 0px;
}

.org-ico3 {
  background-position: -224px 0px;
}

.org-ico4 {
  background-position: -305px 6px;
}

.org-ico5 {
  background-position: -403px 9px;
}

.org-ico6 {
  background-position: 11px -55px;
}

.box-icon.sprite-ico {
  margin: 0;
}

.box-icon1 {
  background-position: -53px -55px;
}

.box-icon2 {
  background-position: -129px -56px;
  width: 65px;
}

.box-icon3 {
  background-position: -232px -58px;
}

.box-icon4 {
  background-position: -310px -58px;
}

.box-icon5 {
  background-position: -400px -54px;
}

.product-col {
  width: 50%;
  float: left;
}

.product-col>img {
  width: 85%;
  height: auto;
  margin: 60px auto 0 auto;
  display: block;
}

.even-section .product-col>img {
  float: left;
}

.product-box {
  padding: 80px;
  border-radius: 10px;
}

.odd-section .product-box {
  background: #D6EEF9;
}

.product-title {
  font-weight: 600;
  margin: 0;
}

h3.product-sub-tittle {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.product-cta {
  display: inline-block;
  padding: 12px 25px;
  background: #F0483E;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 15px;
  border-radius: 3px;
}

.product-cta:hover {
  background: #333232;
}

.top-links {
  position: fixed;
  right: 0;
  top: initial;
  bottom: 300px;
  z-index: 4;
}

#fixedbtn span {
  display: block;
  padding: 20px 10px;
  position: fixed;
  cursor: pointer;
  color: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  width: 185px;
  right: -255px;
}

#fixedbtn span.down {
  background: #2c325c;
  margin-bottom: 3px;
  top: 30%;
}

#fixedbtn span.contact {
  background: #0d7ffd;
  top: calc(30% + 60px);
}

#fixedbtn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 56px;
  text-align: center;
  transform: translate(0%, -50%);
  line-height: 60px;
}

#fixedbtn span.down:before {
  background: url("https://www.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg") #2c325c no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
}

#fixedbtn span.contact:before {
  background: url(https://www.manageengine.com/cis-critical-security-controls/images/call-icon.svg) #0d7ffd no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 999;
}

#fixedbtn.slide span:hover,
#fixedbtn.slide.act span:hover {
  right: 0;
}

#fixedbtn.slide.act span {
  right: -195px;
}

.lists li:before {
  background: none !important;
}

/* testimonials*/
.testimonial_slider_2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.testimonial_slider_2:before {
  content: "";
  width: 60px;
  height: 45px;
  background: url(https://www.manageengine.com/images/quote-ico.svg) no-repeat;
  display: block;
  background-size: 85%;
}

.testimonial_slider_2 input {
  display: none;
}

.testimonial_slider_2 #slide_2_1:checked~.boo_inner {
  margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked~.boo_inner {
  margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked~.boo_inner {
  margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked~.boo_inner {
  margin-left: -300%;
}

.testimonial_slider_2 .boo_inner {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  /* easeInOutQuart */
}

.testimonial_slider_2 .slide_content {
  width: 25%;
  float: left;
}

.testimonial_slider_2 #controls {
  text-align: center;
  margin-top: 30px;
}

.testimonial_slider_2 #controls label {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  background: #686868;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  line-height: normal;
  position: relative;
  color: #d7edf9;
}

.testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
  background: #f1483d;
  color: #f1483d;
}

.testimonial_slider_2 #controls label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
}

.content_2 {
  position: relative;
}

.content_2:before,
.content_2:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}

.testimonial_2 p {
  margin-bottom: 5px;
  line-height: 1.7;
  font-size: 0.9em;
  color: #fff;
}

.testimonial_2 h4 {
  font-size: 1.1em;
  margin-left: 0;
  margin: 20px 0 0px;
  color: #fff;
  font-weight: 500;
}

#testimonials {
  background: url(https://www.manageengine.com/images/msp-qt.svg) no-repeat #0a1055;
  background-size: 90%;
  background-position: left top;
  padding: 120px 0;
}

#testimonials .section-title {
  position: relative;
  left: 80px;
  top: 20px;
}

.slick-arrow {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f0483d;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-indent: -9999em;
  cursor: pointer;
  outline: none;
  bottom: -60px;
  z-index: 99;
}

.slider-nav button.slick-arrow {
  display: none !important;
}

.slider-nav .slick-track {
  transform: none !important;
}

ul.slider.slider-nav {
  margin-top: 40px;
  margin-left: 14px;
}

button.slick-next.slick-arrow {
  right: 0;
  background: url("https://www.manageengine.com/images/msp-arrow-right.svg") no-repeat #f0483d;
  background-size: 50%;
  background-position: center;
}

button.slick-prev.slick-arrow {
  right: 50px;
  background: url("https://www.manageengine.com/images/msp-arrow-left.svg") no-repeat #f0483d;
  background-size: 50%;
  background-position: center;
}

.slick-arrow:hover {
  background-color: #091154 !important;
}

.slick-disabled.slick-arrow {
  background-color: #091154 !important;
  border-color: #fff;
}

.slider-nav .slick-slide {
  width: 15px !important;
  height: 15px;
  float: none;
  display: inline-block !important;
  border-radius: 100%;
  margin-right: 10px;
  line-height: normal;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}

.slider-nav .slick-slide li {
  width: 10px !important;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  line-height: normal;
  position: relative;
  text-indent: -9999px;
  color: #fff;
  margin-top: 5px;
}

.slider-nav .slick-slide li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
}

.slider-nav .slick-slide.slick-current li {
  background: #f0483c;
  color: #f0483c;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-left: 15px;
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slider-products:before {
  content: "";
  width: 60px;
  height: 45px;
  background: url(https://www.manageengine.com/images/quote-ico.svg) no-repeat;
  display: block;
  background-size: 85%;
  position: absolute;
  left: -55px;
}

footer {
  background: #16141a;
  position: relative;
  z-index: 9999;
}

footer>.container {
  padding: 50px 0;
}

p.copyright {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0;
}

.zlogo {
  height: auto;
  width: 55px;
  text-indent: -9999em;
  background: url(https://www.manageengine.com/se/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(https://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;
  background-size: 25% !important;
  background-position: center;
}

.tw {
  background: url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;
  background-size: 45%;
  background-position: 50% 52%;
}

.in {
  background: url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;
  background-size: 45%;
  background-position: 50% 46%;
}

.yt {
  background: url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;
  background-size: 45%;
  background-position: center;
}

a.insta {
  background: url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0;
  background-size: 45%;
  background-position: center;
}

.social a.fb:hover {
  background-color: #4267b2
}

.social li a.tw:hover {
  background-color: #1da1f2
}

.social li a.in:hover {
  background-color: #0e76a8
}

.social li a.yt:hover {
  background-color: red
}

.social li a.insta:hover {
  background: url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0, linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) no-repeat;
  background-size: 45%, 100% !important;
  background-position: center
}

.container-fluid.copyright {
  padding: 20px 0;
  text-align: center;
  background: #1d1d1d;
  color: #fff;
}

.container-fluid.copyright p a {
  color: #fff;
}

#backToTop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 99999;
}

/*-------------  Temperory removal css   -------------*/
@media only screen and (max-width:2000px) and (min-width: 650px) {
  .cols-2 {
    width: 16.6% !important;
  }

  .cols-25 {
    width: 20%;
  }

  .cols-3 {
    width: 25%;
  }

  .cols-4 {
    width: 33.3%;
  }

  .cols-6 {
    width: 50%;
  }

  .cols-8 {
    width: 66.6%;
  }

  .cols-9 {
    width: 75%;
  }

  .cols-10 {
    width: 87.5%;
  }

  .cols-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1380px) {
  #testimonials {
    background-size: 100%;
  }

  #testimonials .section-title {
    position: relative;
    left: 210px;
    top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 90%;
  }

  #banner .container {
    padding: 0;
  }

  .box {
    min-height: 450px;
  }

  .slider-products:before {
    position: static;
    margin-bottom: 10px;
    left: 0;
  }

  #testimonials .section-title {
    position: static;
    text-align: center;
    margin-bottom: 50px;
  }

  #testimonials {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page-title {
    text-align: center;
    margin-bottom: 20px;
  }

  img.msp-banner {
    width: 70%;
    height: auto;
    margin: 40px auto 0 auto;
    display: block;
  }

  #icons-section {
    padding: 80px 0;
  }

  h3.icon-title {
    margin-bottom: 20px;
  }

  .box {
    min-height: 340px;
  }

  .full-box {
    padding: 40px;
  }

  #secondary-header {
    display: none !important;
  }

  #title-head {
    padding-bottom: 0;
    margin: 0 !important;
  }

  .product-box {
    display: flex;
    flex-direction: column;
    padding: 50px;
  }

  .even-section .product-box {
    flex-direction: column-reverse;
  }

  .product-col {
    width: 100%;
    float: none;
  }

  .product-col>img {
    float: none !important;
  }
}

@media only screen and (max-width: 992px) {
  #events .prdBox {
    width: 47%;
  }

  .webinar-boxes li {
    width: 49%;
  }

  .webinar-boxes {
    width: 85%;
  }

  .webi-images {
    height: 165px;
    width: 310px;
    background-size: 1000px;
  }
}


@media only screen and (max-width: 770px) {
  #events .prdBox {
    width: 46%;
  }

  .webi-img1 {
    background-position: -31px -9px;
  }
}

@media only screen and (max-width: 650px) {
  #topbar-menu-icon {
    display: block;
    top: -32px;
  }

  header.fixed-header {
    padding: 20px 0;
  }

  #banner {
    margin-top: 76px;
  }

  .nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 3px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
  }

  .nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
    margin: 0 10px;
  }

  .nav-menu li a {
    color: #000;
  }

  .page-title {
    font-weight: 500;
    font-size: 1.8em;
  }

  h3.icon-title {
    font-size: 16px;
    min-height: 50px;
  }

  .section-title {
    font-size: 1.4em;
  }

  .section-title br {
    display: none;
  }

  .box {
    min-height: auto;
  }

  .box.main-title {
    padding: 30px;
  }

  .product-box {
    padding: 50px 30px;
  }

  h2.popup-title {
    font-size: 18px;
  }

  #meGDPRMessage,
  p.privacy-policy {
    font-size: 14px;
  }

  footer>.container {
    padding: 20px 0;
  }

  p.copyright {
    text-align: center;
  }

  .social {
    margin-top: 20px;
    text-align: center;
  }

  section.even-section {
    padding: 0;
  }

  .product-cta {
    display: block;
    text-align: center;
    width: 155px;
    margin: 0 auto;
  }

  .webinar-boxes li {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 316px;
  }
}

@media only screen and (max-width: 570px) {
  #events .prdBox {
    width: 100%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 350px) {
  .webi-img1 {
    background-position: -57px -9px;
  }
}

/* me solutions new.css STARTS */
/* 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,
section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
section {
    display: block;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    color: #4CA9F5;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'Zoho_Puvi_Medium';
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

p {
    margin: 0 0 25px;
    line-height: 1.8;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-blue {
    color: #243A5D;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.top-margin {
    margin-top: 25px !important;
}

.bottom-margin {
    margin-bottom: 25px !important;
}

.space-large {
    height: 50px;
}

.space-medium {
    height: 25px;
}

.space-small {
    height: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.non-click {
    cursor: default;
    pointer-events: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0px;
}

strong,
b {
    font-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: -10px;
    margin-left: -10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    position: relative
}

.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1;
    padding-right: 10px;
    padding-left: 10px;
}

.cols-2 {
    width: 12.5%;
}

.cols-25 {
    width: 20%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.3%;
}

.cols-6 {
    width: 50%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

.cols-center {
    margin: 0 auto;
    float: none;
}

.prdLogo img {
    width: 220px;
    transition: all ease .3s;
    height: auto;
}

@media only screen and (max-width: 1025px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-8 {
        width: 66.6%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-4 {
        width: 33.3%;
    }

    .cols-sd-3 {
        width: 25%;
    }
}

/* Solution banner */
.banner {
    padding: 120px 0;
    position: relative;
    background: url("https://www.manageengine.com/se/css/../images/new-solutions-banner.jpg") no-repeat;
    background-size: cover;
}

.banner-img {
    height: 320px;
    width: auto;
    margin: 0 auto;
    display: block;
}

#IAM .banner-img {
    height: 270px;
}

.banner-cta span {
    display: inline-block;
    background: #E04B3A;
    padding: 8px 26px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 10px;
    cursor: pointer;
    font-family: "Zoho_Puvi_SemiBold";
}

.banner-cta span:hover {
    color: #29178d;
    background: #fff;
}

#sol-summery {
    background: #f1f5ff;
}

.page-title {
    font-family: "Zoho_Puvi_SemiBold";
    font-size: 2.2em;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
}

.page-section {
    padding: 80px 0;
}

.section-title {
    font-family: "Zoho_Puvi_Medium";
    font-size: 1.7em;
    color: #000;
    line-height: 1.5;
}

.lists {
    padding-left: 18px;
    line-height: 1.8;
}

.lists li {
    margin-bottom: 15px;
    position: relative;
}

.lists li:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #2ea76f;
    border-radius: 100%;
    top: 8px;
    left: -15px;
}

span.itom-det-ico,
span.iam-det-ico {
    background: #fff;
    display: block;
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 22px;
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.itom-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    background: url("https://www.manageengine.com/se/css/../images/itom-ico-sprite.svg") no-repeat;
    background-size: 290px;
    background-position: 1px -295px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.itom-det-ico1:after {
    background-position: 9px 4px;
}

.itom-det-ico2:after {
    background-position: -41px 5px;
}

.itom-det-ico3:after {
    background-position: -83px 4px;
}

.itom-det-ico4:after {
    background-position: -139px 1px;
}

.itom-det-ico5:after {
    background-position: -196px 3px;
}

.itom-det-ico6:after {
    background-position: -250px 3px;
}

.itom-det-ico7:after {
    background-position: 10px -43px;
}

.itom-det-ico8:after {
    background-position: -41px -41px;
}

.itom-det-ico9:after {
    background-position: -86px -44px;
}

.itom-det-ico10:after {
    background-position: -137px -45px;
}

.itom-det-ico11:after {
    background-position: -200px -46px;
}

.itom-det-ico12:after {
    background-position: -252px -45px;
}

.iam-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    background: url("https://www.manageengine.com/se/css/../images/iam-ico-sprite.svg") no-repeat;
    background-size: 290px;
    background-position: 1px -295px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.iam-det-ico1:after {
    background-position: 8px 3px;
}

.iam-det-ico2:after {
    background-position: -45px 2px;
}

.iam-det-ico3:after {
    background-position: -86px 2px;
}

.iam-det-ico4:after {
    background-position: -140px 1px;
}

.iam-det-ico5:after {
    background-position: -197px 3px;
}

.iam-det-ico6:after {
    background-position: -250px 3px;
}

.iam-det-ico7:after {
    background-position: 10px -43px;
}

.iam-det-ico8:after {
    background-position: -41px -41px;
}

.itom-det-ico9:after {
    background-position: -86px -44px;
}

.detail-row p {
    width: calc(100% - 84px);
    float: left;
    min-height: 92px;
    line-height: 1.6;
    font-size: 14px;
}

#IAM .detail-row p {
    min-height: 185px;
}

#solutions-sec {
    background: #faf9fb;
}

.sol-title {
    font-family: "Zoho_Puvi_Medium";
    font-size: 1.3em;
    background: #305fd5;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 15px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.sol-box {
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 20px;
}

.sol-in-row {
    width: 33.3%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.sol-in-row-sml {
    width: 25%;
}

.sol-in-row-lrg {
    width: 50%;
}

.sol-in-col {
    min-height: 330px;
    background: #f1f5ff;
    border-radius: 15px;
    padding-bottom: 10px;
}

#IT_analytics .sol-in-col {
    min-height: 270px;
}

.sol-in-col>h3 {
    font-size: 0.95em;
    margin: 0;
    background: #2e2929;
    color: #fff;
    padding: 15px 2px;
    text-align: center;
    font-family: "Zoho_Puvi_Medium";
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.sol-row {
    margin-left: -5px;
    margin-right: -5px;
}

.sol-in-box {
    padding: 7px;
    position: relative;
}

.sol-items {
    width: 172px;
    height: 190px;
    float: left;
    position: relative;
    margin: 5px;
}

.single-solbox .sol-items {
    width: 182px;
}

.sol-item {
    width: 172px;
    height: 190px;
    background: #fff;
    border: 1px solid #28178e;
    border-radius: 10px;
    color: #000;
    position: absolute;
    transition: all 0.5s ease;
    padding: 10px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.single-solbox .sol-item {
    width: 182px;
}

.sol-in-row:not(.sol-in-row-sml) .sol-items:nth-child(even):not(.odd-items) .sol-item {
    left: inherit;
    right: 0;
}

.single-solbox .sol-items {
    float: none;
    margin: 5px auto;
}

.analytics-solbox.single-solbox .sol-items {
    margin: 5px;
}

.last-row-item {
    bottom: 0;
    top: inherit;
}

.single-solbox .last-row-item {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.sol-item:hover {
    width: 356px;
    z-index: 9;
    height: 390px;
    background: #001353;
    padding: 10px 20px;
}

.single-solbox .sol-item:hover {
    height: 240px;
}

.analytics-solbox.single-solbox .sol-item:hover {
    width: 380px;
}

.sol-item-hover {
    z-index: 999;
}

.sol-cta a {
    color: #383838;
    display: inline-block;
}

.sol-cta a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #383838;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.sol-cta a:last-child:after {
    display: none;
}

.sol-item h3 {
    font-size: 14px;
    font-family: "Zoho_Puvi_SemiBold";
    color: #000;
    margin: 0 0 8px 0;
    padding-top: 10px;
    line-height: 1.4;
}

.sol-item:hover h3 {
    font-size: 17px;
    color: #fff;
}

.sol-item p {
    font-size: 13px;
    margin: 0;
    color: #001353;
    line-height: 1.4;
}

.sol-item p.default-text {
    width: 152px;
}

.sol-item p.hover-text {
    width: 320px;
    display: none;
}

.sol-item p.sol-cta {
    transition: all ease 0.7s;
    position: absolute;
    bottom: 14px;
    left: 10px;
    font-size: 12px;
}

.sol-item:hover p {
    color: #dde5ff;
    font-size: 14px;
    line-height: 1.5;
}

.sol-item:hover p.sol-cta {
    bottom: 18px;
    left: 20px;
}

.sol-item.key-item {
    background: linear-gradient(-45deg, #182f68, #305ed0);
    color: #fff;
}

.sol-item.key-item:hover {
    background: #001353;
}

.sol-item.key-item h3 {
    color: #fff;
}

.sol-item.key-item p {
    color: #fff;
}

.sol-item.key-item p a {
    color: #fff;
}

.sol-item.key-item .sol-cta a:after {
    background: #fff;
}

.sol-item.key-item:hover p a,
.sol-item:hover p a {
    color: #fff;
    font-size: 15px;
    font-family: 'Zoho_Puvi_Medium';
}

.sol-item.key-item:hover p a:hover,
.sol-item:hover p a:hover {
    color: #ffd800 !important;
}

.sol-item.key-item:hover p a:hover,
.sol-item:hover p a:hover {
    color: #fff;
}

.sol-item.key-item:hover .sol-cta a:after,
.sol-item:hover .sol-cta a:after {
    background: #fff;
    height: 14px;
    top: 2px;
}

p.bundled-prd {
    margin-top: 15px;
    margin-bottom: 0;
}

.sol-item.key-item:before {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    position: absolute;
    background: #ffd800;
    top: -1px;
    right: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
}

.bundled-prd span {
    content: "";
    display: inline-block;
    width: 15px;
    height: 23px;
    background: #ffd800;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    position: relative;
    top: 3px;
}

#casestudy-sec {
    padding-top: 0;
}

.casestudy-box {
    background: #1b45af;
    color: #fff;
    padding: 35px 25px;
    border-radius: 5px;
}

.casestudy-box.testimonial-box {
    padding-bottom: 0px;
}

.casestudy-box img {
    height: 24px;
    display: block;
    margin-right: 12px;
    margin: 0 auto;
}

.casestudy-box h3 {
    font-family: "Zoho_Puvi_SemiBold";
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.casestudy-lists li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 14px;
}

.casestudy-box .cta-links {
    color: #fff;
    margin-top: 10px;
    font-size: 1em;
    display: block;
    text-align: center;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 35px;
}

.casestudy-box .cta-links:hover {
    color: #ffd800;
}

.casestudy-lists li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.casestudy-lists li a:hover {
    color: #ffd800;
}

.casestudy-lists li a:before {
    content: "";
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url(../images/pdf-ico.svg) no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    top: 2px;
    left: -27px;
}

.casestudy-lists li.page-ico a:before {
    background: url(../images/page-ico.svg) no-repeat;
    background-size: 17px;
    background-position: center;
    top: -1px;
}

.casestudy-lists li.vid-ico a:before {
    background: url(../images/vid-ico.svg) no-repeat;
    background-size: 16px;
    background-position: center;
    top: 0;
}

.testimonial-box .cta-links {
    position: relative;
    margin-top: 0;
    bottom: 20px;
}

ul.casestudy-lists {
    min-height: 160px;
    margin-bottom: 20px;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

#fixedbtn .contact:before {
    margin-bottom: 5px;
    background: url("https://www.manageengine.com/se/css/../images/req-demo.svg") no-repeat #29b373;
    background-size: 45%;
    background-position: center;
}

#fixedbtn .demo:before {
    background: url("../images/req-callback.svg") no-repeat #29b373;
    background-size: 50%;
    background-position: center;
}

#fixedbtn .contact,
.top-links .req-call:hover {
    cursor: pointer;
}

/* testimonial slider */
.testimonial_slider_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonial_slider_2 input {
    display: none;
}

.testimonial_slider_2 #slide_2_1:checked~.boo_inner {
    margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked~.boo_inner {
    margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked~.boo_inner {
    margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked~.boo_inner {
    margin-left: -300%;
}

.testimonial_slider_2 .boo_inner {
    width: 400%;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
}

.testimonial_slider_2 .slide_content {
    width: 25%;
    float: left;
}

.testimonial_slider_2 #controls {
    text-align: right;
    margin-top: 15px;
}

.testimonial_slider_2 #controls label {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    display: inline-block;
    background: #686868;
    /* Change controls background color */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
    background: #fff;
    /* Change controls background color when mouse click */
}

.content_2 {
    position: relative;
    min-height: 169px;
}

.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}

.testimonial_2 p {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 0.9em;
}

.testimonial_2 h4 {
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 10px;
    color: #fff;
    font-family: "Zoho_Puvi_Medium";
}

.author_2 {
    margin-left: 30px;
}

.author_2 h3 {
    color: #333;
    /* Change author text color */
    font-size: 13px;
    font-family: "Zoho_Puvi_SemiBold";
    padding: 0 0 5px;
}

.author_2 h4 {
    color: #333;
    /* Change author text color */
    font-size: 12px;
    font-family: "Zoho_Puvi_Medium";
    padding: 0 0 5px;
}

.author_2 h4 a {
    color: #999;
    /* Change company text link color */
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
    overflow: hidden;
    border-bottom: 1px solid;
}

.author_2 h4 a:after {
    background: #999;
    /* Change company border link background color */
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.author_2 h4 a:hover {
    color: #000;
    border: none;
}

.author_2 h4 a:hover:after {
    border-color: #000;
    width: 100%;
}

#form-sec {
    background: #f1f5ff;
}

.section-descr {
    font-size: 18px;
    margin-top: 10px;
}

.abheader .products .products-lists a span .dcnamechange {
    font-size: 11px !important;
    display: block;
    font-weight: 100;
}

/* form style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.popup,
.popup * {
    box-sizing: border-box;
}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
    display: none;
}

.popup-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    max-height: 90vh;
}

.popup-content form {
    width: 90%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

span.close:hover {
    color: #fff;
}

h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("../images/dotted-bg.svg") no-repeat, url("../images/dotted-bg.svg") no-repeat #003795;
    background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.form-control.btn-submits {
    background: transparent;
    text-align: center;
}

.form-control {
    height: 55px;
    margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

p.privacy-policy {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

.popup p.privacy-policy {
    margin-bottom: 10px;
}

p.privacy-policy a {
    color: #000000;
    text-decoration: underline !important;
}

#meGDPRMessage {
    color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}

.dropdt1 .hida1 {
    padding-top: 16px;
}

.hide_field {
    display: none;
}

/* form css  */
.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    transition: border ease 1.5s;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
}

.dropdown-control {
    background: url(https://www.manageengine.com/images/submenu-sel-arrow.png)no-repeat;
    background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
    background: #fff;
}

.form-control.active-row {
    border: 1px solid #fff;
}

.form-control.btn-submits {
    border: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.form-control.form-comments {
    height: 85px;
}

.form-control:after,
.form-control:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}

.form-control:before {
    top: 0px;
    left: 0px;
}

.form-control:after {
    bottom: 0;
    right: 0;
}

.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: linear-gradient(to bottom, #fff, #f3f3f3);
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.form-control .error.phone_codeerror {
    line-height: 1.2;
    bottom: -18px;
    left: 14px;
    margin-right: 8px;
}

.form-control * {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}

.form-comments.form-control .label {
    top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    background: none !important;
    height: 100%;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.6;
    resize: none;
    font-family: "ZohoPuvi";
}

.form-control select {
    opacity: 0;
    background: url(https://www.manageengine.com/government/images/arrow.png)no-repeat !important;
    background-position: 98% !important;
}

.form-control.active-row select {
    opacity: 1;
    color: #7c7979;
}

.enquiry-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}

.enquiry-popup .active-row.form-control {
    border-color: #fff;
}

.form-control.btn-submits {
    border: none;
}

.btn-submits button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
    background: #1c1c1c;
    border-color: #1c1c1c;
}

p.callback-text {
    margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
    padding-left: 0;
}

b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
    background: transparent;
    border: none;
    height: auto;
    text-align: center;
}

.btn-submit-new button {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
    background: #222222;
    border-color: #222222;
}

.active-row.form-control::before {
    border-top-color: #3754ff;
    border-right-color: #3754ff;
    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: #3754ff;
    border-left-color: #3754ff;
    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, #f1f5ff, #fff);
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.popup .form-control.active-row .label {
    background: #fff;
}

.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
    display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border: 2px solid #3754ff;
    border-radius: 4px;
    opacity: 1;
    background: url(https://www.manageengine.com/government/images/arrow.png)no-repeat #fff !important;
    background-position: 95% !important;
}

.popup .uscountry select#contact_country,
.popup .uscountry select#zc-country {
    height: 48px;
}

.uscountry.form-control.active-row .label {
    z-index: 99;
}

.uscountry select#country_state {
    height: 60px;
    background: url(https://www.manageengine.com/government/images/arrow.png)no-repeat #fff !important;
    background-position: 95% !important;
    margin-top: 15px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #3754ff;
}

.uscountry .state-label {
    top: unset !important;
    bottom: 38px;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 55px;
}

.dropdown1.sol {
    z-index: 999;
}

.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}

.clicks {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-left: 30px;
    font-size: 16px;
    color: #7a7878;
    background: url(https://www.manageengine.com/government/images/arrow.png)no-repeat transparent;
    background-position: 96%;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.active-row .dropdt1 .hida1 {
    background: linear-gradient(to bottom, #f3f3f3, #fff);
    width: auto;
    display: inline-block;
    position: absolute;
    height: auto;
    padding: 0 6px;
    top: -8px;
    left: 15px;
    z-index: 9;
    color: #555;
}

.multiSel1 {
    padding: 12px 10px 5px 10px;
    height: 53px;
    overflow: scroll;
    display: none;
}

.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
    width: 100%;
    background: #fff;
    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: #2e2d2d;
    display: none;
    left: 0;
    padding: 15px 0 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    overflow: auto;
    background: #fff;
    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;
}

.dropdown1 .dropdd1 ul li:hover {
    background: #f0f0f0;
}

.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 0.9em;
    line-height: 20px;
    display: inline-block;
}

.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
    cursor: pointer;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 999;
    display: none;
}

#fixedbtn:not(.solution-btn) {
    display: block !important;
}

#fixedbtn span {
    display: none;
}

#fixedbtn a {
    display: block;
    position: relative;
    background: #29b373 !important;
    width: auto !important;
    cursor: pointer;
    height: 50px;
    color: #fff !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(190px);
    -webkit-transform: translateX(190px);
}

#fixedbtn span:hover,
#fixedbtn a:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#fixedbtn span:before,
#fixedbtn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
}

#fixedbtn .contact:before {
    margin-bottom: 5px;
    background: url("https://www.manageengine.com/se/css/../images/req-demo.svg") no-repeat #29b373;
    background-size: 45%;
    background-position: center;
}

#fixedbtn .contact_popup:before {
    background: url("https://www.manageengine.com/se/css/../images/download-ico.svg") no-repeat #29b373;
    background-size: 50%;
    background-position: center;
}

#fixedbtn .contact,
.top-links .req-call:hover {
    cursor: pointer;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    display: none;
}

.global-success-msg {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.global-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.global-success-msg p b {
    display: block;
}

span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.global-success-msg span.close {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #b3b3b4;
    margin: 0;
}

.global-success-msg span.close:hover {
    color: #000;
}

.captcha-input {
    vertical-align: middle;
}

.captcha-input,
div.form-group .form-field {
    position: relative;
}

.captcha-input.form-field {
    margin: 0;
    width: 100%;
}

.captcha-input {
    margin: 0;
}

.form-group.captcha-group {
    margin: 0 0 10px 0;
}

#WrongCaptchaError {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.CaptchaWrap {
    position: relative;
    vertical-align: middle;
}

#CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.CaptchaTxtField {
    display: block;
    box-sizing: border-box;
}

div.reload {
    width: 8%;
    vertical-align: middle;
}

.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
    content: "";
    display: table;
    clear: both;
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: "Zoho_Puvi_ThinItalic";
    font-style: italic;
}

div.form-group input.ReloadBtn {
    background: url(https://www.manageengine.com/images/captcha-reload.svg) lefttop no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    text-indent: -99px;
    position: relative;
    left: 7px;
    top: 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

#SIEM .sol-item p a {
    font-size: .9em;
}

#UEMS .sol-item p a {
    font-size: .9em;
}

#UEMS.sol-in-row:nth-child(1) {
    width: 65%;
}

#UEMS.sol-in-row:nth-child(2) {
    width: 34%;
    margin-left: 1%;
}

#SIEM .sol-items:nth-child(3) .sol-item,
#ITOM .sol-items:nth-child(3) .sol-item,
#ITOM .sol-items:nth-child(5) .sol-item {
    left: inherit;
    right: 0;
}

#SIEM .sol-items:nth-child(4) .sol-item {
    right: auto;
}

#SIEM .sol-items:nth-child(5) .sol-item {
    right: 0;
    left: inherit;
}

.sol-in-row-sml .sol-items {
    float: none;
    margin: 0 auto 10px auto;
}

.sol-in-row-sml .sol-item:hover,
.sol-in-row-sml .sol-items:nth-child(even):not(.odd-items) .sol-item:hover {
    width: 260px;
    transform: translate(-50%, 0);
    left: 50%;
}

.sol-in-row-sml .sol-itemsfirewall .sol-item:hover {
    width: 260px;
    transform: translate(-50%, -50%) !important;
    left: 50%;
}

.sol-item:hover .default-text {
    display: none;
}

.sol-item:hover .hover-text {
    display: block;
}

.sol-in-row-sml .sol-item p.hover-text {
    width: 220px;
}

#IT_analytics .sol-item p a {
    font-size: .9em;
}

#IT_analytics.sol-in-row {
    width: 100%;
}

#IT_analytics .sol-cta a:nth-child(2):after,
#IT_analytics .sol-item:hover .sol-cta a:nth-child(2):after,
#IT_analytics .sol-item.key-item:hover .sol-cta.three-cta a:nth-child(2):after {
    background: #ff9300;
}

#IT_analytics .sol-items:nth-child(3) .sol-item {
    left: inherit;
    right: 0;
}

#IT_analytics .sol-in-box {
    text-align: center;
    margin: auto;
}

#IT_analytics .sol-items {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.uem-det-ico,
.itsm-det-ico,
.siem-det-ico,
.analytics-det-ico {
    background: #fff;
    display: block;
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 22px;
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.uem-det-ico:after,
.itsm-det-ico:after,
.siem-det-ico:after,
.analytics-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    background: url("https://www.manageengine.com/se/css/../images/uem-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.itsm-det-ico:after {
    background: url("https://www.manageengine.com/se/css/../images/itsm-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.siem-det-ico:after {
    background: url("https://www.manageengine.com/se/css/../images/siem-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.analytics-det-ico:after {
    background: url("https://www.manageengine.com/se/css/../images/analytics-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.uem-det-ico1:after {
    background-position: 5px 3px;
}

.uem-det-ico2:after {
    background-position: -57px 3px;
}

.uem-det-ico3:after {
    background-position: -134px 3px;
}

.uem-det-ico4:after {
    background-position: -203px 3px;
}

.uem-det-ico5:after {
    background-position: -268px -2px;
}

.uem-det-ico6:after {
    background-position: -329px -6px;
}

.uem-det-ico7:after {
    background-position: 5px -52px;
}

.uem-det-ico8:after {
    background-position: -57px -50px;
}

.uem-det-ico9:after {
    background-position: -133px -50px;
}

.uem-det-ico10:after {
    background-position: -201px -54px;
}

.uem-det-ico11:after {
    background-position: -267px -54px;
}

.uem-det-ico12:after {
    background-position: -331px -51px;
}

.itsm-det-ico1:after {
    background-position: 4px 1px;
}

.itsm-det-ico2:after {
    background-position: -62px 1px;
}

.itsm-det-ico3:after {
    background-position: -123px -3px;
}

.itsm-det-ico4:after {
    background-position: -182px -6px;
}

.itsm-det-ico5:after {
    background-position: -252px -4px;
}

.itsm-det-ico6:after {
    background-position: -329px -6px;
}

.itsm-det-ico7:after {
    background-position: 4px -56px;
}

.siem-det-ico1:after {
    background-position: 5px 3px;
}

.siem-det-ico2:after {
    background-position: -54px -2px;
}

.siem-det-ico3:after {
    background-position: -127px -5px;
}

.siem-det-ico4:after {
    background-position: -193px -6px;
}

.siem-det-ico5:after {
    background-position: -264px -2px;
}

.siem-det-ico6:after {
    background-position: -329px -6px;
}

.siem-det-ico7:after {
    background-position: 5px -52px;
}

.siem-det-ico8:after {
    background-position: -46px -57px;
}

.siem-det-ico9:after {
    background-position: -123px -60px;
}

.siem-det-ico10:after {
    background-position: -193px -55px;
}

.siem-det-ico11:after {
    background-position: -267px -54px;
}

.siem-det-ico12:after {
    background-position: -332px -55px;
}

.analytics-det-ico1:after {
    background-position: 7px -2px;
}

.analytics-det-ico2:after {
    background-position: -54px -2px;
}

.analytics-det-ico3:after {
    background-position: -118px -2px;
}

.analytics-det-ico4:after {
    background-position: -183px -2px;
}

.analytics-det-ico5:after {
    background-position: -264px -4px;
}

.analytics-det-ico6:after {
    background-position: -329px -6px;
}

.analytics-det-ico7:after {
    background-position: 5px -57px;
}

.analytics-det-ico8:after {
    background-position: -56px -61px;
}

.analytics-det-ico9:after {
    background-position: -117px -60px;
}

.analytics-det-ico10:after {
    background-position: -183px -58px;
}

.analytics-det-ico11:after {
    background-position: -261px -56px;
}

/* analytics page */
#IT_analytics .sol-item p a {
    font-size: .9em;
}

#IT_analytics.sol-in-row {
    width: 100%;
}

#IT_analytics .sol-cta a:nth-child(2):after,
#IT_analytics .sol-item:hover .sol-cta a:nth-child(2):after,
#IT_analytics .sol-item.key-item:hover .sol-cta.three-cta a:nth-child(2):after {
    background: #ff9300;
}

#IT_analytics .sol-items:nth-child(3) .sol-item {
    left: inherit;
    right: 0;
}

#IT_analytics .sol-in-box {
    text-align: center;
    margin: auto;
}

#IT_analytics .sol-items {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

/* form style end */
@media only screen and (max-width: 1200px) {
    .cloud-in-box h3 {
        font-size: 15px;
    }

    .sol-in-row,
    .sol-in-row-lrg,
    .sol-in-row-sml {
        width: 50%;
    }

    .sol-box {
        width: 820px;
        margin: 0 auto;
    }

    .container {
        width: 80%
    }

    #sol-detail .cols-4.cols-md-6.cols-sd-12 {
        height: 170px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1025px) {
    .foot-sec>ul.regional-countries-drop {
        width: 75%;
    }

    .tool-box {
        margin-bottom: 20px;
    }

    .casestudy-box {
        margin-bottom: 20px;
    }

    .banner:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .detail-row p {
        min-height: 72px;
    }

    .container {
        width: 90%
    }

    .sol-in-col {
        margin-bottom: 20px;
        height: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    #sol-detail .cols-4.cols-md-6.cols-sd-12 {
        height: auto;
        overflow: inherit;
    }

    .sol-in-row {
        width: 100% !important;
    }

    .sol-box {
        width: 90%;
        margin: 0 auto;
    }

    .sol-items:nth-child(3) .sol-item,
    .sol-items:nth-child(6) .sol-item,
    .sol-items:nth-child(9) .sol-item {
        left: inherit;
        right: 0;
    }

    .sol-items:nth-child(4) .sol-item,
    .sol-items:nth-child(7) .sol-item,
    .sol-items:nth-child(10) .sol-item {
        right: inherit;
        left: 0;
    }

    .detail-row p {
        min-height: 90px;
    }
}

@media only screen and (max-width: 650px) {
    .page-title {
        font-size: 1.6em;
    }

    .section-title {
        font-size: 1.3em;
    }

    .sol-title {
        font-size: 1.1em;
        width: 78%;
    }

    .sol-in-col {
        min-height: auto;
        height: auto !important;
        margin-bottom: 40px;
    }

    .sol-in-row:last-child .sol-in-col {
        margin-bottom: 0px;
    }

    .sol-in-col>h3 {
        font-size: 0.9em;
    }

    .sol-in-box .sol-items .sol-item {
        right: inherit !important;
        left: 50% !important;
        transform: translate(-50%, 0);
    }

    .sol-in-box.single-solbox .sol-items .sol-item {
        top: 0;
        left: 50% !important;
    }

    .analytics-solbox.sol-in-box.single-solbox .sol-items .sol-item {
        transform: translate(-50%, 0);
        left: 50% !important;
    }

    .analytics-solbox.single-solbox .sol-item:hover {
        width: 275px;
        height: 260px;
    }

    .sol-items {
        width: 182px;
        float: none;
        margin: 10px auto;
    }

    .sol-item {
        width: 182px;
    }

    .sol-item p.hover-text {
        width: 250px;
    }

    .sol-item p {
        font-size: 11px;
    }

    .sol-item p.default-text {
        width: 124px;
        font-size: 13px;
    }

    .sol-item:hover {
        width: 290px;
        height: 260px;
    }

    .detail-row p {
        min-height: inherit;
        margin: 0;
    }

    .detail-row {
        margin-bottom: 20px;
    }

    .CaptchaWrap {
        margin-top: 5px;
    }

    div.form-group input.ReloadBtn {
        top: 22px;
    }

    .banner {
        padding: 50px 0;
        text-align: center;
    }

    .casestudy-box {
        height: auto !important;
    }

    #fixedbtn a {
        transform: none;
        text-indent: -999px;
        padding: 0;
    }

    .section-title br {
        display: none;
    }

    #IAM .detail-row p {
        min-height: auto;
    }
}

/*@media only screen and (max-width: 380px) { .sol-in-box .sol-items .sol-item:hover {left: -35px !important;}}*/