body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    background: #F1F1F1;
}

/*============================= Global style goes here =============================*/
a {
    transition: 0.5s all;
    color: #2B94FF;
    white-space: normal;
}

a div {
    white-space: normal;
}

a:focus, a:hover {
    transition: 0.5s all;
    text-decoration: none;
    opacity: 0.8;
}

p, ol, ul {
    margin: 0;
    padding: 0;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul {
    padding-left: 0;
}

ul > li {
    position: relative;
    list-style: none;
}

ul > li.bullet1:before {
    position: absolute;
    top: 10px;
    left: -31px;
    width: 23px;
    height: 17px;
    content: '';
    background: url(checkmark_1.png) no-repeat 0 0;
}

.brand {
    padding-top: 50px;
}

.fluid-images {
    height: 100%;
}

.white-bg {
    background: white;
}

.paddingTop {
    padding-top: 50px;
}

.no-padding {
    padding: 0;
}

.greyBg {
    background: #444753;
}

.title {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px;
}

.img-fuild {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#optinpop {
    text-align: center;
}

#webinar_fields input, #webinar_fields select {
    width: 90%;
    height: 2.5em;
    margin-top: 1em;
}

.video-container {
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

video {
    border-radius: 8px;
}

.video-js .vjs-big-play-button {
    left: 50% !important;
    margin-left: -50px;
    top: 50% !important;
    margin-top: -20px;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.row--equal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.column--vertical-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*============================= Button style goes here =============================*/
.btn {
    color: white;
    background: #FD6E6E;
    border-radius: 0;
    font-weight: 300;
    white-space: normal;
}

.btn:hover, .btn:active, .btn:visited, .btn:focus {
    opacity: 0.8;
    color: white;
    outline: none;
    background: #FD6E6E;
    box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-lg {
    font-size: 22px;
    padding: 20px 26px;
    transition: all 0.5s;
}

.webinar-url .btn {
    background: transparent;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.webinar-url .btn img {
    margin-right: 10px;
}

/*============================= Headline style goes here =============================*/
.custom_h1 {
    font-size: 48px;
    font-weight: 400;
    color: white;
}

.custom_h2 {
    font-size: 24px;
    font-weight: 400;
}

.custom_h3 {
    font-size: 34px;
    font-weight: 500;
    color: #FD6E6E;
    margin-bottom: 20px;
}

.custom_h4 {
    font-size: 32px;
    color: #000;
    font-weight: 300;
    display: block;
}

/*============================= Header style goes here =============================*/
.header {
    padding-top: 20px;
    background: #33C3DC;
}

.header hr {
    margin-top: 15px;
}

.header ul {
    margin-bottom: 0;
}

.share_list li {
    padding-right: 20px;
}

.share_list li:last-child {
    padding-right: 0;
}

/*============================= Webinar info style goes here =============================*/
.webinar-info {
    color: #000000;
}

.webinar-info--title {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.webinar-info--text {
    font-size: 17px;
    font-weight: 300;
    color: #868DA9;
}

.webinar-info ul li {
    margin-bottom: 30px;
    padding-left: 10px;
}

.webinar-info ul li:last-child {
    margin-bottom: 0;
}

.download-section {
    padding-top: 70px;
    padding-bottom: 40px;
}

.download-description {
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}

.btn--download {
    padding: 20px 110px;
    max-width: 100%;
    margin-top: 50px;
}

/*============================= Presenter style goes here =============================*/
.presenter_list {
    padding: 60px 0 60px;
}

.presenter_name {
    font-size: 24px;
    margin-top: 10px;
}

.presenter_bio {
    font-size: 15px;
    color: #737C9E;
}

.custom_presenter_list {
    padding: 0;
    margin: 0 auto;
}

.custom_presenter_list > li {
    position: relative;
    text-align: center;
    float: left;
    min-height: 80px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom_presenter_list > li:nth-of-type(4) {
    clear: left;
}

.custom_presenter_list > li:last-of-type {
    margin-bottom: 0;
}

.custom_presenter_list > li img {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.custom_presenter_list > li:first-child:nth-last-child(1), .custom_presenter_list > li:first-child:nth-last-child(1) ~ li {
    width: 100%;
    max-width: 100%;
}

.custom_presenter_list > li:first-child:nth-last-child(2), .custom_presenter_list > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    max-width: 50%;
}

.custom_presenter_list > li:first-child:nth-last-child(3), .custom_presenter_list > li:first-child:nth-last-child(3) ~ li {
    width: 33.33333%;
    max-width: 33.33333%;
}

.custom_presenter_list > li:first-child:nth-last-child(4), .custom_presenter_list > li:first-child:nth-last-child(4) ~ li {
    width: 25%;
    max-width: 25%;
}

.custom_presenter_list > li:first-child:nth-last-child(4), .custom_presenter_list > li:first-child:nth-last-child(4) ~ li {
    width: 33.33333333%;
    max-width: 33.33333333%;
}

.custom_presenter_list > li:first-child:nth-last-child(5), .custom_presenter_list > li:first-child:nth-last-child(5) ~ li {
    width: 33.33333333%;
    max-width: 33.33333333%;
}

.custom_presenter_list > li:first-child:nth-last-child(6), .custom_presenter_list > li:first-child:nth-last-child(6) ~ li {
    width: 33.33333333%;
    max-width: 33.33333333%;
}

/*============================= Date list style goes here =============================*/
.images-icon {
    padding-bottom: 20px;
}

.calendar-content {
    padding: 50px 0 50px;
}

.calendar-content li {
    font-size: 24px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.custom_time_zone_convert {
    font-size: 14px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 40px;
}

.custom_time_zone_convert a, .custom_time_zone_convert a:hover {
    margin-left: 0;
    text-decoration: underline;
    color: #80C5D5;
}

.btn--reminder, .btn--reminder:hover, .btn--reminder:active, .btn--reminder:visited, .btn--reminder:focus {
    font-size: 20px;
    font-weight: 500;
    background: none;
    padding: 20px;
    margin: 0 auto;
    background: #FDDA6E;
    color: black;
    max-width: 550px;
    width: 100%;
    border-radius: 5px;
}

.btn-big, .btn-big:hover, .btn-big:active, .btn-big:visited, .btn-big:focus {
    width: 300px;
    max-width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #FD6E6E;
    font-weight: 500;
    background: none;
    padding: 20px;
    border: 2px solid #FD6E6E;
}

.btn--reminder img {
    margin-right: 6px;
}

.btn--reminder p {
    margin: 0;
}

/*============================= conuntdown clock style goes here =============================*/
.conuntdown_block li {
    font-weight: 400;
    margin-right: 50px;
    padding: 0;
    list-style-type: none;
    text-align: center;
    vertical-align: top;
}

.conuntdown_block li:last-child {
    margin-right: 0;
}

.digit {
    font-size: 40px;
    display: inline-block;
    overflow: hidden;
    width: 45px;
    height: 74px;
    font-weight: 300;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 12px 10px;
    color: white;
}

.countdown .sparator {
    font-size: 40px;
    display: inline-block;
    margin: -4px 15px;
    vertical-align: top;
}

.conuntdown_block li p {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    padding-top: 5px;
}

/*============================= conuntdown clock style goes here =============================*/
.help-us {
    background: white;
    padding: 30px;
    margin-top: 50px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(68, 71, 83, 0.24);
}

.help-us-description {
    color: #8F93A5;
}

/*============================= webinar-url =============================*/
.webinar-url {
    padding: 50px 0 50px;
    background: #FDDA6E;
}

.webinar-url ul {
    padding-left: 0;
    margin-bottom: 0;
}

.webinar-url ul li {
    margin-bottom: 40px;
}

.webinar-url ul li p {
    display: inline-block;
    margin: 0;
}

.webinar-url ul li p span img {
    vertical-align: bottom;
    padding-right: 20px;
}

.webinar-url ul li p:first-child {
    width: 20%;
}

.webinar-url ul li p:last-child {
    width: 78%;
}

.webinar-url ul li:last-child {
    margin-bottom: 0px;
}

.webinar-url--title {
    font-size: 18px;
}

.webinar-url--info {
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 5px;
}

.webinar-url--info a {
    color: black;
}

.bullet_title {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}

/*============================= Footer style goes here =============================*/
footer {
    padding: 30px 0 30px;
    background: #E9ECF2;
}

footer a, footer a:hover, footer a:active, footer a:focus {
    font-size: 13px;
    text-decoration: none;
    color: #868DA9;
}

footer ul li:after {
    margin-right: 4px;
    margin-left: 18px;
    content: '-';
    color: #8D8D8D;
}

footer ul li:last-child:after {
    display: none;
}

/*=======================================================================================
    Responsive style goes here
=======================================================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1365px) {
    .row--equal {
        display: block;
    }
    
    .row--equal .col-md-6 {
        width: 100%;
    }
    
    .row--equal .greyBg.no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .custom_presenter_list > li:first-child:nth-last-child(1), .custom_presenter_list > li:first-child:nth-last-child(1) ~ li, .custom_presenter_list > li:first-child:nth-last-child(2), .custom_presenter_list > li:first-child:nth-last-child(2) ~ li, .custom_presenter_list > li:first-child:nth-last-child(3), .custom_presenter_list > li:first-child:nth-last-child(3) ~ li, .custom_presenter_list > li:first-child:nth-last-child(4), .custom_presenter_list > li:first-child:nth-last-child(4) ~ li, .custom_presenter_list > li:first-child:nth-last-child(4), .custom_presenter_list > li:first-child:nth-last-child(4) ~ li, .custom_presenter_list > li:first-child:nth-last-child(5), .custom_presenter_list > li:first-child:nth-last-child(5) ~ li, .custom_presenter_list > li:first-child:nth-last-child(6), .custom_presenter_list > li:first-child:nth-last-child(6) ~ li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    
    .custom_presenter_list > li:last-child {
        margin-bottom: 0 !important;
    }
    
    ul {
        padding-left: 31px;
    }
    
    .calendar-content ul {
        padding-left: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .modal-dialog {
        margin: 50px auto 0 auto;
    }
    
    .custom_h1 {
        font-size: 36px;
    }
    
    .webinar-url ul li p span img {
        padding-right: 10px;
    }
    
    .custom_h4 {
        font-size: 26px;
    }
    
    .conuntdown_block li {
        margin-right: 18px;
    }
    
    .calendar-content li {
        font-size: 20px;
    }
    
    .help-us-description {
        color: #8F93A5;
        font-size: 18px;
    }
    
    .vertical-center {
        display: block;
    }
    
    footer .text-right, footer .text-left {
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .custom_h1 {
        font-size: 30px;
    }
    
    .custom_h3 {
        font-size: 26px;
    }
    
    .custom_h4 {
        font-size: 20px;
    }
    
    .help-us-description {
        font-size: 16px;
    }
    
    .btn--reminder, .btn--reminder:hover, .btn--reminder:active, .btn--reminder:visited, .btn--reminder:focus {
        padding: 10px;
    }
    
    .btn--download {
        padding: 20px 88px;
    }
    
    .download-description {
        font-size: 16px;
    }
    
    .webinar-info--title {
        font-size: 18px;
    }
    
    .webinar-info--text {
        font-size: 16px;
    }
    
    .webinar-url--info {
        font-size: 14px;
    }
    
    .Schedule_info, .presenter_bio {
        font-size: 14px;
    }
    
    .calendar-content li {
        font-size: 12px;
    }
    
    .custom_time_zone_convert {
        font-size: 12px;
    }
    
    .conuntdown_block li {
        margin-right: 12px;
    }
    
    .digit {
        font-size: 24px;
        width: 25px;
        height: 35px;
        padding: 0;
    }
    
    .conuntdown_block li p {
        font-size: 11px;
        font-weight: 500;
        padding-top: 0px;
    }
    
    .calendar-content {
        padding: 40px 0 40px;
    }
    
    .download-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .bullet_title {
        font-size: 18px;
    }
    
    footer a, footer a:hover, footer a:active, footer a:focus {
        font-size: 12px;
    }
    
    footer ul li:after {
        margin-right: 0;
        margin-left: 6px;
    }
    
    footer .list-inline > li {
        padding-right: 0;
        padding-left: 2px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

.cover-img {
    background-size: cover;
}

.tiny {
    font-size: small;
    padding-bottom: 1em;
}

#copyright, #disclaimer {
    text-align: center;
}
