.tab_nav-container {
    text-align: center;
    padding: 20px 0 0 0;
    display: none;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tab_nav-container.tab_is-bottom {
    padding: 0 0 20px 0;
}

.js .tab_nav-container {
    display: block;
}

.tab_section-container .owl-thumb-item {
    padding: 10px 20px 0px 20px;
    display: inline-block;
    text-decoration: none;
}

.tab_section-container .owl-thumb-item .nav_tab-wrapper img {
    display: block;
    margin: 0 auto;
    opacity: 0.65;
    filter: grayscale(1);
}

.tab_section-container .owl-thumb-item.active .nav_tab-wrapper img {
    opacity: 1;
    filter: grayscale(0);
}

.tab_section-container .owl-thumb-item .nav_tab-wrapper .nav_tab-title-outer {
    display: block;
    padding: 20px 0;
}

.tab_section-container .owl-thumb-item .nav_tab-wrapper .eae-tab-name {
    text-transform: uppercase;
    display: block;
    line-height: 1.2em;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: center;
    /* width: 150px;
    display: table-cell; */
    vertical-align: middle;
}

.tab_section-container .owl-thumb-item .nav_tab-wrapper .eae-tab-name,
.tab_section-container .owl-thumb-item .nav_tab-wrapper .nav_tab-arrows {
    /* width: 150px; */
}

.tab_section-container .owl-thumb-item .nav_tab-wrapper .nav_tab-arrows {
    display: block;
    height: 15px;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.tab_section-container .owl-thumb-item .nav_tab-wrapper .nav_tab-arrows span {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    bottom: -60px;
}

.tab_section-container .tab_is-bottom .owl-thumb-item .nav_tab-wrapper .nav_tab-arrows {
    display: block;
    height: 15px;
    overflow: hidden;
    position: relative;
    top: -10px;
}

.tab_section-container .tab_is-bottom .owl-thumb-item .nav_tab-wrapper .nav_tab-arrows span {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -60px;
}

.tab_section-container .owl-thumb-item.active .nav_tab-wrapper .nav_tab-arrows span {
    bottom: -45px;
}

.tab_section-container .tab_is-bottom .owl-thumb-item.active .nav_tab-wrapper .nav_tab-arrows span {
    top: -45px;
}

.tab_content-container {
    padding: 50px 0;
}

.eae-tab-sub-title,
.eae-tab-name {
    color: inherit;
    font-size: 13px;
}

.eae-tab-name {
    font-weight: bold;
}

.owl-carousel .owl-item .elementor-image img {
    display: initial;
}

.owl-controls {
    position: absolute;
    top: 187px;
    width: 100%;
}

.owl-controls .owl-prev {
    position: absolute;
    left: 30px;
}

.owl-controls .owl-next {
    position: absolute;
    right: 30px;
}

.fa-chevron-right:before,
.fa-chevron-left:before {
    font-size: 30px;
}

.owl-controls .owl-prev.disabled,
.owl-controls .owl-next.disabled {
    display: none;
}

.next_button.btn {
    display: block;
    margin: 0 auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.2em;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    max-width: 100%;
    padding: 25px 50px 23px;
    font-size: 15px;
    min-width: 200px;
    border-radius: 100px;
}

.next__buttons {
    margin-top: 30px;
}

.next__buttons .owl-item:last-child {
    display: none;
}

@media (max-width: 767px) {
    .owl-controls {
        display: none !important;
    }
}

/*
 * Erred Text With Number
*/
.elementor-heading-title.has_number {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.elementor-heading-title.has_number span {
    padding: 0 15px 10px;
    border-radius: 100px;
    margin-right: 15px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .elementor-heading-title.has_number {
        display: block;
        text-align: center;
    }

    .elementor-heading-title.has_number span {
        display: table;
        margin: 10px auto;
    }
}

/* Notification Bar */
.notification__bar {
    position: relative;
    z-index: 4;
    overflow: hidden;
    display: none;
}

.notification__bar.fixed {
    position: fixed;
    width: 100%;
}

.countdown-timer-widget {
    display: flex;
    width: 100%;
    align-items: center;
}

.countdown-timer-init {
    display: flex;
    width: 100%;
}

.countdown-timer-init.hidecountdown {
    display: none;
}

.countdown-items {
    display: flex;
    flex-direction: column;
    background-color: #f27100;
    margin: 0px;
    flex: 1;
    padding: 5px 10px;
}

.countdown-items .ctw-digits {
    display: block;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.countdown-items .ctw-label {
    display: block;
    text-align: center;
    padding: 5px 0 0;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.finished-message {
    text-align: center;
}

.notification__text {
    flex-grow: 1;
    padding: 5px 10px;
    color: #fff;
}

.notification__close {
    min-width: 61px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    display: grid;
}

.notification__open {
    position: fixed;
    bottom: 15px;
    right: 15px;
    min-height: 56px;
    background: #f27100;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0);
    transition: 0.2s all ease-out;
    z-index: 101;
    width: 56px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    line-height: 54px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 27px 0px rgba(23, 30, 67, 0.1);
    box-shadow: 0px 4px 27px 0px rgba(23, 30, 67, 0.1);
    display: grid;
    justify-content: center;
    align-items: center;
}

.notification__open img {
    width: 20px;
}

.notification__bar .notification__open {
    transform: scale(1);
}

.notification__bar.opened .notification__open {
    transform: scale(0);
}

.notification__bar .elementor-widget-countdown-timer-widget {
    display: none;
}

.notification__bar.opened .elementor-widget-countdown-timer-widget {
    display: block;
}

.elementor-widget-countdown-timer-widget .elementor-widget-container {
    background-color: #f27100;
}

.notification__bar.barvisible {
    display: block;
}

.elementor-editor-active .notification__bar {
    display: block;
}

/* media query css */
@media(max-width: 767px) {
    .countdown-timer-init {
        display: none;
    }
}

/* media query css */
@media(max-width: 493px) {
    .countdown-items .ctw-digits {
        font-size: 26px;
    }
}