.webinarsbanner img,
.Bodhibanner img {
    width: 100%;
    height: auto;
}

.aboutevent {
    background: #f3f3f3;
    padding: 50px 0
}

.charting-box {
    margin-bottom: 50px
}

.abev,
.charting-box {
    margin-right: 50px
}

.chart-date-time {
    display: flex;
    justify-content: space-between
}

.datejune,
.datetime {
    display: inline-block;
    width: 250px;
    padding: 15px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    border: 4px solid #ffd822
}

.datejune .big {
    font-size: 69px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    margin-right: 15px
}

.blocktitle,
.datetime {
    font-size: 20px
}

.datejune .big sup {
    font-weight: 500;
    font-size: 25%;
    top: -35px
}

.datejune .big-date {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 600;
    width: 40%;
    letter-spacing: 1px
}

.aboutevent h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px
}

.blocktext .form-group,
.blocktext .hbspt-form .hs-form-field,
.joinevent h5 {
    margin-bottom: 1rem
}

.abev ul li {
    margin-bottom: 10px
}

.abev ul li:last-child {
    margin-bottom: 0
}

.joinevent {
    background: #5f5f60;
    padding: 50px 0;
    color: #fff
}

.blocktext .hbspt-form .hs-button:hover,
.blocktitle {
    background: #ffd822;
    color: #1b1b1c
}

.joinevent img {
    border-radius: 50%
}

.joinevent hr {
    border-top: 1px solid #f3f3f3
}

.joinevent h5 {
    font-size: 22px;
    font-weight: 700
}

.joinevent a i {
    color: #ffd822;
    font-size: 32px
}

.blockform {
    border: 2px solid #ffd822
}

.blocktitle {
    padding: 5px 20px
}

.blocktext {
    padding: 30px;
    background: #fff
}

.blocktext label {
    font-size: 14px;
    color: #101010;
    font-weight: 600
}

.blocktext .form-control {
    border-color: #cbcbcb;
    border-radius: 0;
    color: #1b1b1c;
    font-weight: 500
}

.blocktext input:focus {
    box-shadow: none;
    outline: 0
}

.blocktext .btn-yellow {
    border: none;
    width: auto
}

.blocktext .hbspt-form .hs-main-font-element,
.blocktext .hbspt-form label.hs-error-msg,
.blocktext label.error {
    color: red;
    font-size: 12px
}

.blocktext .hbspt-form label {
    font-size: 14px
}

.blocktext .hbspt-form .hs-input {
    border: 1px solid #1b1b1c;
    width: 100%;
    padding: 5px 10px
}

.blocktext .hbspt-form .hs-form-required {
    color: red
}

.blocktext .hbspt-form ul.inputs-list li {
    margin-top: 0;
    list-style: none
}

.blocktext .hbspt-form .hs-button {
    background: #1b1b1c;
    padding: 10px 35px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    border: none
}

.joinevent h3 {
    font-weight: 700;
    margin-bottom: 30px
}
.charting-box{
    display: none;
}
@media (max-width:1024px) {

    .abev,
    .charting-box {
        margin-right: 0
    }
}

@media (max-width:768px) {

    .charting-box,
    .joinevent img {
        margin-bottom: 30px
    }

    .blockform {
        margin-top: 15px
    }

    .blocktext {
        padding: 15px
    }
}

@media (max-width:431px) {
    .joinevent img {
        width: 100%
    }

    .datejune .big {
        font-size: 50px
    }
}