@charset "UTF-8";
/* CSS Document */
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
p {
  font: 18px/1.6 Zoho_Puvi_Regular;
  margin: 0px 0px 30px 0px;
}
.banner-bg {
  background: #045fd2;
  padding: 75px 0px;
}
.banner {
  text-align: center;
  color: #fff;
}
.banner h1 {
  font: 48px / 1.15 Zoho_Puvi_ExtraBold;
  max-width: 700px;
  margin: auto;
}
.banner p {
  font: 18px / 1.5 Zoho_Puvi_Regular;
  margin: 10px auto 0px auto;
}
.table-section-wrapper {
  padding: 75px 0px;
}
.table-section table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
  table-layout: auto;
  margin: 0px 0px 50px 0px;
}
.table-section table tr:nth-child(even) {
  background: #045fd20d;
}
tr.table-header th:nth-child(1) {
  border-top-left-radius: 20px;
}
tr.table-header th:last-child {
  border-top-right-radius: 20px;
}
.table-section table caption {
  font: 26px / 1.5 Zoho_Puvi_Bold;
  margin: 50px 20px 30px 0px;
}
.table-section table th, .table-section table td {
  padding: 20px;
  text-align: center;
  font: 16px / 1.5 Zoho_Puvi_Regular;
  border: 1px solid #ccc;
}
.table-section table td {
  text-align: left;
  vertical-align: middle;
}
.table-section table th {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  background: #045fd2;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
}
.prd-nav li {
  width: 32%;
}

span.prd-msp {
            display: none;
			opacity: 1;
            animation-name: msptext;
            animation-timing-function: ease-in;
            animation-duration: 1s;
	    	transition: 1s ease;
        }
		@keyframes msptext {
            0% {
                opacity: 0;
				width:0%;
            }
            100% {
                opacity: 1;
                width: 100%;
            }
        }
.dropdwnsticky {
    /*position: sticky;
    top: 100px;
    z-index: 999;*/
    display: flex;
    justify-content: flex-end;
    margin-top:50px;
    align-items: center;
}
		.dropdwnsticky label {
    font-size: 17px;
    color: #000;
}
	.dropdwnsticky select {
    border-radius: 0;
    border:1.5px solid #323232;
    color: #000;
    background: #fff url(https://www.manageengine.com/products/service-desk/images/arrowImage.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 19%;
    padding: 10px;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 5px;
}
.product-content {
    display: none;
}

#product1-content.show,#product2-content.show {
    display: block;
	opacity: 1;
	animation-name: prdcontentfadein;
	/*animation-iteration-count: 1;*/
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
@keyframes prdcontentfadein {
	0% {
		opacity: 0;
		    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
	}
	100% {
		opacity: 1;
		    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
	}
}

select.product-dropdown {
    margin-bottom: 20px;
}


.compare-table-footer-bg {
  background: #323232;
  text-align: center;
  padding: 100px 0px;
}
.compare-table-footer h4 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px auto 30px auto;
}
.compare-table-footer p {
  font: 19px / 1.5 Zoho_Puvi_Regular;
  color: #fff;
  margin: 10px auto 40px auto;
  max-width: 600px;
}
ul.footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-cta li {
  margin: 0px 7px;
}
ul.footer-cta li a {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-cta li:nth-child(2) a {
  background: transparent;
  border: 1px solid #fff;
}
.fixed-header {
  position: sticky;
  top: 49px;
  z-index: 999;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
tr.table-header.fixed-header th {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.internal-links {
  color: #045fd2;
  text-decoration: none !important;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1180px) {
.dropdwnsticky select{    width: 23%;}
}
@media screen and (max-width: 1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  .table-section table {
    border: 0;
  }
  .table-section table tr:nth-child(even) {
    background: transparent;
  }
  .table-section table caption {
    font-size: 20px;
  }
  .table-section table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-section table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 30px;
  }
  .table-section table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  .table-section table td::before {
    content: attr(data-label);
    float: left;
    font: 14px / 1.5 Zoho_Puvi_Bold;
  }
  .table-section table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
.dropdwnsticky select{    width: 30%;}
}
@media screen and (max-width: 667px) {
.dropdwnsticky {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
}
	.dropdwnsticky label {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}
	.dropdwnsticky select {
        width: 70%;
    }
}

@media only screen and (max-width:414px) {
  .banner h1 {
    font: 36px / 1.15 Zoho_Puvi_ExtraBold;
  }
  ul.footer-cta {
    display: block;
  }
  ul.footer-cta li a {
    min-width: 120px;
  }
  .footer-cta li:nth-child(2) a {
    margin-top: 15px;
  }
}