/****Universal css****/
/*Used Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
/*Used Fonts*/
body {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 17px;
    color: #3d3d3d;
    background: #fff;
    -webkit--smoothing: antialiased !important;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    word-wrap: break-word;
}
.fa-ul > li {
    padding-bottom: 20px;
}
blockquote {    border-left: 5px solid #0758A5;}
blockquote footer:before {position: relative; display: initial !important; box-shadow: none !important;-webkit-box-shadow:none !important;}
.p-0{
    padding: 0px !important;
}
.m-0{
    margin: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    margin: 0;
    padding: 0;
}
a, a img {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}
:focus, a:focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.container {
    max-width: 1235px;
    width: auto;
    margin: 0px auto;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif', serif;
    padding-bottom: 20px;
    font-weight: 700;
}
p {
    padding-bottom: 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*got to top*/
.go-to-top {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(33, 51, 54, 0.2);
    border-radius: 5px;
    text-align: center;
    position: fixed;
    z-index: 99999;
    bottom: 65px;
    right: 20px;
    line-height: 40px;
}
.go-to-top:before {
    content: url(../images/arrow-up.png);
    position: relative;
    top: 0px;
}
.go-to-top:hover {
    background: rgba(33, 51, 54, 0.4);
    cursor : pointer;
}
/*got to top*/
/****Universal css****/

/****SQUEEZE PAGE REGISTRATION START****/
/**Hero Banner Section Start**/
.hero-banner-section {
    padding: 55px 0px;
    overflow: hidden;
    text-align: center;
    background: rgb(30,118,186);
    background: -moz-linear-gradient(top, rgba(30,118,186,1) 0%, rgba(26,112,183,1) 50%, rgba(57,161,215,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,118,186,1) 0%, rgba(26,112,183,1) 50%, rgba(57,161,215,1) 100%);
    background: linear-gradient(to bottom, rgba(30,118,186,1) 0%, rgba(26,112,183,1) 50%, rgba(57,161,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e76ba', endColorstr='#39a1d7', GradientType=0 );
}
.hero-banner-content {
    position: relative;
}
.hero-banner-text-area {
    width: 75%;
}
.hero-banner-text-area h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.hero-banner-text-area h2 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 3px;
    padding-bottom: 30px;
}
.hero-banner-text-area p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 30px;
}
.red-cta-btn {
    position: relative;
    display: inline-block;
    margin-top: 55px;
}
.red-cta-btn:after, .red-cta-btn:before {
    content: '';
    background: url(../images/arrow-right.png) no-repeat;
    width: 122px;
    height: 93px;
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -140px;
}
.red-cta-btn:before {
    background: url(../images/arrow-left.png) no-repeat;
    right: inherit;
    left: -150px;
    width: 125px;
    height: 88px;
}
.red-cta-btn a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    font-size: 35px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.04);
    padding: 15px 20px;
    min-width: 360px;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px 0 rgba(36,36,36,0.20);
    box-shadow: 0 4px 8px 0 rgba(36,36,36,0.20);
    background: rgb(237,104,34);
    background: -moz-linear-gradient(top, rgba(237,104,34,1) 0%, rgba(230,79,26,1) 100%);
    background: -webkit-linear-gradient(top, rgba(237,104,34,1) 0%, rgba(230,79,26,1) 100%);
    background: linear-gradient(to bottom, rgba(237,104,34,1) 0%, rgba(230,79,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6822', endColorstr='#e64f1a', GradientType=0 );
}
.red-cta-btn a:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../images/register-btn-inner-shadow.png) no-repeat;
    top: 0;
    height: 57px;
    background-size: 100%;
    left: 0;
    right: 0;
}
.red-cta-btn a:hover, .red-cta-btn a:focus {
    border: 1px solid rgba(255,255,255,0.19);
    -webkit-box-shadow: 0 6px 8px 0 rgba(36,36,36,0.20);
    box-shadow: 0 6px 8px 0 rgba(36,36,36,0.20);
    background: rgb(243,84,2);
    background: -moz-linear-gradient(top, rgba(243,84,2,1) 0%, rgba(239,63,2,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,84,2,1) 0%, rgba(239,63,2,1) 100%);
    background: linear-gradient(to bottom, rgba(243,84,2,1) 0%, rgba(239,63,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35402', endColorstr='#ef3f02', GradientType=0 );
}
.red-cta-btn a:hover:after, .red-cta-btn a:focus:after {
    background: url(../images/register-btn-inner-shadow-hover.png) no-repeat;
    background-size: 100%;
}
.hero-banner-img-area {
    position: absolute;
    bottom: -65px;
    right: -120px;
}
/**Hero Banner Section Ends**/

/**Squeeze Page Content Section Start**/
.squeeze-page-content-section {
    padding: 55px 0px;
    position: relative;
}
.squeeze-page-content-section:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 2;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 18px solid #fff;
}
.squeeze-page-content-section h1, .presenters-section h1 {
    font-size: 32px;
    padding-bottom: 40px;
}
.details-list-block ul li {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 35px;
}
.details-list-block ul li:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
    background: url(../images/green-tick-arrow.png) no-repeat;
    width: 28px;
    height: 25px;
}
.date-time-block {
    margin-bottom: 35px;
}
.date-time-box {
    border: 2px solid #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 45px;
}
.counter {
    text-align: center;
    margin: -38px 0px 15px 0px;
}
.counter ul {
    margin: 0;
    padding: 0px 5px;
    display: inline-block;
    background: #fff;
}
.counter ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    color: #0a58a7;
    position: relative;
    margin: 0px 11px;
}
.counter ul li span.number-box {
    color: #fff;
    font-size: 50px;
    background: url(../images/number-bg.png) no-repeat;
    background-size: cover;
    display: block;
    width: 82px;
    height: 75px;
    line-height: 75px;
}
.counter ul li:after {
    content: "";
    background: url(../images/dots.png) no-repeat;
    width: 11px;
    height: 24px;
    position: absolute;
    top: 27px;
    right: -20px;
}
.counter ul li:last-child:after {
    display: none;
}
.calender-time-box {
    padding: 20px 87px;
    display: inline-block;
    width: 100%;
}
.calender-box {
    background: #0a58a7;
    text-align: center;
    float: left;
    width: 28%;
}
.month {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 23px;
    display: block;
    background: #8bbd44;
    padding: 6px 8px;
}
.date {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    color: #fff;
    font-size: 58px;
    padding: 5px 8px 8px 8px;
    display: block;
}
.time-box {
    float: left;
    width: 72%;
    padding-left: 20px;
}
.time-box h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0a58a6;
    font-size: 23px;
    padding-bottom: 15px;
}
.time-box ul {
    margin: 0;
    padding: 0;
}
.time-box ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}
.time-box ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 4px;
    background: url(../images/clock-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}
