.webinar-area.webinar-ebook-area {
    /*margin-top: -40px; changed by mor 18/07 */
    margin-top: -8px;
}

.webinar-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.webinar-ebook-area .webinar-left{
    padding-top: 35px;
}
.webinar-left {
    max-width: 735px;
}

.webinar-right {
    /* max-width: 635px; */
    max-width: calc(100% - 735px);
}

.webinar-left {

    width: 100%;
}

.webinar-left h6 {
    font-size: 18.9px;
    font-weight: 500;
    letter-spacing: 3.03px;
    color: #fff;
    background-color: var(--medium-purple-755-be-2);
    padding: 4px 15px 3px 15px;
    display: inline-block;
}

.webinar-left h2 {
    margin: 30px 0;
}

.webinar-left h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--medium-purple-755-be-2);
    font-family: "Playfair Display", serif;

}

.webinar-summary,
.webinar-left-inner {
    max-width: 635px;
}

.about-duve-ebook.tablet-none p {
    font-size: 16px;
    line-height: 1.7;
}

.about-duve-ebook.tablet-none {
    margin-top: 20px;
}

.about-duve-ebook.tablet-none .single-host-right {
    max-width: 660px;
}

.webinar-summary h3 {
    margin-top: 30px;
    padding-bottom: 5px;
}

.calendar-time {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.webinar-left .calendar-time p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.82;
    color: var(--shark-1-a-1-b-20);
    display: flex;
    align-items: center;
    margin-right: 18px;

}

.calendar-time p span {
    margin-left: 13px;
}

.webinar-left p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
}


.webinar-area {
    overflow: hidden;
    margin-top: 32px; /* added by mor 18/07 */
}

.webinar-right-inner::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 900px;
    height: 100%;
    content: "";
    z-index: 1;
    background: #f8f4ff;
}

.webinar-right-inner {
    position: relative;
}

.webinar-right {
    width: 100%;
    position: relative;
}


.webinar-right-inner {
    padding: 40px 44px;
    padding-right: 0;
    background-color: #f8f4ff;
    height: 100%;
}

.webinar-form {
    max-width: 455px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.webinar-form h2 {
    margin-bottom: 40px;
}

.webinar-form .single-form {
    margin-bottom: 40px;
}

.webinar-form .select-selected,
.webinar-form .single-form input {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #545454;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 0;
    border-bottom: 1px solid var(--shark-1-a-1-b-20);
    background-position: 99% center;
    padding: 0;
    line-height: 40px;
}

.webinar-form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #545454;
}

.webinar-form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #545454;
}

.webinar-form ::placeholder {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #545454;
}

.webinar-form button,
.webinar-form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    line-height: 48px;
    background-color: var(--shark-1-a-1-b-20);
    display: inline-block;
    text-align: center;
    border: none;
}

.webinar-form p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    text-align: center;
    margin-top: 40px;
}

.webinar-form .acceptance-policy,
.webinar-form .acceptance-updates {
    width: 100%;
}
.webinar-form .acceptance-updates p {
    text-align: left;
}

.webinar-form .acceptance-policy p {
    text-align: left;
    font-size: 13px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .webinar-form .acceptance-policy p {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .webinar-form .acceptance-policy p {
        text-align: left;
    }
}


.webinar-summary ul li {
    list-style: none;
    margin: 24px 0;
    position: relative;
    padding-left: 40px;
}

.webinar-summary ul li:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    left: 0;
    top: 3px;
    background-image: url(../img/webinar/bullets.svg);
}

.hosts-area {
    padding: 59px 0;
    background-color: var(--ghost-white-fafbfc);
}

.hosts-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hosts-left {
    max-width: 635px;
    width: 100%;
}

.single-host {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
}

.host-text {
    padding-left: 24px;
    max-width: calc(100% - 85px);
    width: 100%;
}

.host-img {
    max-width: 85px;
    width: 100%;
}

.host-img img {
    height: auto;
}

.host-text h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--shark-1-a-1-b-20);
}

.host-text h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
    color: var(--shark-1-a-1-b-20);

}

.host-text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    margin-top: 15px;
}

.hosts-right {
    max-width: calc(100% - 730px);
    width: 100%;
}

.host-right-inner {
    border-bottom: 1px solid var(--medium-purple-755-be-2);
    padding-bottom: 45px;
}

.single-host-right:first-child {
    margin-bottom: 60px;
}

