h4.event-heading {
    color: #025043;
    padding: 30px 0 40px 0px;
}

section.main-heading-all {
    padding: 40px 0 0 0;
}

h4 {
    font-size: 35px;
}

h4.event-heading1 {
    color: #025043;
    padding: 60px 0 20px 0px;
}

.first-event {
    margin: 0px 10px;
}

.event-heading-constant {
    font-size: 20px;
    color: #025043;
    padding: 20px 0;
}

.total-cost h5 {
    font-family: "EUROSTILE-LT-MEDIUM";
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.cost-total-final h4 {
    font-family: "poppins-Semibold";
    font-size: 20px;
    margin: 0;
}
.cost-total-final {
    padding: 10px 15px;
}
.total-cost {
    background: #025043;
    padding: 15px 11px;
    border-radius: 8px;
    border: 1px solid #2a8173;
    /* border-left: none; */
    /* height: 49px; */
}
.total-cost-wrapper {
    border: 1px solid #2a8173;
    width: 250px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 20px 0 10px 0px;
}
.cost-total-final h4 span {
    font-family: "poppins-regular";
}
.member-pricing h3 {
    color: #004d25;
    font-size: 23px;
    margin: 30px 0px 20px 0px;
}
.member-pricing.top-pricing ul li {
    /* line-height: 2px; */
    margin: 13px 0;
}
.member-pricing ul li {
    margin: 13px 0;
}
.event-card {
    box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
    -webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
    -moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
    border-radius: 20px;
    background: #fff;
    position: relative;
}

.event-card img {
    border-radius: 20px 20px 0px 0px;
    height: 343px;
    width: 100%;
    object-fit: cover;
}

/* event-conversation */
.bottom-event {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    margin: 0px 116px;
    padding: 10px 0;
}

.event-conversation-wrapper {
    background: #036c5e;
}

.bottom-event h5 {
    color: #fff;
    margin: 0;
}

p.join {
    margin: 20px 0px;
    font-family: "poppins-Medium";
    font-size: 16px;
    color: #000;
}

ul.capture li p i {
    color: #025043;
    margin-right: 10px;
}

ul.capture li p span {
    font-family: "poppins-Medium";
    font-size: 16px;
    color: #000;
}

ul.date-wrapper li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
ul.date-wrapper li h4 {
    width: 102px;
    color: #003c34 !important;
    font-size: 24px;
    /* line-height: 34px; */
    padding: 0 !important;
    margin: 0;
}
.event-conversation-btn .btn {
    width: 16%;
}

ul.date-wrapper {
    margin: 40px 0;
}

.event-conversation-btn {
    margin-bottom: 50px;
}

ul.date-wrapper li span {
    font-size: 16px;
    font-family: "poppins-regular";
    color: #110000;
}

.event-conversation-wrapper img {
    height: 530px;
    width: 100%;
    object-fit: cover;
}

/* tradeshow event */
.event-conversation-wrapper.tradeshow.img {
    background: #003b32;
    position: relative;
}

.event-conversation-tradeshow-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.event-conversation-tradeshow-btn .btn {
    width: auto;
    padding: 20px 19px;
}

.tradeshow-main-heading h4 {
    color: #030303;
    padding: 70px 0 10px 0;
}

.tradeshow-main-heading h3 {
    color: #004d25;
    padding-bottom: 20px;
    font-size: 37px;
}

.event-trade-show-btn-position {
    position: absolute;
    bottom: 70px;
    left: 110px;
}

.event-trade-show-btn-position .btn {
    width: unset;
    padding: 0px 20px;
    font-size: 22px;
    font-family: var(--bold-font-family);
}

section.straight-true-magazine.trademark-show-magazine {
    padding: 60px 0 60px 0;
}

.all-main-heading-website.text-center h1 {
    color: #000000;
    font-size: 35px;
}

@media (max-width: 1367px) {
    .event-conversation-btn .btn {
        width: 21%;
    }
}

@media (max-width: 1024px) {
    .bottom-event {
        margin: 0px 15px;
    }

    h4.event-heading {
        padding: 137px 0 21px 0px;
    }

    ul.date-wrapper li {
        display: flex;
        align-items: baseline;
        gap: 20px;
    }

    ul.capture li p span {
        font-size: 13px;
    }

    p.join {
        font-size: 13px;
    }

    .event-conversation-btn .btn {
        width: 24%;
    }

    ul.date-wrapper li span {
        font-size: 13px;
        width: 90%;
    }

    ul.date-wrapper li h4 {
        width: 102px;
    }

    h5 {
        font-size: 18px;
    }
}

@media (max-width: 912px) {
    .bottom-event {
        margin: 0px 35px;
    }

    .event-heading-constant {
        font-size: 18px;
    }

    .event-trade-show-btn-position {
        left: 33px;
    }

    h4.event-heading.event-main-heading.text-center {
        padding-top: 40px;
    }

    section.main-heading-all {
        padding: 120px 0 0 0;
    }

    h4.event-heading {
        padding: 122px 0 25px 0px;
    }

    ul.capture li p span {
        font-size: 13px;
    }

    p.join {
        font-size: 13px;
    }

    .event-conversation-btn .btn {
        width: 31%;
    }

    ul.date-wrapper li span {
        font-size: 13px;
        width: 90%;
    }

    ul.date-wrapper li h4 {
        width: 102px;
    }

    h5 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .bottom-event {
        margin: 0px 15px;
    }

    .event-conversation-tradeshow-btn .btn {
        width: auto;
        padding: 10px;
    }

    h4.event-heading.event-main-heading.text-center {
        padding-top: 40px;
    }

    section.main-heading-all {
        padding: 120px 0 0 0;
    }

    .event-trade-show-btn-position .btn {
        font-size: 18px;
    }

    .event-card {
        margin-bottom: 30px;
    }

    .tradeshow-main-heading h3 {
        font-size: 32px;
    }

    h4.event-heading {
        padding: 122px 0 25px 0px;
    }

    .event-conversation-tradeshow-btn {
        display: flex;
        align-items: start;
        gap: 20px;
        flex-direction: column;
    }

    ul.capture li p span {
        font-size: 13px;
    }

    p.join {
        font-size: 13px;
    }

    .event-conversation-btn .btn {
        width: 60%;
    }

    ul.date-wrapper li span {
        font-size: 13px;
        width: 90%;
    }

    ul.date-wrapper li h4 {
        width: 102px;
    }

    h5 {
        font-size: 18px;
    }
    .event-conversation-wrapper img {
        height: 530px;
        width: 100%;
        object-fit: fill;
    }
}
@media (max-width: 281px) {
    .event-conversation-btn .btn {
        width: 100%;
    }
    .event-trade-show-btn-position {
        left: 0px;
    }
    .event-trade-show-btn-position .btn {
        font-size: 15px;
        width: 100%;
        margin: 0px 3px;
        text-align: center;
        height: 40px;
        padding: 10px 6px;
    }
}
