/* default Css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14px;
    line-height: 18px;
    vertical-align:baseline;
    background:transparent;
    word-wrap: break-word;
}

body {
    top:0 !important;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}
body {
	background: #fff;
	font-family: 'Inter UI';
	line-height: 1;
    color: #000;
}
* {
	box-sizing: border-box;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:middle;
    background:transparent;
}
a:link {
	text-decoration: none;
	cursor: pointer;
}
input, select {
    vertical-align:middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input, select {
    height: 50px;
    width: 100%;
    border: 2px solid #e6e6e6;
    padding: 0;
    padding: 5px 18px;
    box-shadow: 0 0 0 -1px;
    font-size: 15px;
    line-height: 50px;
    color: #000;
}
.overflow-hidden {
    -webkit-overflow-scrolling : touch !important; 
    overflow: hidden !important; 
    height: 100vh !important;
    position: fixed;
    width: 100%;
}
.show-on-desktop {
    display: block;
}
.show-on-mobile {
    display: none !important;
}
.flr {
    float: right;
}
.flt {
    float: left;
}
.full-width {
    max-width: 100% !important;
    width: 100% !important;
}
.container {
	 width: 100%;
	 max-width: 1044px;
	 padding: 0 10px;
	 margin: 0 auto;
}

.newbook-container { max-width: 1244px !important; }

.text-center {
	text-align: center;
}
.text-left {
    text-align: left;
}
.float-left {
	 float: left;
}
.float-right {
	 float: right;
}
.page-footer-margin {
	margin-top: 100px;
}

/* Header Css */
header {
	 min-height: 10px;
	 background: #000000;
	 display: block;
	 padding: 3px 0;
	 margin: 0 0 10px 0;
}
header .container {
    text-align: center;
}
.ew-logo {
    width: 250px;
    max-width: 250px;
    padding: 3px 0;
    display: inline-block;
}
.ew-logo img {
    max-width: 100%;
}

/* Middle Content Css */
.ew-event-title p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.ew-event-title {
    margin: 0 0 5px 0;
}
.ew-event-subtitle {
	margin: 0 0 5px 0;
}
.ew-event-subtitle h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
    word-wrap: break-word;
}
.counter-container .ew-event-title {
    margin: 0 0 15px 0;
}
.counter-container .countdown-timer {
    margin: 0 0 10px 0;
}

