#commonHeader {
    min-height: 90px;
}
.af {
    width: 100%;
    display: inline-block;
}
.ban {
    padding: 77px 0;
    background: #036276;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #036276), to(#00212b));
    background: -o-linear-gradient(bottom, #036276 0, #00212b 100%);
    background: linear-gradient(0deg, #036276 0, #00212b 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.ban:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.manageengine.com/latam/identity-management/images/secure-sso-with-mfa-dots.png) repeat;
    background-size: 115px
}
.ban h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 78px;
    text-align: center;
    color: #ffd283;
    letter-spacing: normal;
    margin-bottom: 0;
}
.ban p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0;    display: none;
}
.ac {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    box-sizing: border-box;
}
.ac .bread {
    position: absolute;
    top: -54px;    
}
.ac .bread span {
    font-size: 12px;
    line-height: 30px;
    color: #fff;    padding-left: 18px;
}
.ac .bread a {
color: #fff;
    opacity: 0.6;
}
.ac .bread a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin: 12px 0 0 6px;
}

.sec-pTB .container {
    max-width: 1240px;
}
.tab-section {
    box-sizing: border-box;
    margin-top: 10px;
}
.tile-sec {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
    padding: 26px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.tile-sec:not(:last-child) {margin-bottom: 38px;}
.tile-sec:hover {
    -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all .5s ease;
}
.tile-sec img {
    transition: all .5s ease;
}
.tile-sec:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease;
}
.tile-sec .tile-image {
    width: 150px;
    height: 185px;
    border-radius: 2px;
    float: left;
    /* background: #ddd; */
}
.tile-cont {
    padding-left: 207px;
}
.tile-sec h2 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    margin: 13px 0;
}
.tile-cont a {
    font-size: 15px;
    line-height: 25px;
    color: #2381ff;
    border-radius: 2px;
    border: 1.5px solid #2381ff;
    padding: 3px 14px;
    transition: all .5s;
    font-weight: 400;
    position: absolute;
    margin-top: 10px;
    box-sizing: border-box;
}
.tile-cont a:hover {
    text-decoration: none;
    background: #2381ff;
    color: #fff !important;
    transition: all .5s;
}
.tile-sec p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
@media screen and (max-width: 1300px) {
    .ac {
        max-width: 95%;
    }
}
@media screen and (max-width: 1024px) {
.sec-pTB {padding: 4% 0;}
.container {    width: 92%;
    padding-left: 4%;
    padding-right: 4%;}
.tab-section {margin-top: 0;}
}
@media screen and (max-width: 768px) {
.tile-sec:not(:last-child) {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 680px) {
    .sec-pTB {
    padding: 7% 0;
}
.container {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
}

    .tile-sec .tile-image {
        float: none;
        margin: auto;
    }
    .tile-cont {
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .tile-cont a {
        position: relative;
        padding: 7px 14px;line-height: 36px;
    }
}