.single-host-right p {
    margin-top: 30px;
}
.webinar-right-img img{
    width: 100%;
    height: auto;
}
.hosts-logo {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.hosts-logo span {
    font-size: 25.8px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    margin: 0 25px;
    line-height: 1;
}

.footer-ebook {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 27px 0;
}

.footer-ebook-menu {}

.footer-ebook-menu ul {}

.footer-ebook-menu ul li {
    list-style: none;
    display: inline-block;
}

.footer-ebook-menu ul li a {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.67;
    color: var(--shark-1-a-1-b-20);
    margin-left: 17px;
    text-decoration: none;
    display: inline-block;
}

.footer-ebook img {
    width: 30px;
}
.wpcf7-spinner {
    display: none;
}

::placeholder { /* Most modern browsers support this */
    color: #545454;
    opacity: 1; /* Firefox requires this to work */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
    color: #545454;
}
.single-form select {
    height: 50px;
    background-color: transparent;
    background-position: 100% center;
    color: #545454;
    line-height: 35px;
    font-size: 16px;
    padding: 0;
    border-bottom: 1px solid var(--shark-1-a-1-b-20);
}
form.submitting input[type="submit"] {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 1399px) {
    .webinar-left {
        max-width: 48%;
        width: 100%;
    }

    .webinar-right {
        max-width: 50%;
        width: 100%;
    }

    .calendar-time p {
        margin-right: 0;
    }

    .calendar-time p span {
        margin-left: 5px;
    }

    .calendar-time {
        justify-content: space-between;
    }

    .hosts-left {
        max-width: 49%;
        width: 100%;
    }

    .hosts-right {
        max-width: 49%;
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .webinar-summary-area,
    .webinar-tablet-area {
        display: none;
    }
}

@media (max-width: 1199px) {
    .hosts-right {
        padding-top: 60px;
    }

    .webinar-right-desktop {
        display: none;
    }

    .webinar-summary-area {
        display: block;
        margin-bottom: 45px;
    }

    .webinar-tablet-area {
        display: block;
        background-color: #f8f4ff;
        padding-bottom: 42px;
        margin-top: 55px;
        margin-bottom: 30px;
    }

    .webinar-form h2 {
        font-size: 28px;
    }

    .webinar-form h2 {
        margin-bottom: 30px;
    }

    .webinar-form {
        max-width: 98%;
    }

    .webinar-form .select-selected,
    .webinar-form .single-form input {
        line-height: 35px;
    }

    .webinar-form form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .webinar-form .single-form {
        margin-bottom: 33px;
        width: 47%;
    }

    .webinar-form button,
    .webinar-form input[type="submit"] {
        max-width: 225px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .webinar-form p {
        font-size: 14px;
        margin-top: 16px;
        width: 100%;
    }

    .webinar-left {
        max-width: 100%;
        width: 100%;
    }

    .webinar-left h6 {
        font-size: 13.9px;
        letter-spacing: 2.23px;
        padding: 5px 13px;
    }

    .webinar-left h2 {
        font-size: 32px;
        line-height: 1.3;
        margin-top: 28px;
        margin-bottom: 16px;
    }

    .webinar-left h4 {
        font-size: 24px;
        line-height: 1.5;
    }

    .calendar-time {
        justify-content: unset;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .webinar-left p {
        font-size: 16px;
        line-height: 1.7;
    }

    .webinar-left p:first-child {
        margin-right: 24px;

    }

    .calendar-time p span {
        margin-left: 10px;
    }

    .hosts-left {
        max-width: 100%;
        width: 100%;
        padding-bottom: 60px;
    }

    .hosts-right {
        max-width: 100%;
        width: 100%;
    }

    .hosts-inner {
        flex-direction: column;
    }

    .hosts-left h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .host-text h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .host-text h3 {
        font-size: 17px;
        line-height: 1.3;
    }

    .single-host-right h2 {
        font-size: 28px;
    }

    .single-host-right p {
        margin-top: 22px;
    }

    .single-host-right:first-child {
        margin-bottom: 30px;
    }

    .host-right-inner {
        padding-bottom: 30px;
    }

    /*.t-none,
    .hosts-logo a:last-child {
        display: none !important;
    }*/

    .hosts-logo {
        margin-top: 24px;
    }

    .webinar-summary-area .webinar-summary {
        max-width: 485px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .webinar-summary h3 {
        font-size: 28px;
    }

    .webinar-summary span {
        font-size: 17px;
    }

    .webinar-summary ul li:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .webinar-right-img {
        margin-bottom: 30px;
    }

    .webinar-right-img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .webinar-left h2 {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .webinar-left p:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .calendar-time {
        flex-direction: column;
        align-items: flex-start;
        margin: 24px 0;
    }

    .webinar-form h2 {
        margin-bottom: 22px;
    }

    .webinar-form .single-form {
        margin-bottom: 40px;
        width: 100%;
    }

    .webinar-form button,
    .webinar-form input[type="submit"] {
        max-width: 100%;
    }

    .webinar-tablet-area {
        padding-bottom: 22px;
        margin-bottom: 60px;
    }

    .webinar-summary h3 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .host-text h2 {
        font-size: 18px;
        line-height: 1.6;
    }

    .host-text h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .single-host {
        margin-top: 32px;
    }

    .host-text {
        padding-left: 15px;
        max-width: calc(100% - 76px);
        width: 100%;
    }

    .host-img {
        max-width: 76px;
        width: 100%;
    }

    .hosts-area {
        margin-top: 40px;
    }

    .single-host-right h2 {
        font-size: 30px;
    }

    .hosts-left {
        padding-bottom: 60px;
    }

    .footer-ebook-menu ul li a {
        margin-left: 5px;
    }

    .webinar-summary ul li:before {
        top: 0;
        transform: translateY(0);
    }
}