.cta-btn-now {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.cta-btn-now a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ed6c23;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    border: 2px solid #ed6a22;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
}
.cta-btn-now a:hover, .cta-btn-now a:focus {
    color: #fff;
    text-decoration: none;
    background: #ee6d24;
}
.presenter-info-box {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px 0px;
    margin-bottom: 30px;
}
.presenter-info-box:after {
    content: "";
    position: absolute;
    background: url(../images/line.png) no-repeat;
    bottom: 0;
    height: 1px;
    background-size: 100%;
    left: 0;
    right: 0;
}
.presenter-info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.presenter-info-box:last-child:after {
    display: none;
}
.presenter-img-box {
    float: left;
    max-width: 191px;
    margin: 0px 10px 2px 0px;
}
.presenter-info-box h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b58a6;
    font-size: 22px;
}
.presenter-info-box p {
    font-family: 'Open Sans', sans-serif;
}
/**Squeeze Page Content Section Ends**/

/**Squeeze Page CTA Section Start**/
.squeeze-page-cta-section {
    background: #8abd43;
    position: relative;
    text-align: center;
    padding: 55px 0px;
}
.squeeze-page-cta-section h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
}
.squeeze-page-cta-section .red-cta-btn {
    margin-top: 30px;
}
.squeeze-page-cta-section .red-cta-btn:after, .squeeze-page-cta-section .red-cta-btn:before {
    display: none;
}
/**Squeeze Page CTA Section Ends**/

