*{
    font-family: "Poppins", sans-serif;
}
p{
    font-size: 18px;
    line-height: 28px;
}
img{
    max-width: 100%;
    height: auto;
}
select {
    padding: 7px 20px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-right: 10px;
}
select:focus-visible{
    outline: none;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.text-right{
    text-align: right;
}
.section1{
    margin: 30px 0px;
}
.main-heading {
    font-size: 27px;
    color: #000;
    margin-bottom: 20px;
}
.sub-heading {
    padding: 0;
    margin:0;
    color: #000;
}
.sub-heading a{
    font-size: 20px;
    line-height: 24px;
    margin:0;
    font-weight: 600;
    color: #000;
}
.ta-calender-text{
    margin-bottom: 30px;
}
.ta-calender-listing{
    margin: 30px 0px;
}
.ta-listing-wrap{
    margin-bottom: 50px;
}
.ta-calender-listing .row{
    margin:0 auto;
    width: 80%;
}
.ta-list-inner{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    background:#fff;
}
.ta-list-content{
    padding: 20px 10px 30px;
    text-align: center;
}
.ta-list-content p{
    font-size: 15px;
    text-align: center;
}
.ta-btn{
    border:1px solid #6868f9;
    background-color: #6868f9;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-top:5px;
    font-size: 16px;
    display: inline-block;
}
.ta-btn:hover{
    border:1px solid #6868f9;
    background-color: #fff;
    color: #6868f9;
    transition: 0.5s;
}
/*home page ends--*/


/*amavasya dates page--*/
.dates-listing{

}
.bg-color{
    background-color: #6868f9;
    color: #fff;
    text-align: center;
    padding: 6px 5px;
    /* width: 40%;*/
}
.section2{
    margin: 30px 0px 0px;
}
.dates-listing {
    margin: 20px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0px;
}
.dates-listing .col:first-child {
    padding-left: 0;
}
.date-text{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #6868f9;
    line-height: 1;
}
.day-text{
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.month-text{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
hr{
    opacity: 1;
    margin: 10px 0px;
}
.dates-listing .col-lg-1 {
    padding-left: 0px;
}
.time-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
.dates-listing .col-lg-1 {
    padding-left: 0px;
}
.exact-time {
    font-size: 16px;
    color: #333333;
}
.time-details-wrap {
    /* border-right: 1px solid #a6a1a1; */
    margin-top: 30px;
    position: relative;
    padding: 0px 3px;
}
.time-details-wrap.last {
    border-right: 0px;
}
.exact-time span {
    color: #908e8e;
    font-weight: 500;
    width: 100px;
    display: inline-block;
}
.time-details-wrap::after {
    background: url(images/line.jpg) no-repeat;
    width: 5px;
    height: 75px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
}
.time-details-wrap.last::after{
    display: none;
}
.search-btn {
    border: 1px solid #6868f9;
    background-color: #6868f9;
    padding: 7px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
}
.search-btn:hover{
    border: 1px solid #6868f9;
    background-color: #fff;
    color: #6868f9;
    transition: 0.5s;
}
/*amavasya dates page end--*/

/*table--*/
#table {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-top: 20px;
}
table {
    width: 100%;
}
#table th {

    font-size: 16px;
    font-weight: 500;
    position: relative;
    font-weight: 600;
}
#table tr td:first-child {
    font-weight: 400;
}
#table tr {
    box-shadow: rgb(0 0 0 / 17%) 0px 2px 2px;
    margin-top: 10px;
    padding-top: 10px;
}
#table td {
    padding: 5px 10px;
    font-weight: 500;
    border-right: 1px solid #ececec;
}
#table td:first-child {
    padding: 0px;
    border: none;
}
#table .bg-color {
    background-color: #f17424;
    color: #fff;
    text-align: center;
    padding: 6px 5px;
    margin-top: 10px;
}
#table th::after {
    background: url(images/line.jpg) no-repeat;
    width: 5px;
    height: 75px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
}
#table .last-col::after {
    background:none;
}
#table tr:nth-child(2n) {
    background: #f8f8ff;
    border-top: 1px solid #dcd9d9;
}

#table tr.table-head {background: #6868f9;color: #fff;}

