/* **** Sticky Footer Style **** */
.bottom-placeholder {
    width: 100%;
    height: 100px;
    background-color: #08080a;
}
.sticky-footer-section {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: unset;
    background: #b83b7b;
/*    background-image: url(image/footer-bg.jpg);   //BF Theme
    background-size: cover;
    background-repeat: no-repeat; */
    max-width: 100%;
    z-index: 999999;
    box-shadow: 0 0 20px #000;
}
.sticky-footer-section .container-fluid {
    max-width: 100%;
}
.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    position: relative;
}
@media(min-width: 992px){
    .footer-flex {
        height: 100px;
    }
}
/*.footer-flex:before*/ .timer-wrapper:before {
    content: '';
    position: absolute;
    right: 100%; /*right: 80%;*/
    bottom: -35px;
    background: url(../images/e-character.png?v06052023);
    background-size: contain;
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    z-index: -1;
}
.timer-wrapper {
    margin-right: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
.timer-text-box {
    /*margin-right: 40px;*/
    margin-right: 10px;
}
.timer-text {
    margin: 0;
    color: #fff;
}
.timer-text span {
    /*font-size: 40px !important;*/
    font-size: 26px !important;
/*    font-family: 'Poppins', sans-serif;*/
    font-weight: 700 !important;
    display: block;
    text-align: center;
}
.timer-text span.bottom-text {
    /*font-size: 20px !important;*/
    font-size: 16px !important;
}
.countDownContainer {
    position: relative;
}
.count-text {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
/*    font-family: 'Poppins', sans-serif;*/
    color: #fff;
    font-weight: 500;
}
.smalltext {
    /*font-size: 22px !important;*/
    font-size: 16px !important;
}
.count_text {
    /*font-size: 22px !important;*/
    font-size: 16px !important;
}
.modal-toggle-btn .toggle-btn-text, .modal-toggle-btn .get_coupon_text {
    font-size: 25px !important;
}
.modal-toggle-btn {
/*    background: #f4c718;*/
    background-image: -webkit-linear-gradient( 0deg, rgb(168,82,218) 0%, rgb(93,59,208) 100%);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px !important;
/*    font-family: 'POPPINS', sans-serif;*/
    padding: 14px 30px 14px;
    /*margin-left: 70px;*/
    margin-left: 0px;
    border-radius: 50px;
    font-weight: 700;
    border: none;
    box-shadow: -20.5px 35.507px 29px 0px rgb(22 46 95 / 19%), inset 0px 6px 3px 1px rgb(0 0 0 / 50%), inset 0px -6px 3px 1px rgb(255 255 255 / 50%);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.modal-toggle-btn:hover, .modal-toggle-btn:focus {
    background-image: -webkit-linear-gradient( 0deg, rgb(93,59,208) 0%, rgb(168,82,218) 100%);
    transform: scale(1.05);
    border: none;
    color: #fff !important;
    box-shadow: -20.5px 35.507px 29px 0px rgb(22 46 95 / 9%), inset 0px 6px 3px 1px rgb(0 0 0 / 50%), inset 0px -6px 3px 1px rgb(255 255 255 / 50%);
}
.toggle-btn-text .btn_text {
    text-shadow: -3.536px 3.536px 0px rgb(0 0 0 / 21%);
}
.brand-name {
    font-family: 'Pacifico', cursive;
}
@media(max-width:1360px){
    .timer-wrapper {
        margin-left: 100px;
    }
    .timer-wrapper:before {
        right: 95%;
    }
}
@media(max-width:1179px){
    .timer-wrapper:before {
        width: 180px;
        height: 180px;
    }
}
@media(max-width:1069px){
    .timer-wrapper:before {
        width: 165px;
        height: 150px;
    }
    .timer-wrapper:before {
        right: 90%;
    }
}
@media(max-width:1024px){
    .modal-toggle-btn .toggle-btn-text, .modal-toggle-btn .get_coupon_text {
        font-size: 18px !important;
    }
}
@media(max-width:991px) {
    .timer-wrapper:before {
        bottom: -10px;
    }
    .timer-wrapper {
        margin-left: 0px;
        margin-right: 5px;
        flex-direction: column;
    }
    .timer-text-box {
        margin-right: 0px;
    }
    .count-text {
        padding: 0 10px;
        font-weight: 500;
    }
}
@media(max-width:850px) {
    .timer-wrapper {
        margin-left: 50px;
    }
}
@media(max-width:767px) {
    .timer-wrapper {
        margin-left: 0px;
    }
    .timer-wrapper:before {
        display: none;
    }
    .timer-text-box {
        display: none;
    }
}
@media(max-width:600px) {
    .footer-flex {
        flex-direction: column;
    }
    .timer-wrapper {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .bottom-placeholder {
        height: 180px;
    }
    .modal-toggle-btn {
        padding: 14px 18px 14px;
    }
    .modal-toggle-btn .toggle-btn-text, .modal-toggle-btn .get_coupon_text {
        font-size: 15px !important;
    }
}
/* **** Sticky Footer Style END **** */

/* **** Slider **** */
#toggle-slide-right.modal {
    z-index: 9999999999;
    padding-right: 0px !important;
    padding-left: 15px;
    transition: opacity 0.4s linear;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
}
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}
#toggle-slide-right .modal-lg {
    max-width: 605px !important;
    background-color: transparent;
    width: 100%;
    transition: -webkit-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.products-popup {
    font-family: 'Poppins', sans-serif;
}
.w-custom {
    width: 105%;
}
#toggle-slide-right .modal-close {
    position: absolute;
    left: 15px;
    top: 32px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border: 2px solid #f44336;
    line-height: 0em;
    border-radius: 50%;
    background: #f44336;
    color: #fff;
    z-index: 1;
    outline: none;
}
.products-area::-webkit-scrollbar {
    width: 5px;
}
.product-box::-webkit-scrollbar {
    width: 5px;
}
.products-area::-webkit-scrollbar-track, .product-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    opacity: 0.2;
}
.products-area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(236, 91, 71);
    width: 5px;
    height: 50px;
}
.product-box::-webkit-scrollbar-thumb {
    width: 5px;
}
@media(min-width: 810px) {
    .products-header .modal-close {
        display: none;
    }
}
@media(min-width: 800px){
    #toggle-slide-right .modal-lg {
        max-width: 605px !important;
    }
}
.products-popup .modal-content {
    background-color: #ececec;
    border: 0;
}
.products-popup .modal-header {
    position: relative;
    display: block;
}
.modal-header .progress.progress_hidden, #deal_timer.hidden-timer {
    visibility: hidden;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow: unset !important;
}
.modal-header .progress {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background: #959595;
}
.modal-header .progress-bar {
    background-color: rgb(168,82,218);
}
.products-popup .popup-title {
    font-size: 28px;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    color: #351d40;
    line-height: 1.408;
}
.products-popup .popup-title span {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: rgb(33, 37, 42);
}
.deals-timer-box {
    text-align: center;
}
#deal_timer {
    font-size: 30px !important;
    font-weight: 700 !important;
}
#deal_timer sub {
    font-size: 20px !important;
    bottom: 0.1em;
}
.products-area {
    width: 100%;
    max-height: unset;
    overflow: hidden auto;
    padding-right: 5px;
    height: calc(100vh - 245px);
    margin-top: 0px;
}
.p-border-box {
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 4px;
    background-color: rgb(236, 236, 236);
    height: 145px;
    margin-bottom: 10px;
}
.p-border-box:first-of-type {
    border-top: none;
}
.p-border-box:last-of-type {
    margin-bottom: 0px;
}
.check-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    cursor: pointer;
    position: relative;
    height: 130px;
    margin-bottom: 0px;
    padding-left: 45px !important;
}
.check-product input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check-product .checkmark {
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: #000;
    border: 1px solid rgb(117, 170, 152);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 4px 0px rgb(116 116 116 / 35%);
    width: 30px !important;
    top: calc(50% - 15px) !important;
    height: 30px !important;
}
.check-product .checkmark:after {
    left: 5px;
    top: calc(50% - 9px);
    bottom: 0px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAQlBMVEUAAAAAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXtO3pfNAAAAFXRSTlMADBn1UO/HnH9o6NS6pF8q3Y5yRDdgW42CAAAAXklEQVQI11WPVw6AMAxDm+6WDpbvf1UqoJD4I/JTJMdRQqcV2FbimNA4Wiwcu8HB2aNw3IH+OF3jGAbhTXVwpAKMvnHDUBzrOM9kwFXkr4r2GEp/NBXIKuQhH6Ew3QV8+gN+OOB11AAAAABJRU5ErkJggg==);
    position: absolute;
    display: none;
}
.check-product input:checked ~ .checkmark:after {
    display: block;
}
.product-image {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    min-width: unset !important;
    max-width: 170px !important;
}
.product-image .img-box {
    margin: 0px;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 150px;
    background-color: rgb(236 236 236);
}
.product-image .p-img {
    max-width: 130px;
    overflow: hidden;
    height: auto;
    width: 100%;
}
.product-detail {
    padding: 15px 15px 15px 1px;
}
.check-product .p-detail-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgb(48, 48, 48);
    line-height: 1.263;
    font-size: 23px;
    font-weight: bold;    
}
.check-product .product-detail .product-price {
    font-size: 20px;
    color: rgb(48, 48, 48);
    font-weight: bold;
    line-height: 1.333;
}
.check-product .product-detail .product-price s {
    color: #5e5a5a;
}
.check-product .product-detail .p-detail-title .product-price {
    color: rgb(236, 91, 71);
}
.check-product .p-details {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgb(48, 48, 48);
    line-height: 1.296;
    font-size: 19px;
    -webkit-line-clamp: 2;
    font-weight: 500;
}
/*.check-product .product-detail .product-price.bottom-price {
    color: rgb(48, 48, 48);
}*/
.check-product .product-detail .save-price {
/*    color: rgb(48, 48, 48);*/
    color: #25ca25;
}
.action-elements .action-btns {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: #ececec;
    padding: 17px 15px;
}
.action-btns .add-to-basket {
/*    background-color: #f4c718;*/
    background-image: -webkit-linear-gradient( 0deg, rgb(168,82,218) 0%, rgb(93,59,208) 100%);
/*    border: 2px solid #f4c718;*/
    border: none;
    font-size: 25px;
    line-height: 1;
    padding: 18px 30px 14px;
    max-width: 450px;
    height: 67.5px;
    border-radius: 50px;
    width: 100%;
    margin: 0px !important;
    outline: none;
/*    color: rgb(38, 18, 48);*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    box-shadow: -20.5px 35.507px 29px 0px rgb(22 46 95 / 19%), inset 0px 6px 3px 1px rgb(0 0 0 / 50%), inset 0px -6px 3px 1px rgb(255 255 255 / 50%);
/*    box-shadow: -4.389px 22.577px 38px 0px rgb(0 0 0 / 22%);*/
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.action-btns .add-to-basket:hover, .action-btns .add-to-basket:focus {
    background-image: -webkit-linear-gradient( 0deg, rgb(93,59,208) 0%, rgb(168,82,218) 100%);
    transform: scale(1.05);
    box-shadow: -20.5px 35.507px 29px 0px rgb(22 46 95 / 9%), inset 0px 6px 3px 1px rgb(0 0 0 / 50%), inset 0px -6px 3px 1px rgb(255 255 255 / 50%);
}
.add-to-basket .btn_text {
    text-shadow: -3.536px 3.536px 0px rgb(0 0 0 / 21%);
}
.counter-btn a {
    display: inline-block;
    background-color: #ffffff;
    color: #1872a4;
    font-size: 20px;
    font-family: gotham-bold;
    padding: 15px 30px;
    margin-left: 70px;
    border-radius: 50px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 43%);
}
/*.action-btns .add-to-basket:hover {
    background: #52cb12;
    border-color: #52cb12;
}*/
.action-elements {
    border-top: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0;
}
.counter-btn {
    position: relative;
}
@media(max-height: 720px){
    .products-popup .popup-title span {
        font-size: 24px !important;
    }
    #deal_timer {
        font-size: 24px !important;
    }
    .check-product .p-detail-title{
        font-size: 18px;
    }
    .check-product .p-details, .check-product .product-detail .product-price {
        font-size: 17px;
    }
    .product-detail {
        padding: 10px 10px 10px 1px;
    }
    .product-image .img-box{
        height: 130px;
    }
    .p-border-box {
        height: 130px;
        margin-bottom: 5px;
    }
    .products-area {
        height: calc(100vh - 220px);
    }
}
@media(max-width: 991px){
    #toggle-slide-right .modal-close {
        top: 25px;
    }
}
@media(max-width: 810px){
    .products-popup .popup-title span {
        font-size: 20px !important;
    }
    #deal_timer {
        font-size: 20px !important;
    }
}
@media(max-width: 799px){
    .p-details br {
        display: none;
    }
    #toggle-slide-right .modal-lg {
        max-width: 550px !important;
    }
    .products-area {
        max-height: calc(100vh - 220px);
    }
    #deal_timer sub {
        font-size: 15px !important;
        bottom: 0.1em;
    }
    .products-area .product-box {
        padding-top: 0px !important;
    }
    .p-border-box {
        height: 130px;
    }
    .check-product .p-detail-title {
        font-size: 16px;
    }
    .check-product .p-details, .check-product .product-detail .product-price {
        font-size: 14px;
    }
    .action-elements .action-btns {
        padding: 10px 15px;
    }
    .action-btns .add-to-basket {
        height: 60px;
        padding: 17px 30px 10px;
        font-size: 20px;
    }
    .check-product {
        padding-left: 35px !important;
    }
    .check-product .checkmark {
        left: 3px;
    }
}
@media(max-width: 600px){
    .main-title {
        font-size: 16px;
    }
    .products-popup .popup-title span {
        font-size: 18px !important;
    }
    #deal_timer {
        font-size: 18px !important;
    }
    #modal-header {
        font-size: 18px;
    }
    #deal_timer sub {
        font-size: 16px !important;
        bottom: 0.05em;
    }
    .products-area {
        max-height: calc(100vh - 190px);
        height: calc(100vh - 190px);
        padding-right: 0px;
    }
    .product-image .img-box {
        width: 90px;
        height: 110px;
    }
    .product-image {
        min-width: 100px;
    }
    #toggle-slide-right.modal {
        padding-left: 0px !important;
    }
    .product-detail {
        padding: 15px 0px 15px;
    }
    .check-product .p-detail-title {
        -webkit-line-clamp: 2;
    }
    .check-product .p-details {
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 499px){
    .check-product .p-detail-title {
        -webkit-line-clamp: 3;
    }
    .check-product .p-details {
        -webkit-line-clamp: 4;
    }
    .p-border-box {
        height: 140px;
    }
    .product-image {
        min-width: 90px;
    }
    .check-product {
        height: 140px;
    }
}
@media(max-width: 400px){
    .products-area {
        max-height: calc(100vh - 205px);
    }
}
@media(max-width: 375px){
    .product-detail {
        padding: 0;
    }
    .check-product {
        height: 160px;
    }
    .p-border-box {
        height: 160px;
    }
}
/* *** / Slider *** */
/* *** Webinar Sticky Action *** */
.webinar_callToAction {
    position: fixed;
    max-width: 280px;
    width: 100%;
    bottom: 100px;
    right: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 999999;
}
.w-action-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 100%;
    max-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #b83b7b;
}
.w-action-wrapper .action-button {
    width: 100%;
    border-radius: 25px;
}
.w-action-subTitle {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}


