.as_service_box .as_subheading {
    margin: 0px 0 10px;
}

#daily-panchang-date>input {
    width: 400px;
    font-size: 18px;
}

#daily-panchang-date .btn {
    padding: 12px 40px;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    #daily-panchang-date>input {
        width: 300px;
        font-size: 14px;
    }

    #daily-panchang-date .btn {
        padding: 8px 40px;
        font-size: 14px;
        margin: 30px 0px 0px 0px;
    }

}

/* Change text color to white on hover */
.as_subheadingg:hover td {
    color: white !important;
}

/* Change text color to white when clicked (for mobile or desktop click) */
.as_subheadingg.active td {
    color: white !important;
}

.as_subheadingg {
    /* margin: 40px 0 10px; */
    font-size: 20px;
    position: relative;
    font-weight: 600;
    transition: none;
}
