.reach-header {
    height: 80px;
    z-index: 21;
    background: #fff;
    border-bottom: 1px solid #F8F8F8;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: visible;
    max-width: 100%;
}

.reach-header a {
    color: #4BC7F0;
    text-decoration: none;
    transition: all 0.3s;
}

.reach-header .btn {
    background: #4BC7F0;
    color: #fff;
    text-align: center;
    padding: 12px 45px 13px 45px;
    line-height: 1em;
    min-width: 91px;
    border: 1px solid #4BC7F0;
    border-radius: 30px;
    display: inline-block;
    font-size: 22px;
    z-index: 1;
    -webkit-appearance: none;
    font-family: "Circular", sans-serif;
    cursor: pointer;
    position: relative;
    margin: 0;
}

header .logo {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 22;
}

header .height80 {
    height: 80px;
    overflow: visible;
    position: relative;
    z-index: 21;
}

header .btn {
    align-self: flex-end;
}

.row-eq-height-mobile {
    display: flex;
}

.vcenter-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.show-sm {
    display: none;
}

.showmobile {
    display: none;
}

.container-fluid {
    width: 100%;
}

a {
    color: #4BC7F0;
    text-decoration: none;
    transition: all 0.3s;
}

h3 {
    font-weight: 300 !important;
}

.btn {
    background: #4BC7F0;
    color: #fff;
    text-align: center;
    padding: 12px 45px 13px 45px;
    line-height: 1em;
    min-width: 91px;
    border: 1px solid #4BC7F0;
    border-radius: 30px;
    display: inline-block;
    font-size: 22px;
    z-index: 1;
    -webkit-appearance: none;
    font-family: "Circular", sans-serif;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.btn:hover {
    color: #4BC7F0 !important;
}

footer {
    padding: 20px 0;
    color: #fff;
    background: #4BC7F0;
    font-size: 15px !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer img {
    vertical-align: middle;
    margin-right: 20px;
}

footer .mobilebreak {
    display: inline-block;
}

footer a {
    color: #fff !important;
    text-decoration: underline !important;
}

.home_header {
    padding: 130px 0 50px 0;
    background-image: url('../jpg/webinar-header.jpg');
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: center center;
    display: flex;
    align-items: center;
    color: #fff;
}

.home_header .btn:hover {
    background: #fff !important;
}

.home_header h1 {
    font-size: 38px;
    font-weight: 400;
}
.home_header .btn {
    border-color: #FFFFFF;
    margin-top: 50px;
    font-weight: 300;
}

.home_header .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_header .container img {
    max-width: 100%;
    margin-top: -100px;
    margin-left: 100px;
    z-index: 2;
}

.home_header .circle-1 {
    position: absolute;
    bottom: -50px;
    right: 20%;
}
.home_header .circle-2 {
    position: absolute;
    bottom: 50px;
    right: 10%;
}

.upcoming-webinar {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.upcoming-webinar .webinar-image-wrap {
    padding-bottom: 52%;
    height: 0;
    position: relative;
}

.upcoming-webinar .webinar-image-wrap .webinar-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.upcoming-webinar .webinar-image-wrap img {
    top: 20px;
    right: 30px;
    position: absolute;
    max-width: 30%;
}

.upcoming-webinar .webinar-content {
    padding: 30px 20px 30px 20px;
}
.upcoming-webinar .date {
    font-size: 17px;
}
.upcoming-webinar .title {
    font-size: 28px;
    font-weight: bold;
}
.upcoming-webinar .text {
    font-size: 14px;
    line-height: 1.4;
}
.upcoming-webinar a {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
}
.upcoming-webinar i {
    font-size: 10px;
}

.event-title p {
    padding-left: 0 !important;
}

#containingDiv {
    position: relative;
}

#containingDiv .circle-1 {
    position: absolute;
    left: 15%;
    top: -30px;
}

.video {
    background: #F8F8F8;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
}

.video img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.video .btn {
    background: #4CC6F1;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.videoembed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    display: none;
    height: 100%;
}

/* responsive */
@media (max-width: 991px) {
    .show-sm {
        display: block !important;
    }
    .hide-sm {
        display: none !important;
    }
    .btn {
        font-size: 18px;
    }
    .showmobile {
        display: block;
    }
    footer .mobilebreak {
        display: block;
    }
    footer img {
        float: left;
    }
    .showdesktop {
        display: none;
    }
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home_header h1 {
        font-size: 28px;
    }
    .home_header .container img {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: -100px
    }
    .home_header .container .rellax {
        position: relative;
    }
    .mob-text-center {
        text-align: center;
    }
    .home_header .btn {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .upcoming-webinar {
        margin-bottom: 50px;
    }
    .upcoming-webinar .webinar-content {
        padding: 20px 10px 20px 10px;
    }
    .upcoming-webinar a {
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .event-category, .event-date, .event-location {
        padding-left: 0px !important;
    }
    label.container {
        padding-left: 35px !important;
    }
}

@media (max-width: 325px) {
    header .logo {
        width: 230px;
    }
}
