#commonHeader {
  min-height: auto;
}

#header-topsec{min-height:60px}

#topsec-rhs, #header-mainsec {
  display: none;
}

#scroll {
  display: none;

  /* background: linear-gradient(65deg, #1764c7 25%, #32a786 60%, #31a08e 100%) 0% 0% no-repeat; */
}

body {
  /* color: #2a2b2e; */
  line-height: 1.5;
  overflow-x: hidden;
}

.itom-webinar-wrapper {
  font-family: "Zoho Puvi", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}

button {
  font-family: inherit;
}

  a {
    text-decoration: none;
    outline: 0;
  }

  a:focus,
  input:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.g-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .row.g-0 > * {
    padding-left: 0;
    padding-right: 0;
  }

  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  @media only screen and (min-width: 576px) {
    .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media only screen and (min-width: 768px) {
    .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media only screen and (min-width: 992px) {
    .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media only screen and (min-width: 1200px) {
    .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  .itom-webinar-wrapper h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    margin-top: 0;
  }


  .itom-webinar-wrapper h2,
  .itom-webinar-wrapper .h2 {
    font-size: calc(1.325rem + 1.75vw);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    margin-top: 0; 
  }


  .itom-webinar-wrapper h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.5px;
    margin-top: 0;
  }

  .itom-webinar-wrapper h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-top: 0;
  }

  .itom-webinar-wrapper h5,
  .itom-webinar-wrapper .h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    margin-top: 0;
  }

  .itom-webinar-wrapper h6 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.25px;
    margin-top: 0; margin-bottom:24px;
  }

  .itom-webinar-wrapper p,
  .itom-webinar-wrapper ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  @media only screen and (min-width: 1200px) {
    .itom-webinar-wrapper h1 {
      font-size: 3rem; line-height: 1.2;
    }

    .itom-webinar-wrapper h2,
    .itom-webinar-wrapper .h2 {
      font-size: 2.5rem;
    }

    .itom-webinar-wrapper h3 {
      font-size: 2rem;
    }

    .itom-webinar-wrapper h4 {
      font-size: 1.75rem;
    }
  }



  .itom-btn-primary {background: #ff4545;
      border: none;
      padding: 15px 30px;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      width: 100%;
      letter-spacing: 1px;
      border-radius: 6px;
      font-family: 'Zoho_Puvi_SemiBold';
      margin: 5px 0;}

  a.itom-btn-primary {
    color: #ffffff;
  }

  .itom-btn-outline-light {
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: unset;
    color: inherit;
    border: 1px solid #e1e2e5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: unset !important;
  }

  .itom-btn-outline-light:hover,
  .itom-btn-outline-light:focus {
    background-color: #e1e2e5;
  }

  .itom-webinar-wrapper *,
  .itom-webinar-wrapper *::after,
  .itom-webinar-wrapper *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .itom-webinar-wrapper .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .itom-webinar-wrapper .banner-section {
      background: url(../images/webinar-bg.png);
      background-size: cover;
      background-position: left bottom;}



  .presenter-profile-details h6{color:#edba1c}

  .itom-webinar-wrapper .banner-section .container {
    position: relative;
    z-index: 1;
  }


  .pt-0{padding-top:0px !important;}


/* ------ Learn section ------ */

.img-holder img {
    max-width: 400px;
    margin: 30px 0px 0px;
}

.bg-light {
  background: #f5faff;
}

.upcoming {
  position: absolute;
  text-align: center;
  z-index: 10000;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
span.errormsg, .errormsg_email {
    font-size: 12px;
    color: #e9152b;
    display: none;
    margin: 5px 0 0;
}
input.error {
    border: 1px solid #ff4545;
}
.t-dropdown-input:focus~.itsm-form-icon,
.t-dropdown-input:not([value=""]):valid~.itsm-form-icon,
.t-dropdown-input.active-val~.itsm-form-icon{display:none;}
.itom-banner-main{overflow: hidden; position: relative;}
.sdp-wbr-banner.over:after {content: 'Event has ended'; position: absolute; background-color: #20201d; z-index: 99; right: 0; top: 15; padding: 5px 25px; margin-top:-529px; font-weight: 500; transform: rotate(40deg) translate(33px, -10px);
color: #fff;}

.vid-btn {border:0;padding:16px 32px;background:#ffe0e0;color:#b00b0b;font-weight:500;border-radius:6px;font-size:16px;transition: all .3s;cursor:pointer;}
.vid-btn:hover {background:#f4d2d2;}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 13, 20, 0.84);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  display: none;
}
.video_player {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 12px auto 0;
}
.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;border-radius:12px;
}

.show-popup {
opacity:1;display:block !important;
}

.popup-content {
  width: 90%;
  max-width: 65%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 40px 0;
}
.popup-content span.close-popup {
color: #fff;
    font-size: 40px;
    font-weight: 300;
    background: none;
    margin: 0;
    text-decoration: none;
    padding: 0 4px;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}
.popup-content span.close-popup:hover {
  color: #f2f2f2;
}
.popup-content > h3 {
  margin-bottom: 0;
}
.video-cta {display:inline-flex;justify-content:center;margin-top:24px;}
.video-cta a { border-radius: 5px;
    cursor: pointer;
    background: #e9152b;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'ZohoPuvi';
    margin-top: 15px;
    margin: 20px 0;
    display: inline-block;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none!important;
    max-width: 230px;text-align:center;
}
.ffw-errmsg {
  color: red;
  font-size: 12px;
}
.promo-sec {padding:24px 40px;border-radius:8px;
    background: url(../images/webinar-bg.png);
    background-size: cover;
    background-position: left bottom;
}
.promo-sec .row {align-items:center;}
.promo-sec .row h2 {font-size:28px;line-height:1.35;}
.promo-sec .row .footer-cta-wbr {background: #E9142B;padding:16px 32px;color:#fff;font-weight:600;border-radius:8px;display:inline-block;} .promo-sec .row .footer-cta-wbr:hover {text-decoration:none;}
.img-con {display:flex;justify-content:center;}

@media only screen and (max-width: 768px) {
	.promo-sec {text-align:center;}
.hide-row-768 {display:none;}
	}


/* Webinar */

.fw-600{font-weight: 600;}
.sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.webinar-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin: 32px 0;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
  background: #031873;
  padding: 24px;
  border-radius: 8px;
}

.webinar-details-wrapper .webinar-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.webinar-details-wrapper .webinar-details h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}


.presenter-details-wrapper{    display: flex;
    gap: 32px;}

.presenter-details-wrapper .presenter-title {
  font-size: 16px;
}

.presenter-profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.presenter-profile-image {
  width: 72px;
  height: 72px;
  display: inline-block;
  border-radius: 100px;
  margin-right: 12px;
}

.presenter-profile-image img {
  max-width: 100%;
  height: auto;
  border-radius: 100px;
}

.container.apmHmTB.cust-quote h3 {
  margin-top: 0;
}

.learn-section ul li {
  padding-left: 36px;
  position: relative;
  list-style: none;
}

.learn-section ul li span{font-weight: 600;}

.learn-section ul {
    background: #FFFBF7;
    padding: 30px;
    border: 1px solid #f7efe7;
    border-radius: 8px;
}

.learn-section ul li:last-child {
  margin-bottom: 0;
}

.learn-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjA4VjEyQzIxLjk5ODggMTQuMTU2NCAyMS4zMDA1IDE2LjI1NDcgMjAuMDA5MyAxNy45ODE4QzE4LjcxODIgMTkuNzA5IDE2LjkwMzMgMjAuOTcyNSAxNC44MzU0IDIxLjU4MzlDMTIuNzY3NCAyMi4xOTUzIDEwLjU1NzMgMjIuMTIxOSA4LjUzNDQ2IDIxLjM3NDZDNi41MTE2OCAyMC42MjczIDQuNzg0NjUgMTkuMjQ2MSAzLjYxMDk1IDE3LjQzNzFDMi40MzcyNiAxNS42MjggMS44Nzk3OSAxMy40ODgxIDIuMDIxNjcgMTEuMzM2M0MyLjE2MzU2IDkuMTg0NTUgMi45OTcyIDcuMTM2MzEgNC4zOTgyNyA1LjQ5NzA2QzUuNzk5MzUgMy44NTc4MSA3LjY5Mjc4IDIuNzE1MzcgOS43OTYxOCAyLjI0MDEzQzExLjg5OTYgMS43NjQ5IDE0LjEwMDMgMS45ODIzMiAxNi4wNyAyLjg1OTk5IiBzdHJva2U9IiMwOUFCNTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMiA0TDEyIDE0LjAxTDkgMTEuMDEiIHN0cm9rZT0iIzA5QUI1OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}



.mb-0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.title-break {
  display: block;
}

@media only screen and (max-width: 992px) {
  .title-break {
    display: inline;
  }
  .img-holder {margin-bottom:48px ;}
}




#meGDPRMessage label {
  display: -webkit-box;
  display: -ms-flexbox;
  line-height: 1.5;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}

.checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

.input-row {
  margin-bottom: 12px;
}

.input-row input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.input-row input::-moz-placeholder {
  color: #bbbbbb;
}

.input-row input:-ms-input-placeholder {
  color: #bbbbbb;
}

.input-row input::-ms-input-placeholder {
  color: #bbbbbb;
}

.input-row input::placeholder {
  color: #bbbbbb;
}

.input-row select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: var(--form-bg-img);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-row label:not(#meGDPRMessage label) {
  width: 100%;
  display: block;
  font-size: 15px;
}

.input-row #country_state,
.input-row #ukcountry_region {
  margin-top: 12px;
}

.form-feedback-error {
  margin-top: 4px;
  font-size: 14px;
  color: #ff1e1e;
  display: none;
}

.form-control,
select {
  height: 45px;
  border-radius: 4px;
  border: 1.5px solid #000000;
  padding: 0 12px;
  font-family: inherit;
  font-weight: 400;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.form-control.is-invalid:not(select.form-control),
select#country_state.is-invalid:not(select.form-control) {
  border-color: #ff1e1e;
  padding-right: calc(1.5em + 0.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

select.form-control,
select#country_state {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

select.form-control.is-invalid,
select#country_state.is-invalid {
  --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  border-color: #ff1e1e !important;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media only screen and (max-width: 1170px) {
  .webinar-details-wrapper .webinar-details {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991.98px) {
  .why-attend-img-block {
    text-align: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .learn-section h2 {
    margin-bottom: 32px;
  }

  .why-attend-img-block {
    justify-content: flex-start !important;
    margin-top: 32px;
  }
  .webinar-store .row {
    flex-direction: column-reverse;
  }

  .presenter-profile-details {
    text-align: left;
  }
}

@media only screen and (max-width: 700px) {
  .webinar-details-wrapper .webinar-details {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575.98px) {
  .webinar-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0px 0px;
    gap: 32px;
  }

  .webinar-details {
    border-right: 0 !important;
    flex-direction: row !important;
  }
}

.timezone-item .input-radio-item {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 4px 0;
}

.timezone-item .input-radio-item input[type="radio"] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timezone-item .input-radio-item input[type="radio"]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  -webkit-box-shadow: inset 1rem 1rem #0090e0;
  box-shadow: inset 1rem 1rem #0090e0;
}

.timezone-item .input-radio-item input[type="radio"]:checked {
  border-color: #0090e0;
}

.timezone-item .input-radio-item input[type="radio"]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.timezone-item .input-radio-item label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-size: 15px;
}

.success-msg {
  display: none;
  text-align: center;
}

.success-msg .mb-3 {
  margin-bottom: 12px;
}

.apm-form-wrapper input::placeholder {
  color: inherit;
}

.timezone-recommend {
  color: #e76567;
  font-size: 14px;
  display: block;
}

.event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 21, 60, 0.6);
  z-index: 2;
}