/* *** Webinar Modal *** */

.modal.webinar_modal {
    z-index: 1000000;
}
.webinar_modal .modal-dialog {
    max-width: 900px;
}
@media(min-width: 1870px){
    .webinar_modal .modal-dialog {
        max-width: 1070px;
    }
}
.webinar_modal .modal-dialog .modal-content {
    background-image: -webkit-linear-gradient( 0deg, rgb(113 170 255 / 27%) 0%, rgb(225 175 204 / 27%) 100%);
    padding: 15px;
    border-radius: 20px;
    position: relative;
}
.webinar-header .close {
    display: grid;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    padding: 0;
    background-image: -webkit-linear-gradient( 0deg, rgb(80 40 108 / 100%) 0%, rgb(184 59 123 / 100%) 100%);
    border-radius: 50%;
    right: 10px;
    top: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
}
.modal-header.webinar-header {
    justify-content: flex-start;
    align-items: center;
    background-image: -webkit-linear-gradient( 0deg, rgb(113 170 255 / 100%) 0%, rgb(225 175 204 / 100%) 100%);
}
.webinar-header .viewers {
    font-size: 16px;
    font-weight: 600;
    color: #663ed1;
    padding-top: 5px;
}
.webinar_modal .modal-body {
    background-image: -webkit-linear-gradient( 0deg, rgb(113 170 255 / 100%) 0%, rgb(225 175 204 / 100%) 100%);
}
.webinar_modal .video_section {
    display: flex;
    flex-wrap: wrap;
}
.webinar_modal .video_section .video_container {
    flex: 0 0 auto;
    width: calc(100% - 70px);
}
.webinar_modal .video_section .actions_container {
    flex: 0 0 auto;
    width: 70px;
    background-color: rgb(184 59 123 / 50%);
}
.webinar_video {
    position: relative;
    width: 100%;
/*    height: 100%;*/
}
.webinar_video .bnr-vid {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
}
/*.webinar_video object {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.565;
    z-index: 2;
    position: relative;
}*/
.webinar_video .bnr-vid .videoplayerappmain.video-autoplay {
    position: relative !important;
}
.webinar_video .bnr-vid iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/0.5625;
    position: relative !important;

}
.webinar_video .videobg_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #b83b7b;
    z-index: 1;
}
.webinar_video .bnr-vid .video-autoplay-overlay-image {
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
    margin: -86px auto !important;
    color: #ffce1d !important;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;

}
.action_btns {
    font-size: 30px;
    width: 100%;
    height: 58px;
    margin: 10px 0px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}
