.container {
    max-width: 1280px;
    margin: auto;
}

.article {
    margin: 10px 0 0;
}
.article-lt {
    width: 980px;
    float: left;
}
.article-rt {
    float: right;
    width: 300px;
}
.article-content__lt {
    width: 300px;
    float: left;
}
.article-content__rt {
    max-width: 660px;
    float: right;
    padding: 0px 10px;
}

.bn-container {
    background: #eaf4f9;
    background-image: url(../../images/web/panchang/bg-1.png), url(../../images/web/panchang/bg-2.png), url(../../images/web/panchang/bg-3.png), url(../../images/web/panchang/bg-4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top center,center center,bottom center,left center;
}
.bn-header {
    background: url("../../images/web/panchang/bn-header.png") no-repeat;
    height: 125px;
}
.bn-header__block {
    margin-left: 155px;
    text-align: center;
    padding-top: 20px;
}
.bn-header__block-title {
    color: #414141;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 46px;
}
.bn-header__block-text {
    font-weight: 600;
    font-size: 9px;
    color: #0a0401;
    margin: 0 90px;
}
.bn-section {
    padding: 20px 0;
}
.bn-section__head, .bn-content__head {
    font-size: 24px;
    font-weight: 800;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
}
.bn-section__head.heading1, .heading1.bn-content__head {
    font-size: 32px;
    padding-bottom: 10px;
}
.bn-section__head.heading1 strong, .heading1.bn-content__head strong {
    color: #005464;
}
.bn-section__head.heading1 strong[class], .heading1.bn-content__head strong[class] {
    font-weight: 800;
    position: relative;
}
.bn-section__head.heading1 strong[class]:after, .heading1.bn-content__head strong[class]:after {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -4px;
    background-position: center;
}
.bn-section__text {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    padding: 0 100px;
}
.bn-section__sort {
    text-align: center;
}
.bn-section__sort a {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 13px;
    line-height: 10px;
    border-right: solid thin #464646;
}
.bn-section__sort a.active {
    color: #242424;
}
.bn-section__sort a:last-child {
    border-color: transparent;
}
.bn-section__sort-list {
    margin-top: 20px;
}
.bn-section__sort-list ul {
    text-align: center;
    margin: 0 30px;
}
.bn-section__sort-list ul li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}
.bn-section__sort-list ul li a {
    display: block;
    width: 28px;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    border: solid 2px #00b6d7;
    color: #242424;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.bn-section__sort-list ul li a:hover {
    border-color: #008ba4;
    background: #008ba4;
    color: #ffffff;
}
.bn-popular__category {
    padding: 20px 0 0;
    text-align: center;
}
.bn-popular__category-list {
    margin-top: 20px;
    text-align: center;
}
.bn-popular__category-block {
    display: inline-block;
    text-align: center;
    margin: 0 3px 15px;
    width: 210px;
}
.bn-popular__category-block a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #07a6a4;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.bn-popular__category-block a:hover {
    background: #057574;
}
.bn-order {
    padding: 20px 0 0;
}
.bn-lang {
    padding: 20px 0 0;
}
.bn-lang__list {
    margin-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
.bn-lang__list:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/web/panchang/lang-bottom.png) no-repeat center;
    height: 12px;
}
.bn-lang__list ul {
    text-align: center;
}
.bn-lang__list ul li {
    display: inline-block;
    margin: 0 50px;
    margin-bottom: 50px;
}
.bn-lang__list ul li a {
    color: #242424;
    position: relative;
    display: block;
    width: 105px;
    height: 105px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition-delay: 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}
