body {
    font-family: 'Hind', sans-serif;
    padding: 0;
    margin: auto;
    background: rgb(158 158 158 / 8%);
    background-image: url(../images/swastik-img3.png);
    background-size: 50px;
    background-repeat: repeat;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo img {
    display: block;
    width: 230px;
}

.wrapper {
    width: 100%;
}

header#header {
    background: #fff;
    width: 100%;
    border-top: 2px #c0392b solid;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.header_right {
    display: flex;
    align-items: center;
}

ul.header_icon {
    display: flex;
    align-items: center;
}


ul.header_icon li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 11px;
    position: relative;
}


.search-input {
    width: 220px;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 0px 0px;
    border: 1px #ee5335 solid;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.search-input input[type="text"] {
    width: 100%;
    height: 34px;
    background: transparent;
    border: 1px #fff solid;
    padding: 0 10px;
    outline: none;
}

.search-input button {
    position: absolute;
    right: 10px;
    background: transparent;
    appearance: none;
    cursor: pointer;
    border: 0;
    top: 5px;
}

ul.header_icon li a {
    color: #4c0b09;
    text-decoration: none;
}

ul.header_icon li img {
    display: block;
    width: 23px;
}

ul.header_icon li i {
    padding-right: 8px;
    position: relative;
    margin-right: 10px;
}

.header_icon .search-click i {
    margin-right: 0;
}

.search-click {
    display: flex;
    align-items: center;
}


ul.header_icon li i code {
    background: #4c0b09;
    text-decoration: none;
    font-family: 'Hind', sans-serif;
    position: absolute;
    font-style: normal;
    top: -5px;
    min-width: 17px;
    max-height: 17px;
    border-radius: 100px;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    right: 0px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

ul.header_icon li:last-child {
    padding-right: 0;
}


ul.second-nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow: auto;
}

ul.second-nav-links li i {
    display: block;
    padding-bottom: 3px;
}

ul.second-nav-links li i img {
    display: block;
    width: 23px;
    margin: auto;
}

ul.second-nav-links li a {
    color: #fe5102;
    text-decoration: none;
    font-size: 14px;
}

ul.second-nav-links li {
    border-right: 1px rgb(255 255 255 / 22%) solid;
    width: 100%;
    text-align: center;
    padding: 9px 0;
    filter: brightness(0) invert(1);
}

.second-nav {
    width: 100%;
    border-top: 1px rgb(255 255 255 / 52%) solid;
    background: #ee5335;
}

ul.second-nav-links li:last-child {
    border: 0;
}


.hamburger_icon span {
    background: #c0392b;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 7px;
}

.hamburger_icon {
    width: 40px;
    margin-left: 20px;
    cursor: pointer;
}

.hamburger_icon span:last-child {
    margin-bottom: 0;
}


.aajka_rashifal {
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
    background: #fff;
}

.aajka_rashifal .container {
    display: flex;
    align-items: center;
}

.aajka_rashifal_title {
    background: #4c0b09;
    display: inline-block;
    width: 180px;
    padding: 12px 20px 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    line-height: 19px;
}

.marquee_title a {
    color: #ee5335;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.marquee_title {
    padding: 0 10px;
    border-right: 1px #fe5102 solid;
}


.side_nav_row {
    width: 340px;
    background: #fff;
    right: 0;
    position: absolute;
    height: 100%;
    overflow: auto;
}

nav.navigation ul li a {
    color: #fe5102;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 19px;
}

nav.navigation ul li {
    padding: 6px 19px;
    border-bottom: 1px rgb(0 0 0 / 4%) solid;
}

nav.navigation ul li a i {
    margin-right: 11px;
}

ul.social-icon {
    display: flex;
    align-items: center;
    padding: 10px 10px 6px;
    border-bottom: 1px rgb(0 0 0 / 9%) solid;
    margin-bottom: 20px;
}

ul.social-icon li a {
    color: #fe5102;
    font-size: 20px;
}

ul.social-icon li {
    padding: 0 9px;
}

nav.navigation {
    width: 100%;
}

nav.navigation ul li a i img {
    display: block;
    width: 21px;
}


.side_nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgb(0 0 0 / 48%);
    height: 100%;
    z-index: 9;
    transition: all 0.3s ease;
}


.home_section {
    width: 100%;
    padding-top: 20px;
}

.home_section_left {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border-bottom: 1px solid #e0e0e0;
    width: calc(100% - 400px);
    padding: 20px;
    background-color: #fff;
}