.event-closed {
  position: absolute;
  top: 40px;
  right: -45px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: #e3132a;
  color: #ffffff;
  padding: 8px 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

ul {
  padding-left: 0;
}

.webinar-wrapper {
  display: flex;
  gap: 120px;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

/*----- resource css -------*/

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.additional-resource-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.additional-resource-section ul li:last-child {
  margin-bottom: 0;
}

.additional-resource-section ul li a {
  color: inherit;
  text-decoration: unset;
}

.additional-resource-section ul li a:hover {
  text-decoration: underline;
}

.additional-resource-section ul li .list-icon-box {
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #c6def1;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .title-break {
    display: block;
  }
}

.copyrights {
  text-align: center;
  padding: 15px;margin-top:60px;
  font-size: 13px;
  border-top: 1px solid #dfedfb;
}

@media only screen and (max-width: 991.98px) {
  /* .why-should .row {
                flex-direction: column-reverse;
            } */

  .additional-resource-section .img-fluid {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 580px) {
  .webinar-details-wrapper .webinar-details h6 {
    margin-bottom: 0px;
  }

  .learn-section h4 {
    font-size: 24px;
  }
}

/*---- customer section ---------*/

.customer-section {
  background: #f5faff;
}

.customer-section h2 {
  text-align: center;
}

.customer-section .customer-say {
  position: relative;
}

.customer-section .customer-say p,
.customer-section .customer-say h5,
.customer-section .customer-say h6 {
  text-align: center;
}

.customer-say {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 42px 36px;
  border-radius: 8px;
  position: relative;
}

.customer-say::after {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url(images/left-quote.svg) no-repeat;
  height: 40px;
  content: "";
  z-index: 0;
  width: 40px;
}

.customer-section .customer-say h5 {
  font-size: 18px;
  font-weight: 600;
}

.customer-section .customer-say h6 {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #747474;
  margin: 0;
}

.why-attend-img-block img {
  max-width: 100%;
  width: 420px;
}

.why-attend-img-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.flex-start {
  justify-content: flex-start !important;
}


.webinar-footer-sec {
    background: url(../images/webinar-footer-bg.png) no-repeat center;
    padding: 70px;
    background-size: cover;
    border-radius: 25px;
    margin: 0px auto 80px;
}

.webinar-footer-sec .wbr-footer-cont {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.webinar-footer-sec .footer-cta-wbr {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-family: 'Zoho_Puvi_Medium';
    margin-top: 10px;
}

.webinar-footer-sec .footer-cta-wbr:hover {
    background-color: #dd0f26;
}

.webinar-footer-sec .wbr-footer-cont h2 {
    font: 32px / 1.4 "Zoho_Puvi_Bold";
}


/*---------  counting section ---------*/

.event-date-main {
    background-color: #D7C1A4;
    padding: 15px 0;
}

.itsm-event-col {
    display: flex;
    max-width: 55%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.itsm-event-col p {
    color: #593431;
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Zoho_Puvi_Medium';
}

.itsm-final-date  {
    display: flex;
    align-items: center;
}

.date-item h2 {
    font: 30px/1.1 "Zoho_Puvi_Bold";
    color: #593431;
    margin-bottom: 0;
}

.date-item {
    text-align: center;
    border-right: 1px solid #c4b198;
    width: 90px;
}

.date-item:last-child {
    border: none;
}

.date-item p {
    font-size: 12px;
}

.itsm-event-item:first-child {
    width: 30%;
}

.itsm-event-item:last-child {
    width: 65%;
}

.sdp-sec-pad {
    padding: 120px 0;
}



/*------- banner css --------*/


.itom-banner-main {
    background: url(../images/webinar-bg.png);
    background-size: cover;
    background-position: left bottom;
}

.itom-wbr-two-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.itsm-wbr-col-item {
    flex: 1 0;
}

.itsm-wbr-col-item:first-child {
    padding-right: 50px;
}

.itsm-wbr-col-item:last-child {
    padding-left: 50px;
    position: relative;
}

.sdp-wbr-banner {
    padding: 60px 0 60px 0;
}

.sub-title {
    font: 18px/1.1 "Zoho_Puvi_Bold";
    color: #0080FF;
    margin: 0 0 10px 0 !important;
}

.itsm-wbr-date {
    display: flex;
    padding: 20px 0;
}

.itsm-wbr-date p {
    margin-bottom: 0;
    font-family: "Zoho_Puvi_Medium";
}

.date-info:first-child {
    padding-right: 35px;
}

.date-info p {
    font-size: 19px;
    display: flex;
    align-items: center;
}

.present-sub-main {
    display: flex;
}

.present-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
}

.present-sub-item {
    display: flex;
    align-items: center;
    width: 50%;
}

.present-sub-item:first-child {
    margin-right: 25px;
}

.present-details h4 {
    font: 20px/1.1 "Zoho_Puvi_SemiBold";
    color: #000;
    margin: 0 0 6px 0;
}

.present-details p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1.2;
}

.event-date-main {
    background-color: #D7C1A4;
    padding: 15px 0;
}

.itsm-event-col {
    display: flex;
    max-width: 55%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.itsm-event-col p {
    color: #593431;
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Zoho_Puvi_Medium';
}

.itsm-final-date  {
    display: flex;
    align-items: center;
}

.date-item h2 {
    font: 30px/1.1 "Zoho_Puvi_Bold";
    color: #593431;
    margin-bottom: 0;
}

.date-item {
    text-align: center;
    border-right: 1px solid #c4b198;
    width: 90px;
}

.date-item:last-child {
    border: none;
}

.date-item p {
    font-size: 12px;
}

.itsm-event-item:first-child {
    width: 30%;
}

.itsm-event-item:last-child {
    width: 65%;
}

.sdp-sec-pad {
    padding: 120px 0;
}


/*-------- form css --------*/


form#SDP_Webinar_Form {
    z-index: 999;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}

input::placeholder {
    color: #000000;
    font-size: 14px;
}

input[type="text"] {
    width: 100%;
    margin-top: 10px;
    padding: 12px 12px 12px 33px;
    font-size: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Zoho_Puvi_Regular';
    border: 1.5px solid #000000;
    height: 45px;
}

select {
    width: 100%;
    height: 45px;
    margin: 0px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 10px;
    font-family: 'Zoho_Puvi_Regular';
    padding-left: 10px;
    border: 1.5px solid #000000;
    background-repeat: no-repeat;
    outline: none;
    background: url(../images/selectbox-arrow-blue.png) no-repeat 97% !important;
    background-size: 13px !important;
    box-sizing: border-box;
    padding: 0 20px 0 31px;
      border: 1.5px solid #000000;
}

.submitbtn {
    background: #ff4545;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 6px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 5px 0;
}

.prvcy-plicy {
    font-size: 10px;
    line-height: 1.4;
    font-family: "Zoho_Puvi_Regular";
    color: #000;
    text-align: center;
    margin: 15px auto;
    width: 85%;
}

span.errormsg,
#email_err_msg {
    font-size: 12px;
    color: #e9152b;
    display: none;
    margin: 5px 0 0;
}

.time-select {
    position: relative;
    cursor: pointer;
}

ul.time-slot {
    margin-left: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-top: -4px;
    background: #fff8e0;
    position: absolute;
    z-index: 9;
    border: 1.5px solid #000;
    border-radius: 0px 0px 5px 5px;
}

.time-slot li {
    list-style-type: none;
    font-size: 14px;
    padding: 14px 20px;
    cursor: pointer;
    border-bottom: 1.5px solid #000000; margin-bottom: 0 !important;
}

.time-slot li:last-child {
    border-bottom: 0px;
}

.time-slot.active li {
    padding: 10px 15px !important;
}

.time-slot li:hover,
.time-slot li.active {
    background-color: rgb(226 222 167);
    color: #000;
}

.time-select:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 8px;
    background: url(../images/selectbox-arrow-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 28px;
    right: 12px;
    pointer-events: none;
}

.time-slot.active li {
    cursor: pointer;
}

li#edn {
    display: none;
}

