.conferece-banner-area {
    padding-bottom: 80px;
    padding-top: 53px;
}

.events-area {
    padding-top: 58px;
}

.event-title {
    padding-top: 7px;
    padding-left: 9px;
}

.event-title h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    position: relative;
    padding-left: 75px;
    margin-bottom: 42px;
}

.event-title h2:before {
    position: absolute;
    content: '';
    width: 54px;
    height: 1.4px;
    background-color: var(--mandarin-ea-7-b-3-d);
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.conferece-banner {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.conferece-banner {}

.conferece-banner-text {
    padding-left: 120px;
}

.conferece-banner-text h2 {
    font-size: 117.6px;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    color: var(--mandarin-ea-7-b-3-d);
    font-family: "Playfair Display", serif;
    position: relative;
    display: inline-block;
    padding-top: 67px;
    margin-bottom: 17px;
}

.conferece-banner-text h2:before {
    position: absolute;
    content: '';
    width: 185px;
    height: 1px;
    bottom: -29px;
    right: -26px;
    background: var(--mandarin-ea-7-b-3-d);
}

.conferece-banner-text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
    max-width: 450px;
    margin-top: 35px;
}

.events-area {
    background-color: #f8f8f8;
    padding-bottom: 90px;
}


.events-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.unified.event-large {
    width: 100%;
}
.events-inner .event-large.unified,
.events-inner .event-medium.unified,
.events-inner .event-small.unified {
    display: flex;
    background-color: white;
    position: relative;
}

.event-small.unified {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 302px
}
.event-small.unified .event-img {
    max-height: 177px;
}
.event-small.unified .event-info {
    height: calc(100% - 177px);
    padding: 30px 15px 15px 15px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.events-inner .event-small.unified .event-add{
    padding: 12px 0;
}
.events-inner .event-large.unified .event-img {
    max-width: 486px;
    width: 100%;
    position: relative;
}
.events-inner .event-large.unified .event-info {
    max-width: calc(100% - 486px);
    width: 100%;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.events-inner .event-large.unified .flex-top {
    padding-top: 18px;
}
.events-inner .event-medium.unified .flex-top,
.events-inner .event-medium.unified .flex-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.events-inner .event-medium.unified .flex-top {
    height: 60%;
}

.events-inner .event-medium.unified .flex-bottom {
    height: 40%;
}

.events-inner .event-medium.unified .event-info {
    padding: 20px;
    width: calc(100% - 223px);
}

.event-info h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.38;
    color: var(--mandarin-ea-7-b-3-d);
}

.event-info h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.36px;
    color: var(--shark-1-a-1-b-20);
    font-family: "Playfair Display", serif;
}

.events-inner .event-large.unified .event-info h4 {
    font-size: 24px;
}
.events-inner .event-large.unified .event-info h2 {
    font-size: 40px;
    margin-top: 8px;
}


.events-inner .event-large.unified .event-add{
    margin: 12px 0;
}

.events-inner .event-large.unified .event-add p,
.events-inner .event-small.unified .event-add p{
    margin-bottom: 5px;
}

.events-inner .event-large.unified .event-add img {
    width: 20px;
}
.events-inner .event-large.unified .event-add span {
    font-size: 16px;
}
.events-inner .event-large.unified .flex-bottom {
    position: relative;
}
.events-inner .event-large.unified .flex-bottom::before {
    position: absolute;
    top: -34px;
    width: 107px;
    height: 0.8px;
    background-color: var(--mandarin-ea-7-b-3-d);
    content: "";
}

.events-inner .event-large.unified button {
    line-height: 45px;
    max-width: 275px;
}

.events-inner .event-large.unified .booth {
    min-width: 100px;
    height: 84px;
    padding: 0 5px;
}

.events-inner .event-large.unified .booth p {
    font-size: 22px;
}

.events-inner .event-large.unified .booth h3 {
    font-size: 29px;
}
.events-inner .event-medium .booth h3 {
    font-size: 22.7px;
}
.events-inner .event-medium .booth p {
    font-size: 17px;
}

.events-inner .event-large,
.events-inner .event-medium,
.events-inner .event-small {
    margin-bottom: 60px;
}

.events-inner .event-medium {
    width: calc(50% - 13px);
}

.events-inner .event-large .events-medium,
.events-inner .event-large .events-regular {
    display: none;
}

.events-inner .event-medium .events-large,
.events-inner .event-medium .events-regular {
    display: none;
}

.events-inner .event-small .events-large,
.events-inner .event-small .events-medium {
    display: none;
}

.event-add p.calendar {
    padding-left: 24px;
    background: url(../img/events/cal.svg) no-repeat left top 2px;
    background-size: 18px;
}

.event-add p.location {
    padding-left: 24px;
    background: url(../img/events/loc.svg) no-repeat left top 2px;
    background-size: 18px;
    line-height: 1.5em;
}

.event-medium .event-add
{
    margin-bottom: 21px;
}
.event-medium .event-add p.calendar,
.event-medium .event-add p.location,
.event-small .event-add p.calendar,
.event-small .event-add p.location
{
    background-size: 12px;
    padding-left: 16px;
    background-position: left top 5px;
}

.events-inner .event-small.unified .event-add {
    margin-bottom: 16px;
}
.event-logo {
    position: absolute;
    left: 13px;
    top: 14px;
}

.booth {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--shark-1-a-1-b-20);
    min-width: 68px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.booth p {
    font-size: 14.8px;
    font-weight: normal;
    line-height: 1.42;
    color: #fff;
}

.booth h3 {
    font-size: 19.8px;
    color: #fff;
    font-weight: 600;
}


.events-text {
    padding: 15px;
    padding-top: 30px;
}

.events-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.38;
    color: var(--mandarin-ea-7-b-3-d);
}

