/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.main-header {
    background: #cc1217 !important;
}
.today-date p {
    color: #ffffff;
    font-size: .875rem;
    margin: 0;
}
.icon-button {
    color: #ffffff;
}
.icon-button {
    width: 25px;
    height: 25px;
}
.logo-header-area {
    padding: 27px 0px 0px 0px;
}
.main-logo img {
    margin-bottom: -17px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #ffffff;
    z-index: 999;
    position: relative;
    border-top: 1px solid #cc1217;
    border-bottom: 1px solid #d9d9d9;
}
.menu-bar {
    margin-top: -3px;
}
.navigation-bar {
    display: flex;
    margin-bottom: -5px !important;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    line-height: 15px;
    padding: 15px 15px;
    display: inline-block;
    margin-top: 4px;
}
.navigation-item a:hover {
    color: #cc1217;
    background: none;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #cc1217;
    transition: right .3s ease-out;
}
.navigation-lines:focus::before, .navigation-lines:hover::before {
    right: 0px;
}
.navigation-lines {
    position: relative;
}
.navigation-dropdown-box {
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 37px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dropdown-navigation-item a {
    padding: 5px 21px;
    font-size: 17px;
    font-weight: 600;
    transition: .25s linear;
    display: block;
    color: #3a3a3a;
}
.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.uk-sticky-fixed .main-menu {
    border-top: none;
}
.uk-sticky-fixed .sticky-date {
    display: block;
    background: #1a1a1a;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    top: 47px;
    color: #fff;
}
.sticky-date {
    position: absolute;
    display: none;
}
.uk-sticky-fixed .sticky-favicon {
    display: flex;
}
.sticky-favicon {
    display: none;
}
.sticky-favicon img {
    height: 40px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "mukta", sans-serif;
}
.uk-link, a {
    color: #5e503f;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #cc1217;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font---
------------------------------------------------------------------------------------------------------------*/
p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
}
.title-tag-box span {
    background: #cc1217;
    padding: 5px 16px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: white;
    border-radius: 3px;
}
.cover {
    object-fit: cover;
}
.bg1 {
    background: #efefef;
    margin-bottom: 30px;
}
.zpress-top a {
    color: #cc1217 !important;
}
.zpress-top span {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    color: #cc1217;
    font-family: 'khand';
}
.zpress-top {
    margin-bottom: 20px;
    padding: 1px;
    padding-left: 0;
    border-bottom: 1px solid #d7d7d7;
}
.zpress-top>li>a {
    font-size: 16px;
    padding: 7px;
    color: #343434 !important;
    font-weight: 600;
}
.light {
    background: #d4d4d4;
}
.light-green {
    background: #256a2e;
}
.videos_box {
    background: #222222;
    padding: 20px;
}
.clip {
    border-radius: 50%;
    top: 5px;
    position: relative;
    box-shadow: 0 0px 10px 2px #828282;
    border: 5px dotted #f00;
}
.ht-120 img {
    width: 120px;
    height: 120px;
}
.ht-455 {
    height: 455px;
}
.ht-350 img {
    height: 350px;
}
.ht-170 img {
    height: 170px;
}
.ht-100 img {
    width: 90px;
    height: 90px;
} 
.ht-60 img {
    width: 60px;
    height: 60px;
}
.ht-140 img {
    width: 140px;
    height: 80px;
}
.ht-220 img {
    height: 210px;
}
.ht-150 img {
    height: 98px;
    width: 150px;
}
.xxmedium-thumnail img {
    height: 210px;
}
.large-thumnail img {
    height: 510px;
}
.small-videos-thumnail img {
    height: 116px;
    width: 168px;
}
.mb-thumbnav {
    margin-bottom: -20px;
}
.thumbnav-thumnil img {
    height: 88px;
}
.mb-custom {
    margin-bottom: 2.7rem;  
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ff9600;
    border-radius: 0;
}
.footer p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
}
@media only screen and (max-width: 600px) {
    .ht-550, .ht-400 img, .ht-350 img, .ht-220 img {
        height: auto;
    }
    .ht-150 img {
        height: 100px;
        width: 90px;
    }
    .uk-height-large {
        height: auto;
    }
    .uk-h4,.uk-h3,.uk-h2,.uk-h1 {
        font-size: 18px;
        line-height: 24px;
    }
}
.bg-logo {
    background: #cc1217;
}
.single-title-mobile {
    margin-top: 0 !important;
    font-size: 27px;
    line-height: 37px;
}
.single-author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search-modal {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #cc1217;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #cc1217;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #f58320;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Rashifal Index---
------------------------------------------------------------------------------------------------------------*/
.small-section {
    padding: 30px 0px;
}
.rashifal-heading-area {
    background: #210634 url(/online/assets/images/astrology.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 10px 15px 10px;
}
.ashifal-heading-text h2 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'khand';
    font-weight: 600;
    margin: 0;
}
.jyotish-thumnail img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 4px;
}
.jyotish-name h4 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
}
.rashifal-card-body {
    background: #eff8ff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dfefff;
    cursor: pointer;
}
.rashifal-name h4 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #424242;
}
.rashifal-icon img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Rashifal Single---
------------------------------------------------------------------------------------------------------------*/
.rashifal-dateils .rashifal-name {
    font-size: 30px;
    font-weight: 600;
    color: #343434;
}
.rashifal-details-area {
    border: 1px solid #d3d3d3;
    padding: 11px;
    border-radius: 6px;
}
.tab-container {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.tab-button {
    padding: 5px 8px;
    background: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color .3s;
    border: 1px solid #d3d3d3;
    margin-right: 11px;
    border-radius: 5px;
    display: inline-block;
}
.tab-button:hover {
    background-color: #004c9d;
    color: white;
}
.tab-button.active {
    background-color: #cc1217;
    color: #fff;
}
.tab-content {
    padding: 20px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.heading-text h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #cc1217;
}