input.slo {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px;
    cursor: pointer;
}

.formfild {
    position: relative;
}

.itsm-form-icon {
    height: 25px;
    width: 25px;
    top: 21px;
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url(../images/form-icon.svg) no-repeat;
    background-size: 270px;
    background-position: -63px 0px;
}

.itsm-form-icon.icon-user {
    background-position: -88px 0px;
}

.itsm-form-icon.icon-email {
    background-position: -81px 1px;
    background-size: 200px;
}

.itsm-form-icon.icon-country {
    background-position: -141px -2px;
}

.fomr-lable-val {
    top: 27px;
    position: absolute;
    left: 35px;
    font-size: 12px;
    transition: 0.2s ease-in;
    pointer-events: none;
}

input[type="text"]:focus,
input[type="text"]:not([value=""]):valid {
    padding: 12px;
    outline: none;
}

input[type="text"]:focus~.fomr-lable-val,
input[type="text"]:not([value=""]):valid~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    color: #787878;
}

input[type="text"]:focus~.itsm-form-icon,
input[type="text"]:not([value=""]):valid~.itsm-form-icon,
.zc-Country:focus~.itsm-form-icon,
.zc-Country:not([value=""]):valid~.itsm-form-icon,
.t-dropdown-input.active-val~.itsm-form-icon {
    display: none;
}

