 @import url("https://www.manageengine.com/css/fonts.css");
/* Reset CSS */



html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
.clearfix {
    content: "";
    clear: both;
    display: table;
}
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, splan, 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
}
#smartbanner, body {
    -webkit-font-smoothing: antialiased
}
body {
    margin: 0;
    color: #000;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Zoho_Puvi_Regular";
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
embed, img, object, video {
    max-width: 100%;
    height: auto
}
video {
    width: 100%
}
input:focus, keygen:focus, select:focus, textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}
input {
    border: none;
    border-radius: 0
}
* {
    -webkit-tap-highlight-color: transparent;
    font-variant-numeric: lining-nums;
}
*, ::after, ::before {
    box-sizing: inherit;
}
/* Reset CSS */


/*Global Style*/

h1 {
    font-size: 50px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
h2 {
    font: 30px/1.25 Zoho_Puvi_SemiBold;
    margin-bottom: 30px;
}
h3 {
    font: 26px/1.25 Zoho_Puvi_SemiBold;
    margin-bottom: 15px;
}
h4 {
    font: 22px/1.4 Zoho_Puvi_SemiBold;
    color: #00a9f4;
    margin-bottom: 10px;
}
h5 {
    font: 20px/1.4 'Zoho_Puvi_SemiBold';
    margin-bottom: 5px;
}
img {
    max-width: 100%;
}
p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 30px;
       box-sizing:border-box;
}
.container-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}
#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;
}
/*Global Style*/


/*header style*/

.header-bg {
    padding: 20px 0px;
}
.secondary-header {
    display: none;
}
.secondary-header p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000;
    font-size: 17px;
    width: 100%;
}
.secondary-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}
.fixed-header {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    z-index: 99;
    animation: fadein 0.5s ease-in-out;
}
 @keyframes fadein {
 0% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0px);
}
}
img.me-logo {
    width: 162px;
    height: 42px;
}
img.sdp-logo {
    width: 222px;
    height: 24px;
}
/*header style*/



/* Mobile Menu Style Starts*/

.mobile-menu {
    display: none;
}
.dropdown-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 999999;
    cursor: pointer;
    max-width: 100%;
    padding: 10px 30px;
    box-shadow: 0px 0px 10px #dedede;
}
.drop-list-items {
    display: none;
}
.menu-title {
    font-size: 14px;
    margin: 0px;
    color: rgba(0,0,0,.4);
}
#current-text {
    color: #058ef7;
    margin: 0px;
    font-size: 18px;
}
#current-text p {
    margin: 0px;
}
.dropdown-up-arrow {
    transform: rotate(180deg);
}
ul.category.drop-list-items {
    padding: 15px 30px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.2);
}
ul.category.drop-list-items li {
    cursor: pointer;
    margin-bottom: 20px;
}
span.mobile-cta {
    background: red;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
}
/* Mobile Menu Style Ends */


/*breadcrumb*/
.bread-crumb {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 30px;
}
.bread-crumb p {
    margin-bottom: 0px;
    font-size: 15px;
}
.bread-crumb a {
    color: #138cd6;
    text-decoration: none;
}
.smlarlft {
    background: url(../images/sdp-common-image.png) 0px 0px no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 5px 5px 5px;
    position: relative;
    top: 8px;
    display: inline-block;
}
.smlarlft {
    background: url(../images/sdp-common-image.png) 0px 0px no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 5px 5px 5px;
    position: relative;
    top: 8px;
    display: inline-block;
}
.last-updated {
    text-align: right;
    font-size: 20px;
    color: #00a9f4;
    font-weight: bold;
}
/*breadcrumb*/




/*toc*/