.events-text h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.36px;
    color: var(--shark-1-a-1-b-20);
    font-family: "Playfair Display", serif;
}
.events-text .event-add {
    margin: 12px 0;
}

.event-add img {
    width: 12px;
}

.event-add span {
    font-size: 13px;
    font-weight: normal;
    color: var(--shark-1-a-1-b-20);
}

.event-btn button:hover {
    background: #755BE2;
}

.event-btn button,
.event-btn button.btn-primary:focus,
.event-btn a {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    color: #fff;
    line-height: 37px;
    background-color: var(--shark-1-a-1-b-20);
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 0;
    box-shadow: none;
}

.conferences-area {
    background-color: #fef2ec;
    padding-top: 60px;
    padding-bottom: 30px;
}

.single-conferences {
    background-color: #fff;
    padding: 20px;
    min-height: 465px;
    margin-bottom: 65px;
    position: relative;
}

.conferences-img img {
    width: 100%;
}

.conferences-text {
    padding-top: 15px;
}

.conferences-text h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    line-height: 1.39;
    color: var(--shark-1-a-1-b-20);
}

.conferences-text div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.w-275 a {
    width: 275px;
}

.fht-logo {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.event-full .event-bottom {
    bottom: 25px;
}

.event-full .event-mdl {
    position: absolute;
    top: 43px;
}


.formModal .btn-full button {
    width: 100%;
    line-height: 48px;
    background-color: var(--medium-purple-755-be-2);
    color: var(--white-ffffff);
    border: 0;

}

.book-close {
    margin-bottom: 40px;
}

.book-close button {
    display: inline-block;
    opacity: 1;
}

.book-close {
    text-align: center;
}
.formModal .single-form {
    margin-bottom: 24px;
}
.formModal .single-form label {
    color: #fff;
}

.book-title h2 {
    color: #FFF;
    margin-bottom: 25px;
}

.formModal {

}

#confModal {
    background: rgba(26, 27, 32, 0.80);
    backdrop-filter: blur(6px);
    z-index: 1000000;
}

.formModal .book-form {
    padding: 32px;
    border: 1px solid #755BE2;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.event-md.event-full .event-bottom::before {
    position: absolute;
    top: -34px;
    width: 107px;
    height: 0.8px;
    background-color: var(--mandarin-ea-7-b-3-d);
    content: "";
    left: 30px;
}

.event-big-img img {
    width: 100%;
    object-fit: cover;
}
#events-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#events-form-wrap .single-form:last-child {
    margin-bottom: 30px;
}

span.wpcf7-form-control-wrap {
    /* height: 50px; */
    display: block;
}

.event-small .flex-top {
    margin-bottom: 9px;
}

.event-large .event-logos {
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 25px;
    justify-content: end;
    align-items: center;
    display: flex;
    gap: 10px;
}
.event-medium .event-logos {
    position: absolute;
    left: 230px;
    max-width: 50%;
    top: 10px;
    justify-content: start;
    align-items: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.event-small .event-logos {
    position: absolute;
    left: 10px;
    display: flex;
    gap: 10px;
    top: 10px;
    justify-content: start;
    align-items: center;
    max-width: calc(100% - 90px);
    flex-wrap: wrap;
}

.conferences-text div.event-logos {
    left: auto;
    right: 0;
    width: 50%;
    align-items: end;
    flex-direction: column;
}
.conferences-text div.event-logos img {
    max-height: 50px;
}

#events-form-wrap .single-form.acceptance-policy {
    margin-top: 20px;
    margin-bottom: 0;
}
#events-form-wrap .single-form.acceptance-policy p {
    font-size: 13px;
    color: #fff;
}



