

h1 {
    font-size: 3em;
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center;
    color: #FFF;
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    margin: 0;
    line-height: normal;
}

#scroll,section.com-banner+section {
    background: #fff
}
.breadcrumb {
    display: none
}
body {
    font-size: 15px
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Zoho_Puvi_SemiBold'
} 
body h2 {
    font-size: 55px
}
p {
    font-size: 18px;
    line-height: 1.8
}
p a {
    font-family: 'Zoho_Puvi_SemiBold'
}
.region-content .content-wrap h1 {
    padding: 0;
    margin: 0
}
/*
.content-wrap {
    max-width: 1030px
}
*/
.compliance-section h2 {
    background: #ececec;
    padding: 2em 0;
    text-align: center
}
.compliance-section h3 {
    text-align: center;
    font-size: 40px
}
.compliance-section .comp-content .icon span {
    background: url(https://www.manageengine.com/latam/images/security-gen-sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 195px;
    height: 130px;
    display: block;
    margin: 0 auto 15px;
    background-position: -238px -130px
}
.compliance-section .comp-content.box-2 .icon span {
    background-position: -462px -130px;
    width: 187px
}
.compliance-section .comp-content.box-3 .icon span {
    background-position: -695px -130px
}
.compliance-section .comp-content.box-4 .icon span {
    background-position: -998px 0;
    width: 130px;
    height: 126px
}
.compliance-section .comp-content.box-4-old .icon span {
    background-position: 0 -135px
}
.compliance-section .comp-content.box-4-new .icon span {
    background-position: -722px -92px;
    background-size: 1648px;
    width: 186px
}
.compliance-section .comp-content.box-5 .icon span {
    background-position: -1130px 0;
    width: 170px;
    height: 127px
}
.compliance-section .comp-content.box-6 .icon span {
    background-position: -1567px 0;
    width: 116px
}
.compliance-section .comp-content.box-7 .icon span {
    background-position: -1307px -16px;
    width: 246px;
    margin-bottom: -17px;
    height: 112px
}
.compliance-section .comp-content.box-8 .icon span {
    background-position: -1462px 0;
    background-size: 1910px;
    width: 225px;
    height: 110px
}
.compliance-section .comp-content.box-9 .icon span {
    background-position: -1682px 0;
    background-size: 1910px;
    width: 225px;
    height: 100px
}
.compliance-section .comp-content.box-10 .icon span {
    background-position: -1487px -136px;
    width: 151px;
    height: 145px
}
.compliance-section .comp-content.box-11 .icon span {
    background-position: -1638px -140px;
    width: 170px;
    height: 140px
}
.compliance-section .comp-content.box-12 .icon span {
    background-position: -2008px -140px;
    width: 113px;
    height: 140px
}
.compliance-section .comp-content.box-13 .icon span {
    background-position: -1828px -140px;
    width: 170px;
    height: 140px
}
.compliance-section .comp-content.box-14 .icon span {
    background: url(https://www.manageengine.com/latam/images/compliance-ens-img.png) 0 0 no-repeat;
    width: 150px;
    height: 150px;
	background-size: contain;
}
.compliance-section .comp-details a{text-decoration: underline;}
.compliance-section .comp-details a:hover{text-decoration: none !important;}
.compliance-section .comp-content.box-1 .icon span {
    background-position: -158px -90px;
    background-size: 1648px;
    width: 187px
}
.compliance-section .comp-content.box-2 .icon span {
    background-position: -345px -90px;
    background-size: 1648px
}
.compliance-section .comp-content.box-3 .icon span {
    background-position: -532px -90px;
    background-size: 1648px;
    width: 187px
}
.compliance-section .comp-content.box-4-old .icon span {
    background-position: -916px -90px;
    background-size: 1648px
}
.compliance-main h4 {
    font-size: 16px;
	margin: 0;
	padding: 0 10px;
}
.compliance-section .comp-content {
    display: flex;
    display: -ms-flexbox;
    margin: 4em 0
}
.compliance-section .comp-details p.app strong {
    font-size: 22px
}
.compliance-section .icon {
    max-width: 23%;
    flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    text-align: center;
	background: none!important
}
.compliance-section .icon p {
		    font-size: 16px;
    margin: 0;
}
	}
.compliance-section .comp-details {
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%
}
.compliance-section .comp-content a {
    color: #000!important;
    display: inline-block!important;
}
/* Popup Div */
.zpopup_bg {
    background: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: inline-block;
    top: 0;
    display: none;
}
	.zpopup_wrap {
    height: 100px;
    left: 50%;
    width: 730px;
    background: #fff;
    color: #000;
    padding: 25px;
    padding-bottom: 0;
    text-align: left;
    border-radius: 5px;
    overflow: scroll;
    max-height: 310px;
    height: 100%;
    top: 25%;
    z-index: 9999;
    position: fixed;
    transform: translateX(-50%);
    box-sizing: border-box;
		display: none;
}
	.zc-container-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #bfbfbf;
    transition: all .3s ease;
    cursor: pointer;
}
.zpop_content p{
	font-size: 14px;
}
.zc-container-close::before {
    transform: rotate(-45deg);
}
	.zc-container-close::after{
		transform: rotate(45deg);
	}
.zc-container-close::after, .zc-container-close::before {
    background: #bfbfbf;
    width: 12px;
    left: 50%;
    top: 50%;
    margin-top: 0;
    margin-left: -6px;
    content: "";
    position: absolute;
    height: 1px;
    cursor: pointer;
}
.compliance-section .comp-content .compliance-pop {
    color: #03a9f5 !important;
    margin-top: 22px;
    font-size: 16px;
}	
/* popup div end */
@media screen and (max-width: 1440px) {
body h2 {
    font-size: 60px
}
}

@media screen and (max-width: 1300px) {
/*
.content-wrap {
    max-width: 1024px
}
*/
body h2 {
    font-size: 45px
}
p {
    font-size: 18px
}
}

@media screen and (max-width: 1199px) {
.compliance-section .comp-details {
    max-width: 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%
}
.compliance-section .icon {
    max-width: 30%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%
}
.compliance-section .comp-content.box-7 .icon span {
    background-position: -1033px -16px;
    width: 196px;
    background-size: 1750px;
    height: 86px
}
.compliance-section .comp-content.box-8 .icon span {
    background-position: -1312px 0;
    background-size: 1710px;
    width: 193px
}
.compliance-section .comp-content.box-9 .icon span {
    background-position: -1512px 0;
    background-size: 1710px;
    width: 193px
}
}

@media screen and (max-width: 767px) {
body h2 {
    font-size: 36px;
    text-align: center
}
.compliance-section .comp-content {
    display: block;
    text-align: center;
    margin: 4em 0
}
.compliance-section .icon, .compliance-section .comp-details {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%
}
.zpopup_wrap{
	width: 532px;
}
}