.ew-reserve-btn a {
	background-image: -moz-linear-gradient( 90deg, rgb(30,194,121) 0%, rgb(17,201,119) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(30,194,121) 0%, rgb(17,201,119) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(30,194,121) 0%, rgb(17,201,119) 100%);
	min-width: 400px;
	height: 70px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	line-height: 70px;
	box-shadow: 0 0 0 !important;
	outline: none;
	border: none;
	max-width: 100%;
    padding: 0 5%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.ew-reserve-btn a:hover {
	box-shadow: 0 0 0 !important;
}
.ew-reserve-btn a:active {
  background-color: #3e8e41;
  box-shadow: 0 2px #666;
  transform: translateY(5px);
}
.ew-img-video-inner-con {
    box-shadow: 0 4px 12px 0 rgba(197, 197, 197, 0.85);
    padding: 1px;
    line-height: 0;
    border-radius: 0;
}
.ew-web-register-page .ew-img-video-inner-con {
    position: relative;
    line-height: 0;
    box-shadow: 0 0 0;
}
.ew-img-video-con {
    max-width: 100%;
    width: 100%;
    margin: 5px auto 10px;
    padding: 0 10 30px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.border-none {
    border: none;
}
.ew-img-video-con img {
    max-width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    width: auto;
}
.ew-bottom-middle-section {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0 0;
	display: inline-block;
	width: 100%;
    margin: 0 0 20px 0;
}
.ew-event-description {
    width: 100%;
    max-width: 630px;
    word-wrap: break-word;
    margin:  0;
}
.ew-counter-outer-con .ew-event-description {
    text-align: left;
    margin: 20px 0 10px 0;
    width: 100%;
    max-width: 100%;
}
.ew-event-description ul,
.ew-event-description ol {
    margin: 0 0 0 30px;
}
.ew-event-description ul li,
.ew-event-description ol li {
    margin: 0 0 10px 0;
    word-wrap: break-word;
}
.ew-event-description h3 {
	 font-weight: 700;
	 margin: 0px 0 20px 0;
	 line-height: 30px;
}
.ew-event-description p {
	margin: 0 0 10px;
	line-height: 24px;
    font-size: 15px;
}

.ew-event-description img {
    max-width: 100%;
}
.ew-event-presenter {
	max-width: 100%;
	width: 350px;
}
.ew-testionial-con {
	width: 100%;
	display: inline-block;
    word-wrap: break-word;
}
.ew-presenter-info {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    word-break: break-word;
}
.presenter-img-box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #f1f1f1;
    flex-shrink: 0;
}
.ew-presenter-info img {
    float: left;
    object-fit: contain;
    -o-object-fit: contain;
    width: 100%;
    height: 100%;
}
.ew-presenter-info .ew-presenter-info-inner-con {
	width: 100%;
	float: left;
	margin: 0 0 0 18px;
}
.ew-presenter-info .ew-presenter-info-inner-con h3 {
	margin: 0 0 7px 0;
    width: 100%;
    word-wrap: break-word;
}
.ew-web-register-page .site-url {
    margin: 0 0 7px;
}
.ew-presenter-info .ew-presenter-info-inner-con p {
    font-size: 13px;
    color: #555;
    line-height: 20px;
    font-weight: 500;
    word-wrap: break-word;
}
.ew-presenter-info .ew-presenter-info-inner-con ul,
.ew-presenter-info .ew-presenter-info-inner-con ol {
    margin: 0 0 0 15px;
    word-break: break-word;
}
.ew-presenter-info .ew-presenter-info-inner-con ul li,
.ew-presenter-info .ew-presenter-info-inner-con ol li {
    margin: 0 0 10px 0;
    word-break: break-word;
}
.ew-presenter-info:last-child {
	border-bottom: medium none;
}
.ew-testionial-con h3 {
	padding: 0 0 18px 0;
	border-bottom: 3px solid #000;
}
.ew-testionial-con h3 img {
    position: relative;
    margin: 0px 8px 0 0;
    top: -6px;
}
.ew-testionial-con p {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}
.ew-user-info img {
	float: left;
	margin: 0 10px 0 0;
}
.ew-user-info .ew-testimonial-writer {
	float: left;
}
.ew-user-info .ew-testimonial-writer h3 {
	border-bottom: medium none;
	padding: 0;
	font-size: 14px;
}
.ew-user-info .ew-testimonial-writer p {
	margin: 0;
	color: #555;
	font-size: 13px;
	font-style: normal;
}
.ew-login-popup .modal-content, .ew-register-popup .modal-content {
	max-width: 750px;
}
.ew-login-popup .chosen-wrapper .chosen-container .chosen-single::before, .ew-register-popup .chosen-wrapper .chosen-container .chosen-single::before {
	content: "";
}
.ew-login-popup .chosen-wrapper svg, .ew-register-popup .chosen-wrapper svg {
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 12px;
}
.svg-hide {
	display: none;
}
.svg-hide.active {
	 display: block;
}
.ew-form-fields {
    margin: 5px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.chosen-wrapper.floating-field-error .chosen-container .chosen-single {
    border: 2px solid #cc1515;
}
.ew-login-popup form, .ew-register-popup form {
	margin: 0 25px;
    position: relative;
    z-index: 99999999999;
}
.webinar_dates {
    margin: 0 0 5px 0;
    font-size: 20px;
}
.ew-login-now-btn, .ew-register-now-btn, .ew-forgot-now-btn {
	background:  none #1dc379;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border: medium none;
	outline: none;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 5px 0 20px;
	padding: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
    box-shadow: 0 0 0 !important;
}
.ew-login-now-btn:hover, .ew-login-now-btn: :focus, .ew-register-now-btn:hover, .ew-register-now-btn:focus {
	background: #10a261;
	border: medium none;
    box-shadow: 0 0 0 !important;
}
.ew-reserve-btn {
    margin: 7px 0 20px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.ew-reserve-btn.ew-register-loader .ques-loading-main {
     display: none;
}
.ew-reserve-btn.ew-register-loader.disable .ques-loading-main {
    display: block !important;
    top: 40%;
    margin: 0;
    left: 50%;
    transform: translate(-50%);
    height: auto;
    background: none !important;
    cursor: no-drop;
}
.ew-reserve-btn.ew-register-loader.disable a.myBtn {
    color: transparent;
    cursor: no-drop;
}
.ew-reserve-btn.text-center.ew-only-media {
    margin: 20px 0;
}
.ew-bottom-middle-section.ew-only-info {
    border-bottom: medium;
}

/* Thank you page css */
.ew-inner-pages .ew-upper-middle-section {

}
.ew-inner-pages .ew-bottom-middle-section {
	border: medium none;
    padding: 7px 0 30px;
}
.ew-inner-pages .ew-bottom-middle-section .ew-video-img-box {
    margin: 0 0 25px 0;
    position: relative;
    text-align: center;
}
.ew-inner-pages .counter-container .ew-bottom-middle-section .ew-video-img-box {
    margin: 25px 0 5px 0;
    padding: 0;
}
.ew-inner-pages .counter-container .ew-bottom-middle-section .ew-video-img-box iframe {
	width: 100%;
}
.ew-middle-row {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.ew-outer-left-con {
	width: 100%;
    max-width: 625px;
}
.ew-host-intro-box {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    width: 100%;
    word-break: break-word;
    margin: 0 0 10px 0;
}
.ew-presenter-info-show h3 {
    margin: 0 0 10px 0;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-host-intro-box {
    margin: 0 0 30px 0;
}
.ew-host-intro-box img {
	margin: 0 0 0 0;
	width: 80px;
}
.ew-intro-img {
    width: 80px;
    margin: 0 15px 0 0;
    height: 80px;
    background-color: #f5f5f5;
    flex-shrink: 0;
    overflow: hidden;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.ew-intro-img img {
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.ew-presenter-info-show .ew-host-intro-box .ew-host-info h3,
.ew-bottom-middle-section .ew-outer-right-con .ew-presenter-info-show .ew-host-intro-box .ew-host-info h3 {
    font-size: 14px;
    color: #000;
    margin: 0 0 5px 0;
    font-family: 'Inter UI';
}
.ew-host-intro-box .ew-host-info ul li,
.ew-host-intro-box .ew-host-info ul ol {
    margin: 0 0 10px 0;
    line-height: 20px;
        word-wrap: break-word;
}
.ew-host-intro-box .ew-host-info span {
    font-size: 13px;
    color: #005885;
    line-height: 1.3;
}
.ew-host-intro-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0 0;
}
.ew-outer-right-con {
    max-width: 355px;
    width: 100%;
}
.ew-video-img-box {
	width: 100%;
	display: inline-block;
	margin: 10px 0 40px 0;
}
.ew-video-img-box img {
    width: auto;
    object-fit: contain;
    -o-object-fit: contain;
    max-width: 100%;
}
.ew-event-dt {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.ew-event-dt .ew-dt-info-box {
    background: #f9f9f9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.ew-calendar {
	width: 77px;
	height: 70px;
	background: #fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	text-align: center;
	margin: 0 15px 0 0;
}
.ew-calendar span {
    background: #0dc877;
    color: #fff;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    padding: 1px 5px 0 5px;
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: capitalize;
}
.ew-calendar p {
    font-size: 20px;
    font-weight: 600;
    padding: 13px 0 0 0;
}
.ew-event-place span {
    font-size: 14px;
    margin: 3px 0 6px 0;
    display: inline-block;
}
.ew-event-place h4 {
    font-size: 14px;
}
.ew-event-place label {
    font-size: 12px;
    margin: 14px 0 0 0;
    display: inline-block;
    width: 100%;
}
.ew-webinar-link-box {
    padding: 15px;
}
.ew-webinar-link-box h3 {
    font-size: 13px;
    margin: 0 0 5px 0;
}
.ew-webinar-link-box p {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    word-wrap: break-word;
}
.ew-webinar-link-box a {
    background: #1dc379;
    width: 100%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 18px 0 0 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.ew-webinar-link-box a:hover {
	background: #0EB479;
}
.ew-share-invite {
	padding: 15px;
	width: 100%;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin: 10px 0 0 0;
}
.ew-share-invite h3 {
    font-size: 13px;
    margin: 0 0 10px 0;
}

.ew-bottom-middle-section.ew-no-main-desc .ew-middle-row .ew-outer-left-con  {
	display: none;	
}
.ew-bottom-middle-section.ew-no-main-desc .ew-middle-row {
    justify-content: center;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-middle-row .ew-outer-right-con {
    width: 100%;
    max-width: 630px;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-webinar-link-box a {
	width: 172px;
}
.ew-bottom-middle-section .ew-outer-right-con .ew-presenter-info-show {
	display: none;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-outer-right-con .ew-presenter-info-show {
	display: block;
	margin: 30px 0;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-outer-right-con .ew-presenter-info-show h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-share-invite {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-share-invite .ew-share-center-outer {
	order: 2;
}
.ew-bottom-middle-section.ew-no-main-desc .ew-share-invite .ew-ave-event-center-outer {
	order: 1;
	margin: 0 25px 0 0px;
}

/* Counter page css */
.counter-container {
	max-width: 780px;
}
.counter-container .ew-counter-outer-con {
    text-align: center;
    width: 100%;
}
.counter-container .mejs__container {
    width: 100% !important;
    max-width: 100% !important;
}
.counter-container .ew-upper-middle-section {
    border: medium none;
}
.counter-event-info {
    background: #000;
   -moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 15px 25px;
    min-height: 47px;
}
.counter-event-info img {
	color: #fff;
	display: inline-block;
	margin: 0 5px 0 0;
}
.counter-event-info p {
    color: #a9a9a9;
    display: inline-block;
    font-size: 13px;
    position: relative;
    top: 2px;
}
.counter-event-info p span {
	font-weight: 600;
	margin: 0 3px 0 0;
	color: #fff;
    font-size: 14px;
}
.ew-counter-outer-con .ew-video-img-box {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 1px;
    /*box-shadow: 0 4px 12px 0 rgba(197, 197, 197, 0.85);*/
}
.ew-counter-presenter-social {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    margin: 25px 0 0 0;
}
.ew-counter-presenter-social .ew-presenter-info-show {
    text-align: left;
    width: 100%;
    padding: 0 20px 0 0;
}
.ew-counter-presenter-social .ew-presenter-info-show h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.ew-counter-presenter-social .ew-share-center-outer {
	text-align: left;
	width: 40%;
}
.ew-counter-presenter-social .ew-share-center-outer h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.ew-counter-presenter-social .ew-presenter-info-show .ew-host-info h3 {
	font-size: 16px;
    font-family: 'Inter UI';
}
h5.webinar_times {
    margin: 2px 0 2px 27px;
    position: relative;
    display: inline-block;
    line-height: 20px;
}
h5.webinar_times::before {
    content: "";
    background: url(../images/ew-calendar-date.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    margin: 0 0 0 -30px;
}
div#message_div {
    background: #ffe6e6;
    width: calc(100% - 50px);
    margin: 0 25px 20px;
    padding: 10px 0;
   -moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
    color: #cc1515;
    font-size: 14px;
}
.ew-login-popup div#message_div, .ew-register-popup div#message_div {
    margin: 5px 25px;
} 

/* Social Share */
.ew-share-outer {
    margin: 0 0 20px 0;
}
.ew-social-share {
    display: inline-block;
    width: 100%;
}
.ew-social-share ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: flex-start;
    list-style: none;
}
.ew-social-share ul li {
    background: none;
    width: auto;
    height: auto;
    border: medium;
    margin: 0;
    padding: 0 5px 0 0;
}
.ew-social-share ul li:first-child a {
    background: #3b5998;
    color: #fff;
    width: 35px;
    padding: 0 9px 0 13px;
}
.ew-social-share ul li a {
    height: 35px;
    line-height: 35px;
    padding: 0 9px;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    width: 35px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    text-align: center;
    overflow: hidden;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    transition: width .5s;
    -webkit-transition: width .5s;
}
.ew-social-share ul li a i {
    font-size: 18px;
    color: #fff;
}
.ew-social-share ul li a p {
    color: #000;
    min-width: 120px;
    margin: 0 0px 0 5px;
    display: none;
    font-size: 12px;
    font-weight: 600;
}
.ew-social-share ul li:first-child + li a {
    background: #04a9f4;
    color: #fff;
    width: 35px;
}
.ew-social-share ul li:first-child + li a p {
    min-width: 97px;
}
.ew-social-share ul li:last-child a {
    background: #666666;
    color: #fff;
}
.ew-social-share ul li:last-child a p {
    min-width: 98px;
}
.ew-social-share ul li:first-child a:hover {
    width: 152px;
}
.ew-social-share ul li:first-child + li a:hover {
    width: 140px;
}
.ew-social-share ul li:first-child + li a p {
    min-width: 97px;
}
.ew-social-share ul li:last-child a:hover {
    width: 140px;
}
.ew-social-share ul li a:hover p {
    display: inline-block;
    color: #fff;
}
.ew-save-event ul {
	list-style: none;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.ew-save-event ul li {
    background: #f9f9f9;
    text-align: center;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
    border: 1px solid #F3E9F9;
    padding: 10px 0;
    margin: 0 3px;
    width: 100px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;	
}
.ew-save-event ul li:hover {
	cursor: pointer;
	background: #F1F1F9;
}
.ew-save-event ul li p {
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0 2px 0;
}

/* Event Page Css */
body.event-page {
    background: #fff;
}
.ew-event-inner-con {
    /*display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: row;*/
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
body.video-center-aligned .ew-event-left-con {
    max-width: 74%;
    margin: 0 13%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.ew-event-left-con {
    max-width: 74%;
    margin: 0;
    height: 100%;
    padding: 15px 2.5%;
    text-align: left;
/*    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;*/
    position: relative;
    width: 74%;
    float: left;
}
.event-page .flex-grow::after {
    content: "";
    width: 1px;
    height: 100%;
    position: fixed;
    background: #dbdbdb;
    right: 26%;
    top: 0;
    opacity: 1;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.event-page.video-center-aligned .flex-grow::after {
    opacity: 0;
    right: 10%;
}
/*.event-page.video-center-aligned .flex-grow::after {
    display: none;
}*/
.ew-event-right-con {
    max-width: 26%;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
    float: right;
    /*transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;*/
    position: relative;
    right: 0;
    vertical-align: top;
}
.ew-live-youtube-chat .ew-event-right-con {
    position: fixed;
}
#header #CUSTOM_HTML   {
    float: right;
    position: relative;
    width: auto;
    display: inline-block;
}
#header #CUSTOM_HTML #customHeader {
    float: right;
    display: inline-block;
}
#header #CUSTOM_HTML #customHeader .top_phone {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    width: 100%;
}
#header #CUSTOM_HTML #customHeader .top_mail {
    top: 0;
    right: 0;
    width: 100%;
}
.event-page header {
    margin: 0;
}
.ew-event-left-con h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.ew-event-left-con h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.ew-event-left-con .ew-host-info h3 {
    font-family: 'Inter UI';
}
.ew-host-info ul, .ew-host-info ol {
    margin: 0 0 0 20px;
}
.ew-event-video {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    position: relative;
    border-radius: 0;
    background: #fff;
    padding: 1px;
    box-shadow: 0 4px 12px 0 rgba(197, 197, 197, 0.85);
}
.ew-event-left-con .ew-event-description {
    margin: 0 0 25px 0;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    border-top: 1px solid #e8e8e8;
    padding: 15px 0 0 0;
}
.event-page .ew-host-intro-box {
    margin: 7px 0 20px 0;
    word-break: break-word;
}
.event-page .ew-event-description p {
    font-weight: 500;
    font-size: 14px;
}
.event-page .ew-host-intro-box p {
    font-size: 14px;
    line-height: 24px;
}
.ew-checkbox.ew-select-terms.error_check p {
    color: #000;
}
.event-page .ew-page-footer {
    position: relative;
    margin: 0;
    z-index: 9;
}
.ew-live-youtube-chat.event-page .ew-page-footer {
    width: 74%;
}
.video-center-aligned.ew-live-youtube-chat.event-page .ew-page-footer {
    width: 100%;
}
.event-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c1c1c1;
}
.event-page .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(241, 241, 241);
}
.event-page .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}
.event-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
}
.event-page .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #c1c1c1;
}
.event-page .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.event-page .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #c1c1c1;
}
h3.event-description {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-family: 'Inter UI';
    padding: 5px 0 5px 0;
}
.event-page .common-part {
    display: inline-block;
    padding: 20px 11px 0;
    position: relative;
}
.event-page .common-part::after {
    content: ":";
    position: absolute;
    right: -1px;
    font-size: 22px;
    font-weight: 600;
    width: 5px;
    height: 20px;
    top: 39%;
}
.event-page .common-part:last-child::after {
    display: none;
}
.event-page .ce-hours-digit, .event-page .ce-minutes-digit, .event-page .ce-seconds-digit {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}
.event-page .common-hours {
    font-size: 14px;
}
.event-page #message.alert-error {
    margin: 0 0 10px 0;
}
.event-page #message.alert-error {
    margin: 0 0 10px 0;
    background: #f5f5f5;
    padding: 7px 10px;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    font-size: 14px;
    color: red;
    text-align: center;
}
.event-page #message.alert-success {
    background: #f5f5f5;
    padding: 7px 10px;
    text-align: center;
    margin: 0 0 10px 0;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    color: #00c57e;
    font-size: 14px;
}
.event-page button.custom-btn {
    border: medium none;
    padding: 0 10px;
    display: inline-block;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 200px;
}
.event-page button.custom-btn i {
    position: relative;
    top: 7px;
    margin: 0px 6px 0 0;
}
.event-page .countdown-timer .circle {
    color: #fff;
}
.event-page .countdown-timer .ce-digit {
    line-height: inherit;
}
.event-page .ce-days-digit, .event-page .ce-hours-digit, .event-page .ce-minutes-digit, .event-page .ce-seconds-digit {
    color: #fff;
    font-size: 22px;
    line-height: inherit;
}
.event-page .ce-label {
    color: #fff;
    font-size: 12px !important;
}
.event-page h2.replay_expires_txt {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 0 2px 0;
    font-weight: 400;
    line-height: inherit;
}
.event-page .replay_expires_box {
    display: inline-block;
}
.event-page .replay_countdown {
    text-align: center;
}
.event-page .ew-event-right-con .ce-days-digit, 
.event-page .ew-event-right-con .ce-hours-digit, 
.event-page .ew-event-right-con .ce-minutes-digit, 
.event-page .ew-event-right-con .ce-seconds-digit {
    color: #000;
}

/* Offer Css */
div#delay-scarcity-eventer {
    padding: 0;
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
}
#delayed_events #delayed_events_text p {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
#delayed_events_text {
    max-height: 400px;
    overflow-y: auto;
}
#delayed_events_text > div {
    margin: 0 0 5px 0 !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 10px !important;
    display: inline-block;
    width: 100%;
    /*background: #f7f7f7;
    border: 1px solid #f1f1f1;*/
    /*border-radius: 5px;*/
}
#delayed_events_text > div:last-child {
    border: medium none;
}
/* Footer area */
.ew-page-footer {
    background: #0054ec;
    margin-top: 40px;
    padding: 25px 0;
    text-align: center;
    line-height: initial;
    height: auto;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.ew-page-footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.ew-page-footer p {
    display: inline-block;
    width: 100%;
}
.ew-page-footer a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.ew-page-footer img {
    width: auto;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    max-width: 145px;
    height: auto;
}
.ew-page-footer .client-footer-logo img {
    max-width: 100%;
}

/* Unmute notification icon */
p.unmute-video img {
    cursor: pointer;
    display: inherit;
    height: 24px;
    margin: 0px;
    position: relative;
    width: 24px;
    z-index: 10013;
    float: left;
    line-height: inherit;
    padding: 8px;
    box-sizing: content-box;
}
p.unmute-video {
    color: #fff;
    cursor: pointer;
    font-size: .8em;
    font-weight: 400;
    padding: 0 18px 0 10px;
    position: absolute;
    width: auto;
    margin: 0;
    z-index: 10013;
    top: 10px;
   -moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
    background: rgba(0, 0, 0, .7);
    height: 40px;
    line-height: 40px;
    right: 10px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
p.unmute-video:hover {
    background: #000; 
}
.thankyou-page p.unmute-video {
    bottom: 35px;
}
.unmute-notification {
    font-size: 14px;
    line-height: 22px;
    right: 0;
    height: auto;
    width: 201px;
    display: block;
    float: right;
    background: #3e9fd8;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    bottom: 58px;
    position: absolute;
    font-family: arial;
    color: #fff;
}
.unmute-notification::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3e9fd8;
    position: absolute;
    right: 23px;
    top: auto;
    bottom: -9px;
}

/* Form field Css */
input, select, textarea {
    vertical-align:middle;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
input, select {
    height: 50px;
    width: 100%;
    border: 2px solid #e6e6e6;
    padding: 0;
    padding: 8px 18px;
    box-shadow: 0 0 0 -1px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
textarea {
    height: 150px;
    width: 100%;
    border: 2px solid #e6e6e6;
    padding: 0;
    padding: 5px 18px;
    box-shadow: 0 0 0 -1px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
input:focus, select:focus, textarea:focus {
    border: 2px solid #1dc379;
    outline: none;
}
.floating-field-error input,.floating-field-error select {
    border: 2px solid #cc1515;
}
.floating-field-error .floating-label,
.floating-field-error textarea:focus ~ .floating-label,
.floating-field-error input:focus ~ .floating-label,
.floating-field-error .floating-value .floating-label {
    color: #cc1515;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 18px;
    top: 17px;
    color: #7f7f7f;
    transition: 0.2s ease all;
}
textarea:focus ~ .floating-label,
input:focus ~ .floating-label,
.floating-value .floating-label {
    top: -7px;
    bottom: 0;
    left: 12px;
    font-size: 13px;
    opacity: 1;
    font-weight: 500;
    background: #fff;
    line-height: initial;
    height: 17px;
    padding: 0 6px;
    color: #1dc379;
}
.ew-checkbox {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ew-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ew-checkbox.error_check .checkmark {
    border: 2px solid red;
}
.ew-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.ew-checkbox input:checked ~ .checkmark {
    background-color: #1dc379;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ew-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.ew-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Event Tab */
.ew-event-tabs #tabs .ui-tabs-panel form button#send_question {
    background: #00c57e;
    color: #fff;
    height: 46px;
    line-height: 46px;
    min-width: 175px;
    padding: 0 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 8px 0 0 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: medium none;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.ew-event-tabs #tabs .ui-tabs-panel form button#send_question span {
    color: #fff;
}
.ew-event-tabs #tabs .ui-tabs-panel form button#send_question:hover {
    background: #05a068;
}

/* Attendee highlight colors */
.attendee_tag0 {
    background: #e67e22;
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
    color: #fff;
    margin-right: 12px;
}
.attendee_tag1 {
    background: #27ae60;
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.attendee_tag2 {background: #8d6e63;text-align: center;
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
    color: #fff;
}
.attendee_tag3 {
    background: #63d6ff;
}
.attendee_tag4 {
    background: #ea68b0;
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.attendee_tag5 {
    background: #fbcd6d;
}
.attendee_tag6 {
    background: #cbadad;
}
.attendee_tag7 {
    background: #ff6b6b;
}
.attendee_tag8 {
    background: #6e6eff;
}
.attendee_tag9 {
    background: #f76fff;
}
.name_tag0 {
    background: #e67e22;
}
.name_tag1 {
    background: #27ae60;
}
.name_tag2 {
    background: #8d6e63;
}
.name_tag3 {
    background: #63d6ff;
}
.name_tag4 {
    background: #ea68b0;
}
.name_tag5 {
    background: #fbcd6d;
    -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.name_tag6 {
    background: #cbadad;
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.name_tag7 {
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.name_tag8 {
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.name_tag9 {
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.other .messg_img .name_tag0,
.other .messg_img .name_tag1,
.other .messg_img .name_tag2,
.other .messg_img .name_tag3,
.other .messg_img .name_tag4,
.other .messg_img .name_tag5,
.other .messg_img .name_tag7,
.other .messg_img .name_tag8,
.other .messg_img .name_tag9 {
   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 30px;
    margin-right: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 30px;
}

/* Loader Button Css */

.loader-button,
.loader-button:before,
.loader-button:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader-button {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader-button:before,
.loader-button:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-button:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-button:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* Btn Loader */
.register-loader-btn {
    position: relative;
}
.event-page .register-loader-btn {
    display: inline-block;
    width: 100%;
}
a.ques-loader {
    color: #fff;
    display: inline-block;
    left: 50%;
    margin: -8px 0 0 -12px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.btn_ew_loader {
    animation: 0.8s steps(1, start) 0s normal none infinite running wait;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll;
    background-clip: border-box, border-box, border-box, border-box, border-box, border-box, border-box, border-box, border-box, border-box, border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, #fff 1px, transparent 0px, transparent 8px, #fff 8px), linear-gradient(90deg, #fff 1px, #fff 0px, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0px, transparent 8px, #ececf5 8px), linear-gradient(90deg, #fff 1px, #fff 0px, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0px, transparent 8px, #fff 8px), linear-gradient(90deg, #fff 1px, #fff 0px, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0px, transparent 10px, #fff 10px), linear-gradient(90deg, #fff 1px, #d0d5e8 0px, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0px, transparent 15px, #fff 15px), linear-gradient(90deg, #fff 1px, #fff 0px, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0px, transparent 15px, #fff 15px), linear-gradient(90deg, #fff 1px, #fff 0px, #fff 3px, #fff 3px);
    background-origin: padding-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box;
    background-position: -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0px, -4px 0px, -4px 0px, -4px 0;
    background-repeat: no-repeat;
    background-size: 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 11px, 4px 11px, 4px 16px, 4px 16px, 4px 16px, 4px 16px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 16px;
    z-index: 100;
}
@keyframes wait {
12.5% {
    background-position: -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, 0 center, 0 center;
}
25% {
    background-position: -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, 0 center, 0 center, 6px center, 6px center;
}
37.5% {
    background-position: -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, 0 center, 0 center, 6px center, 6px center, 12px center, 12px center;
}
50% {
    background-position: -4px center, -4px center, -4px center, -4px center, 0 center, 0 center, 6px center, 6px center, 12px center, 12px center, -4px center, -4px center;
}
62.5% {
    background-position: -4px center, -4px center, 0 center, 0 center, 6px center, 6px center, 12px center, 12px center, -4px center, -4px center, -4px center, -4px center;
}
75% {
    background-position: 0 center, 0 center, 6px center, 6px center, 12px center, 12px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center;
}
87.5% {
    background-position: 6px center, 6px center, 12px center, 12px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center;
}
100% {
    background-position: 12px center, 12px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center, -4px center;
}
}

/* Reward text */
#document-reward {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.bonus-reward {
    display: inline-block;
    width: 100%;
    margin: 0 0 17px 0;
}
.bonus-reward h3 {
    font-size: 13px;
    margin: 0 0 10px 0;
}
.download-bonus {
    background: #8156FA;
    color: #fff;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.watch-now {
    background: #FF9C57;
    color: #fff;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    height: 100vh; 
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
header {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
        position: relative;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    z-index: 1;
    flex-shrink: 0;
}
.flex-grow {
    flex: 1 0 auto;
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

/* Chat Css */
.event-page .main_outer {
    background: #ffffff none repeat scroll 0 0;
    /*border: 1px solid #eef1f5;*/
    bottom: 0;
    clear: both;
    display: block;
    float: left;
    /*height: 400px;*/
    left: inherit;
    margin: 0 auto;
    max-width: 100%;
    overflow-y: hidden;
    position: relative;
    right: 0;
    width: 100%;
}
.event-page .main_outer.live-chat-event-container {
    /*height: 93vh;*/
}
.chat_outer form#chatForm {
    padding: 0 10px;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}
.chat_outer #emojiMenuBtn {
    bottom: 9px;
    left: 16px;
}
.chat_outer #emojiMenu {
    width: 98%;
}
.event-page .top_nav {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.event-page .top_nav #tabs #tabs-2 {
    max-height: 400px;
    overflow-y: auto;
    border-bottom: 1px solid #e0e0e0;
}
.event-page .chat {
    bottom: 0;
    height: 350px;
    padding: 20px 15px 5px;
    position: inherit;
    overflow-y: auto;
}
.main_outer.live-chat-event-container .chat_outer ul.chat {
    height: 87vh;
    /* -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s; */
}
.event-page .chat_outer ul.chat li {
    clear: both;
    margin-bottom: 5px;
    text-align: left;
    color: #263238;
    list-style: outside none none;
}
.event-page .chat_outer ul.chat li.self .msg::before {
    background: #eef1f5 url("../images/chat_sprit.png") repeat scroll -167px -30px;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    content: "";
    float: right;
    height: 9px;
    padding: 0;
    position: relative;
    right: -4px;
    top: -3px;
    width: auto;
}
.event-page .chat_outer .self .msg {
    background: #eef1f5 none repeat scroll 0 0;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    float: right;
    padding: 10px 15px 0;
    position: relative;
}
.event-page .chat li p {
    font-size: 14px;
    margin-bottom: 10px;
}
.event-page .chat li.self p {
    color: #000;
}
.event-page .chat_outer ul.chat li.self .name_time {
    background: transparent none repeat scroll 0 0;
    clear: both;
    float: right;
    margin-top: 4px;
    padding-bottom: 10px;
}
.event-page .name_time time {
    color: #888;
    font-size: 11px;
    font-weight: 500;
}
.event-page #msg.textarea {
    -moz-border-bottom-color: none;
    -moz-border-left-color: none;
    -moz-border-right-color: none;
    -moz-border-top-color: none;
    background: #ffffff none repeat scroll 0 0;
    border-: medium none;
    bottom: 0;
    box-sizing: border-box;
    color: #666;
    font-weight: normal;
    height: 46px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    outline: medium none;
    padding-left: 34px;
    padding-right: 40px;
    position: inherit;
    right: 0;
    width: 100%;
    z-index: 99;
}
.event-page .send {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 2px;
    height: 43px;
    margin: 0;
    position: absolute;
    right: 12px;
    z-index: 99;
}
.event-page .send i {
    color: #7d7d7d;
    float: right;
}
#emojiMenuBtn {
    background-color: transparent;
    background-image: url("emojis/smile-blank.png");
    background-repeat: no-repeat;
    border: medium none;
    bottom: 5px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 8px;
    width: 22px;
    z-index: 100;
}
#emojiMenu, #emojiMenuBtn {
    padding: 0;
    position: absolute;
}
.event-chat-page #emojiMenu {
    left: 2px;
    width: 99%;
}
#emojiMenu {
    border-top: 2px solid #f1f1f1;
    bottom: 50px;
    margin-left: 0;
    overflow: hidden;
    z-index: 999;
}
#emojiMenu, #emojiMenuBtn {
    padding: 0;
    position: absolute;
}
#emojiMenu, #emojiMenu > div {
    box-sizing: border-box;
    width: 100%;
}
.hidden {
    display: none;
}

#emojiMenu > div {
    background: #fff none repeat scroll 0 0;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}
#emojiMenu a {
    display: block;
    float: left;
    padding: 4px 6px;
}
#emojiArea img, #emojiMenu img {
    border: 0 none;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}
.msg img {
    float: right;
    left: 0;
    position: relative;
    top: -6px;
    width: 46px;
}
#emojiMenuBtnWrapper {
    padding: 0 5px 0 0 !important;
}
.event-page #chatForm form {
    border-top: 1px solid #eef1f5;
}
.event-page .other {
    float: left;
}
.event-page .messg_img {
    position: relative;
}
.event-page .chat_outer .other .msg {
    background: #5fcf80 none repeat scroll 0 0;
    -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    float: left;
    margin-left: 34px;
    padding: 10px 15px 0;
    position: relative;
}
.event-page .chat_outer ul.chat li.other .msg::before {
    background: rgba(0, 0, 0, 0) url("../images/chat_sprit.png") repeat scroll -150px -29px;
    content: "";
    float: left;
    height: 9px;
    left: -8px;
    position: absolute;
    top: -4px;
    width: 10px;
}
.event-page .chat_outer ul.chat li.other .msg p {
    color: #fff;
}
.event-page .chat_outer ul.chat li.other .name_time {
    float: left;
    margin-left: 34px;
    margin-top: -2px;
}
.event-page .chat_outer ul.chat li .name_time {
    padding-bottom: 10px;
}
.event-page .other .name_time span::after {
    background: rgba(0, 0, 0, 0) url("../images/chat_sprit.png") repeat scroll -133px -34px;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 5px;
}
.event-page .other .name_time span {
    padding-right: 14px;
    position: relative;
}
.event-page .name_time span {
    color: #6d6d6d;
    font-size: 10px;
    font-weight: 500;
}
.event-page .name_time time {
    color: #888;
    font-size: 11px;
    font-weight: 500;
}
.chat li p {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: 246px;
}
.question_box_wrap{
    display: none;
}
#delayed_events #delayed_events_text img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
li.no-attendee-message {
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
li.no-attendee-message svg {
    margin: 10px 0 15px 0;
}
li.no-attendee-message p {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    font-size: 18px !important;
    margin: 0 0 10px 0;
}
#top_nav #tabs{
    display:none;
}

