p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.container-new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}

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


/*banner style starts here*/

.mobile-breadcrumb {
    display: none;
}

.banner-bg {
    background: url("../help-desk-software/images/graphic-webinar-bg.png");
    background-size: cover;
    background-position: center;
}

.banner {
    padding-top: 50px;
    padding-bottom: 100px;
}

h1.webinar-title {
    font: 40px/1.3 'Zoho_Puvi_Bold';
    letter-spacing: 0px;
    margin: 10px 0px 20px 0px;
}

p.webinar-type {
    display: inline-block;
    border: 1px solid #6d9fe2;
    color: #6d9fe2;
    padding: 5px 20px;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 2px;
}

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

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

ul.list-items li:before {
    content: "";
    background: url(../images/list-tick-icon.png) no-repeat;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 19px;
    height: 19px;
    display: block;
    background-size: contain;
}

p.author-info {
    margin: 50px 0px 0px 0px;
}

p.author-name {
    font: 18px/1 Zoho_Puvi_Bold;
    margin: 10px 0px 5px 0px;
}

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: 16px/1.5 Zoho_Puvi_Bold;
    background: #f0483e;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
}


/*banner style ends here*/


/*body style starts here*/

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

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

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

.body-images {
    display: block;
    margin: 0 auto;
}


/*body style ends here*/


/*footer style starts here*/

.footer-section-bg {
    padding: 100px 0px;
}

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

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

.vawns-murphy-footer-title h2 {
    max-width: 60%;
}

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*/

@media only screen and (max-width:1024px) {
    #MEmobPanel {
        top: 83px !important;
    }
    .bradkrm {
        margin-top: 20px;
    }
    .banner-bg {
        background: #edf5ff;
    }
    .sneak-peek-title {
        max-width: 100%;
    }
    .vawns-murphy-footer-title h2 {
        max-width: 70%;
    }
}

@media only screen and (max-width:768px) {
    .me-sdp-video-container {
        margin-top: 60px;
    }
    .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: 70px 30px;
    }
    .banner-video {
        margin: 50px 0px 0px 0px;
    }
    .sneak-peek-image {
        width: 75%;
        margin-bottom: 50px;
    }
    .about-author-image {
        margin-bottom: 50px;
    }
    .footer-section-bg {
        padding: 70px 0px;
    }
    .vawns-murphy-footer-title h2 {
        max-width: 100%;
    }
}

@media only screen and (max-width:414px) {
    .sneak-peek-image {
        width: 100%;
    }
}