@import url("https://www.manageengine.com/css/fonts.css");
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
ol, ul {
  list-style: none
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  color: #000;
  font-family: 'Zoho_Puvi_Regular';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font: 50px/1.3 'Zoho_Puvi_Bold'
}
h2 {
  font: 35px/1.25 'Zoho_Puvi_SemiBold'
}
h3 {
  font: 25px/1.3 'Zoho_Puvi_SemiBold';
  margin-bottom: 20px;
}
h4 {
  font: 20px/1.4 'Zoho_Puvi_SemiBold'
}
h5 {
  font: 18px/1.4 'Zoho_Puvi_SemiBold'
}
h6 {
  font-size: 16px
}
p, a {
  font-size: 17px !important;
  line-height: 1.5 !important;
  margin: 0 0 20px;
}
img {
  max-width: 100%;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* + html .clearfix {
  display: inline-block
}
.clearfix:after {
  clear: both
}
.clear {
  clear: both;
  line-height: 0;
  height: 0
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}
#backToTop {
  position: fixed;
  right: 20px;
  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;
}
/*desktop menu style starts*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
ul.menu-list {
  display: flex;
}
ul.menu-list li {
  margin: 20px;
}
ul.menu-list li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  position: relative;
}
/*ul.menu-list li:nth-child(4) a {
	padding: 10px 30px;
	border-radius: 3px;
	border: 1px solid #ff4142;
	color: #ff4142;
	font-family: 'Zoho_Puvi_SemiBold'
}
ul.menu-list li:nth-child(4):hover a {
	background: #ff4142;
	color: #fff;
}
ul.menu-list li:nth-child(4) a:before {
	display: none;
}*/
ul.menu-list li a:before {
  content: "";
  width: 0%;
  border-bottom: 2px solid #d3ba59;
  position: absolute;
  top: 23px;
  left: 0px;
  bottom: 0;
  transition: width 0.5s;
}
a.scroll {
  display: none;
}
a.scroll-cta {
  display: initial;
  background: #ff4141;
  padding: 10px 30px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff !important;
}
/*desktop menu style ends*/
/*mobile menu style starts*/
ul.menu-items {
  position: absolute;
  background: #333;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  display: none;
  padding: 30px 50px;
  z-index: 999;
}
ul.menu-items li {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 40px;
  position: relative;
}
ul.menu-items li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
/*ul.menu-items li:nth-child(4) a {
	background: #ff4142;
	padding: 10px 40px;
	border-radius: 3px;
}*/
ul.menu-list > li a:hover:before {
  width: 100%;
}
.hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin: 0px;
  display: none !important;
}
.hamburger:after, .hamburger span:before, .hamburger span:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  transition: 0.2s ease-in-out;
}
span.hamburger span:before {
  transform: translateY(-5px);
}
span.hamburger span:after {
  transform: translateY(5px);
}
.hamburger-active:after {
  height: 0px;
}
.hamburger-active span:before {
  transform: rotate(45deg) !important;
}
.hamburger-active span:after {
  transform: rotate(-45deg) !important;
}
/*mobile menu style ends*/
/*fixed header style starts*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  animation: smooth 0.3s ease-in-out;
  z-index: 99999999;
  box-shadow: 0px 0px 5px #e2e2e2;
}
@keyframes smooth {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0px);
  }
}
/*fixed header style ends */
/*Banner section*/
.logos {
  width: 20%; /*margin: 0 auto;*/
}
img.me-logo {
  width: 140px;
  margin-bottom: -5px;
}
img.sdp-logo {
  width: 220px;
}
.banner-bg {
  background: #fffde1;
}
.banner {
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.banner-image img {
  width: 80%
}
.rowpdg {
  padding: 50px 0px;
}
.banner p {
  font-size: 19px !important;
  margin: 10px auto 25px auto;
  width: 80%;
}
.banner .col:nth-of-type(2) {
  flex-grow: 1;
  text-align: center;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0px 50px;
}
.col:nth-of-type(2) {
  flex-grow: 1.7;
}
.col picture img {
  display: block;
  margin: 0 auto;
}
.section-space {
  margin: 100px 0px;
}
.bnrcta {
  display: block;
}
a.cta {
  text-decoration: none;
  display: inline-block;
  background: #ee4a44;
  color: #fff;
  padding: 15px 35px;
  font-family: Zoho_Puvi_Bold;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
  /*width: 210px;*/
}
a.cta.sec {
  background: none;
  color: #ee4a44;
  border: 2px solid #ee4a44;
  padding: 13px 35px;
  margin-bottom: 10px;
}
a.cta:hover {
  background: #eb3d36;
}
a.cta.sec:hover {
  background: none;
}
.hmsg {
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
}
a.cta.sec:hover + .hmsg {
  opacity: 1
}
.bread-container {
  padding: 10px 30px;
  /*border-bottom: 1px solid #f1f1f1;*/
}
p.breadcrumb {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 12px !important;
}
p.breadcrumb a {
  font-size: 12px !important;
  color: #484848;
  text-decoration: none;
}
p.breadcrumb a:hover {
  text-decoration: none;
}
a.breadcrumb-title {
  cursor: text;
  color: #3180d2 !important;
}
/*brradcrum sec end*/
/*Main content style start*/
p.intro-text {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}
.itsmcare {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
.itsmcare div.colm {
  flex: 1 0 10%;
  margin: 20px 10px;
  padding: 20px 30px;
  background: #fafafa;
  text-align: center;
}
.itsmcare div.colm:nth-child(1) {
  min-height: 188px;
}
.itsmcare div.colm.secndclr {
  background: #fff;
}
.colm h4 {
  margin-top: 20px;
}
/*Main content style end*/
/*Videos sec start*/
.videossec {
  background: #fdfcf3
}
.videossec h2 {
  text-align: center
}
.video-duriation {
  display: none
}
input.set {
  display: none;
}
#slide1:checked ~ .mask .overflow {
  margin-left: 0;
}
#slide2:checked ~ .mask .overflow {
  margin-left: -33%;
}
#slide3:checked ~ .mask .overflow {
  margin-left: -33%;
}
#slide4:checked ~ .mask .overflow {
  margin-left: -33%;
}
#slide5:checked ~ .mask .overflow {
  margin-left: -66%;
}
#slides {
  position: relative;
}
#slides .mask {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
#slides .overflow {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#slides .slide {
  width: 7.444%;
  height: auto;
  /*line-height: 200px;*/
  float: left;
  margin-right: 50px;
}
#controls {
  width: 100%;
}
#controls label {
  display: none; /*width:5%; height:60px; opacity:0.3;*/ position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer; /*background:#000; */
}
#controls label:hover {
  opacity: 0.8;
}
#slide1:checked ~ #controls label:nth-child(2), #slide2:checked ~ #controls label:nth-child(3), #slide3:checked ~ #controls label:nth-child(4), #slide1:checked ~ #controls label:nth-child(5) {
  right: 0;
  display: block;
}
#slide2:checked ~ #controls label:nth-child(1), #slide3:checked ~ #controls label:nth-child(2), #slide4:checked ~ #controls label:nth-child(3), #slide5:checked ~ #controls label:nth-child(1) {
  left: 0;
  display: block;
}
span.prevarow { /*content: "\2039";*/ background-image: url("../images/prev-arrow.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 27px;
  position: absolute;
  left: -50px;
}
span.nextarow { /*content: "\203A";*/ background-image: url("../images/next-arrow.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 27px;
  position: absolute;
  right: -50px;
  display: none;
}
span.prevarow.mob {
  display: none
}
span.nextarow.mob {
  display: none
}
/* Latest update sec start */
.latestsec {
  background: #fff;
}
.latestsec h2 {
  text-align: center
}
.latestnewscont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.newscont {
  flex-grow: 1;
  flex-basis: 0;
  margin: 50px 50px 0 0;
}
.newscont.mR0 {
  margin-right: 0px;
}
p.lnewshdr {
  margin-top: 30px;
  font: 20px/1.4 'Zoho_Puvi_SemiBold' !important;
}
.imgdiv {
  min-height: 285px;
  display: flex;
  align-items: center;
}
.imgdiv img {
  margin: 0 auto;
  width: 80%;
}
.imgdiv a {
  margin-bottom: 0;
}
.vawnswebinr {
  background: #fff8f2;
}
.dcimg {
  background: #e3fff7;
}
.dcimg img {
  width: 50%;
  max-width: 100%;
  padding: 50px;
}
.msteam {
  background: #ebf5ff
}
.msteam img {
  width: 100%;
  padding: 50px 0;
}
.learnmomre {
  margin-top: 30px;
}
.learnmomre a {
  font-family: 'Zoho_Puvi_SemiBold';
  background-color: #828282;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transition: 0.3s;
}
.learnmomre a:hover {
  background-color: #000000;
}
/* Latest update sec end */
/*NEW-POP-UP-CSS-START*/
.iframe-video-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .95);
  overflow: auto;
  z-index: 999999999;
  display: none;
  padding: 20px 0;
  box-sizing: border-box;
}
.iframe-video-wrap.active {
  display: block;
}
.image-pupup-show-continer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .95);
  overflow: auto;
  z-index: 5555555;
  display: none;
  padding: 20px 0;
  box-sizing: border-box;
}
.image-pupup-show-continer.active {
  display: block;
}
.automation-video {
  position: relative;
  max-width: 900px;
  margin: 50px 0 20px 0;
  width: 100%;
  box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.index-video {
  margin-bottom: -200px;
  top: -200px;
  box-sizing: border-box;
}
.automation-video:hover.automation-video picture {
  transform: scale(1.05);
  transition: .4s ease all;
}
.automation-video picture {
  transform: scale(1);
  transition: .4s ease all;
  display: block;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 100px;
  background: #74c6ffde;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 33;
}
.rectangle-clip-path {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  height: 20px;
  display: block;
  width: 20px;
  transform: rotate(90deg) translate(2px, -2px);
  transform-origin: center;
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}
.modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  transition-delay: 0s;
}
.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  height: 510px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  transform: translate(-50%, -50%);
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header, .modal-content {
  padding: 1em;
}
.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  background: none;
  border: 0;
  height: 40px;
  width: 50px;
}
.modal-close::after {
  content: '';
  height: 100%;
  display: block;
  width: 2px;
  background: grey;
  border-radius: 10px;
}
.modal-close::before {
  content: '';
  height: 100%;
  display: block;
  width: 2px;
  background: grey;
  border-radius: 10px;
}
.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.popup-btn {
  cursor: pointer
}
/*close-btn*/
.close-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  height: 50px;
  width: 50px;
  background-image: url(../../images/popup-close-img.png);
  background-size: contain;
  cursor: pointer;
}
/*image-popup-show-start*/
.image-pupup-show-continer .modal-wrapper {
  position: relative;
  z-index: 999;
  left: 0;
  width: 60%;
  height: auto;
  background-color: unset;
  box-shadow: unset;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  max-width: unset;
  top: 50%;
  transform: translate(0, -50%);
}
.clone-img-ele {
  cursor: zoom-in;
}
.image-pupup-show-continer .modal-wrapper img, .image-pupup-show-continer .modal-wrapper source {
  width: 100%;
}
/*image-popup-show-end*/
/*NEW-POP-UP-CSS-END*/
/*Videos sec end*/
/*animation style start*/
.animation {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}
.active-anim .animation {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
/*animation style end*/
.formsec {
  background: #fff;
  margin-bottom: 0px;
  margin-top: 40px;
}
.iframdiv {
  margin-top: 0px;
  position: relative;
}
/*footer style*/
.copyrightsec {
  background: #fff;
  text-align: center
}
.foot-copy p {
  color: #444 !important;
}
.foot-copy a {
  color: #444;
  text-decoration: none;
}
/*.ftrcta{ margin-top: 40px; display: block;}
.ftrcta a.bookademom {
    background: #fd2d2d;
    padding: 15px 50px;
    color: #ffff;
    text-decoration: none;
    font-size: 23px !important;	
    border-radius: 2px;
    font-family: 'Zoho_Puvi_Bold';
}
.footersec p{ margin-top: 40px;}
a.subsnews{ color:#636363; text-decoration: underline;}*/
/*footer style*/
@media only screen and (max-width:1100px) {
  .container {
    max-width: 95%;
  }
  h1 {
    font: 40px/1.1 'Zoho_Puvi_Bold';
  }
  .bannersecbg {
    padding: 50px 0;
  }
}
@media only screen and (max-width:1024px) {
  .banner {
    padding: 50px 20px;
  }
  .banner p {
    width: 100%;
  }
  .rowpdg {
    padding: 50px 0px;
  }
  ul.menu-list {
    display: none;
  }
  .hamburger {
    display: inline-block !important;
  }
  #slides .slide {
    width: 7%;
    height: auto;
    /* line-height: 200px; */
    float: left;
    margin: 0 26px;
  }
  span.prevarow {
    left: 0px;
  }
  span.nextarow {
    right: 0px;
  }
}
@media only screen and (max-width:980px) {
  .banner {
    padding: 30px 0px;
  }
  .col {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0px 20px;
  }
  a.cta {
    padding: 15px 18px;
  }
  p.intro-text {
    width: 100%;
  }
  .itsmcare div.colm {
    flex: 1 0 30%;
    background: #fafafa !important;
    min-height: 200px !important;
    margin: 10px;
  }
  .newscont {
    flex-grow: 1;
    flex-basis: 0;
    margin: 30px 25px;
  }
  .dc {
    display: none
  }
  .mob {
    display: block;
    margin-top: 30px;
  }
  .mob img {
    max-width: 50%;
  }
  .banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .bnr-leftcont {
    flex: 0 0 100%;
    padding-right: 0%;
  }
  .bnrcont {
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
  }
  h1 {
    font: 39px/1.1 'Zoho_Puvi_Bold';
  }
  #slides .slide {
    width: 6.5%;
  }
}
@media only screen and (max-width:768px) {
  .banner-video {
    margin: 50px auto 0px auto;
    max-width: 100%;
  }
}
@media only screen and (max-width:667px) {
  .logos {
    width: 50%;
  }
  .bread-container {
    display: none
  }
  .banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  a.cta.sec {
    margin-top: 20px;
  }
  .col {
    flex-grow: inherit;
    flex-basis: inherit;
    margin: 0;
  }
  .banner p {
    width: 90%;
  }
  .col picture img {
    display: block;
    margin: 20px auto;
    width: 80%;
  }
  .container {
    max-width: 90%;
  }
  .banner-video {
    margin: 50px auto 0px auto;
    max-width: 100%;
  }
  .hmsg {
    height: 0px;
    position: relative;
  }
  a.cta.sec:hover + .hmsg {
    height: auto;
  }
  p, a {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 0 20px;
  }
  h3.form-title {
    font-size: 25px;
  }
  .bannersecbg {
    padding: 20px 0 50px;
  }
  .bnrcont {
    width: 100%;
  }
  h1 {
    font: 32px/1.3 'Zoho_Puvi_Bold';
  }
  h2 {
    font: 24px/1.25 'Zoho_Puvi_SemiBold';
  }
  .itsmcare div.colm {
    min-height: auto !important;
  }
  h4 {
    font: 18px/1.4 'Zoho_Puvi_SemiBold';
  }
  .automation-video {
    margin: 25px 0 20px 0;
  }
  .play-btn {
    height: 30px;
    width: 40px;
  }
  #slides .slide {
    width: 8.5%;
    margin: 0 30px;
  }
  #slide1:checked ~ .mask .overflow {
    margin-left: 0;
  }
  #slide2:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  #slide3:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  #slide4:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  #slide5:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  span.prevarow.mob {
    display: block
  }
  span.nextarow.mob {
    display: block
  }
  #slides .slide p {
    font-size: 15px !important;
    margin-bottom: 0px;
  }
  a {
    margin-bottom: 0px;
  }
  .imgdiv {
    min-height: auto;
  }
  .latestnewscont {
    flex-wrap: wrap;
  }
  .newscont {
    flex-grow: inherit;
    flex-basis: inherit;
    margin: 30px 0px;
  }
  .imgdiv img {
    width: 60%;
  }
  .dcimg img {
    width: 50%;
    max-width: 100%;
    padding: 30px;
  }
  p.lnewshdr {
    margin-top: 30px;
    font: 18px/1.4 'Zoho_Puvi_SemiBold' !important;
  }
}
@media only screen and (max-width:414px) {
  ul.menu-items {
    top: 95px;
  }
  h3.form-title {
    font-size: 22px;
  }
}
@media only screen and (max-width:380px) {
  h1 {
    font: 30px/1.3 'Zoho_Puvi_Bold';
  }
}
.zh-epi-btn {
  padding-top: 20px;
  text-align: center;
}
.zh-txt-title {
  text-decoration: none;
  display: inline-block;
  background: #ee4a44;
  color: #fff;
  padding: 15px 35px;
  font-family: Zoho_Puvi_Bold;
  font-size: 17px;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}