.zc-Country:focus,
.zc-Country:not([value=""]):valid,
.t-dropdown-input.active-val {
    padding: 12px;
    outline: none;
}

.zc-Country~.fomr-lable-val,
#country_state~.fomr-lable-val,
.zc-Country~.fomr-lable-val,
#ukcountry_region~.fomr-lable-val {
    opacity: 0;
}

.zc-Country:focus~.fomr-lable-val,
.zc-Country:not([value=""]):valid~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    opacity: 1;
    color: #787878;
}

#country_state:focus~.fomr-lable-val,
#country_state:not([value=""]):valid~.fomr-lable-val,
#ukcountry_region:focus~.fomr-lable-val,
#ukcountry_region:not([value=""]):valid~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    opacity: 1;
    color: #787878;
}

.t-dropdown-input:focus~.fomr-lable-val,
.t-dropdown-input.active-val~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    opacity: 1;
    color: #787878;
}

#meGDPRMessage {
    color: #000;
}

.county-state-field {
    position: relative;
}


/* ------ form end ---------------*/

.form-bg {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.form-bg:before {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.form-bg .new-webinar-form-wrap {
    background: #fafafa7a;
    padding: 30px;
    border-radius: 10px;
    z-index: 99;
    position: relative;
}

.form-bg h2 {
    font: 22px/1.1 "Zoho_Puvi_SemiBold";
   font: 22px / 1.1 "Zoho_Puvi_SemiBold";
    text-align: center;
    margin-bottom: 10px;
    padding-top: 5px;

}

.form-bg .form-parent-div {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
}

.form-parent-div h2{font-size: 22px !important;;}

.form-bg .success-msg {
    background: #fff;
    padding: 40px 40px;
    border-radius: 5px;
}

.new-webinar-form-wrap.sdp-wbr-form-hide .success-msg {
    display: block;
}

.new-webinar-form-wrap.sdp-wbr-form-hide .form-parent-div {
    display: none;
}

.itsm-wbr-col-item:last-child::before {
    content: '';
    position: absolute;
    background: url(../images/form-bg-grid.svg);
    height: 100%;
    width: 90%;
    opacity: 0.4;
}

.sdp-key-main {
    background-color: #FFFBF7;
    padding: 70px 0;
}

.itom-four-col-main {
    display: flex;
    padding: 40px 0;
    margin: 20px 0;
}

.itom-four-col-main .sdp-four-item {
    flex: 1 0;
    margin: 0 10px;
    padding: 20px 30px;
    border-radius: 10px;
}

.itom-four-col-main .sdp-four-item:first-child {
    border: 1px solid #d4ebe2;
    background: #e8fff6;
}

.itom-four-col-main .sdp-four-item:nth-child(2) {
    background: #F5F8FE;
    border: 1px solid #DFE9FD;
}

.itom-four-col-main .sdp-four-item:nth-child(3) {
    background: #F5F0FF;
    border: 1px solid #EAE0FE;
}

.itom-four-col-main .sdp-four-item:last-child {
    background: #FEF4E3;
    border: 1px solid #F6E6CA;
}

.itom-four-col-main .sdp-four-item p {
    font-size: 14px;
    margin-top: 10px;
}

.itom-four-col-main .sdp-key-icon {
    width: 100px;
    height: 85px;
    background: url(../images/form-icon.svg) no-repeat;
    background-position: 6px -64px;
    background-size: 400px;
    margin: 0 auto;
}

.itom-four-col-main .sdp-key-icon.sdp-automating {
    background-position: -85px -56px;
}

.itom-four-col-main .sdp-key-icon.sdp-privileged {
    background-position: -154px -45px;
    background-size: 350px;
}

.itom-four-col-main .sdp-key-icon.sdp-certificate {
    background-position: -215px -28px;
    background-size: 300px;
}

.list-item {
    position: relative;
}

.list-item li {
    font: 18px / 1.7 'Zoho_Puvi_Regular', sans-serif;
    margin-bottom: 8px;
    list-style-type: none;
    padding: 0px 0 0 30px;
    position: relative;
}

.list-item li::before {
    content: '';
    position: absolute;
    background: url(../images/form-icon.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-position: -204px 0px;
    background-size: 325px;
    left: 0;
}

.sdp-footer-sec {
    background: url(../images/webinar-footer-bg.png) no-repeat center;
    padding: 70px;
    background-size: cover;
    border-radius: 25px;
    margin: 70px auto 50px;
}

.sdp-footer-sec .wbr-footer-cont {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.sdp-footer-sec .footer-cta-wbr {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-family: 'Zoho_Puvi_Medium';
    margin-top: 10px;
}

.sdp-footer-sec .footer-cta-wbr:hover {
    background-color: #dd0f26;
}

.sdp-footer-sec .wbr-footer-cont h2 {
    font: 32px / 1.4 "Zoho_Puvi_Bold";
}

.animation-btm-t-top .ani-delay-1,
.animation-btm-t-top .ani-delay-2,
.animation-btm-t-top .ani-delay-3,
.animation-btm-t-top .ani-delay-4,
.animation-btm-t-top .ani-delay-5 {
    transition: 1s ease-in;
    transform: translateY(50px);
    opacity: 0;
}

.animation-btm-t-top.active-btm .ani-delay-1 {
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-2 {
    transition-delay: 0.1s;
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-3 {
    transition-delay: 0.2s;
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-4 {
    transition-delay: 0.3s;
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-5 {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}

.itsm-wbr-date-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/form-icon.svg) no-repeat;
    background-position: 2px 4px;
    background-size: 210px;
    margin-right: 5px;
}

span.itsm-wbr-time-icon {
    width: 30px;
    height: 29px;
    display: inline-block;
    background: url(../images/form-icon.svg) no-repeat;
    background-position: -25px 4px;
    background-size: 260px;
    margin-right: 6px;
}

.itom-web-img img {
    width: 100%;
}

.itom-web-img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}


.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3ab54a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0px auto 20px auto;
    box-shadow: inset 0px 0px 0px #3ab54a;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3ab54a;
    }
}

.success-msg {
    display: none;
    text-align: center;
}

.success-msg h3 {
    font: 22px/1.25 "Zoho_Puvi_Bold";
    color: #000;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.success-msg p {
    max-width: 100%;
    margin: 0 auto 15px auto;
    font-size: 16px;
}

.reg-another {
    border-bottom: 1px solid #0080ff;
    display: inline-block;
    color: #0080ff;
    cursor: pointer;
    text-decoration: none;
}

.reg-another:hover {
    text-decoration: none;
}

.success-msg a {
    /*display: inline-block;
  text-decoration: none;
  font-family: Zoho_Puvi_SemiBold;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  background: #f0483e;*/
    /* cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  border-radius: 2px;*/
}

.thanks-bg {
    padding: 100px 0px;
    display: none;
}

.thanks {
    text-align: center;
}

.thanks h2 {
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.thanks p {
    margin: 15px auto 30px auto;
    font: 20px/1.5 "Zoho_Puvi_Regular";
    color: #000;
    max-width: 50%;
}

.prd-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.present-title {
    font-size: 20px;
    margin-top: 20px;
}

.prd-nav li {
    width: 33.33%;
}

.sdp-web-t-s {
    text-align: center;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #132273;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #FFEB3B;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #000;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
    z-index: 9;
}

.ribbon-top-left span {
    transform: rotate(-45deg) scale(.1);
    transform-origin: center;
    transition: .5s ease-in;
    opacity: 1;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0;
    transition: .5s
}

.ribbon-top-left.active::after,
.ribbon-top-left.active::before {
    opacity: 1;
    transition: .5s;
    transition-delay: .6s
}

.ribbon-top-left span.active {
    transform: rotate(-45deg) scale(1);
    transition: .5s ease-in;
    opacity: 1;
}

.upcoming {
    position: absolute;
    text-align: center;
    z-index: 10000;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: none;
}

.upcoming.active {
    display: block;
}

.upcoming img {
    width: 60px;
}

.upcoming p {
    font: 17px/1.5 Zoho_Puvi_SemiBold !important;
    max-width: 40%;
    margin: 5px auto 0px auto;
}

@media only screen and (max-width: 1024px) {
    .breadcrumb-sec {
        margin-top: 25px;
    }
    .itsm-wbr-col-item:first-child {
        padding-right: 0px;
    }
    .itsm-wbr-col-item:last-child {
        padding-left: 0px;
    }
    /* .present-sub-item {
        display: block;
    } */
    .present-img {
        text-align: center;
        display: inline-flex;
        flex: 0 0 80px;
    }
    .present-details {
        /* text-align: center;
        padding-top: 10px; */
        margin-left: 12px;
    }
    /* .present-sub-main {
        justify-content: space-evenly;
    } */
    .itsm-event-col {
        max-width: 90%;
    }
    .itsm-wbr-col-item:last-child::before {
        width: 100%;
        height: 85%;
    }
    .present-img img {
        margin-right: 0;
       
    }
}

@media only screen and (max-width: 990px) {
.itsm-wbr-date{flex-direction: column;}
span.itsm-wbr-time-icon{    background-position: -29px 4px; margin-right: 0;}

}

@media only screen and (max-width: 768px) {
    .sdp-wbr-banner {
        padding: 30px 0 100px 0;
    }
    .itsm-wbr-col-item:last-child {
        margin: 50px 0 0;
    }
    .present-sub-main {
        justify-content: left;
    }
    .itsm-wbr-col-item:last-child::before {
        width: 100%;
    }
    .itom-wbr-two-col,
    .itom-four-col-main {
        display: block;
    }
    .itom-four-col-main .sdp-four-item {
        margin: 20px 0;
    }
    .itsm-event-col {
        max-width: 100%;
    }
    .date-item {
        padding: 0 30px;
    }
    .sdp-sec-pad {
        padding: 70px 0;
    }
    .sdp-footer-sec .wbr-footer-cont {
        width: 100%;
    }
    .form-bg {
        width: 100%;
    }
    .itom-web-img img {
        width: 70%;
    }
}

@media only screen and (max-width: 414px) {
    .form-bg,
    .itsm-event-item:first-child,
    .itsm-event-item:last-child {
        width: 100%;
    }
    .itsm-event-col,
    .itsm-wbr-date {
        display: block;
    }
    .date-item {
        padding: 0 13px;
    }
    .date-item h2 {
        font-size: 24px;
    }
    .sdp-footer-sec {
        max-width: 100%;
    }
    span.itsm-wbr-time-icon,
    .itsm-event-item:last-child {
        margin-top: 15px;
    }
    .date-item p {
        font-size: 13px;
    }
    .sdp-footer-sec h2 {
        font-size: 26px;
    }
    .sdp-footer-sec {
        padding: 50px 20px;
        margin: 50px auto;
    }
    .itom-four-col-main {
        margin: 0;
    }
    .itom-web-img img {
        width: 100%;
    }
}




/*LAZY AND CONTENT ANIMATION*/

.cont-anim>h1,
.cont-anim>h2,
.cont-anim>h3,
.cont-anim>h4,
.cont-anim>h5,
.cont-anim>p,
.cont-anim>a,
.cont-anim>ul>li,
.cont-anim>div,
.cont-anim>span {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
}

.cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}

.right-img-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.left-img-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.img-view {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.img-scale {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 1s ease;
}

.parent-active .img-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
}

.right-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.lef-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.parent-active .lef-anim,
.parent-active .right-anim,
.parent-active .right-img-anim,
.parent-active .left-img-anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.bottom-to-top-anim {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: 1s ease;
}

.parent-active .bottom-to-top-anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 1s ease;
}

.mobile-breadcrum {
    display: none;
}

picture {
    width: 100%;
    height: auto;
    display: block;
}

.placeholder-loading {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
}

.lazy-picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
}

.lazy-picture.img-active {
    transform: translateY(0px);
    transition: .6s ease all;
    opacity: 1;
}

.placeholder-loading img,
.placeholder-loading source {
    height: auto;
    width: 100%;
    opacity: 0;
}

.placeholder-loading.picture {
    border-radius: 0;
}

.placeholder-loading::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading 1.5s infinite;
}

#axelos-disclaimer {
    margin: 60px 0px 30px;
}

#axelos-disclaimer p {
    font-size: 14px !important;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}