/* Select box design */

.select-webinar-date {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-webinar-date .nice-select {
    height: 50px;
    border: solid 2px #e6e6e6;
    color: #000;
    font-size: 14px;
    padding: 0 26px 0 48px;
    background: #fafafa;
    border-radius: 4px;
    line-height: 46px;
}
.select-webinar-date.floating-field-error .nice-select {
    border: 2px solid #cc1515;
}
.select-webinar-time.floating-field-error .nice-select {
    border: 2px solid #cc1515;
}
.select-webinar-date svg {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 1;
}
.select-webinar-date .mCSB_inside > .mCSB_container {
    margin-right: 8px;
}
.select-webinar-date .nice-select li::before {
    content: "";
    background: url(../images/ew-calendar-selected.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 14px;
}
.select-webinar-date .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.select-webinar-date .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.select-webinar-date .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.select-webinar-date .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgb(48, 198, 126);
    background-color: rgb(48, 198, 126);
}
.select-webinar-date .nice-select span.current {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.ew-web-register-page .recurr-date.box {
    margin: 5px 0 3px !important;
}
.select-webinar-time {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-webinar-time .nice-select {
    height: 50px;
    border: solid 2px #e6e6e6;
    color: #000;
    font-size: 14px;
    padding: 0 26px 0 48px;
    background: #fafafa;
    border-radius: 4px;
    line-height: 46px;
}
.select-webinar-time.floating-field-error .nice-select {
    border: 2px solid #cc1515;
}

.select-webinar-time svg {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 1;
}
.select-webinar-time .mCSB_inside > .mCSB_container {
    margin-right: 8px;
}
.select-webinar-time .nice-select li::before {
    content: "";
    background: url(../images/ew-calendar-selected.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 14px;
}
.select-webinar-time .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.select-webinar-time .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.select-webinar-time .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.select-webinar-time .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgb(48, 198, 126);
    background-color: rgb(48, 198, 126);
}
.select-webinar-time .nice-select span.current {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.ewp-custom-select.floating-field-error .nice-select{
    border: 2px solid #cc1515;
}

/* video progress loader */
.video-progress-loader {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}
.pause-video-overlay {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    /*z-index: 99999;*/
    z-index: 2147483647;
    width: 100%;
    display: none;
}
.video-overlay-show {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.video-progress-loader .spin-loader {
    content: "";
    border: 3px solid #5a5a5a;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 0 15px 0;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pause-video-overlay i {
    font-size: 50px;
    color: #fff;
    margin: 0 0 10px 0;
}
.pause-video-overlay p,
.video-progress-loader p {
    color: #fff;
    font-size: 18px;
}
.disable-vimeo-share {
    position: absolute;
    content: "";
    width: 5.3em;
    height: 8.6em;
    /*z-index: 2147483647;*/
    z-index: 2147483;
    background: none;
    top: 0;
    right: 0;
}
.disable-vimeo-controls {
    position: absolute;
    content: "";
    width: 100%;
    height: 4.5em;
    z-index: 2147483;
    background: none;
    bottom: 0;
    left: 0;
}
.intl-tel-input {
    width: 100%;
}
/* .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: 94px !important;
} */

@media screen and (max-width: 1023px) {
    .event-page .top_nav #tabs #tabs-2 {
        max-height: 220px;
    }
}




.event-detail{float:left; width:100%; padding:0 0 2%;}
.when{float:left; width:100%; box-sizing:border-box; background:url(../images/confirmation-calender.png) 2% center no-repeat; background-color:#def4fb; border:1px solid #b2ced7; padding:2% 2% 2% 10%; letter-spacing:-1px;}
.learn{float:left;box-sizing: border-box; width:100%;box-sizing: border-box; background:url(../images/confirmation-learn.png) 2% center no-repeat; background-color:#e7feee; border:1px solid #ade6be; padding:2% 2% 2% 10%; letter-spacing:-1px; margin-top:2%;}
.url{float:left; width:100%;box-sizing: border-box; background:url(../images/confirmation-url.png) 2% center no-repeat; background-color:#fef5e6; border:1px solid #e2d0b2; padding:2% 2% 2% 10%; letter-spacing:-1px; margin-top:2%;}
.time{float:left; width:100%;box-sizing: border-box; background:url(../images/confirmation-time.png) 2% center no-repeat; background-color:#ffe5e6; border:1px solid #e2a5a8; padding:2% 2% 2% 10%; letter-spacing:-1px; margin-top:2%;}
/*.when-img{float:left; width:10%;}*/
.when-img img{margin-top:3px;}
.when-det{float:left; width:100%;}
.when-head {
  color: #384047;
  float: left;
  font-size: 19px;
  width: 100%;
}
.ques-sub-heading > * {
  font-size: 17px;
  line-height: 25px;
}
.when-desc{float:left; width:100%; color:#384047; font-family:"gotham-rounded-book"; font-size:16px; margin-top:5px;}

.social{float:left; width:100%; box-sizing:border-box; background:url(../images/confirmation-social.png) 2% center no-repeat; background-color:#eef1f5; border:1px solid #cccfd4; padding:2% 2% 2% 10%; letter-spacing:-1px; margin-top:2%; /*height:110px;*/}
.social-det{float:left; width:100%;}
.social-desc{float:left; width:100%; margin-top:10px;}
.social-content{float:left; width:99.95%; background-color:transparent; border:1px solid #eee; padding-bottom:5%; letter-spacing:-1px; margin-top:2%; }
.left , .fb-icon { float:left;}

.calsave{margin: 20px 0 0; background-color: #CFE0F4; border-color: #B5C6E5;}

.email-error { margin: 10px 0px 10px 0px; text-align: left; color: red; font-size: 10px; }

.thanks-bg {
    background:rgba(197, 197, 197, 0.85);
}


.thanks-container {
    background: url(../images/thanks_bg.jpg) right no-repeat;
    background-size: cover;
    width: 43%;
    float: left;
    min-height: 685px;
}


@media screen and (max-width: 1023px) {
    .event-page .top_nav #tabs #tabs-2 {
        max-height: 220px;
    }

    .thanks-container {
        background: url(../images/thanks_bg.jpg) right no-repeat;
        background-size: cover;
        width: 0;
        float: left;
    }
}


@media screen and (min-width: 1023px) {
    .inner-column {
    	 padding: 0 109.2px;
    }
}

@media screen and (max-width: 780px) {
    .learn { background-image: none; }
}



.thanks-content {
    padding-top: 25px;
    min-height: 685px;
    font-family: 'Inter UI';
    padding-right: 25px;
}
.thanks-content h1 {
    position: relative;
    left: 15px;
    font-weight: 700 !important;
    font-size: larger;
}
.thanks-content .text-green { color: #189F65 !important; font-weight: 600; }


.thanks-content ol {list-style: none; counter-reset: li; margin-top: 25px; padding-right: 20px; }
.thanks-content ol li::before {
    content: counter(li);
    color: #fff;
    background: #189F65;
    display: inline-block;
    width: 1em;
    margin-left: -40px;
    padding: 5px;
    margin-right: 15px;
}
.thanks-content ol li { 
    counter-increment: li;
    padding-left: 0px;
    margin-bottom: 15px;
    position: relative;
    left: 25px;    
}

.purchase-automarketer { 
    background-color: rgb(249 154 12) !important; background-image: none !important;
}

.purchase-automarketer:hover { 
    background-color: rgb(255 153 0) !important; background-image: none !important;
}

@media (max-width: 399px){
    .vimeo-video { height: 195px !important; padding: 0px 10px !important; }
    
    .btn{
        font-size: 12px;
        }
        .third-cl{
            float:none;
            display: table;
            table-layout: fixed;
            height: auto;
            width: auto;
            margin: auto;
        }
        
        .half-cl{
            float:none;
            display: table;
            table-layout: fixed;
            height: 100%;
            width: auto;
            margin: auto;
        }
        
        .twothird-cl{
            float:none;
            display: table;
            table-layout: fixed;
             height: auto;
            width: auto;
            margin: auto;
        }            
    }
        
    @media (max-width: 599px) and (min-width: 400px){
    .btn{
        font-size: 12px;
        }
        .third-cl{
            float:none;
            display: table;
            table-layout: fixed;
            height: auto;
            width: auto;
            margin: auto;
        }
        
        .half-cl{
            float:none;
            display: table;
            table-layout: fixed;
            height: 100%;
            width: auto;
            margin: auto;
        }
            
        .twothird-cl{
            float:none;
            display: table;
            table-layout: fixed;
             height: auto;
            width: auto;
            margin: auto;
            text-align: center;
        }
            .joe-video { display: inline-block !important; }
    }
    @media (max-width: 899px) and (min-width: 600px){
    .btn{
        font-size: 12px;
        }
        .third-cl{
            float:none;
            display: table;
            table-layout: fixed;
             height: auto;
            width: auto;
            margin: auto;
        }
        
        .half-cl{
            float:none;
            display: table;
            table-layout: fixed;
            height: 100%;
            width: auto;
            margin: auto;
        }
            
        .twothird-cl{
            float:none;
            display: table;
            table-layout: fixed;
             height: auto;
            width: auto;
            margin: auto;
            text-align: center;
        }
        .joe-video { display: inline-block !important; text-align: center; }
    }
        
    @media (max-width: 1799px) and (min-width: 900px){
    .btn{
        font-size: 12px;
        }
        .third-cl{
            float:left;
            width:30%;
            display: inline-block;	
        }
        
        .half-cl{
            float:left;
            width:50%;
            padding:2% 4%;
            box-sizing:border-box;
            display: inline-block;
        }
            
        .twothird-cl{
            float:left;
            width:70%;
            display: inline-block;
        }
    }
        
    @media (min-width: 1800px){
    .btn{
        font-size: 12px;
        }
        .third-cl{
            float:left;
            width:30%;
            display: inline-block;
        }
        
        .half-cl{
            float:left;
            width:50%;
            padding:5%;
            box-sizing:border-box;
            display: inline-block;
        }
            
        .twothird-cl{
            float:left;
            width:70%;
            display: inline-block;
        }
    }
    
    .btn {
        margin: 2px auto;
        padding: 5px 10px;
        box-sizing: border-box;
        border: none;
        text-decoration: none;
        display: block;
        text-align: center;
    }
    
    .btn-sm{padding: 7px 10px;}
    

.blue-btn {
    background-color: #003ca8 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.red-btn {
    background-color: #e83232;
    color: #fff;
}

.paragraph-space {
    margin: 0.6em auto!important;
}
.row-inner {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}


.border-color-uydo-color {
    border-color: #dddddd !important;
}
.style-color-lxmt-bg {
    background-color: #f7f7f7;
}
.main-container .unequal.row, .main-container .uncol.unexpand, .main-container .uncol.unexpand > div > div > .uncont, .main-container .unequal.row > .row-inner > div > .uncol, .main-container .unequal .row-internal {
    height: 100%;
}

.main-container .row-container .row-parent {
    padding: 36px 36px 36px 36px;
}

.main-container .row-container .row-parent .half-internal-gutter .uncont > * {
    margin-top: 18px;
}
* > .btn-container:last-of-type {
    padding-right: 0px;
}
* > .btn-container:first-of-type {
    padding-left: 0px;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont, .row div[class*=col-lg-] .row-inner .align_center > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
}
.style-light {
    color: #777777;
}
.btn-accent {
    color: #ffffff !important;
    background-color: #cc1515 !important;
    border-color: #cc1515 !important;
    width: 60%;
}
.btn-header {
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #4CAE4D !important;
    width: auto;
}
.btn-circle {
    border-radius: 10em !important;
}

----------------------------------------------------------
#Columns
----------------------------------------------------------
*/
.col-lg-0 {
  padding: 27px 36px 27px 36px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding: 36px 36px 36px 36px;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.fp-enabled .col-lg-1:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-2:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-3:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-4:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-5:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-6:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-7:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-8:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-9:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-10:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-11:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-12:not(#logo-container-mobile):first-of-type:last-of-type {
  display: table-cell;
}
@media (min-width: 960px) {
    .vimeo-video-container { margin: 40px 0px;}
  .col-lg-0,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    display: table-cell;
    height: 100%;
  }
  .chrome .col-lg-0,
  .chrome .col-lg-1,
  .chrome .col-lg-2,
  .chrome .col-lg-3,
  .chrome .col-lg-4,
  .chrome .col-lg-5,
  .chrome .col-lg-6,
  .chrome .col-lg-7,
  .chrome .col-lg-8,
  .chrome .col-lg-9,
  .chrome .col-lg-10,
  .chrome .col-lg-11,
  .chrome .col-lg-12 {
    height: 0;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .row .uncoltable {
    min-height: 0 !important;
  }
  
    .mobile-version { display:none !important; }
    .desktop-version { display:inline-block !important; }
  
}

@media (min-width: 991px) {
    .mobile-version { display:none !important; }
    .desktop-version { display:inline-block !important; }
}

@media (min-width: 300px) and (max-width: 991px) {
    .mobile-version { display:inline-block !important; }
    .desktop-version { display:none !important; }
}

@media (min-width: 571px) and (max-width: 959px) {
  .col-md-100,
  .col-md-75,
  .col-md-66,
  .col-md-50,
  .col-md-33,
  .col-md-25,
  .col-md-16 {
    display: inline-table;
    table-layout: fixed;
  }
  .col-md-100 {
    width: 100%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-66 {
    width: 66.666666667%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-33 {
    width: 33.33333333%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-16 {
    width: 16.666666667%;
  }
}

@media (max-width: 625px) {
    #audio_version { top: -22px !important; }
    .audio_version_container { width: 10% !important; }
}

@media (max-width: 570px) {
    .login-form-2 { width: 90% !important; margin: 0px 10px !important; }
    
    .newbook-inbox-btn {
        height: 70px !important;
    }
    .newbook-subheading {
            margin-top: 15px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 0 20px !important;
    }

    .header-menu { width: 20% !important; }
    .vimeo-video { height: 275px; padding: 20px 0px 10px;}
    .newbook-video-section { margin: 0px !important; }
    .newbook-video { height: 225px; padding: 10px 0px 10px; width: 100%; }
    .book-section { width: 100% !important; padding: 0px 30px !important; }
    .ew-reserve-btn a.myBtn, .ew-register-now-btn { font-size: 16px !important; height: 50px; }
    .ew-reserve-btn a { font-size: 13px !important; line-height: 20px !important; padding-top: 15px; }
    .box-6 { padding: 20px 16px !important; }
    .infusion-recaptcha { font-size: 12px !important; line-height: 0px; height: 40px; }
    .contact-loader-btn { margin-top: 10px !important; }
    .contact-form-section { width: 100% !important; margin: 0px !important; }
    .return-masterclass { width: 60% !important; }
    .elProductOptionsBox, .orderSummaryBox, .orderTotalBox { font-size: 10px; }
    .yellow-box img { width: 100% !important; text-align:center !important; margin-bottom: 10px !important; }
    .btn-place-order { font-size: 12px !important; }

    .elBulletListPage { padding-left:0px !important; }
    .elBulletListPage li { font-size: 14px !important; }
    .elBulletList li { font-size: 14px !important; }
    .total-value-heading { font-size: 18px !important; line-height: 20px !important; }

    .embed-responsive-item { height: 160px !important; }
    .frm-book { height: 300px !important; }

    .orderSummaryBox {width: 90% !important; }
    .orderSummaryBoxBottom { width: 90% !important;}

    .elBulletListPage { padding-left:0px !important; }
    .elBulletListPage li { font-size: 14px !important; }

    
    .book-section-img { margin-bottom: 25px; }
    .audio-img {width: 80% !important; }
    
    .order-item { line-height: 22px !important; }
    .elProductMobileHidden { display:none !important; }
    .class1 { font-size: 14px !important; }
    
  .col-sm-100,
  .col-sm-75,
  .col-sm-66,
  .col-sm-50,
  .col-sm-33,
  .col-sm-25,
  .col-sm-16 {
    display: inline-table;
    table-layout: fixed;
  }
  .fp-enabled .col-sm-100:first-of-type:last-of-type,
  .fp-enabled .col-sm-75:first-of-type:last-of-type,
  .fp-enabled .col-sm-66:first-of-type:last-of-type,
  .fp-enabled .col-sm-50:first-of-type:last-of-type,
  .fp-enabled .col-sm-33:first-of-type:last-of-type,
  .fp-enabled .col-sm-25:first-of-type:last-of-type,
  .fp-enabled .col-sm-16:first-of-type:last-of-type {
    display: table-cell;
  }
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-75 {
    width: 75%;
  }
  .col-sm-66 {
    width: 66.666666667%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .col-sm-33 {
    width: 33.33333333%;
  }
  .col-sm-25 {
    width: 25%;
  }
  .col-sm-16 {
    width: 16.666666667%;
  }
}
.col-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 900;
}
.block-bg-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  transition: opacity 0.2s;
}
.uncode-video-container + .block-bg-blend-mode.not-ie,
.uncode-video-container + .block-bg-blend-mode + .block-bg-blend-mode.not-ie,
.uncode-video-container + .block-bg-blend-mode.for-ie,
.uncode-video-container + .block-bg-blend-mode + .block-bg-blend-mode.for-ie {
  opacity: 0;
}

.uncont { font-size: 14px !important;}

.bgcolor-grey {
    background-color: #f2f6ff;
    padding: 20px;
}
.box-block {
    border: 1px solid #607ed2;
    padding: 20px;
    background-color: #F2F3F7;
    display: inline-block;
}

.joe-img {
    max-width: 140px;
}
.twothird-cl p {
    margin: 0.3em 0;
    display: inline-block;
    width: 100%;
}

.paragraph-space {
    margin: 0.6em auto!important;
}
.bold {
    font-weight: 700;
}



.sm-txt{
    font-size:13px;
    line-height: 1.5;
}

.txt-white,.txt-white a {
    color: #fff;
    font-size: 14px;
}

.book-section {
    width: 50%; float: left; padding: 30px; text-align: center;
}
.header-menu { text-align: right;margin-right: 10px !important;width: 10%;float: right; }
.btn-return-masterclass { font-size: 14px; padding: 15px 5px !important; }
.elProductDesktopHidden { display:none !important; }
#audio_version {
    height: 15px;display: inline-block;width: 100%;position: relative;top: -5px;
}
.audio_version_container { width: 5%; }





    div.dataTables_length select {
        width: 75px;
        height: 30px;
        margin-right: 5px;
    }
    .dataTables_length select {
        margin-right: 10px;
        height: 34px !important;
        width: auto !important;
    }
    .dataTables_length select, .dataTables_filter input {
        border: 1px solid #ccd0d4;
        background: #fff;
        font-size: 12px;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #555;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .dataTables_filter { display: none !important; }
    #users-list { font-size: 14px !important; }
    
    

    .register-top-heading {
        margin: 20px 0px;
        font-size: 28px;
        line-height: 26px;
    }

    .gdpr-note .heading {
        margin: 20px 0px;
        text-align: center;
        font-size: 24px;
    }

    .elBulletContent {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0px auto;
        outline: none;
        width: 85%;
        max-width: 100%;
    }

    .elBulletList {
        padding: 0px;
        list-style-type: none;
    }
    .elBulletList li {
        padding-bottom: 6px;
        list-style-type: none;
        margin-bottom: 6px;
        padding-left: 2em;
        font-size: 18px;
    }

    .elBulletPage { position: relative; }
    .elBulletListPage { padding: 0px; list-style-type: none; margin-top: 0; margin-bottom: 10px; padding-left: 25px; }
    .elBulletListPage li {
        padding-bottom: 6px;
        list-style-type: none;
        margin-bottom: 6px;
        padding-left: 2em;
        /*font-size: 22px;*/
        display: list-item;
        line-height: 25px;
    }
    
    .elBulletListPage li i { position: relative; left: -35px; }
    .elBulletListPage li b { margin-left: -20px; }

    .registration-price { text-align: center; }
    .registration-price h1 { line-height: 1.3em; font-size: 32px; }
    .registration-price h2 { line-height: 1.3em; font-weight: 700; font-size: 64px; }

    .elProductOptionsBox { font-size: 14px; }
    .elOrderProductOptinLabel {
        border-bottom: 1px solid #DDD;
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding: 5px;
        position: relative;
        bottom: 5px;
    }

    .registration-bottom-section { margin: 60px 0px 40px; }
    .registration2-form label { margin: 15px 0px 10px !important; }

    .yellow-box {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
        outline: none;
        border-color: rgb(0 0 0);
        background-color: rgb(241 241 241);
        border-width: 3px;
        border-style: dashed;
        background-attachment: fixed !important;
        background-repeat: repeat repeat !important;
        background-position: center center;
    }


    .heading-yellow {
        text-align: left;
        font-size: 23px;
        color: rgb(0, 0, 0);
        border-color: rgb(0, 0, 0);
        font-weight: 700;
        line-height: 28px !important;
    }

    .order-summary { margin-top: 50px; outline: none; cursor: pointer; }
    .orderSummaryBox { margin:10px auto; width: 75%; }
    .orderSummaryBox tr td { margin: 5px 0px; }
    .orderSummaryBoxBottom { margin: 10px auto; width: 75%; font-weight: 700; }
    .btn-place-order { font-size: 20px; }
    .total-value-heading { font-size: 32px; line-height: 30px; }
    .heading-video-title, .heading-title { 
        text-align: center;
        margin-top: 15px;
        font-size: 26px;
        font-weight: 700;
        line-height: 26px;
    }
    
    .containerInner { color: #FFF; }
    
    .topBanner {
        background: #58abff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 15px;
        color: #FFF;
    }
    
    .ebook-container {
        width: 100%;
        height: 500px;
    }
    
    .order-item { line-height: 18px; }
    
    .login-form-2 { width: 60%; margin: auto 20%; }
    
    .paragraph-space { margin:0.6em auto!important; }
    .txt-red{ color: #e02323; }
    .note-box {
        background-color: #fdf6f6;
        border: 1px solid #eec1c1;
        padding: 25px;
        font-size: 19px;
    }
    
    .bold {
        font-weight: 700;
    }
    .txt-center {
        text-align: center;
    }
    
    .class1 { font-style: italic; text-align:left; font-weight: 500; font-size: 22px; }


    .p-5 { top: 5px !important; }
    .p-10 { padding: 10px !important; }
    .p-15 { padding: 15px !important; }
    .p-20 { padding: 20px !important; }
    .p-25 { padding: 25px !important; }
    .p-30 { padding: 30px !important; }
    .p-35 { padding: 35px !important; }
    .m-5 { margin: 5px !important; }
    .m-10 { margin: 10px !important; }
    .m-15 { margin: 15px !important; }
    .m-20 { margin: 20px !important; }
    .m-25 { margin: 25px !important; }
    .m-30 { margin: 30px !important; }
    .m-35 { margin: 35px !important; }



    .p-t-5 { padding-top: 5px !important; }
    .p-t-10 { padding-top: 10px !important; }
    .p-t-15 { padding-top: 15px !important; }
    .p-t-20 { padding-top: 20px !important; }
    .p-t-25 { padding-top: 25px !important; }
    .p-t-30 { padding-top: 30px !important; }
    .p-t-35 { padding-top: 35px !important; }
    .m-t-5 { margin-top: 5px !important; }
    .m-t-10 { margin-top: 10px !important; }
    .m-t-15 { margin-top: 15px !important; }
    .m-t-20 { margin-top: 20px !important; }
    .m-t-25 { margin-top: 25px !important; }
    .m-t-30 { margin-top: 30px !important; }
    .m-t-35 { margin-top: 35px !important; }

    .p-b-5 { padding-bottom: 5px !important; }
    .p-b-10 { padding-bottom: 10px !important; }
    .p-b-15 { padding-bottom: 15px !important; }
    .p-b-20 { padding-bottom: 20px !important; }
    .p-b-25 { padding-bottom: 25px !important; }
    .p-b-30 { padding-bottom: 30px !important; }
    .p-b-35 { padding-bottom: 35px !important; }
    .m-b-5 { margin-bottom: 5px !important; }
    .m-b-10 { margin-bottom: 10px !important; }
    .m-b-15 { margin-bottom: 15px !important; }
    .m-b-20 { margin-bottom: 20px !important; }
    .m-b-25 { margin-bottom: 25px !important; }
    .m-b-30 { margin-bottom: 30px !important; }
    .m-b-35 { margin-bottom: 35px !important; }

    .p-l-5 { padding-left: 5px !important; }
    .p-l-10 { padding-left: 10px !important; }
    .p-l-15 { padding-left: 15px !important; }
    .p-l-20 { padding-left: 20px !important; }
    .p-l-25 { padding-left: 25px !important; }
    .p-l-30 { padding-left: 30px !important; }
    .p-l-35 { padding-left: 35px !important; }
    .m-l-5 { margin-left: 5px !important; }
    .m-l-10 { margin-left: 10px !important; }
    .m-l-15 { margin-left: 15px !important; }
    .m-l-20 { margin-left: 20px !important; }
    .m-l-25 { margin-left: 25px !important; }
    .m-l-30 { margin-left: 30px !important; }
    .m-l-35 { margin-left: 35px !important; }
    
    .p-r-5 { padding-right: 5px !important; }
    .p-r-10 { padding-right: 10px !important; }
    .p-r-15 { padding-right: 15px !important; }
    .p-r-20 { padding-right: 20px !important; }
    .p-r-25 { padding-right: 25px !important; }
    .p-r-30 { padding-right: 30px !important; }
    .p-r-35 { padding-right: 35px !important; }
    .m-r-5 { margin-right: 5px !important; }
    .m-r-10 { margin-right: 10px !important; }
    .m-r-15 { margin-right: 15px !important; }
    .m-r-20 { margin-right: 20px !important; }
    .m-r-25 { margin-right: 25px !important; }
    .m-r-30 { margin-right: 30px !important; }
    .m-r-35 { margin-right: 35px !important; }


.inner-column {
	 width: 100%;
	 padding: 0 10px;
}

.newbook-subheading {
        margin-top: 25px; font-size: 24px; line-height: 30px;
    }


#footer {
    position: relative;
    background-color: #EEE;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.dark #footer,
#footer.dark {
	color: rgba(255,255,255,0.75);
	background-color: #282828;
	border-top-color: rgba(255,255,255,0.15);
}

.dark .footer-widgets-wrap a {
	color: rgba(255,255,255,0.75);
}

.dark .footer-widgets-wrap a:hover {
	color: rgba(255,255,255,0.85);
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
	color: rgba(255,255,255,0.5) !important;
}

.dark #copyrights,
#copyrights.dark {
	color: rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.2);
}

.dark .copyright-links a {
	color: rgba(255,255,255,0.4);
	border-bottom-color: rgba(255,255,255,0.65);
}

.dark .copyright-links a:hover {
	color: rgba(255,255,255,0.6);
	border-bottom-color: rgba(255,255,255,0.7);
}

.dark .sidebar-widgets-wrap .widget {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .tagcloud a {
	border-color: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.6);
}
.dark a:not([class*="btn-"]):hover {
    color: #EEE;
}
:active, :focus {
    outline: none !important;
}
.dark a {
    text-decoration: none !important;
    color: #1ABC9C;
}

.dark #copyrights, #copyrights.dark {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
}
.dark #copyrights a:first-child {
    margin-left: 0;
}
.dark .copyright-links a {
    color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.65);
}
.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #333;
    border-bottom: 1px dotted #444;
}

.copyright-links {
    margin:15px 0px 20px !important;
}

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}