.bn-lang__list ul li a:before, .bn-lang__list ul li a:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 105px;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0, 0.13);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0, 0.13);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0, 0.13);
    transition: all 0.3s cubic-bezier(0.42, 0, 0, 0.13);
}
.bn-lang__list ul li a:before {
    left: 0;
    border-radius: 105px 0 0 105px;
}
.bn-lang__list ul li a:after {
    right: 0;
    border-radius: 0 105px 105px 0;
}
.bn-lang__list ul li a:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.bn-lang__list ul li a:hover:before, .bn-lang__list ul li a:hover:after {
    background: rgba(255, 255, 255, 0);
}
.bn-lang__list ul li a:hover:before {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.bn-lang__list ul li a:hover:after {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.bn-lang__name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
    font-weight: 800;
}
.bn-content {
    padding: 40px 30px 0;
}
.bn-content__head {
    text-align: left;
}
.bn-content__details {
    padding: 20px 0 0;
}
.bn-content__details p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.lang-hi a {
    background: url(../../images/web/panchang/lang/hi.png) no-repeat center;
}

.lang-ta a {
    background: url(../../images/web/panchang/lang/ta.png) no-repeat center;
}

.lang-ka a {
    background: url(../../images/web/panchang/lang/ka.png) no-repeat center;
}

.lang-ma a {
    background: url(../../images/web/panchang/lang/ma.png) no-repeat center;
}

.lang-te a {
    background: url(../../images/web/panchang/lang/te.png) no-repeat center;
}

.lang-be a {
    background: url(../../images/web/panchang/lang/be.png) no-repeat center;
}

.bn-christ:after {
    background: url(../../images/web/panchang/icons/icon-christ.png) no-repeat;
}

.bn-female:after {
    background: url(../../images/web/panchang/icons/icon-female.png) no-repeat;
}

.bn-male:after {
    background: url(../../images/web/panchang/icons/icon-male.png) no-repeat;
}

.bn-muslim:after {
    background: url(../../images/web/panchang/icons/icon-muslim.png) no-repeat;
}

.bn-sans:after {
    background: url(../../images/web/panchang/icons/icon-sans.png) no-repeat;
}

.bn-twins:after {
    background: url(../../images/web/panchang/icons/icon-twins.png) no-repeat;
}

.bn-hindu:after {
    background: url(../../images/web/panchang/icons/icon-hindu.png) no-repeat;
}

.bn-inner {
    padding-top: 50px;
    position: relative;
}
.bn-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 63px;
    background: url(../../images/web/panchang/cloud.png) no-repeat;
}
.bn-section__sort-check {
    padding: 10px 0 0;
    text-align: center;
}
.bn-section__sort-check a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    color: #6c6c6c;
}
.bn-section__sort-check a.active {
    color: #242424;
}
.bn-section__sort-check .check {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.bn-section__sort-check .check-block {
    opacity: 0;
    position: absolute;
    width: 55px;
    height: 15px;
    left: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.bn-section__sort-check .check-block[data-attr="def"] + span {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNzZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzMjlhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2e76d7), color-stop(100%, #c329a6));
    background-image: -moz-linear-gradient(left, #2e76d7, #c329a6);
    background-image: -webkit-linear-gradient(left, #2e76d7, #c329a6);
    background-image: linear-gradient(to right, #2e76d7, #c329a6);
}
.bn-section__sort-check .check-block[data-attr="def"] + span:before {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.bn-section__sort-check .check-block[data-attr="girl"] + span {
    background: #c329a6;
}
.bn-section__sort-check .check-block[data-attr="girl"] + span:before {
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
}
.bn-section__sort-check .check-block[data-attr="boy"] + span {
    background: #2e76d7;
}
.bn-section__sort-check .check-block[data-attr="boy"] + span:before {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.bn-section__sort-check .check span {
    display: block;
    width: 50px;
    height: 10px;
    background: #c329a6;
    border-radius: 15px;
    border: solid 2px #494238;
    position: relative;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.bn-section__sort-check .check span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url(../../images/web/panchang/checkbox.png) no-repeat;
    width: 30px;
    height: 28px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bn-table {
    margin-top: 20px;
}
.bn-table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.bn-table table tr th {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    border: solid 2px #787878;
}
.bn-table table tr td {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    border: solid thin #787878;
    border-left: transparent;
    border-right-width: 2px;
}
.bn-table table tr td:nth-child(2) {
    border-right: transparent;
}
.bn-table table.bn-tablefixed {
    position: absolute;
    width: 663px;
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
    background: #dceff6;
}
.bn-table table.bn-tablecontent {
    margin-top: 57px;
}
.bn-table__height {
    overflow: auto;
    height: 600px;
}
.bn-section__arrow .bn-section__head, .bn-section__arrow .bn-content__head {
    position: relative;
    display: inline-block;
}
.bn-section__arrow .bn-section__head:before, .bn-section__arrow .bn-content__head:before, .bn-section__arrow .bn-section__head:after, .bn-section__arrow .bn-content__head:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../../images/web/panchang/arrow.png) no-repeat;
    width: 67px;
    height: 23px;
    top: 6px;
}
.bn-section__arrow .bn-section__head:before, .bn-section__arrow .bn-content__head:before {
    left: -80px;
}
.bn-section__arrow .bn-section__head:after, .bn-section__arrow .bn-content__head:after {
    right: -80px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bn-section__arrow .bn-popular__category-list {
    padding-bottom: 30px;
    position: relative;
}
.bn-section__arrow .bn-popular__category-list:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/web/panchang/lang-bottom.png) no-repeat center;
    height: 12px;
}

.mac-safari .bn-table table.bn-tablefixed {
    width: 100% !important;
}
/* Ekadashi */
/* .panchang-header {
    background: url(../../images/web/panchang/top-bg1.png) no-repeat top center;
    height: 125px;
    background-size: cover;
    width: 100%;
} */
.header-block {
    position: relative;
}
.header-thumb img{
    width: 100%;
    display: block;
}
.header-thumb{
    position: relative;
}
.header-title{
    position: absolute;
    top: 35%;
    left: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding: 10px 15px;
}
.header-title::after{
    position: absolute;
    background: url(../../images/web/panchang/border-bottom-bg.png) repeat-x center;
    content: "";
    left: 0;
    right: 0;
    background-size: contain;
    height: 25px;
    top: 44px;
}
.pan-home-link a{
    color: #000;
}
a {
    color: #0066CC;
    text-decoration: none;
    outline: none;
}
.panchang-content{
    background: url(../../images/web/panchang/section-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.pan-doy .d-o-y{
    background: #6f1006;
    padding: 6px 22px;
    color: #fff;
    display: inline-block;

}
.pan-doy{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.location i{
    color: #c0252b;
    font-size: 22px;
    margin-right: 5px;
}
.os-eka-maplocation span{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.os-eka-maplocation a{
    background: #6f1006;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
}
.os-eka-maplocation a:hover{
    background: #53111f;
    transition: 0.3s;
}
.panchang-info{
    margin: 8px 0px;
}
.panchang-info .pan-lt-thumb{
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-top: 10px;
}
.pan-lt-thumb img{
    width: 100%;
    display: block;
}
.panchang-info .pan-ri-content{
    margin-left: 215px;
}
.pan-ri-content p{
    font-size: 17px;
    margin: 8px;
}
.pan-col2-head {
    background: #6f1006;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}
.pan-col-left{
    width: 50%;
    float: left;
}
.pan-col-right{
    width: 50%;
    float: right;
}
.pan-eka-dates ul li a{
    text-decoration: none;
    color: #000;
}
.pan-eka-dates ul li {
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 48%;
    margin-right: 2%;
}
.pan-eka-dates ul li:nth-child(2n){
    margin-right: 0px;
}
.eka-date-thumb {
    width: 80px;
    float: left;
    margin-right: 10px;
}
.eka-date-thumb img{
    width: 100%;
    display: block;
}
.pan-col2{
    padding: 10px;
}
.eka-date-info .date-head{
    font-size: 17px;
    font-weight: bold;
    color: #6f1006;
    margin-bottom: 5px;
    text-align: left;
}
.eka-date-info .eka-bottom{
    font-size: 14px;
}
.eka-bottom span{
    display: block;
    color: #6f1006;
    font-weight: 600;
}
.eka-moon-thumb{
    width: 60px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-left: 5px;
}
.eka-moon-thumb img{
    width: 100%;
    display: block;
}
.moon-left-thumb-title {
    font-size: 10px;
    color: #6f1006;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -5px;
}
.pan-eka-dates {
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}
.pan-eka-dates:last-child{
    margin-bottom: 0px;
}
.eka-date-info {
    margin-left: 90px;
    padding-bottom: 5px;
    text-align:left;
}

.eka-moon-ri-info .ri-head{
    font-size: 16px;
    color: #6f1006;
    font-weight: bold;
}
.eka-moon-ri-info .ri-head-starts span{
    display: block;
    color: #6f1006;
    font-size: 15px;
}
.eka-moon-ri-info {
    vertical-align: middle;
    padding-bottom: 9px;
    margin-left: 78px;
}
.eka-moon-dates ul li{
    border-left: 1px dotted;
    padding-left: 5px;
    margin-bottom: 10px;
}

.panchang-loop table{
    width: 100%;
    display: table;
    border-collapse: collapse;
}
/* Moon-phase */
.moon-phase {
    background: url(../../images/web/panchang/section-bg2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.moon-phase .pan-home-link{
    color: #fff;
}
.moon-phase .pan-home-link span{
    color: #fff;
}
.moon-photos {
    position: relative;
    padding: 0 30px;
    margin: 30px 0px 20px 0;
}
.moon-photos:before {
    background: rgba(0,0,0,0.7);
    border-radius: 220px / 110px;
    position: absolute;
    top: -30px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: '';
}
.os-moonphase-slider .moon-photos .swiper-slide-active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}
.os-moonphase-slider .moon-photos .swiper-slide {
    position: relative;
    padding-bottom: 10px;
    opacity: 0.7;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a {
    text-decoration: none;
    color: #fff;
}
.os-moonphase-slider .moon-photos .moon-thumb {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
.os-moonphase-slider .moon-photos .moon-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
.os-moonphase-slider .moon-photos .moon-weather-details {
    color: #fff;
    text-align: center;
    margin: 10px;
    font-size: 11px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../../images/web/panchang/button1.png) !important;
    background-size: auto !important;
}
.swiper-button-next, .swiper-button-prev {
    top: 43% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../../images/web/panchang/button.png) !important;
    background-size: auto !important;
}
.os-moonphase-theory {
    background: rgba(255, 255, 255, 0.35);
    padding: 8px;
}
.os-moonphase-theory .moonphase-dob {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.os-moonphase-theory .moonphase-content {
    font-size: 17px;
    color: #fff;
}
.os-eka-maplocation {
    padding-bottom: 10px;
}
.moon-phase-map span{
    color: #fff;
}
.rahu-kaal {
    background: url(../../images/web/panchang/section-bg3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.rahu-kaal span{
    color: #fff;
}
.header-bottom-title {
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.rhk-title{font-size: 28px;
           font-weight: 600;
           display: block;
           text-transform: capitalize;
           color: #fff;
           text-align: center;
}
.rhk-title::after {
    content: "";
    display: block;
    height: 16px;
    width: 205px;
    background-size: 170px;
    background-image: url(../../images/web/panchang/border-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.rhk-head-bottom {
    font-size: 28px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.rhk-heading {
    position: absolute;
    top: 60px;
    left: 19px;
}
.os-rahukaal-timing-block .os-rahukaal-left-thumb{
    float: left;
    width: 45%;
    margin-top: 35px;
}
.os-rahukaal-timing-block .os-rahukaal-circle{
    float: right;
    width: 55%;
    position: relative;
}
.rhk-god-thumb {
    max-width: 200px;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rhk-god-thumb img{
    width: 100%;
    display: block;
}
.os-bg-curv-thumb {
    background-image: url(../../images/web/panchang/U.png);
    background-position: center;
    background-size: contain;
    height: 230px;
    position: relative;
    background-repeat: no-repeat;
}
.os-inside-content {
    position: absolute;
    top: 58px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.os-time-to-time span{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.os-rahukaal-theory .theory-qus{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:  10px;
    color: #fff;
}
.os-rahukaal-theory p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 8px;
}
.pan-home-link {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
/* Festival */
.festivals{
    background: url(../../images/web/panchang/section-bg4.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.pan-festv-list ul li{
    float: left;
    width: 210px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.pan-festv-list ul li:nth-child(3n){
    margin-right: 0px;
}
.festv-block .festv-thumb{
    float: left;
    width: 85px;
    margin-right: 10px;
}
.festv-thumb img{
    width: 100%;
    display: block;
}
.festv-block .festv-title{
    margin-left: 90px;
    font-size: 18px;
    color: #6f1006;
    font-weight: 600;
}
.festv-title a{
    color: #6f1006;
}
.festv-title span{
    display: block;
    text-align: right;
    font-size: 14px;
}
.more-festival {
    text-align: right;
    font-size: 14px;
}
.more-festival a{
    color: #6f1006;
    text-decoration: underline;
}
.pan-bottom-line {
    width: 275px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
.pan-bottom-line img{
    width: 100%;
}
.festv-title .mantra-list{
    font-size: 12px;
    margin-top: 3px;
}
.vrat-katha{
    background: #ece1da;
    position: relative;
    padding: 10px;
}
.mantra{
    background: url(../../images/web/panchang/section-bg5.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
/* Yamaganda */
.yamaganda {
    background: url(../../images/web/panchang/section-bg6.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.yama-duration{
    float: left !important;
    width: 50% !important;
    color: #fff;
    margin-top: 50px;
}
.yama-duration .os-inside-content {
    text-align: center;
}
.yama-block {
    margin-bottom: 38px;
}
.yamaganda .pan-home-link a{
    color: #fff;
}
.gulika{
    background: url(../../images/web/panchang/gulika-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.gulika .pan-home-link a{
    color: #fff;
}
/* Popup */

.panchang-pop-wrapper {
    background: #ffc15e;
    width: 23%;
    margin: auto;
    font-size: 1.6rem;
    position: fixed;
    height: 210px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;

}

.popup-header {

    text-align: left;
    font-size: 24px;
    padding: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    background: radial-gradient(circle at top right,#c4521c,#523318);

}

#search-bar {
    min-width: 100%;
    margin: 3px auto;
    padding: 11px;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: left 6px center;
    background-size: 20px;
    box-sizing: border-box;
    height: unset;
    line-height: 0px;

}
#select-bar{
    min-width: 90%;
    margin: 0 auto;
    padding: 2px;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left 129px center;
    background-size: 31px;
}

#select-bar-combo, #date-bar {
    min-width: 97%;
    margin: 0 auto;
    padding: 8px;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding-left: 3px;
    background-repeat: no-repeat;
    background-position: left 6px center;
    background-size: 20px;
    height: unset;
    line-height: 0px;
}
.popup-button
{
    font-size: 17px;
    border-radius: 12px;
    padding: 3px 13px;
    background-color: #633818;
    color: #fff;
    display: inline-block;
}

.ui-autocomplete {
    width: 21.4%!important;
    right: 0!important;
    margin: auto;
    box-sizing: border-box;
    height: 200px;
    overflow-y: auto;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #F5E4C8;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 9999;
    font-size: 18px;

}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #FFC15E !important;
    font-weight: bold !important;
    color: #ffffff !important;
} 

.ui-widget-content {
    background: #F9EAE2;
    color: #6F3B19;
}
.ui-state-default
{
    color: #454545 !important;
    border-radius: 36px;
    width: 28px;
    text-align: center !important;
}
.slide-top {display: none;}
.panchang-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}
.panchang-popup-block {
    box-shadow: 0 1px 3px rgba(0,0,0,.6);
}
.popup-header {
    text-align: left;
    font-size: 24px;
    padding: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    background: radial-gradient(circle at top right,#c4521c,#523318);
}
.popup-close.close {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 18px;
    color: #fff;
}
.popup-close i {
    color: #fff;
}
.panchang-contentwrapper {
    padding: 0 12px;
    padding-top: 20px;
}

/*CSS for left side Quick alert Box*/
.giz-subscribe-head {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 600
}

.giz-subscribe-block {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-right: 50px;
    position: relative
}

.giz-subscribe-block .bell-icon {
    width: 40px;
    height: 36px;
    background: #fff url(/images/bell-blk.svg) no-repeat center;
    background-size: 60%;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px
}

.giz-sample-article {
    padding: 10px;
    border: solid thin #000;
    text-align: left;
    display: none!important;
}

.giz-sample-article .sample-image {
    width: 70px;
    float: left;
    margin-right: 10px
}

.giz-view-sample {
    text-align: right;
    font-size: 12px;
    position: relative
}

.giz-view-sample a {
    padding: 5px 0;
    display: inline-block;
    position: relative
}

.giz-view-sample.open a {
    position: relative;
    right: 5px;
    padding: 5px 0
}

.sub-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer
}

.giz-subscribe-button {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0
}

.giz-subscribe-textbox {
    width: 100%
}

.giz-subscribe-textbox input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 36px;
    margin: 2px -8px 0
}

#giz-subscribe {
    margin: 30px 0;
    width: 300px;
    display: none
}

#giz-unsubscribe {
    margin: 30px 0;
    width: 300px;
    display: none
}

#giz-emailsubscribe {
    margin: 30px 0;
    width: 300px;
    display: none
}

.sample-text {
    width: 195px;
    float: right;
    line-height: 23px
}

.overlay-fixed-popupnl {
    background: #000;
    opacity: 0.65;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none
}

.email-form-popupnl {
    font-family: 'Lora', serif;
    width: 700px;
    height: 400px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    text-align: center;
    background: #bcf9ff;
    display: none;
    z-index: 99999
}

.bs-popup-cat {
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px 0
}

.bs-popup-question {
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-weight: bold
}

.bs-subscribe {
    background: url(/images/subscribe-bg.png);
    height: 245px
}

.bs-subscribe-input {
    border-top: solid thin #000;
    padding: 40px 0 0
}

.bs-subscribe-input input[type="text"] {
    width: 310px;
    border: solid thin #000;
    padding: 10px 10px;
    outline: none;
    font-size: 12px
}

.bs-subscribe-input input[type="button"] {
    width: 160px;
    text-align: center;
    color: #fff;
    background: #000;
    font-weight: bold;
    outline: none;
    border: none;
    font-size: 16px;
    padding: 9px 0px;
    margin-left: 15px;
    letter-spacing: 1px;
    cursor: pointer
}

.bs-subscribe-input-text {
    font-size: 18px;
    border-bottom: solid thin #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0 45px
}

.bs-subscribe-footer {
    text-transform: uppercase;
    font-size: 16px;
    padding: 27px;
}
.bd-video-popup
{
    display: none;   
}
/*ends here*/

.oi-related h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 7px 0px!important;
    line-height: 28px;
}

.oi-related ul li a {
    color: #000;
    font-size: 13px
}

.oi-related ul li {
    margin-bottom: 13px;
    border-bottom: solid thin #ccc;
    line-height: 22px;
    list-style-type: none!important
}

.col-block {
    width: 105px;
    float: left;
    margin-right: 10px
}

.quotes::before {
    content: open-quote;
    margin-right:1px;
}

.quotes::after {
    content: close-quote;
    transform: rotate(180deg);
    position: absolute;
    top: -8px;
    margin-left:1px;
}

.quotes {
    position: relative;
    color:#005464;
}


.babynames-category-wrapper {margin: 20px 0;}
.babynames-category-block {}
.babynames_heading {
    background: #07a6a4;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px;
    text-align: normal;
    text-transform: uppercase;
}
ul.babynames-widget li {
    text-align: left;
    font-size: 15px;
    padding: 10px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
ul.babynames-widget li {background: #fff;}
ul.babynames-widget li:nth-child(2n+1) {background: #f6f6f6;}
.babynames-widget li > a {
    color: #4E4E4E;
    width: 100%;
    display: block;
    font-family: 'Open Sans',Georgia,Arial,Helvetica,sans-serif;
}

.oi-related h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 7px 0px!important;
    line-height: 28px;
}

.oi-related ul li a {
    color: #000;
    font-size: 13px
}

.oi-related ul li {
    margin-bottom: 13px;
    border-bottom: solid thin #ccc;
    line-height: 22px;
    list-style-type: none!important
}

html {
    overflow: hidden;
    height: 100%;
}
body {
    overflow: auto;
    height: 100%;
}

/* Nakshatra */

.nakshatra {
    background: url(../../images/web/panchang/nakshatras-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10px;
}


.nakshatra-top-head {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
}
.nak-sub-head {
    padding: 5px;
    color: #fff;
    font-size: 16px;
}
.nak-content {
    margin: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #8e8e8e;
}
.nak-content div {
    margin-bottom: 8px;
    font-size: 17px;
}
.nak-table-section {
    padding: 1px;
}
.nak-table-section .nak-table-head{
    color: #fff;
    margin: 10px 0px;
    font-size: 18px;
}
.nak-table-head span{
    display: block;
    margin: 5px 0px;
}
.nakshatra-table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.nakshatra-table td, th {
    border: 1px solid #a7a7a7;
    text-align: center;
    padding: 8px 4px;
    color: #fff;
}
.nakshatra-table th{
    background: #6e1222;
    text-align: center;
}
tbody tr:nth-child(odd){
    background-color: #ffffff;
    color: #000;
}
.nakshatra .pan-home-link{
    color: #fff;
}
.pan-home-link span{
    color: #fff;
}
.nak-bottom-content{
    font-size: 16px;
    color: #fff;
}
.nak-bottom-content .nak-bottom-head{
    font-size: 18px;
    margin: 10px 0px;
}
.nak-bottom-content div{
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.os-rahu-border img {
    text-align: center;
    margin: 0 auto;
}
.os-rahu-border {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Moon-set */
.moon-set{
    background: #333333;
}
.moon-set{
    min-height: 200px;
    padding: 10px;
}
.header-block .col1{
    float: left;
    width: 25%;
}
.header-block .col2{
    float: left;
    width: 40%;
    padding-top: 45px;
}
.header-block .col3{
    float: right;
    width: 30%;
    position: relative;
}
.moon-details ul li {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 2.5;
    color: #fff;
}
.right-dtl li span {
    margin-left: 10px;
}
.map-thumb img{
    width: 100%;
    display: block;
}
.moon-thumb img{
    width: 100%;
    display: block;
    filter: drop-shadow(0px 0px 5px #fff);
    -webkit-filter: drop-shadow(0px 0px 5px #fff);
}
.map-thumb {
    width: 265px;
    position: absolute;
    left: -73px;
    top: 30px;
}
.moon-thumb {
    width: 160px;
    padding-top: 25px;
}
.moonset-content .pan-home-link span{
    color: #000 !important;
}
.moonset-top-head {
    background: #6f1006;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.moonset-option-tabs {
    /* width: 300px; */
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: right;
    padding-right: 40px;
}
.moonset-option-tabs .option-lt{
    float: left;
    width: 50%;
}
.option-lt select{

}
.moonset-option-tabs .option-rt{
    float: right;
    width: 50%;

}
.moonset-option-tabs{

}
.option-select label {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
label {
    cursor: pointer;
    color: #454545;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}
form, label {
    position: relative;
    font-size: 12px;
}
select {
    line-height: 2em;
    height: 2em;
    background: #fff url(../../images/web/panchang/select-arrow3.svg) no-repeat 100%;
    background-size: auto 100%;
    border: 1px solid rgba(0,0,0,.2);
    vertical-align: middle;
    border-radius: 0;
    padding: 0 2.5em 0 .5em;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text] {
    font-size: 14px;
    line-height: 2em;
    height: 2em;
    border: 1px solid rgba(0,0,0,.2);
    vertical-align: middle;
    border-radius: 0;
    padding: 0 .5em;
    background: #fff;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 12px;
}
.moonset-table-block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.moonset-table-block .moonset-table{
    margin: 0 auto;
    /* max-width: 480px; */
    display: block;
}
.moonset-table table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000;
    color: #000;
}
tbody tr:nth-child(odd) {
    background-color: #e2cfcd;
    color: #000;
}
.moonset-table td, th {
    border: 1px solid #000;
    text-align: center;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
}
.moonset-bot-ref {
    background: #e2cfcd;
    width: 100%;
    margin: 15px 0px;
    text-align: center;
    display: block;
}
.moonset-bot-ref div{
    font-size: 12px;
    max-width: 610px;
    text-align: center;
    margin: 0 auto;
}
.moonset-content {
    font-size: 17px;
    margin: 10px 0px;
    color: #000;
}
.sun-set{
    min-height: 200px;
    padding: 10px;
    background: #333333;
}
.submit{
    margin-left: 10px!important;
    cursor: pointer;
}
[type=submit]{
    font-size: 12px;
    line-height: 0em;
    height: 2em;
    color: #fff;
    background-color: #6f1006;
    border: 1px solid rgba(0,0,0,.2);
    margin: 0;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    vertical-align: middle;
    border-radius: 0;
    font-weight: bold;
}
.sunset-legend-block{
    background: #333;
    padding: 10px;
    font-size: 12px;
    border-bottom: 2px solid #eee;
    color:#fff;
}
.sunset-legend__Items {
    display: flex;
    flex-wrap: wrap;
}
.sun-legend-item{
    margin-bottom: 12px;
    padding-right: 12px;
    min-height: 80px;
    /* width: 33.33333%; */
}
/* .sunset-legend ul li:hover{
  border: 2px solid #000;
} */
.sunset-legend ul li{
    float: left;
    width: 33%;
}
.sun-legend-item_title {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.sun-legend-item-time {
    /* margin-left: 26px; */
    margin-top: 2px;
}
.sun-legend-item-total {
    /* margin-left: 26px; */
    margin-top: 3px;
    font-weight: 700;
}
.sun-Legend__Time--Total{
    display: inline;
    margin-left: 5px;
    font-weight: 400;
}
.sun-Legend__Line--Noon {
    border-bottom: 2px solid red;
}
.sun-Legend__Line {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.sun-Legend__Time--Line {
    margin-left: 5px;
    display: inline-block;
}
.sun-Legend__Line--Midnight {
    border-bottom: 2px solid #e6b609;
}
.panchang-loop td ,th
{
    border: none;
    padding: 0px;
}
.panchang-loop tbody tr:nth-child(odd) {
    background-color: #fff;
    color: #000;
}
.nakshatra-table tbody tr:nth-child(odd) {
    background-color: #05152c;
    color: #000;
}
.header {
    left: -7px;
}
.comments-wrapper{
    padding-top: 5px;
}
.nak-bottom-content ol li {
    margin-bottom: 8px;
}