.home_section .container {
    display: flex;
}

ul.home_rashifal {
    display: flex;
    white-space: nowrap;
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
}


.scrollbar::-webkit-scrollbar {
    width: 1px;
    height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
    background: #c0392b;
    border-radius: 10px;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.side_nav::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.side_nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.v::-webkit-scrollbar-thumb {
    background: #c0392b;
    border-radius: 10px;
}

/* Handle on hover */
.side_nav::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul.home_rashifal li {
    white-space: normal;
    text-align: center;
    border-right: 1px rgb(16 15 15 / 8%) solid;
    min-width: 90px;
    background: #fff;
    padding: 10px 0;
}

ul.home_rashifal li i img {
    display: block;
    margin: auto;
    width: 50px;
}

ul.home_rashifal li:first-child {
    padding-left: 0;
}

ul.home_rashifal li span {
    font-size: 12px;
    font-weight: 500;
    color: #000 !important;
}

.home_bhajan {
    width: 100%;
    padding: 20px 0 0;
}

.heading {
    color: #4c0b09;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
}

ul.home_bhajan_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

ul.home_bhajan_list li {
    width: calc(50% - 7px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border: 1px solid rgb(224 224 224 / 30%);
    padding: 10px;
    border-radius: 5px;
    margin: 0 7px 20px;
    background: #fff;
}

ul.home_bhajan_list li a {
    color: #212121;
    font-weight: 500;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px;
}

ul.home_bhajan_list li:nth-child(odd) {
    margin-left: 0;
}

ul.home_bhajan_list li:nth-child(even) {
    margin-right: 0;
}

.heading a {
    color: #4c0b09;
}


ul.bhajan_cat_list {
    display: flex;
    white-space: normal;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
}

ul.bhajan_cat_list li {
    padding: 4px 20px;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border: 1px solid rgb(224 224 224 / 30%);
    margin-bottom: 3px;
    border-radius: 4px;
    margin-right: 10px;
    background: #fff;
}

ul.bhajan_cat_list li a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

ul.bhajan_cat_list li a img {
    display: block;
    margin-right: 10px;
    width: 20px;
}


.top_mandir {
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: left;
}

ul.top_mandir_list {
    width: 100%;
}

ul.top_mandir_list li img {
    width: 100%;
    display: block;
    padding-top: 10px;
}

.top_mandir_title {
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 27px;
    background-size: 18px;
    text-align: left;
}

.top_mandir_title a {
    color: #fe5102;
    font-size: 22px;
}

.top_mandir_title span {
    font-size: 12px;
    padding-left: 6px;
    color: #212121;
}

ul.top_mandir_list li {
    padding: 6px 0;
    display: block;
    text-align: left;
}

.home_section_right {
    width: 400px;
    background: #fff;
    text-align: center;
    margin-left: 15px;
}


.home_list_Section {
    width: 100%;
    margin-top: 20px;
}

.home_list_row {
    width: 100%;
    background: #fff;
    padding: 20px;
}

ul.home_list_box {
    display: flex;
    padding-top: 10px;
}

ul.home_list_box li {
    width: 33%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin: 0 5px;
    border-radius: 5px;
}

ul.home_list_box li h3 a {
    color: #ee5335;
    font-size: 18px;
    font-weight: 600;
}

ul.home_list_box li p {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
}

ul.home_list_box li:first-child {
    margin-left: 0;
}

ul.home_list_box li:last-child {
    margin-right: 0;
}


.home_list_img {
    width: 100%;
    margin-bottom: 10px;
    background: #000;
    text-align: center;
}

.home_list_img img {
    width: 100%;
    display: block;
    margin: auto;
}


.bhakti_bharat {
    width: 100%;
    padding: 30px 0;
}

.bhakti_bharat_row {
    width: 100%;
    background: #fff;
    padding: 20px;
}


.bhakti_bharat ul {
    display: flex;
    flex-wrap: wrap;
}

.bhakti_bharat ul li {
    padding: 0 14px;
    padding-top: 10px;
    position: relative;
}

.bhakti_bharat ul li a {
    color: #212121;
}

.bhakti_bharat ul li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    left: 0;
    top: 20px;
    border-radius: 100px;
}


footer#footer {
    width: 100%;
    background: #ee5335;
    padding: 50px 0 0;
}

nav.footer-nav {
    width: 100%;
}

nav.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

