
.topHeadBG {
    background-color: #b61f24;
    color: #fff;
    height: 37px;
    padding-top: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
}

.ticker-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 27px;
}

.clock-box {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    white-space: nowrap;
}

.vertical-ticker {
    flex: 1;
    height: 27px;
    overflow: hidden;
    position: relative;
}

    .vertical-ticker ul {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .vertical-ticker li {
        height: 27px;
        line-height: 27px;
        padding-left: 10px;
        white-space: nowrap;
        color: #fff;
        font-size: 14px;
        padding-top: 2px;
    }

.ticker-controls {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
}

.ticker-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 0 3px;
}

    .ticker-btn:hover {
        color: #ffeb3b;
    }

.divider {
    color: #fff;
    font-size: 13px;
}

@media (max-width: 768px) {
    .clock-box {
        display: none;
    }

    .news_ticker_div {
        display: none !important;
    }

    .phone_img_parent_div {
        height: 40px;
        position: relative;
    }

    .phone_img_div {
        position: absolute;
    }

    .main-tag-line {
        display: none;
    }
}

header .social-layout-1 ul li a {
    font-size: 18px;
}




/* base */
.sub-menu,
.subsub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-menu {
    width: 220px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

    /* parent item */
    .sub-menu > li {
        position: relative;
    }

    /* links */
    .sub-menu a,
    .subsub-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 14px;
        color: #222;
        text-decoration: none;
        font-size: 14px;
        white-space: nowrap;
    }

        /* hover background */
        .sub-menu a:hover,
        .subsub-menu a:hover {
            background: #f5f5f5;
        }

/* arrow */
.arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* subsub hidden */
.subsub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 99;
}

@media (max-width: 768px) {
    .subsub-menu {
        left: 0;
        top: 37%;
    }
}

/* show on hover */
.menu-item-has-children:hover > .subsub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* rotate arrow */
.menu-item-has-children:hover > a .arrow {
    transform: rotate(90deg);
}

.English_Web {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}





.prav_news_ticker .ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #000;*/
}

.prav_news_ticker .ticker-wrapper-h .heading {
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    flex: 0 0 auto;
    z-index: 96;
    padding-top: 6px;
}

.ticker-wrapper-h .heading:after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 20px solid #000;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
}

.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 90%;
    /* z-index: 100; */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 150s;
}

    .news-ticker-h li {
        display: flex;
        width: 100%;
        align-items: center;
        white-space: nowrap;
        padding-left: 20px;
        padding-top: 8px;
        color: #fff;
    }

        .news-ticker-h li a {
            color: #fff;
            font-weight: bold;
        }

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.news_ticker_btn {
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.prav_news_ticker_div {
    padding: 6px 0 4px 0;
}

.prav_news_ticker {
    background: #cd0000;
}

@media (max-width:760px) {
    .prav_news_ticker_div {
        position: absolute;
        width: 100%;
        margin-top: 7px;
    }

    .main_nav_div {
        padding: 7px 6px;
    }

    .prav_news_ticker .ticker-wrapper-h .heading {
        display: none;
    }

    .news-ticker-h {
        height: 30px;
    }

    #livebtbox {
        bottom: 50px;
        right: 50px;
    }

    .pulse {
        width: 60px;
        height: 61px;
        font-size: 12px;
        font-weight: 500;
        line-height: 65px;
    }
}

.news-ticker-h:hover {
    animation-play-state: paused;
}

.binduz-er-header-area.binduz-er-header-area-2 .binduz-er-header-nav {
    border-top: none !important;
    border-top: 0px solid red !important;
    border-bottom: none !important;
    /*  box-shadow: 0 4px 6px -6px #0000005e;*/
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.37);
}

.prav_news_ticker_div {
    /*background: #f2f2f2;*/
    background: #fff;
}

.active-dark-mode .prav_news_ticker_div {
    background: #212121;
    border-top: 1px solid #c7c7c7;
}

header.header3 .navbar-wrap {
    border-bottom: 0px solid;
}

header.header3.sticky-on.sticky .navbar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

header.sticky .prav_news_ticker_div {
    position: fixed;
    top: calc(58px); /* adjust this = navbar height */
    /*background: #f8f8f8;*/
    width: 100%;
}