/**Footer Start**/
footer {
    border-top: 1px solid #e5e3e3;
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.32);
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.32);
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    display: block;
}
.copyright-block {
    padding: 35px 0px;
    text-align: center;
    background: url(../images/copyright-block-pattern.jpg) repeat;
}
.foot-logo {
    margin-bottom: 20px;
    display: inline-block;
}
.copyright-block ul li {
    display: inline-block;
    font-size: 14px;
}
.copyright-block ul li:after {
    content: '|';
    margin: 0px 5px 0px 10px;
}
.copyright-block ul li:last-child:after {
    display: none;
}
.copyright-block ul li a {
    color: #0b0b0b;
    text-decoration: none;
}
.copyright-block ul li a:hover {
    color: #0b0b0b;
    text-decoration: underline;
}
.copyright-block p {
    color: #0b0b0b;
    font-size: 14px;
    padding: 0;
}
/**Footer Ends**/

/**Squeeze Page Register Modal Box Start**/
.squeeze-page-register-modal-popup .modal {
    padding-right: 0 !important;
    background: rgba(0,0,0,0.8);
}
.squeeze-page-register-modal-popup .modal-dialog {
    width: 1000px;
}
.squeeze-page-register-modal-popup .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: url(../images/bg-modal.png);
    background-repeat: no-repeat;
    background-position:50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.squeeze-page-register-modal-popup .close {
    opacity: 1;
    top: -15px;
    right: -15px;
    position: relative;
    z-index: 55;
}
.squeeze-page-register-modal-popup .modal-body {
    padding: 25px 40px 30px 40px;
}
.progress-bar-block {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 40px;
}
.progress-bar-block .progress {
    border: 1px solid #cacaca;
    height: 30px;
    padding: 3px 6px;
    background-color: #ededed;
    margin-bottom: 15px;
    overflow: inherit;
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.1), inset -1px -1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.1), inset -1px -1px 4px 0 rgba(0,0,0,0.1);
}
.progress-bar-block .progress-bar {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #cacaca;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: none;
    position: relative;
    /*    background: rgb(205,226,119);
        background: -moz-linear-gradient(top, rgba(205,226,119,1) 0%, rgba(125,186,56,1) 100%);
        background: -webkit-linear-gradient(top, rgba(205,226,119,1) 0%, rgba(125,186,56,1) 100%);
        background: linear-gradient(to bottom, rgba(205,226,119,1) 0%, rgba(125,186,56,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde277', endColorstr='#7dba38', GradientType=0 );
}
.progress-bar-block .progress-bar:after {
    content: "";
    background: url(../images/eagle-icon.png) no-repeat;
    position: absolute;
    top: -17px;
    right: -20px;
    width: 44px;
    height: 47px;
}
.progress-bar-block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #5c5c5c;
    padding-bottom: 8px;
}
.pop-up-form-block {
    text-align: center;
}
.pop-up-form-block h1 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #0758a5;
    font-size: 23px;
    line-height: 1.4;
}
.pop-up-form-block .form-control {
    border: 1px solid #cacaca;
    height: 52px;
    color: #3d3d3d;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
    transition: none;
}
.pop-up-form-block .form-control::-webkit-input-placeholder {
    color:#3d3d3d !important;
}
.pop-up-form-block .form-control::-moz-placeholder {
    color:#3d3d3d !important;
}
.pop-up-form-block .form-control:-ms-input-placeholder {
    color:#3d3d3d !important;
}
.pop-up-form-block .form-control input:-moz-placeholder {
    color:#3d3d3d !important;
}
.star-icon {
    background: url(../images/star-icon.png) 7px 15px no-repeat;
    padding-left: 20px;
}
.select-drop-down {
    overflow: hidden;
}
.select-drop-down select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px;
    text-overflow: "";
    padding-left: 12px !important;
    padding-right: 40px !important;
    background: url(../images/select-arrow.jpg) 100% 0px no-repeat;
}
.select-drop-down select::-ms-expand {
    display: none;
}
.pop-up-form-block .btn {
    color: #fff;
    background-color: #f06721;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    border: none;
    padding: 13px 15px;
    margin: 30px 0px 10px 0px;
    transition: all .5s ease-in-out;
}
.pop-up-form-block .btn i {
    padding-left: 8px;
    font-size: 23px;
}
.pop-up-form-block .btn-default.active.focus, .pop-up-form-block .btn-default.active:focus, .pop-up-form-block .btn-default.active:hover, .pop-up-form-block .btn-default:active.focus, .pop-up-form-block .btn-default:active:focus, .pop-up-form-block .btn-default:active:hover, .pop-up-form-block .btn-default:hover {
    color: #fff;
    background-color: #e34d01;
}
.pop-up-form-block p {
    font-family: 'Open Sans', sans-serif;
    color: #989898;
    font-size: 11px;
    padding: 0px 20px;
    display: inline-block;
    background: url(../images/lock-icon.png) 0px 0px no-repeat;
}
/**Squeeze Page Register Modal Box Ends**/
/****SQUEEZE PAGE REGISTRATION ENDS****/

/****SQUEEZE PAGE INSTANT ACCESS START****/
/**Squeeze Page Content Section Start**/
.heading-text {
    text-align: center;
}
.heading-text h1 {
    text-align: center;
    font-size: 38px;
    background: url(../images/unlock-icon.png) 100% 7px no-repeat;
    padding: 0px 30px 60px 30px;
    display: inline-block;
}
span.arrow-left, span.arrow-right {
    position: absolute;
    left: -80px;
    bottom: 12px;
}
span.arrow-right {
    left: inherit;
    right: -80px;
}
.presenters-section {
    background: #f7f7f8;
    padding: 55px 0px;
    position: relative;
    z-index: 55;
}
.presenters-section p {
    font-size: 20px;
}
.presenters-section:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 2;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 18px solid #f7f7f8;
}
.gray-bg {
    background: #f7f7f8 !important;
}
/**Squeeze Page Content Section Ends**/
/****SQUEEZE PAGE INSTANT ACCESS ENDS****/