nav.footer-nav ul li {
    padding: 0 20px;
    border-right: 1px rgb(255 255 255 / 46%) solid;
    line-height: 15px;
}


ul.other_links li {
    border-right: 1px rgb(255 255 255 / 46%) solid;
    padding: 0 20px;
    line-height: 14px;
}

ul.other_links li:last-child {
    border: 0;
}

nav.footer-nav ul li:last-child {
    border-right: 0;
    padding-right: 0;
}


nav.footer-nav ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

ul.other_links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 18px 0;
}

ul.other_links li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}


ul.footer-social {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    border-top: 1px rgb(255 255 255 / 13%) solid;
}

ul.footer-social li {
    padding: 0 18px;
    font-size: 17px;
}

ul.footer-social li a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    width: 100%;
    background: #4c0b09;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}

.side_nav.active {
    right: 0;
}

span.nav-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fe5102;
    font-size: 20px;
    cursor: pointer;
}


.inner-page-wrapper {
    width: 100%;
    padding-top: 20px;
}

.inner-page {
    width: 100%;
    display: flex;
}

.inner-page-left {
    width: calc(100% - 380px);
    background: #fff;
    padding: 20px;
    height: 100%;
}

.inner-page-right {
    width: 380px;
    margin-left: 20px;
}

.rhs-box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}

.rhs-box .top_mandir {
    padding: 0;
}

ul.rhs_links li a {
    color: #212121;
    font-weight: 500;
    font-size: 16px;
}

ul.rhs_links li {
    padding-bottom: 10px;
}

.rhs-box .heading {
    margin-bottom: 10px;
}


ul.breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

ul.breadcrumbs li {
    font-size: 17px;
    border-right: 1px #000 solid;
    line-height: 11px;
    padding: 0 10px;
    color: #7a7979;
}

ul.breadcrumbs li:first-child {
    padding-left: 0;
}

ul.breadcrumbs li:last-child {
    padding-right: 0;
    border: 0;
}

ul.breadcrumbs li a {
    color: #4c0b09;
}

.aarti-content {
    width: 100%;
    color: #212121;
    font-weight: 500;
    line-height: 29px;
    font-size: 18px;
}

.aarti-content img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.aarti-content h1 {
    color: #4c0b09;
    line-height: 38px;
    padding: 20px 0;
    font-size: 30px;
}

.aarti-content p {
    padding-bottom: 10px;
}


ul.rhs-box-listing li a {
    color: #212121;
    text-decoration: none;
}

ul.rhs-box-listing li {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-bottom: 4px;
}

ul.rhs-box-listing li i {
    margin-right: 10px;
}

ul.rhs-box-listing li:last-child {
    padding: 0;
}


.aarti-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.aarti-content-top ul {
    display: flex;
    align-items: center;
}

.aarti-content-top ul li {
    margin-right: 9px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
}

li.facebook {
    background-color: #4267B2;
}

li.twitter {
    background-color: #55acee;
}

li.whatsapp {
    background-color: #25d366;
}

li.pinterest {
    background-color: #CB2027;
}

li.tumblr {
    background-color: #32506d;
}

span.favorite-icon {
    color: #f00;
    font-size: 24px;
}


.inner-page-left .bhakti_bharat_row {
    padding: 0;
}


ul.tag-links {
    display: flex;
    flex-wrap: wrap;
}

ul.tag-links li {
    background: #ee5335;
    color: #fff;
    margin-right: 10px;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: 500;
}


.next-stores {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4c0b09;
    padding: 4px 10px;
}

.next-stores a {
    font-size: 20px;
    color: #fff;
}


ul.mantra-list {
    width: 100%;
}

ul.mantra-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mantra-list-left {
    width: 40%;
}

.mantra-list-left img {
    width: 100%;
    display: block;
}

.mantra-list-right h2 a {
    color: #4c0b09;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
}

.mantra-list-right {
    width: 60%;
    padding-left: 30px;
    color: #212121;
    text-decoration: none;
}

.mantra-list-right p {
    padding-bottom: 10px;
}

.mantra-list-right span {
    font-size: 20px;
}


.mantra-page .heading {
    font-size: 40px;
    padding: 20px 0 10px;
    text-decoration: none;
    border-left: 4px #4c0b09 solid;
    line-height: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
}


span.Updated-dated {
    background: #CB2027;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 22px;
}

ul.Updated {
    display: flex;
    align-items: center;
    border-top: 1px rgb(0 0 0 / 15%) solid;
    border-bottom: 1px rgb(0 0 0 / 15%) solid;
    padding: 11px 0;
}