.action_btns:hover, .action_btns:focus, .action_btns:active {
    color: #623cd0;
}
.video_container .mybutton a {
    padding: 1% 6%;
}
.webinar-header .stream_status {
    /*position: absolute;
    bottom: 10px;
    left: 5px;*/
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 3;
    transition: all 0.15s ease-in-out;
/*    animation: blinkMe 2s linear infinite;*/
}

/*@keyframes blinkMe {
    0%{
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}*/

@media(min-width: 500px) {
    .d-xs-none {
        display: none !important;
    }
    .d-xs-block {
        display: block !important;
    }
}
@media(max-width: 991px) {
    .action_btns {
        font-size: 20px;
        height: 37px;
    }
    .webinar_callToAction {
        bottom: 117px;
    }
}
@media(max-width: 767px) {
    .webinar_callToAction {
        bottom: 67px;
        display: none;
    }
}
@media(max-width: 600px) {
    .webinar_callToAction {
        bottom: 117px;
    }
}
@media(max-width: 499px) {
    .webinar_callToAction {
        right: 5px;
    }
    .webinar_modal .video_section .video_container {
        width: 100%;
    }
    .webinar_modal .video_section .actions_container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .action_btns {
        width: 20% !important;
        flex: 0 0 auto;
        margin: 0;
    }
    .webinar_modal .video_section .mybutton {
        text-align: center;
        margin: auto;
    }
}
/* ****** Zendesk Chat Widget ****** */
iframe#launcher {
    z-index: 999999 !important;
    bottom: 100px !important;
}
@media(max-width: 1500px) {
    iframe#launcher {
        bottom: 0px !important;
    }
}
@media(max-width: 1070px) {
    iframe#launcher {
        bottom: 120px !important;
    }
}
iframe#webWidget {
    z-index: 9999999 !important;
}
/*@media(max-width: 991px) {
    iframe#launcher {
        bottom: 70px !important;
    }
}*/
@media(max-width: 767px) {
    iframe#launcher {
        bottom: 55px !important;
    }
}
@media(max-width: 600px) {
    iframe#launcher {
        bottom: 105px !important;
    }
}
@media(max-width: 460px){
    /*iframe#launcher {
        bottom: 160px !important;
    }*/
    iframe#webWidget {
        max-width: 100%;
    }
}
/* **** Tooltip Styling **** */
.custom_tootlip {
    position: relative;
    display: inline-block;
}
.custom_tootlip:after {
    content: attr(data-title);
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 15px 5px 5px;
    border-radius: 3px;
    z-index: 1;
    max-width: 150px;
    width: 150px;
    font-size: 14px;
    font-weight: 300;
    white-space: break-spaces;
    font-family: 'Roboto';
    line-height: 1.2;
    z-index: 9;
}
.custom_tootlip:hover::after {
  display: block;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}