ol.toc {
    list-style: decimal;
    font-size: 20px;
    margin-left: 20px;
}
ol.toc li {
    line-height: 1.5;
    margin-bottom: 10px;
}
ol.toc li a {
    text-decoration: none;
    color: #138cd6;
    font-size: 20px;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
ol.toc li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #138cd6;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}
ol.toc li a:hover:before {
    width: 100%;
}
ol.inner-toc {
    margin: 20px 20px;
}
ol.inner-toc li {
    position: relative;
    margin-bottom: 5px;
}
ol.inner-toc li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    top: 13px;
    left: -19px;
    bottom: 0;
    border-radius: 50px;
}
ol.sub-inner-toc {
    margin: 20px 40px;
}
ol.sub-inner-toc li {
    position: relative;
    margin-bottom: 0px;
}
ol.sub-inner-toc li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    top: 13px;
    left: -15px;
    bottom: 0;
    border-radius: 50px;
    border: 1px solid #000;
}
/*toc*/






/*banner style starts */
.banner-bg {
    background: url(../images/itil-features-banner.jpg);
    background-size: cover;
    padding: 75px 0px;
}
.banner {
    display: flex;
    align-items: center;
}
.banner>div {
    flex: 0 0 50%;
}
.banner img {
    width: 80%;
}
.banner h1 {
    font-size: 38px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
}
.banner p {
    font-size: 20px;
    line-height: 1.6;
    margin: 10px 0px 30px 0px;
    width: 90%;
}
ul.banner-cta {
    display: block;
}
.banner-cta li a {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 15px;;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: Zoho_Puvi_Bold;
}
ul.banner-cta li:nth-child(2) a {
    background: none !important;
    border: 1px solid #ff2323;
    color: #ff2323;
}
/*banner ends */


/*sidebar style starts*/

.sidebar {
    background: #31383d;
    left: 0;
    top: 0;
    padding: 30px 0px;
    width: 200px;
    height: 100vh;
    display: none;
}
p.sidebar-close {
    position: fixed;
    left: 10px;
    top: 120px;
    background: transparent;
    cursor: pointer;
    padding: 15px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    display: none;
}
p.sidebar-close:before {
    content: "\2630";
    position: absolute;
    color: #fff;
    top: 10px;
    right: 0px;
    bottom: 0px;
    left: 15px;
}
.close-button-move {
    left: -35px !important;
    background: #31383d !important;
    transform: rotate(45deg);
    border-radius: 10px;
    padding: 20px !important;
    transition: 0.5s;
}
.close-button-move:before {
    color: #fff !important;
    transition: color 2s;
    transform: rotate(-45deg);
    left: 45px !important;
    top: 0px !important;
}
.sticky-sidebar {
    display: block;
    position: fixed;
    padding: 60px 0px 30px 0;
    top: 108px;
    animation: fade-right 0.5s ease-in-out;
    z-index: 999;
}
@keyframes fade-right {
 0% {
 transform:translateX(-100px);
}
 100% {
 transform:translateX(0px);
}
}
p.sidebar-button {
    padding: 10px 30px;
    background: #34ad65;
    color: #fff;
    position: fixed;
}
ul.sidebar li {
    font-size: 16px;
    transition: 0.3s;
    width: 200px;
}
ul.sidebar li:hover {
    background: #444;
}
ul.sidebar li span {
    color: #fff;
    text-decoration: none;
    padding: 8px 21px;
    display: block;
    transition: 0.3s;
    line-height: 1.4;
    cursor: pointer;
}
.active {
    background: #03A9F4;
    color: #fff !important;
    font-weight: bold;
}
/*sidebar style ends*/