@media (max-width: 767px) {
    .formModal .single-form.acceptance-updates  {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {

    .events-area .container,
    .conferences-area .container {
        max-width: 1070px;
        width: 100%;

    }
}

@media (max-width: 1399px) {

    .conferece-banner-text {
        padding-left: 30px;
    }
}


@media (max-width: 1199px) and (min-width: 992px){
    .conferece-banner-area .container{
        max-width: 960px;
    }
}

@media (max-width: 1199px) {


    .event-title h2{
        font-size: 20px;
        margin-bottom: 60px;
    }
    .event-title {
        padding-top: 7px;
        padding-left: 1px;
    }
    .single-event {
        max-width: 302px;
    }

    .only-tablet {
        display: block;
    }

    .events-text {
        padding: 20px;
    }

    .events-area {
        padding-bottom: 0;
    }

    .single-conferences {
        min-height: auto;
        margin-bottom: 40px;
        padding-bottom: 100px;
    }

    .conferece-banner-text h2 {
        font-size: 70px;
    }

    .conferece-banner-text p {
        font-size: 17px;
    }

    .conferece-banner-text h2:before {
        width: 63%;
        bottom: -20px;
        right: -30px;
    }

    .conferece-banner-text {
        max-width: 230px;
        padding-left: 15px;
    }



    .conferece-banner-area {
        margin-top: 60px;
        padding-top: 0;
        padding-bottom: 60px;
    }



    .conferences-text h2 {
        font-size: 26px;
    }
    .conferece-banner-text h2{
        padding-top: 0;
    }

    .events-text h2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .event-big-img img {
        width: 100%;
    }
    .event-small .event-add span{
        font-size: 14px;
    }
    .events-text {
        padding: 20px 10px;
    }
    .events-text .event-add p:last-child{
        margin-bottom: 0;
    }
    .events-text .event-add p{
        margin-bottom: 4px;
    }
    .events-text .event-add{
        margin: 25px 0;
    }
    .event-btn button, .event-btn a{
        line-height: 48px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: none;
    }
    .single-event{
        margin-bottom: 52px;
    }
    .single-event-inner{
        height: 100%;
    }
    .single-event-inner{
        position: relative;
    }
    .conferences-text h2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

}



@media (max-width: 990px) {
    .conferece-banner-area .container{
        max-width: 767px;
    }
    .D_H2_Playfair_Medium_36px {
        font-size: 36px;
    }
    .event-small.unified {
        max-width: 336px;
    }
    .conferece-banner-img img {
        position: absolute;
        left: 0;
        height: 255px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .conferece-banner-area .container{
        max-width: 540px;
    }
    .conferece-banner-img img{
        width: 100%;
        max-width: 100%;
    }
    .event-btn{
        padding-left: 4px;
        padding-right: 4px;
    }
    .event-btn button, .event-btn a{
        max-width: 100%;
        width: 100%;
    }
    .events-text{
        padding-left: 14px;
        padding-right: 14px;
    }
    .conferece-banner-text h2:before {
        width: 130px;
        bottom: 0;
        right: -15px;


    }
    .conferece-banner-img {
        width: 100%;
    }

    .single-event {
        max-width: 100%;
    }
    .conferece-banner-text{
        text-align: center;
    }
    .conferece-banner-text h2 {
        font-size: 80px;
        margin-top: 40px;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .conferece-banner-text p {
        text-align: left;
        font-size: 20px;
        margin-top: 0;
    }

    .conferece-banner-text {
        padding-left: 0;
        max-width: 100%;
    }

    .events-text h2 {
        font-size: 36px;
    }

    /* .events-area .container,
    .conferences-area .container {
        max-width: 540px;
    } */

    .conferences-text div p {
        font-size: 14px;
    }

    .single-conferences {
        padding: 15px;
        padding-bottom: 80px;
    }
    .conferece-banner-area{
        margin-top: -5px;
    }
    .formModal .single-form {
        margin-bottom: 20px;
    }
    .submit-btn {
        margin-top: 24px;
    }
    .event-small .event-add span {
        font-size: 13px;
    }
    .conferece-banner-img img {
        height: 375px;
        width: auto;
    }
}

@media (max-width: 575px) {
    .conferece-banner-area .container{
        max-width: 375px;
    }
    #confModal .modal-dialog {
        margin: 0;
    }

    .book-close {
        margin-bottom: 12px;
    }

    .contact-right-inner .col {
        max-width: 100%;
    }

    .book-form .row {
        flex-direction: column;
    }

    .formModal {
        padding: 22px 40px 50px 40px;
    }

    .formModal .book-form {
        border: 0;
        padding: 0;
    }

    .book-title h2 {
        font-size: 24px;
    }
    .conferece-banner-img img {
        height: 250px;
        width: auto;
    }
}

.single-event .event-big-img img {
    height: 177px;
    object-fit: cover;
}
.conferences-img img {
    height: 265px;
    object-fit: cover;
}
@media (min-width: 1200px) {

}