@charset "UTF-8";
p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.container-new {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    column-gap: 50px;
}

.horizontal-center-align {
    align-items: center;
}

.two-col {
    width: 50%;
}

.cmn-breadcrum a {
    color: #fff;
}

.bradkrm span {
    color: #fff;
}

.cmn-breadcrum a::after {
    background: #fff;
}

.cmn-breadcrum>a:hover {
    color: #fff !important;
}

a.internal-links {
    color: #FFE606;
}

.img-wrap {
    max-width: 420px;
}

.animation-right .img-wrap {
    margin-right: auto;
}

.animation-left .img-wrap {
    margin-left: auto;
}

.page-float-content p {
    font-size: 18px;
    padding-right: 50px;
}


/*banner style starts here*/

.mobile-breadcrumb {
    display: none;
}

.banner-bg {
    background: #0E71E0;
}

.banner {
    padding: 50px 0px 100px 0px;
}

h1.webinar-title {
    font: 45px / 1.1 'Zoho_Puvi_ExtraBold' !important;
    margin: 10px 0px 30px 0px;
    color: #fff;
}

.banner h2,
.banner p {
    margin: 0px 0 15px;
    color: #fff;
}

p.webinar-type {
    display: inline-block;
    color: #FFE606;
    padding: 7px 22px;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 50px;
    background: linear-gradient(90deg, #2A91FF 0%, rgba(45, 145, 255, 0.8836) 6%, rgba(66, 146, 255, 0.3025) 53%, rgba(79, 147, 255, 0.19) 85%, rgba(85, 148, 255, 0.2) 100%);
}

ul.list-items {
    margin: 20px 0px 20px 20px;
    padding-right: 70px;
}

ul.list-items li {
    position: relative;
    padding-left: 5px;
    font-size: 18px;
    margin: 10px 0px 15px 0px;
}

ul.list-items li:before {
    content: '';
    left: -20px;
    top: 9px;
    width: 13px;
    height: 13px;
    background-image: url(https://www.manageengine.com/products/service-desk/itsm/images/list-icon.svg);
    background-size: cover;
    position: absolute;
}

p.author-info,
p.author-name,
p.author-designation {
    margin: 0px 0px 3px 0px;
}

.date-wrap {
    margin-top: 3px;
}

.date-wrap>div {
    max-width: 26px;
    display: inline-block;
    margin-right: 3px;
}

.date-wrap .date i {
    display: inline-block;
    margin: 0px 7px;
}

.date-wrap .date i::after {
    content: '';
    border-right: 1px solid #b7d5f882;
}

.date-wrap span,
.date-wrap>div {
    vertical-align: middle;
    color: #fff;
    font: 16px / 1 "Zoho_Puvi_Bold";
}

p.author-name {
    font: 18px/1 Zoho_Puvi_Bold;
}

p.author-designation {
    font-size: 15px;
    margin: 0px;
}

.banner-cta {
    text-align: center;
    margin: 40px 0px 0px 0px;
}

.cta-wrapper a {
    min-width: 100px;
}

a.cta-button {
    font: 17px / 1.2 Zoho_Puvi_SemiBold;
    padding: 14px 40px;
    background: #f0483e;
    color: #fff;
    border: 1px solid #f0483e;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

a#onpremisesbtn {
    background: transparent;
    border: 1px solid #fff;
}


/*banner style ends here*/


/*body style starts here*/

.top-bottom-space {
    padding: 100px 0px;
}

h2.second-level-heading {
    font: 30px/1.25 'Zoho_Puvi_SemiBold';
    margin: 0px 0px 30px 0px;
}

.sneak-peek-title {
    max-width: 80%;
}

.body-images {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}


/*body style ends here*/


/*footer style starts here*/

.footer-section-bg {
    padding: 100px 0px;
    background: #323232;
    margin-top: 80px;
}

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

.footer-section h2 {
    font: 30px/1.25 'Zoho_Puvi_Bold';
    margin: 0px auto 40px auto;
}

.india-webinar-footer-title h2 {
    font: 36px / 1.3 Zoho_Puvi_Bold;
    color: #fff;
    margin: 0px auto 40px auto;
    max-width: 700px;
}

a#cloudbtn {
    margin-right: 15px;
}


/*footer style ends here*/


/*animation style starts here*/

.animation {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: inherit;
}

.animation-left {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
}

.active-anim .animation-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}