/****THANK YOU PAGE START****/
/**Thank You Banner Section Start**/
.thankyou-banner-content {
    text-align: center;
    margin-top: -30px;
}
.thankyou-banner-content h1 {
    font-size: 55px;
    color: #fff;
    text-shadow: 0 3px 2px rgba(0,0,0,0.3);
    /*background: url(../images/email-icon.png) 100% 0px no-repeat;*/
    /*padding: 125px 200px 15px 135px;*/
    display: inline-block;
}
.thankyou-banner-content h2 {
    font-size: 55px;
    color: #fff;
    text-shadow: 0 3px 2px rgba(0,0,0,0.3);
}
.thankyou-banner-content p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    width: 75%;
    margin: 0px auto;
}
/**Thank You Banner Section Ends**/

/**Thank You Content Section Start**/
.thankyou-page-content-section {
    padding: 65px 0px;
    position: relative;
    background: #f7f7f7;
}
.prepare-block h1, .video-block h1 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 40px;
}
.prepare-block ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #0657a4;
    margin-bottom: 35px;
    position: relative;
    padding-left: 55px;
}
.prepare-block ul li span {
    position: absolute;
    left: 0;
}
.prepare-block ul li a {
    color: #ee6d23;
    text-decoration: none;
}
.prepare-block ul li a:hover {
    text-decoration: underline;
}
.calendar-icons ul {
    margin: 35px 0px 0px -50px;
    padding: 0px;
    text-align: center;
}
.calendar-icons ul li {
    padding: 0;
    display: inline-block;
    margin: 0px 17px;
}
.calendar-icons ul li:first-child, .calendar-icons ul li:last-child {
    margin: 0;
}
.video-block {
    text-align: center;
}
.video-block .video-container {
    margin-bottom: 20px;
}
.video-block h2 {
    font-family: 'Open Sans', sans-serif;
    color: #8bbd44;
    font-size: 23px;
    font-weight: 600;
    width: 65%;
    margin: 0px auto;
}
.video-block .red-cta-btn {
    margin-top: 15px;
}
.video-block .red-cta-btn a {
    font-size: 30px;
    min-width: 0;
}
.video-block .red-cta-btn:before {
    background: url(../images/arrow-left-blue.png) no-repeat;
    width: 72px;
    height: 58px;
    left: -90px;
    top: 0px;
}
.video-block .red-cta-btn:after {
    background: url(../images/arrow-right-blue.png) no-repeat;
    width: 74px;
    height: 56px;
    right: -90px;
    top: 0px;
}
/**Thank You Content Section Ends**/
/****THANK YOU PAGE ENDS****/
.fb-share-button-count {
    display: block;
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 999;
}