/*@media(max-width: 410px) {
    .custom_tootlip:hover::after {
        left: 17%;
        transform: translateX(-65%);
    }
}*/
@media(max-height: 680px) {
    .webinar_modal .modal-dialog {
        max-width: 800px;
    }
}
@media(max-height: 620px) {
    .webinar_modal .modal-dialog {
        max-width: 650px;
    }
}
@media(max-height: 525px) {
    .webinar_modal .modal-dialog {
        max-width: 500px;
    }
}
.webinar_video .bnr-vid .autoplayer-overlay {
    display: block;
}

.webinar_video .bnr-vid.videoPlaying .autoplayer-overlay {
    display: none !important;
}
.simplePlay-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.simplePlay-overlay .autoplayer-overlay-content {
    margin: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.simplePlay-overlay .autoplayer-overlay-content .overlaybars {
    width: 100%;
    height: 70px;
    background-color: #b83b7b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
    opacity: 0;
}
.videoPlaying .simplePlay-overlay .autoplayer-overlay-content .overlaybars {
    opacity: 0;
}
.videoPaused .simplePlay-overlay .autoplayer-overlay-content .overlaybars {
    opacity: 1;
}
.simplePlay-overlay .autoplayer-overlay-content .overlay-icon {
    width: 60px;
    height: 60px;
    margin: auto;
}
.simplePlay-overlay .autoplayer-overlay-content .overlay-icon.playing {
    opacity: 0;
}
.simplePlay-overlay:hover .autoplayer-overlay-content .overlay-icon.playing {
    opacity: 1;
}
.videoPlaying .simplePlay-overlay .autoplayer-overlay-content .overlay-icon.playing, .videoPaused .simplePlay-overlay .autoplayer-overlay-content .overlay-icon.paused {
    display: block !important;
}
.videoPaused .simplePlay-overlay .autoplayer-overlay-content .overlay-icon.playing, .videoPlaying .simplePlay-overlay .autoplayer-overlay-content .overlay-icon.paused {
    display: none !important;
}
@media(max-width: 767px) {
    .simplePlay-overlay .autoplayer-overlay-content .overlay-icon {
        width: 40px;
        height: 40px;
    }
    .simplePlay-overlay .autoplayer-overlay-content .overlaybars {
        height: 40px;
        padding: 5px 15px;
        font-size: 18px;
    }
}