#table tr.table-head th {
    color: #fff;
    padding: 10px 10px;
}
.sub-heading img{
    vertical-align: middle;
    border-radius: 50px;
}
#validation-form select {
    background: #ffffff;
    border: 1px solid #dedbdb;
    border-radius: 5px;
}
#page-content {
    background: #fff !important;
}
.bg-color hr {
    margin: 5px 0px;
}
.ta-listing-wrap .cal-list li {
    font-size: 16px;
    list-style: disc;
    padding-bottom: 10px;
}
.ta-listing-wrap .cal-list {
    margin-left: 20px;
}
.ta-listing-wrap .cal-content p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cal-content p, .cal-content li {
    display: none;
}
.ta-detailed-content p{
    display: block;
}
.ta-detiled-wrap {
    margin:0;
}
.calender-list li {
    list-style: disc;
    font-size: 18px;
    padding-bottom: 10px;
}
.calender-list {
    margin-left: 20px;
}
.header-content {
    padding: 20px 0px;
}
.header-content p {
    margin: 0;
    padding: 0;
}

/*new style for inner pages-*/
.daily-cal-wrap {
    display: flex;
    flex-wrap: wrap;
}

.daily-cal-box {
    flex-basis: calc(33.33% - 20px);
    text-align: center;
    margin: 10px;
    background: #f0f5fe;
    padding-bottom: 10px;
    border-radius: 5px 5px 0 0;
}
.daily-cal-month {
    background: #ff8832;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 5px 5px 0 0;
    padding: 3px 0px;
}
.daily-day-row{ display:flex; }
.daily-event-col{ flex-basis:32%; font-size:1.25rem;align-self: center;border-right: 1px solid #dedede;margin-right: 10px;}
.daily-event-time{
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 3px 10px 0px;
    line-height: 1.9;
}
.daily-date span{
    display: block;
    color: #777;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}
.daily-date{ color:#6868f9;font-size: 2rem;font-weight: 600;line-height: 1; }


.nala-neram-row {
    display: flex;
    justify-content: space-around;
}
.nala-neram-col {
    font-size: 17px;
    align-self: center;
}
.nala-neram-box{
   flex-basis: 30%;
   text-align: center;
   background: #ddd;
   margin: 1%;
   background: #f0f5fe;
   padding-bottom: 10px;
   border-radius: 5px 5px 0 0;
}
span.mrng-text {
    text-align: left;
    display: block;
    font-weight:600;
    margin-top: 0px;
    font-size: 14px;
}
p.time {
    margin-bottom: 0px;
}
.nala-neram-col.col-text {
    padding: 10px 5px 0px 20px;
    border-left: 1px solid #dedede;
    margin: 10px 0px;
}
.nala-neram-col.col-date {
    flex-basis: 30%;
}
.col-row {
    /* display: flex; */
    justify-content: space-between;
}
.col-row:first-child {
    margin-bottom: 10px;
}
.nala-neram-txt {
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}
.nala-neram-wrap {
    display: flex;
    justify-content: center;
}
.thithi-date {
    text-align: left;
    padding: 0px 30px 10px 32px;
    font-size: 15px;
    line-height: 1.9;
    /* border-top: 1px solid #dedede; */
}
.daily-cal-box:hover .daily-cal-month {
    background: #ff744dcc;
}
.daily-cal-box:hover {
    background: #ffe5dd;
    transform: scale(1.1);
}
.daily-cal-box:hover .daily-event-time span, .daily-cal-box:hover .thithi-date {
    font-size: 13px !important;
}
.daily-event-time div > span {
    display: inline-block;
    min-width: 80px;
    padding-right: 2px;
}
.daily-cal-month {
    background: #6868f9c2;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 5px 5px 0 0;
    padding: 3px 0px;
}
.nala-neram-box:hover {
    background: #ffe5dd;
    transform: scale(1.1);
}
.nala-neram-box:hover .daily-cal-month {
    background: #ff744dcc;
}
/*new page--*/
.header-section{
    text-align: center;
    padding: 25px 0px;
}
.main-heading {
    font-size: 27px;
    color: #000;
    margin-bottom: 20px;
}
.festi-dates-wrap {
    display: flex;
    flex-wrap: wrap; padding-top: 10px;
}
.festi-in-wrap {
    flex-basis: calc(33.33% - 25px);
    margin: 0px 10px;
    margin-bottom: 30px;
}
.festi-title {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    padding: 10px 0px;
    padding-top: 20px;
}
.festi-in-wrap img{
    border-radius: 10px;
}
.festi-dates-content {
    background: #dfdffa;
    margin-top: -40px;
    padding: 30px 10px;
    border-radius: 10px;
}
.festi-dates {
    font-size: 16px;
    padding: 0px 10px;
    position: relative;
    height: 700px;
    overflow: auto;
}
.festi-dates ul{
    margin-bottom: 0px;
}
.festi-dates ul li{
    list-style: none;
    padding-bottom: 11px;
}
.festi-dates ul li:before {
    content: '' !important;
    color: #041a4c;
    font-size: .7em !important;
    font-weight: 800;
    position: absolute;
    left: 22px;
    background: url(images/star.png) no-repeat 7px 5px;
    width: 24px;
    height: 24px;
    background-size: 14px;
}
.festi-dates::-webkit-scrollbar {
  width: 5px;
}
.festi-dates::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.festi-dates::-webkit-scrollbar-thumb {
  background: #3f51b540; 
  border-radius: 50px;
}
.important-days{
    margin-bottom: 40px;
}
.other-dates .festi-dates {
    height: auto;
}
.festi-in-wrap.other-dates {
    margin-top: 40px;
}
.other-dates .festi-dates ul li {
    line-height: 1.8;
}
.remaining-dates{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    border-radius: 15px;
    background: #dfdffa;
}
.other-dates{
    flex:33.33%; 
}
.remaining-dates .festi-dates-content {
    border-radius: 0px;
    background: none;
    margin-top: 0px;
}
.date-table tr td:first-child {
    font-weight: 600;
    border-right: 1px solid #cacaca;
}
.date-table tr td {
    padding-bottom: 10px;
}
table.date-table {
    border: 1px solid #ccc4c4;
    background: #f4f4ff;
}
table.date-table td {
    padding: 10px;
}
table.date-table tr {
    border-bottom: 1px solid #ccc5c5;
}
.festi-in-wrap.shubh-muhurat thead {
    background: #6868f9;
    color: #fff;
}
.festi-in-wrap.shubh-muhurat th {
    padding: 10px 20px !important;!i;!;
}
.festi-in-wrap.shubh-muhurat .date-table tr td:first-child {
    padding: 5px 20px;
}
.highlight-txt {
    color: #e0522a;
}
@media (max-width: 1400px){
    .day-text{
        font-size: 13px;
    }
}
@media(max-width: 1366px){
   .nala-neram-box:hover, .daily-cal-box:hover{
    transform: scale(1.04) !important;
}
}
@media(max-width: 1200px){
    .day-text{
        font-size: 11px;
    }
    .nala-neram-box {
        flex-basis: 50% !important;
    }
}
@media(max-width: 992px){
    .festi-in-wrap {
        flex-basis: calc(50% - 20px);
    }
    .festi-in-wrap:last-child {
        flex-basis: 100%;
    }
    .daily-cal-box{
        flex-basis: calc(50% - 20px);
    }
}
@media(max-width: 991px){
    .time-title {
        font-size: 14px;
    }
    .exact-time {
        font-size: 14px;
    }
    .time-details-wrap {
        padding: 0px 3px;
    }
    .month-text {
        font-size: 20px;
    }
    .day-text {
        font-size: 15px;
    }
    .date-text {
        font-size: 32px;
    }
    .ta-calender-listing .row{
        width: 95%;
        margin:0 auto;
    }
    #table th{
        font-size: 15px;
        padding: 12px 25px;
    }
    #table th::after{
        height: 66px;
    }

}
@media(max-width: 767px){
    .time-details-wrap::after{
        background: none;
    }
    .time-details-wrap {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .time-details-wrap.last{
        border-bottom: none;
    }
    .section2 .text-right{
        text-align: center;
    }
    select {
        width: 100%;
        margin-bottom: 10px;
    }
    #table{
        padding-bottom: 10px;
        margin:10px 10px;
    }
    #table td {
        padding: 15px 3px;
        font-size: 14px;
    }
    #table .bg-color {
        padding: 17px 5px;
    }
    .section1{
        margin-top: 10px;
    }
    form#validation-form {
        margin: 20px 10px;
    }
    .nala-neram-box{
        flex-basis: 100% !important;
    }
    .festi-in-wrap {
        flex-basis: calc(100% - 20px);
    }
    .other-dates{
        flex: 100%;
    }
    .remaining-dates .festi-dates-content {
        padding: 0px 15px;
    }
    .remaining-dates {
        padding: 15px 0px;
    }
    .remaining-dates .date-table tr td:first-child {
        width: 178px;
    }
    .festi-in-wrap .festi-dates{ height:auto; }
    .daily-cal-box{
        flex-basis: 100%;
    }
}