/*Media Query for small devices*/
@media(max-width: 1290px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .hero-banner-text-area {
        width: 65%;
    }
    .hero-banner-text-area h1 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .hero-banner-text-area h2 {
        font-size: 42px;
        padding-bottom: 25px;
    }
    .hero-banner-text-area p {
        font-size: 20px;
    }
    .red-cta-btn a {
        font-size: 23px;
        min-width: 260px;
    }
    .hero-banner-img-area {
        right: -30px;
        width: 350px;
    }
    .red-cta-btn {
        margin-top: 25px;
    }
    .red-cta-btn:before {
        background-size: 100%;
        width: 85px;
        height: 60px;
        left: -110px;
    }
    .red-cta-btn:after {
        width: 85px;
        height: 65px;
        background-size: 100%;
        right: -105px;
    }
    .squeeze-page-content-section {
        padding: 60px 0px 35px 0px;
    }
    .squeeze-page-content-section h1, .presenters-section h1 {
        font-size: 26px;
        padding-bottom: 25px;
    }
    .details-list-block ul li {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .date-time-box {
        margin-top: 35px;
    }
    .counter {
        margin: -28px 0px 0px 0px;
    }
    .counter ul li {
        font-size: 14px;
        margin: 0px 10px;
    }
    .counter ul li span.number-box {
        font-size: 37px;
        background-size: 100%;
        width: 60px;
        height: 55px;
        line-height: 55px;
    }
    .counter ul li:after {
        width: 8px;
        top: 17px;
        right: -17px;
    }
    .calender-time-box {
        padding: 20px 75px;
    }
    .calender-box {
        width: 26%;
    }
    .month {
        font-size: 17px;
        padding: 5px;
    }
    .date {
        font-size: 43px;
        padding: 2px 8px;
    }
    .time-box {
        width: 74%;
        padding-left: 12px;
    }
    .time-box h2 {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .time-box ul li {
        font-size: 15px;
        padding-left: 22px;
        margin-bottom: 3px;
    }
    .time-box ul li:before {
        width: 15px;
        height: 15px;
        background-size: 100%;
    }
    .cta-btn-now a {
        padding: 6px 10px;
        font-size: 16px;
    }
    .presenter-img-box {
        max-width: 130px;
    }
    .presenter-info-box h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .presenter-info-box p {
        font-size: 15px;
    }
    .squeeze-page-cta-section h1 {
        font-size: 38px;
    }
    .squeeze-page-cta-section {
        padding: 40px 0px;
    }
    .squeeze-page-cta-section .red-cta-btn {
        margin-top: 0px;
    }
    .squeeze-page-register-modal-popup .modal-dialog {
        width: 100%;
        padding: 0px 30px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/

    /****SQUEEZE PAGE INSTANT ACCESS START****/
    .heading-text h1 {
        font-size: 30px;
        background: url(../images/unlock-icon.png) 100% 0px no-repeat;
    }
    span.arrow-left {
        left: -65px;
        width: 55px;
    }
    span.arrow-right {
        right: -65px;
        width: 55px;
    }
    /****SQUEEZE PAGE INSTANT ACCESS ENDS****/

    /****THANK YOU PAGE START****/
    .thankyou-banner-content h1 {
        font-size: 40px;
        /*padding: 100px 150px 15px 130px;*/
        /*background-size: 140px;*/
    }
    .thankyou-banner-content h2 {
        font-size: 36px;
    }
    .thankyou-banner-content p, .cta-btn-2 {
        font-size: 18px;
    }
    .prepare-block h1, .video-block h1 {
        font-size: 26px;
    }
    .calendar-icons ul {
        margin: 35px 0px 0px -100px;
    }
    .calendar-icons ul li {
        margin: 0px 10px;
    }
    .calendar-icons ul li img {
        height: 125px;
    }
    .video-block h2 {
        width: 80%;
    }
    .video-block .red-cta-btn a {
        font-size: 28px;
    }
    /****THANK YOU PAGEACCESS ENDS****/
}

@media(max-width: 991px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .hero-banner-section {
        padding: 30px 0px;
    }
    .hero-banner-text-area {
        width: 78%;
    }
    .hero-banner-text-area h1 {
        font-size: 14px;
        padding-bottom: 6px;
    }
    .hero-banner-text-area h2 {
        font-size: 36px;
        padding-bottom: 15px;
    }
    .hero-banner-text-area p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .red-cta-btn a {
        font-size: 21px;
        padding: 10px 20px;
    }
    .red-cta-btn:before {
        width: 70px;
        height: 50px;
        left: -95px;
        top: -10px;
    }
    .red-cta-btn:after {
        width: 65px;
        height: 50px;
        right: -85px;
        top: -8px;
    }
    .hero-banner-img-area {
        right: -70px;
        width: 270px;
        bottom: -30px;
    }
    .squeeze-page-content-section {
        padding: 25px 0px;
    }
    .squeeze-page-content-section h1, .presenters-section h1 {
        padding-bottom: 20px;
        text-align: center;
    }
    .date-time-block {
        margin-bottom: 0;
    }
    .counter ul li {
        margin: 0px 12px;
    }
    .counter ul li:after {
        width: 9px;
        right: -19px;
    }
    .calender-time-box {
        padding: 20px 195px;
    }
    .register-now-btn-row {
        padding: 40px 0px;
        text-align: center;
        position: relative;
        z-index: 55;
    }
    .register-now-btn-row .red-cta-btn {
        margin-top: 15px;
    }
    .register-now-btn-row .red-cta-btn:before {
        background: url(../images/arrow-left-blue.png) no-repeat;
        width: 72px;
        height: 58px;
    }
    .register-now-btn-row .red-cta-btn:after {
        background: url(../images/arrow-right-blue.png) no-repeat;
        width: 74px;
        height: 56px;
    }
    .copyright-block {
        padding: 30px 0px;
    }
    .foot-logo {
        width: 105px;
        margin-bottom: 10px;
    }
    .copyright-block ul li, .copyright-block p {
        font-size: 12px;
    }
    .progress-bar-block p {
        font-size: 15px;
    }
    .pop-up-form-block h1 {
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 1.3;
    }
    .pop-up-form-block .form-control {
        height: 40px;
        font-size: 16px;
    }
    .star-icon {
        background: url(../images/star-icon.png) 7px 10px no-repeat;
    }
    .select-drop-down select {
        background: url(../images/select-arrow.jpg) right center no-repeat;
    }
    .pop-up-form-block .btn {
        padding: 8px 15px;
        margin: 10px 0px 5px 0px;
    }
    .pop-up-form-block p {
        font-size: 8px;
        padding: 0px 13px;
        background: url(../images/lock-icon.png) 0px 0px no-repeat;
        background-size: 8px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/

    /****SQUEEZE PAGE INSTANT ACCESS START****/
    .heading-text h1 {
        font-size: 30px;
        background: url(../images/unlock-icon.png) top center no-repeat;
        padding: 35px 30px 20px 30px;
    }
    .presenters-section {
        padding: 40px 0px;
    }
    /****SQUEEZE PAGE INSTANT ACCESS ENDS****/

    /****THANK YOU PAGE START****/
    .thankyou-banner-content p {
        width: 100%;
    }
    .calendar-icons ul {
        margin: 35px 0px 0px 0px;
    }
    .calendar-icons ul li {
        margin: 0px 20px;
    }
    .video-block .red-cta-btn:before, .video-block .red-cta-btn:after {
        top: -15px;
    }
    /****THANK YOU PAGE ENDS****/
}

@media(max-width: 767px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .hero-banner-text-area {
        width: 100%;
    }
    .hero-banner-img-area {
        right: 0;
        width: inherit;
        position: relative;
    }
    .calender-time-box {
        padding: 20px 165px;
    }
    .presenter-info-box {
        text-align: center;
        padding: 10px 0px;
        margin-bottom: 25px;
    }
    .presenter-img-box {
        float: none;
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .squeeze-page-register-modal-popup .close {
        top: -5px;
        right: -5px;
    }
    .pop-up-img-block img {
        margin-bottom: 25px;
    }
    .squeeze-page-register-modal-popup .modal-dialog {
        margin: 15px 0px;
    }
    .presenters-section img {
        margin-bottom: 20px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/

    /****THANK YOU PAGE START****/
    .thankyou-banner-content h1 {
        /*background: url(../images/email-icon.png) top center no-repeat;*/
        /*padding: 150px 0px 15px 0px;*/
        /*background-size: 140px;*/
    }
    .thankyou-page-content-section {
        padding: 45px 0px;
    }
    .prepare-block ul li {
        padding-left: 0;
    }
    .prepare-block ul li span {
        position: relative;
        margin-bottom: 10px;
        display: block;
    }
    /****THANK YOU PAGE ENDS****/
}

@media(max-width: 667px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .calender-time-box {
        padding: 20px 130px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/
}

@media(max-width: 600px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .calender-time-box {
        padding: 20px 85px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/
}

@media(max-width: 567px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .red-cta-btn:before, .red-cta-btn:after, span.arrow-left, span.arrow-right {
        display: none;
    }
    .calender-time-box {
        padding: 20px 15px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/

    /****THANK YOU PAGE START****/
    .prepare-block ul li {
        text-align: center;
    }
    .calendar-icons ul li:first-child, .calendar-icons ul li:last-child {
        display: none;
    }
    .calendar-icons ul li {
        width: 100%;
        margin: 10px 0px;
    }
    .calendar-icons ul li img {
        margin: 0px auto;
    }
    .video-block h2 {
        width: 100%;
    }
    /****THANK YOU PAGE ENDS****/
}

@media(max-width: 479px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .squeeze-page-content-section h1, .presenters-section h1 {
        font-size: 20px;
    }
    .counter {
        margin: -21px 0px 0px 0px;
    }
    .counter ul li {
        margin: 0px 10px;
        font-size: 10px;
    }
    .counter ul li span.number-box {
        font-size: 25px;
        width: 45px;
        height: 41px;
        line-height: 41px;
        background-size: 100%;
    }
    .counter ul li:after {
        width: 7px;
        right: -16px;
        top: 10px;
    }
    .details-list-block ul li {
        font-size: 16px;
    }
    .squeeze-page-cta-section h1 {
        font-size: 35px;
    }
    .cta-btn-now a {
        padding: 6px 5px;
        font-size: 14px;
    }
    .time-box h2 {
        font-size: 18px;
    }
    .time-box ul li {
        font-size: 14px;
    }
    .red-cta-btn a {
        min-width: 240px;
    }
    .squeeze-page-register-modal-popup .modal-body {
        padding: 25px 20px 30px 20px;
    }
    .pop-up-form-block h1 {
        font-size: 16px;
    }
    .pop-up-form-block .form-control {
        font-size: 14px;
    }
    .pop-up-form-block .btn {
        margin: 10px 0px;
        font-size: 15px;
    }
    .pop-up-form-block .btn i {
        font-size: 17px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/

    /****SQUEEZE PAGE INSTANT ACCESS START****/
    .heading-text h1 {
        font-size: 20px;
        padding: 35px 0px 20px 0px;
    }
    /****SQUEEZE PAGE INSTANT ACCESS ENDS****/
}

@media(max-width: 384px) {
}

@media(max-width: 345px) {
    /****SQUEEZE PAGE REGISTRATION START****/
    .hero-banner-text-area h2 {
        font-size: 32px;
    }
    .counter ul {
        padding: 0;
    }
    .counter ul li {
        margin: 0px 8px;
    }
    .counter ul li:after {
        right: -14px;
    }
    .calender-time-box {
        padding: 20px 10px;
    }
    .month {
        font-size: 15px;
    }
    .date {
        font-size: 34px;
        padding: 5px 5px;
    }
    .time-box {
        padding-left: 5px;
    }
    .time-box h2 {
        font-size: 16px;
    }
    .time-box ul li {
        font-size: 13px;
        padding-left: 13px;
    }
    .time-box ul li:before {
        width: 10px;
        height: 10px;
    }
    .details-list-block ul li {
        font-size: 15px;
    }
    /****SQUEEZE PAGE REGISTRATION ENDS****/
}
blockquote {
    /*border: none !important;*/
    background: url(../images/quote_r.png) top right no-repeat;
    width: 100%;
    padding-right: 80px;
}