.animation-right {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
}

.active-anim .animation-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}


/*animation style ends here*/


/*form style starts*/

#Apiform {
    background: #fff;
    padding: 50px 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 470px;
    margin: 0px auto;
    /*  border: 20px solid #b9d5f8;*/
    border-radius: 20px;
}

.sdp-form-sec {
    position: relative;
}

input[type="radio"] {
    cursor: pointer;
}

img.me-logo {
    width: 140px;
    margin-bottom: -5px;
}

img.sdp-logo {
    width: 220px;
}

h3.form-title {
    text-align: center;
    font: 22px / 1.2 'Zoho_Puvi_Bold';
    margin: 0px 0px 30px 0px;
    text-align: center;
    color: #000
}

.datetime p {
    font-size: 13px;
    line-height: 1.5;
}

input[type="text"] {
    font: 15px/1.5 "Zoho_Puvi_Regular";
    width: 100%;
    height: 50px;
    padding: 17px;
    border-radius: 0px;
    box-sizing: border-box;
    background: #fff;
    border: none;
    border: 1.5px solid #4D9DF3 !important;
}

input[type="text"]::placeholder {
    color: #000;
}

input:active {
    border: 1px solid #2ea180;
}

input:focus {
    border: 1px solid #2ea180;
}

input:hover {
    border-left: 2px solid #2ea180;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

select {
    font: 15px/1.5 "Zoho_Puvi_Regular";
    color: #000;
    width: 100%;
    height: 50px !important;
    margin: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../images/select-arrow.png") 360px 8px no-repeat !important;
    border: 1.5px solid #4D9DF3 !important;
    padding: 12px 15px;
}

#country_state {
    margin: 0px auto;
    font-size: 15px !important;
}

input[type="text"],
select {
    margin: 0px 0px 10px 0px;
}

div#formCTAgdpr {
    font: 11px / 1.5 "Zoho_Puvi_Regular";
    margin: 15px auto;
    max-width: 90%;
}

span#email_err_msg {
    color: red;
    top: -10px;
    position: relative;
    font: 13px / 1.5 "Zoho_Puvi_Regular";
}

.formfild input.error[type="text"]::placeholder {
    color: red;
}

#clickevnt_text {
    font-family: 'Zoho_Puvi_SemiBold';
}

div#meGDPRMessage {
    font: 12px/1.5 "Zoho_Puvi_Regular";
    margin: 20px 0px 0px;
    color: #000;
    text-align: center;
}

.prvcy-plicy a {
    color: #000;
    text-decoration: underline;
    font-size: 11px !important;
}

input.submitbtn {
    font: 18px/1.5 "Zoho_Puvi_SemiBold";
    background: #FF1800;
    border: none;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 20px 0px;
}

input.submitbtn:hover {
    background: #c4291c;
}

input:focus {
    box-shadow: none;
    outline: none;
}

select:focus {
    outline: none;
}

p.reg_form_errors {
    position: absolute;
    top: 40px;
    font-size: 13px;
    color: #ff2424;
    display: none;
}

[data-countrygdpr] {
    height: 55px !important;
    border: 1.5px solid #4D9DF3;
    padding: 17px !important;
}

.tool-replace-check p {
    font-size: 16px;
    margin: 0 0 0 7px;
}

.tool-replace-check {
    margin-top: 5px;
}

.tempContDiv {
    display: flex;
    margin-top: 5px;
}

.choice-table-row {
    margin-right: 6px;
}

.choice-table-row label {
    font-size: 16px;
}

.about-author .img-wrap {
    margin: 0px auto;
}

.heading-menu {
    display: none;
}

.apiform .sdp-itsm-chk-box {
    margin: 10px 0;
}

.apiform .formfild {
    position: relative;
}

.apiform .radio-button {
    display: flex;
}

.check.sdp-itsm-chk-box p {
    font: 14px / 1.5 "Zoho_Puvi_SemiBold";
    text-align: left;
    margin: 10px 0px 0px 0px;
    color: #000;
}

.radio-button {
    font: 14px / 1.5 Zoho_Puvi_Bold;
}