#content {
    padding: 50px 0px;
}
.row-bg {
    padding: 100px 0px;
}
.main-content {
    display: flex;
    align-items: center;
}
.main-content .left-col {
    flex: 0 0 57.5%;
    margin-right: 2.5%;
}
.main-content .right-col {
    flex: 0 0 37.5%;
    margin-left: 2.5%;
}
.row-min {
    width: 100%;
}
.row-min-left-col {
    width: 27.5%;
    margin-right: 2.5%;
    float: left;
}
.row-min-right-col {
    width: 67.5%;
    margin-left: 2.5%;
    float: left;
}
.resolution-space {
    margin: 75px auto;
}
a.cta {
    display: inline-block;
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer !important;
    margin-top: 10px;
    text-align: center;
    float: right;
    font-family: Zoho_Puvi_Bold;
}
a.bottom-cta {
    display: block;
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 2px;
    cursor: pointer !important;
    margin-top: 10px;
    text-align: center;
    font-family: Zoho_Puvi_Bold;
    margin: 0 auto 30px auto;
    width: 40%;
}
ul.list-items {
    margin-left: 20px;
    margin-bottom: 50px;
}
ul.list-items li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}
ul.list-items li:before {
    content: "";
    background: #00a9f4;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}
ol.main-list {
    margin-left: 15px;
}
ol.main-list>li {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 10px;
    list-style-type: decimal;
}
ul.sub-list {
    list-style-type: lower-alpha !important;
    margin: 15px 0px 15px 30px;
}
ul.sub-list li {
    margin-bottom: 10px;
}
.mobile-heading {
    display: none;
}
img.mim-image {
    width: 500px;
    display: block;
    margin: 0 auto;
}
img.workflow {
    margin: 40px auto;
    display: block;
}
img.full-image {
    display: block;
    margin: 0 auto;
}
p.stages-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0px 10px 0px;
}
ol.custom-list li {
    list-style: decimal;
    font-size: 22px;
    margin-left: 20px;
}
strong {
    font-weight: bold;
}
#glossary h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
#glossary p {
    border-bottom: 1px solid #cae5ff;
    padding-bottom: 20px;
}
ul.add-resources h4 {
    color: #000;
}
ul.col {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
ul.col li {
    flex-grow: 1;
    flex-basis: 0;
}
ul.col li p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    color: #00a9f4;
}
ul.col li img {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.ctas {
    text-align: center;
    box-shadow: 0px 0px 5px #cccccc87;
    padding: 40px 20px;
    margin: 100px 0px;
}
.ctas p {
    font-family: Zoho_Puvi_Bold;
    font-size: 26px;
    margin: 0px auto 10px auto;
    line-height: 1.3;
    width: 70%;
}
.ctas-button {
    display: flex;
    justify-content: center;
}
.ctas-button a {
    margin: 5px;
}
.ctas a {
    display: inline-block;
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 1px;
    cursor: pointer !important;
    margin-top: 10px;
    text-align: center;
    font-family: Zoho_Puvi_Bold;
}
a.sec-button {
    background: transparent;
    border: 1px solid #ef483d;
    color: #ef483d;
}
/*table style starts*/
table {
    border-collapse: collapse;
    margin: 40px 0px;
    width: 100%;
    box-sizing: border-box;
}
table th {
    background: #03A9F4;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
}
table th, td {
    padding:10px;;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #9ec6e9;
    font-size: 18px;
}
tr.colsp td {
    background: #eaf4fd;
}
p.denotes {
    margin-top: 20px;
    font-size: 14px;
}
img.fig {
    display: block;
    margin: 40px auto;
}
.scrollable-table {
    width: 100%;
overflow:hidden;

}
.role-res td:nth-child(1) {
    width: 30%;
}
.role-res td:nth-child(2) {
    width: 70%;
}
.activity td:nth-child(1) {
    width: 70%;
}
.activity td:nth-child(2) {
    width: 30%;
}
table.qa td {
    width: 50%;
}
/*table style starts*/



/*form style starts*/

.form-bg {
    background: #e5f2ff;
    padding: 100px;
    text-align: center;
}
p.form-main-title {
    font: 30px/1.25 Zoho_Puvi_SemiBold;
    margin: 0px auto 20px auto;
    width: 75%;
}
p.form-heading {
    text-align: center;
    /*font-size: 22px;*/
    color: #333;
    /*font-weight: bold;*/
    margin-bottom: 50px;
}
ul.form-list-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
ul.form-list-items li {
    padding: 30px;
    flex-grow: 1;
    flex-basis: 0;
}
ul.form-list-items li:nth-child(1) {
    background: #dce2d7;
}
ul.form-list-items li:nth-child(2) {
    background: #e4dbb7;
}
ul.form-list-items li:nth-child(3) {
    background: #dce2d7;
}
ul.form-list-items img {
    display: block;
    margin: 0 auto;
    width: 150px;
}
ul.form-list-items p {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    margin: 30px 0px 0px 0px;
}
.form-fields {
    display: flex;
    justify-content: center;
}
input#user-detail {
    display: none;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
    border: none !important;
    border-radius: 0px !important;
}
.apiform {
    width: 100%;
    font-family: "Zoho_Puvi_Regular";
}
label.formfild {
    position: relative;
}
.formfild {
    position: relative;
}
.formfild .error {
    border-bottom: 1px solid red !important;
}
span.errormsg {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: -200px;
    color: red;
    z-index: 999;
    height: 10px;
}
input#emailID {
    width: 50%;
    height: 50px;
    padding: 0px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
 input#emailID::placeholder {
 color: #000;
}
input, select:focus {
    outline: none;
}
select#MECountryListing {
    border: none;
}
select {
    background: #fff url(https://www.manageengine.com/products/service-desk/images/selectbox-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.apiform select {
    width: 50%;
    padding: 0px 0px 0px 20px;
    color: #000;
    height: 50px;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
}
select#country_state {
    border: none;
    font-size: 16px;
}
.submitdiv {
    float: inherit;
    width: 50%;
    padding: 0px;
    max-width: 100%;
    box-sizing: border-box;
}
.apiform input[type="submit"] {
    font-family: 'Zoho_Puvi_SemiBold';
    background: #f0483d;
    color: #fff;
    font-size: 15px;
    width: auto;
    padding: 10px;
    outline: none;
    height: auto;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    -webkit-appearance: none;
}
.prvcy-plicy {
    width: 50%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.prvcy-plicy a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
#meGDPRMessage {
    font-size: 14px;
    margin: 10px auto 0;
    color: #000;
    width: 50%;
    line-height: 1.5;
}

