/* CSS Document */

.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);
    }
}

.promo {
    padding: 14px 0px;
}

.promo sub {
    display: inline-block;
    vertical-align: baseline;
}

.promotion-bg.dn .webpromotion-bg.dn {
    display: none !important;
}

.promotion-bg, .webpromotion-bg {
    background: #ffe274;
    text-align: center;
    position:absolute;
    box-sizing: border-box;
    z-index: 999 !important;
    top: 0px;
	width: 100%;
}

.promotion-bg .container {
    max-width: 1200px !important;
}

.promotion-bg.ad {
    z-index: 99999 !important;
    width: 99%;
}

.promotion-bg.ad.stickyfixed-header {
    width: 100%;
}

.promotion-bg, .webpromotion-bg {
    display: block;
}

.promotion p {
    margin: 0px;
    color: #032955;
    font-size: 16px;
    line-height: 1.5;
	font-family:'Zoho_Puvi_SemiBold';
}

.promotion p sup {
    color: #032955;
}

.promotion a {
    color: #0067ff;
    border-bottom: 1px dotted #0067ff;
    margin-left: 5px;
    text-decoration: none !important;
    font-size: 16px;
	font-family:'Zoho_Puvi_SemiBold';
}
.promotion a:nth-child(2){ display: none;}


span.tooltip-close {
    position: absolute;
    top: 12px;
    color: #000;
    right: 20px;
    cursor: pointer;
    font-size: 16px;
}


#mspedition, #helpprmo, #msppricing, #msphowtoget, #msponboard, #accountmgnnt, #automatbillinng, #contractmgmnt, #importancetick, #integratedrmotcontrl, #projectmgmnt, #assetinventory, #mspcmdb, #mspselfservice, #assetmgmnt, #changemgmnt, #zohoinetegration, #aiintegration, #helpdeskintegration, #servicecatalog, #faqlicensemodule, #faqindex, #managedservice, #mspbestpratices, #mspchallenges, #mspkpimetrix, #mspotrends, #psasoftware, #fsmmsp, #whatismsp, #mspaivirtual, #pomanagement, #rcevulnerability, #slamgmnt, #spacks, #support, #timesheet, #upgradefailure, #whatismanagedservice, #freeithelpdesk, #msp-onboarding-check-list, #mspfreethanks, #mspguidepromodwnconfirm, #mspguidepromodwnmob, #mspguidepromogtqout, #mspguideprmodemotnks, #selfserviceebook, #imebooksupport, #mspguidethanks, #downloadconfirm, #demothanks, #getquotethanks, #mspguidethanks, #sdpmspfreethanks {
    display: none;
}

/* Resource and Support page banner promo css*/

.rs-promo {
    width: 96%;
    margin: 0px 20px 20px auto; display:none;
}
.sprt-promo{ margin-top: 20px; display:none}


/*Adwords pages promo banner*/

.esm-banner-bg {
    background: #fff;
    padding: 50px 0;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
}

.left {
    width: 20%;
}

.right {
    width: 80%;
}

.esm-banner-bg img {
    width: 62px;
}

.esm-banner-bg p {
    text-align: left;
}

.promo-title {
    margin: 0px;
    font-size: 22px;
}

.esm-banner-bg h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 10px 0px 15px 0px;
    text-align: left;
}

.esm-banner-bg p {
    margin-top: 5px;
    text-align: left;
}

.esm-banner-bg p a {
    text-decoration: none;
    background: #49bffa;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Zoho_Puvi_SemiBold';
}

#landscape-banner img {
    width: 60%;
}

.mobile-.mobile-menu+.promotion-bg {
    margin-top: 8px;
}


/*APAC Prmoiton sticky updates start here*/

.webinar-count-wrap ul.apac-countdown,
.regional-promo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.regional-promo {
    background: #f8d44c;
    padding: 10px 0px;
}

.regional-promo a.enroll-link,
.regional-promo p {
    font: 18px / 1.3 Zoho_Puvi_Bold;
}

.regional-promo p {
    margin: 0;
    color: #000;
}

.regional-promo a.enroll-link {
    color: #184eba;
}

.regional-promo a.enroll-link sub {
    display: inline-block;
    vertical-align: middle;
    color: #184eba;
}

.webinar-count-wrap ul.apac-countdown {
    margin: 0px 10px;
}

.webinar-count-wrap ul.apac-countdown li {
    height: 34px;
    width: 37px;
    background: #184eba;
    border-radius: 5px;
    margin: 0px 2px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 3px 0px;
    box-sizing: border-box;
}

.webinar-count-wrap ul.apac-countdown li span {
    position: relative;
    width: 100%;
    height: 100%;
    font: 16px / 1.3 Zoho_Puvi_Bold;
    color: #fff;
}

.webinar-count-wrap ul.apac-countdown li span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 12%);
    font-size: 8px;
    font: 8px / 1.3 Zoho_Puvi_Regular;
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-days::after {
    content: 'days';
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-hours::after {
    content: 'hours';
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-minutes::after {
    content: 'mins';
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-seconds::after {
    content: 'secs';
}

.apac_promo_notifications span.tooltip-close {
    color: #000;
    top: 50%;
    transform: translate(0%, -50%);
}


/*APAC Prmoiton sticky updates end here*/



@media only screen and (max-width:2650px) {
    .promotion-bg.ad {
        width: 95.7%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 71.7%;
    }
}

@media only screen and (max-width:1920px) {
    .promotion-bg.ad {
        z-index: 99999 !important;
        width: 99%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
    }
}

@media only screen and (max-width:1680px) {
    .promotion-bg.ad {
        width: 98.9%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 73.3%;
    }
}

@media only screen and (max-width:1600px) {
    .promotion-bg.ad {
        width: 97.2%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
    }
}

@media only screen and (max-width:1440px) {
    .promotion-bg.ad {
        width: 97.2%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 67.2%;
    }
}

@media only screen and (max-width:1366px) {
    .promotion-bg.ad {
        width: 99.9%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 69%;
    }
}

@media only screen and (max-width:1280px) {
    .promotion-bg.ad {
        width: 99.8%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 72.9%;
        top: 60px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1100px) {
    .stickyfixed-header {
        top: 90px;
    }
}



@media only screen and (max-width:1180px) {
    .stickyfixed-header {
        top: 70px;
    }
    .promotion-bg, .webpromotion-bg {display: none !important;
    }
	#commonHeader{margin-top: 0 !important;}
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
        top: 80px;
    }
}

@media only screen and (max-width:992px) {
    .promotion p {
        padding: 0px 10px;
        text-align: center;
    }
    .close {
        right: 20px !important;
    }
}

@media only screen and (max-width:600px) {
    .promotion-bg, .webpromotion-bg {
        text-align: left;
        padding: 0px 20px;
    }
    /*.promotion-bg.stickyfixed-header{margin-top: 0px;}*/
    .promotion p {
        font-size: 14px !important;
    }
    .promotion a {
        display: inline-block;
        font-size: 14px;
        margin: 0px;
    }
    span.tooltip-close {
        top: 13px;
    }
    .esm-banner-bg {
        padding: 25px 0;
    }
    .promo-banner {
        max-width: 90%;
    }
    .left {
        width: 25%;
    }
    .promo-title {
        margin: 0px;
        font-size: 17px;
    }
    .esm-banner-bg h3 {
        font-size: 17px;
    }
    .mobile-.mobile-menu+.promotion-bg,
    .header-bg+.promotion-bg {
        margin-top: -2px;
    }
}