.sdp-yes {
    padding-right: 10px;
}


/*form style ends*/


/*form close starts*/


/* #Apiform:before {
    content: "CLOSED";
    position: absolute;
    background: #ffe606;
    color: #000;
    padding: 15px 40px;
    top: 20px;
    left: -96px;
    transform: rotate(315deg);
    font-weight: bold;
    overflow: hidden;
    width: 200px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 9;
    font-family: 'Zoho_Puvi_SemiBold';
} */


/* .sdp-form-sec::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 470px;
  height: 100%;
  z-index: 9;
  opacity: .57;
  margin: 0 auto;
  left: 72px;
  border-radius: 20px;
} */

.sdp-reg-form-close {
    pointer-events: none;
    width: 150px;
    height: 127px;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

.ribbon::before {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    border: 8px solid #e10017;
    right: 3px;
    top: -6px;
}

.ribbon::after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    border: 5px solid #e10017;
    left: 0px;
    bottom: 7px;
}

.sdp-close-btn {
    font: 20px / 1 'Zoho_Puvi_SemiBold';
    background-color: #e9152b;
    color: #fff;
    padding: 10px 75px;
    transform: rotate(321deg);
    left: -62px;
    position: absolute;
    top: 30px;
    z-index: 9999;
    display: none;
    width: 80px;
}

.success-msg {
    max-width: 470px;
    margin: 0px auto;
    background: #fff;
    border: unset;
}

.success-msg h3,
.banner-bg .success-msg p {
    color: #000;
}

.banner-bg .success-msg p {
    margin: 0 auto 20px auto;
    max-width: 85%;
}

.banner-bg .success-msg a.internal-links {
    color: #fa8900;
}


/*form close ends*/

@media only screen and (min-width:992px) and (max-width:1130px) {
    #Apiform {
        max-width: 400px;
        padding: 50px 30px;
    }
    select {
        background: #fff url(../images/select-arrow.png) 300px 8px no-repeat !important;
    }
}

@media only screen and (max-width:1024px) {
    #MEmobPanel {
        top: 83px !important;
    }
    .bradkrm {
        margin-top: 20px;
    }
    .sneak-peek-title {
        max-width: 100%;
    }
    .india-webinar-footer-title h2 {
        max-width: 70%;
    }
    ul.list-items {
        padding-right: 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    #Apiform {
        max-width: 350px;
    }
    select {
        background: #fff url(../images/select-arrow.png) 246px 8px no-repeat !important;
    }
}

@media only screen and (max-width:992px) {
    h3.form-title {
        font-size: 20px;
    }
    .tool-replace-check p,
    .choice-table-row label {
        font-size: 14px;
    }
    .prvcy-plicy {
        width: 100%;
    }
    #Apiform {
        padding: 50px 20px;
    }
}

@media only screen and (max-width:768px) {
    .page-float-content p,
    ul.list-items {
        padding-right: 0;
    }
    .mobile-breadcrumb {
        display: flex;
    }
    .desktop-breadcrumb {
        display: none;
    }
    .row {
        flex-wrap: wrap;
    }
    .col-swap {
        flex-direction: column-reverse;
    }
    .two-col {
        width: 100%;
    }
    .top-bottom-space {
        padding: 0px 0px;
    }
    .banner-video {
        margin: 50px 0px 0px 0px;
    }
    .img-wrap,
    .about-author .img-wrap {
        max-width: 380px;
        margin: 50px auto;
        width: 100%;
    }
    .about-author-image {
        margin-bottom: 50px;
    }
    .footer-section-bg {
        padding: 70px 0px;
        margin-top: 50px;
    }
    .india-webinar-footer-title h2 {
        max-width: 100%;
    }
    input.submitbtn {
        font-size: 15px;
    }
    .banner .two-col:nth-child(2) {
        margin-top: 50px;
    }
    #Apiform {
        max-width: 400px;
    }
    select {
        background: #fff url(../images/select-arrow.png) 296px 8px no-repeat !important;
    }
}

@media only screen and (max-width:414px) {
    .sneak-peek-image {
        width: 100%;
    }
    .cta-wrapper.cmn-cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    a#cloudbtn {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:320px) {
    a#cloudbtn {
        margin-right: 0px;
    }
}