/*form style ends*/
.ctas-button{display:block;}
.ctas-button a{width:auto;margin:5px auto;}
/**Footer additional resources **/
ul.addresorcs, ul.card-list{list-style-type:none;}
#additionalsec {background: #fff;padding: 3% 0}
.add-resources-bg {padding: 50px 0;box-sizing: border-box;}
.add-resources-bg .container {max-width: 1000px;width: 100%;margin: 0 auto;padding: 0;}
ul.add-resources {display: flex;align-items: center;}
ul.add-resources li {flex: 0 0 50%;}
ul.add-resources h4 {margin: 0px;text-transform: uppercase;font-size: 19px;}
ul.add-resources h2 {width: 65%;font-size: 28px;color: #3180d2;margin: 10px 0px 30px 0px;}
img.add-res {display: block;margin: 40px auto 0px 0px;}
h4.other {margin: 50px 0px 10px 0px !important;text-transform: inherit !important;font-size: 18px !important;}
p.lot-more {width: 80%;}
ul.add-resources a {color: #3180d2;font-size: 18px;text-decoration: underline;}
ul.watch li {font-size: 18px;line-height: 1.8;}
ul.luxury {margin: 30px 0px;}
ul.luxury li {font-size: 18px;line-height: 1.8;}
ul.lnks li {font-size: 18px;line-height: 1.8;}
ul.lnks li a {position: relative;text-decoration: none;}
ul.lnks li a:before {content: "";width: 0%;border-bottom: 1px solid #3180d2;position: absolute;top: 0;left: 0px;bottom: 0;transition: width 0.5s;}
ul.lnks li a:hover:before {width: 100%;}
ul.luxury li a {position: relative;text-decoration: none;}
ul.luxury li a:before {content: "";width: 0%;border-bottom: 1px solid #3180d2;position: absolute;top: 0;left: 0px;bottom: 0;transition: width 0.5s;}
ul.luxury li a:hover:before {width: 100%;}
ul.addresorcs li a {position: relative;text-decoration: none;font-size: 16px;}
ul.addresorcs li a:before {content: "";width: 0%;border-bottom: 1px solid #3180d2;position: absolute;top: 0;left: 0px;bottom: 0;transition: width 0.5s;}
ul.addresorcs li a:hover:before {width: 100%;}
ul.otherlinkcont {display: flex;}
ul.otherlinkcont li.left {width: 50%;}
ul.otherlinkcont li.right {width: 50%;}
ul.otherlinks li a {position: relative;text-decoration: none;font-size: 16px;}
ul.otherlinks li a:before {content: "";width: 0%;border-bottom: 1px solid #3180d2;position: absolute;top: 0;left: 0px;bottom: 0;transition: width 0.5s;}
ul.otherlinks li a:hover:before {width: 100%;}
/*Sticky header*/
.stickyfixed-header {position: fixed !important;top: 100px;left: 0;width: 100%;z-index: 1000000;animation: smooth 0.2s ease-in;}
@keyframes smooth {0% {transform:translateY(-10px);}
100% {transform:translateY(0px);}
}
.promotion-bg {background: #1f1f1f;text-align: center;padding: 13px 0px;position: relative;box-sizing: border-box;z-index: 999 !important;margin-top: 0px;/*display: none;*/}
.promotion p {margin: 0px;color: #fff;font-size: 16px;line-height: 1.5;}
.promotion a {color: #ff9f1e;border-bottom: 1px dotted #ff9f1e;margin-left: 5px;text-decoration: none !important;font-size: 16px;}
span.tooltip-close {position: absolute;top: 15px;color: #fff;right: 20px;cursor: pointer;font-size: 16px;}
@media only screen and (max-width:1024px) {.stickyfixed-header {top: 64px;}
.promotion-bg {margin-top: 20px;}
}
@media only screen and (max-width:600px) {.promotion-bg {text-align: left;padding: 13px 20px;}
.promotion p {font-size: 14px !important;padding: 0px 10px;}
.promotion a {display: inline-block;font-size: 14px;margin: 0px;}
span.tooltip-close {top: 13px;}
}
@media screen and (max-width:1024px) {.add-resources-bg .container {max-width: 90%;width: 90%;margin: 0 auto;}
}
@media screen and (max-width:980px) {ul.add-resources h2 {width: 100%;}
ul.add-resources {display: flex;align-items: center;flex-wrap: wrap;}
ul.add-resources> li:nth-child(2) {margin-left: 0px;}
ul.add-resources li {flex: 0 0 100% !important;}
ul.otherlinkcont {display: flex;flex-wrap: wrap;}
ul.otherlinkcont li.left {width: 100% !important;}
}
@media screen and (max-width:500px) {#nofolderftrctasec a.startyrfre:nth-child(2) {display: none}
#itsmfooterctasec a.startyrfre:nth-child(2) {display: none}
#hdsfooterctasec a.startyrfre:nth-child(2) {display: none}
#gdprfooterctasec a.startyrfre:nth-child(2) {display: none}
#atomtionftrctasec a.startyrfre:nth-child(2) {display: none}
#chngeftrctasec a.startyrfre:nth-child(2) {display: none}
#onpremisesftcta a.startyrfre:nth-child(2) {display: none}
#cloudftrcta a.startyrfre:nth-child(2) {display: none}
#itilrleseftrcta a.startyrfre:nth-child(2) {display: none}
#itilftrcta a.startyrfre:nth-child(2) {display: none}
#rportsftrcta a.startyrfre:nth-child(2) {display: none}
#nofolderftrctasec .mob-pB50 {padding-bottom: 10px!important;}
#itsmfooterctasec .mob-pB50 {padding-bottom: 10px!important;}
#hdsfooterctasec .mob-pB50 {padding-bottom: 10px!important;}
#gdprfooterctasec .mob-pB50 {padding-bottom: 10px!important;}
#atomtionftrctasec .mob-pB50 {padding-bottom: 10px!important;}
#chngeftrctasec .mob-pB50 {padding-bottom: 10px!important;}
#onpremisesftcta .mob-pB50 {padding-bottom: 10px!important;}
#cloudftrcta .mob-pB50 {padding-bottom: 10px!important;}
#itilrleseftrcta .mob-pB50 {padding-bottom: 10px!important;}
#itilftrcta .mob-pB50 {padding-bottom: 10px!important;}
#rportsftrcta .mob-pB50 {padding-bottom: 10px!important;}
img.add-res {display: block;margin: 25px auto;}
}
/*Footer additional resources end*/


@media only screen and (max-width:1440px) and (min-width:1366px) {
.container {
    max-width: 900px;
}
ul.sidebar li {
    font-size: 17px;
}
ul.sidebar li span {
    padding: 7px 30px;
}
.banner h1 {
    font-size: 34px;
}
.apiform input[type="submit"] {
    font-size: 18px;
}
input#emailID {
    width: 60% !important;
}
.apiform select {
    width: 60%;
}
.prvcy-plicy {
    width: 60% !important;
}
#meGDPRMessage {
    width: 60% !important;
}
.submitdiv {
    width: 60% !important;
}
.ctas a {
    font-size: 14px;
}
}

@media only screen and (max-width:1280px) {
.sidebar-wrapper {
    display: none !important;
}
.secondary-header {
    display: none !important;
}
}

@media only screen and (max-width:1024px) {
.row-min {
    width: 90%;
    overflow: hidden;
    display: block;
}
.row-min-left-col {
    width: 100%;
    margin-right: 0%;
}
.row-min-right-col {
    width: 100%;
    margin-left: 0%;
}
#content {
    padding: 50px 0px;
}
.row-bg {
    padding: 75px 0px;
}
img.mim-image {
    width: 400px;
    display: block;
    margin: 0 auto 40px auto;
}
img.workflow {
    width: 600px;
}
.banner p {
    width: 100%;
}
ul.add-resources >li:nth-child(1) {
    border: none !important;
}
ul.add-resources> li:nth-child(2) {
    margin-left: 0px !important;
}
ul.otherlinkcont {
    flex-wrap: wrap;
}
img.ot {
    display: none;
}
}

@media only screen and (max-width:1000px) {
ul.add-resources h2 {
    width: 100% !important;
}
}

@media only screen and (max-width:900px) {
.banner {
    flex-wrap: wrap;
    text-align: center;
}
.banner > div {
    flex: 0 0 100%;
}
.banner img {
    width: 400px !important;
    margin: 30px 0px;
}
ul.banner-cta {
    justify-content: center;
}
.main-content {
    flex-wrap: wrap;
}
.main-content .left-col {
    flex: 0 0 100%;
    margin-right: 0%;
}
.main-content .right-col {
    flex: 0 0 100%;
    margin-right: 0%;
}
img.mim-image {
    width: 400px;
}
.mobile-heading {
    display: block;
}
h2 {
    font: 30px/1.25 Zoho_Puvi_SemiBold;
    margin-bottom: 20px;
    text-align: center;
}
input#emailID {
    width: 70%;
}
.apiform select {
    width: 70%;
}
#meGDPRMessage {
    width: 70%;
}
.submitdiv {
    width: 70%;
}
.prvcy-plicy {
    width: 70%;
}
ul.add-resources h4 {
    text-align: center;
}
a.bottom-cta{width:50%;}
.scrollable-table{overflow-x:scroll;}
}

@media only screen and (max-width:768px) {
img.mim-image {
    width: 300px;
    margin: 0px auto 30px auto !important;
}
.banner img {
    width: 300px;
}
.form-bg {
    padding: 50px;
}
p.form-main-title {
    width: 100%;
}
img.add-res {
    margin: 40px auto 0px auto !important;
}
.scrollable-table{overflow-x:scroll;}
.ctas-button a{width:100%;}
}
@media only screen and (max-width:620px){
.ctas a{font-size:14px;padding:10px 5px;}
ul.form-list-items{flex-wrap:wrap;}
ul.form-list-items li{flex-basis:unset;}
a.bottom-cta{width:70%;}
}
@media only screen and (max-width:600px) {
.container {
    padding: 0px 20px;
        box-sizing:border-box;
        
}
.dropdown-bar {
    padding: 10px 20px;
}
.row-min {
    width: 100%;
}
p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
}
.banner h1 {
    font: 30px/1.2 Zoho_Puvi_Bold;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
}
ul.form-list-items {
    flex-wrap: wrap;
}
ul.form-list-items li {
    padding: 30px;
    flex-grow: inherit;
    flex-basis: inherit;
    width: 100%;
}
input#emailID {
    width: 100%;
    padding: 0px 20px;
}
.apiform select {
    width: 100%;
}
.prvcy-plicy {
    width: 100%;
}
.submitdiv {
    width: 100%;
}
#meGDPRMessage {
    width: 100%;
}
.apiform input[type="submit"] {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 10px;
}
img.add-res {
    display: block;
    margin: 0 auto !important;
}
ul.add-resources h2 {
    width: 100% !important;
}
ul.add-resources h4 {
    text-align: center;
}
.form-bg {
    padding: 30px;
}
input#emailID {
    height: 40px;
}
.apiform select {
    height: 40px;
}
.last-updated {
    font-size: 16px;
}
.menu-title {
    font-size: 12px;
    line-height: 1.5;
}
#current-text p {
    margin-top: -3px;
}
ol.toc li a {
    font-size: 16px;
}
ol.toc li {
    line-height: 1.5;
    margin-bottom: 5px;
}
ol.inner-toc {
    margin: 20px 20px;
}
ul.list-items li {
    font-size: 16px;
    line-height: 1.8;
}
table th, td {
    font-size: 16px;
}
table th {
    font-size: 18px !important;
}
div#raci {
    display: none;
}
ul.col {
    display: block;
}
ul.col li {
    margin: 40px 0px;
}
.bread-crumb p {
    font-size: 12px;
}
div#bread-crumb {
    padding: 20px 30px;
}
.ctas-button {
    display: block;
    justify-content: center;
}
.ctas p {
    width: 100%;
    font-size: 24px;
}
.ctas-button a {
    margin: 5px;
    max-width: 400px;
}
ol.main-list>li {
    font-size: 16px;
}
a.bottom-cta {margin:10px auto;width:65%;font-size:14px;}
}
@media screen and (max-width:500px){
a.bottom-cta,.apiform input[type="submit"]{font-size:12px}
.ctas a{font-size:12px;}
}
@media screen and (max-width:435px){
.ctas a{font-size:10px;}
a.bottom-cta{width:75%;}
}
@media only screen and (max-width:375px) {
.ctas-button a {
    min-width: 250px;
    font-size: 14px;
}
.submitdiv {
    width: 100% !important;
}
.last-updated{font-size:14px;}
.ctas a{font-size:9px;}
a.bottom-cta, .apiform input[type="submit"]{font-size:11px;}
}
@media screen and (max-width:400px){
.form-bg{padding:30px 10px;}
}
@media only screen and (max-width:360px) {
.form-bg {
    padding: 50px 20px;
}
.banner-cta li a {
    min-width: 220px;
}
a.bottom-cta{width:100%;}
.banner-cta li a{font-size:14px;}
.ctas-button a{font-size:9px;}
}

@media only screen and (max-width:320px) {
#glossary h3 {
    word-break: break-word;
}
.banner-cta li a {
    padding: 15px 10px;
    font-size: 13px;
    min-width: 200px;
}
.last-updated{font-size:13px;}
div#fishbone P {
    word-break: break-word;
}
.ctas-button a {
    min-width: 230px;
}
.row-min {
    width: auto;
}
a.bottom-cta, .apiform input[type="submit"]{font-size:10px;}
}
