@charset "UTF-8";
/* CSS Document */
/* div#header-topsec {
    margin-top: 50px;
} */
.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 {
  display: none !important;
}
.promotion-bg {
  background: #ffe274;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0px;
  box-sizing: border-box;
  z-index: 999999 !important;
  margin-top: 0px;
  /*display: block !important;*/
}
.promotion-bg .container {
  max-width: 1200px !important;
}
.promotion-bg.ad {
  z-index: 99999 !important;
  width: 99%;
}
.promotion-bg.ad.stickyfixed-header {
  width: 100%;
}
.promotion p {
  margin: 0px;
  color: #032955;
  font: 16px/1.5 'Zoho_Puvi_Bold';
}
.promotion a {
  color: #e9152b;
  margin-left: 5px;
  text-decoration: none !important;
  position: relative;
font: 15px / 1.2 'Zoho_Puvi_Bold';
}
.promotion a span {
  background: #e9152b;
  width: 15px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all ease .35s;
}
.promotion a span:before {
  top: -3px;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #e9152b;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  right: 0;
}
span.tooltip-close {
  position: absolute;
  top: 13px;
  color: #383838;
  right: 20px;
  cursor: pointer;
  font-size: 16px;
}
/*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: #1b5bb2;
  padding: 10px 0px;
}
.regional-promo a.enroll-link, .regional-promo p {
  font: 18px / 1.3 Zoho_Puvi_Bold;
}
.regional-promo p {
  margin: 0;
  color: #fff;
}
.regional-promo a.enroll-link {
  color: #f8d44c;
}
.regional-promo a.enroll-link sub {
  display: inline-block;
  vertical-align: middle;
  color: #f8d44c;
}
.webinar-count-wrap ul.apac-countdown {
  margin: 0px 10px;
}
.webinar-count-wrap ul.apac-countdown li {
  height: 34px;
  width: 37px;
  background: #f8d44c;
  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: #000000;
}
.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: #ffff;
  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:1024px) {
  .stickyfixed-header {
    top: 70px;
  }
  .promotion-bg.ad.stickyfixed-header {
    width: 100%;
    top: 80px;
  }
}
@media only screen and (max-width:768px) {
  .promo {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:600px) {
  /*.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;
  }
}