ul.Updated li {
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px;
    border-right: 1px #4c0b09 solid;
    line-height: 12px;
}

ul.Updated li a {
    font-size: 16px;
    color: #4c0b09;
    text-decoration: none;
}

ul.Updated li:last-child {
    border: 0;
    padding-right: 0;
}


.inner-page-left table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.inner-page-left td,
.inner-page-left th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.inner-page-left tr:nth-child(even) {
    background-color: #f9f9f9;
}


.content {
    display: none;
    width: 100%;
    padding: 20px 10px 0;
}

.accordion-item {
    width: 100%;
    margin-bottom: 15px;
}

.accordion-item>a {
    background: #ee5335;
    display: block;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.content.active {
    display: block;
}

.accordion-item>a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    right: 13px;
}

.content a {
    color: #212121;
}

.accordion-item>a.active:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
}


.favorite-list {
    width: 100%;
    padding: 20px 0 40px;
}

.favorite-list-row {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px rgb(33 33 33 / 28%) solid;
    padding-bottom: 30px;
}

.favorite-list-row h2 a {
    color: #212121;
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.favorite-list-row ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.favorite-list-row ul li a {
    color: #212121;
    font-size: 19px;
}

.favorite-list-row ul li {
    cursor: pointer;
}

.not-found {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.not-found img {
    display: block;
    margin: auto;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c0b09;
    padding: 7px 0;
}

.pagination a {
    background: rgb(255 255 255 / 76%);
    padding: 3px 14px;
    margin: 0 5px;
    color: #4c0b09;
    text-decoration: none;
    border-radius: 4px;
}


@media (max-width: 900px) {


    .inner-page {
        display: block;
    }

    .inner-page-left {
        width: 100%;
        padding: 20px 10px;
    }

    .inner-page-right {
        width: 100%;
        margin: 20px 0 0;
    }

    ul.second-nav-links {
        justify-content: flex-start;
    }

    ul.second-nav-links li {
        min-width: 70px;
    }

    .logo img {
        width: 100px;
    }

    nav.footer-nav ul {
        flex-wrap: wrap;
    }

    nav.footer-nav ul li {
        margin-bottom: 20px;
    }

    ul.other_links {
        flex-wrap: wrap;
        padding: 0 0;
    }

    ul.other_links li {
        margin-bottom: 20px;
    }

    ul.footer-social {
        flex-wrap: wrap;
    }

    ul.header_icon li img {
        width: 20px;
    }

    ul.header_icon li {
        font-size: 14px;
        padding: 0 5px;
    }

    .container {
        padding: 0 10px;
    }

    span.Updated-dated {
        margin: 10px 0;
        font-size: 18px;
        line-height: 20px;
    }

    ul.Updated {
        flex-wrap: wrap;
    }

    ul.Updated li:first-child {
        width: 100%;
        border: 0;
        margin-bottom: 15px;
    }

    .aarti-content {
        font-size: 16px;
        line-height: 24px;
    }

    .aarti-content h1 {
        font-size: 24px;
        line-height: 29px;
        padding: 10px 0;
    }


    .home_section .container {
        display: block;
    }

    .home_section_left {
        width: 100%;
        padding: 10px;
    }

    .heading {
        font-size: 20px;
    }

    ul.home_bhajan_list li {
        font-size: 14px;
    }

    .home_section_right {
        width: 100%;
        margin: 20px 0 0;
        padding-top: 20px;
    }

    ul.home_list_box li {
        padding: 10px;
        min-width: 200px;
    }

    ul.home_list_box {
        white-space: normal;
        overflow: auto;
    }

    ul.home_list_box li h3 a {
        font-size: 16px;
        line-height: 23px;
        display: block;
    }

    ul.home_list_box li p {
        padding-top: 5px;
        line-height: 20px;
    }

    .home_list_row {
        padding: 10px;
    }

    .aajka_rashifal_title {
        min-width: 110px;
        font-size: 14px;
        margin-right: 10px;
        width: 110px;
        padding: 10px 10px;
    }

    .marquee_title a {
        font-size: 16px;
    }


    ul.mantra-list li {
        display: block;
        margin-bottom: 10px;
    }

    .mantra-list-left {
        width: 100%;
    }

    .mantra-list-right {
        width: 100%;
        padding: 10px 0;
    }

    .favorite-list-row h2 a {
        font-size: 16px;
        line-height: 22px;
    }


}