﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

.pt-header-100 {
    padding-top: 100px;
}

body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.shubh-muhurat-page {
    position: relative;
}

    .shubh-muhurat-page .text-heading p {
        font-size: 15px;
        font-weight: 400;
        display: inline;
    }

        .shubh-muhurat-page .text-heading p a {
            font-size: 16px;
            font-style: italic;
            text-decoration: underline;
            color: blue;
        }

    .shubh-muhurat-page .un-list {
        position: relative;
    }

        .shubh-muhurat-page .un-list ul {
            padding-left: 2rem;
            margin-bottom: 1rem;
            list-style-type: disc;
        }

            .shubh-muhurat-page .un-list ul li {
                margin-bottom: 5px;
            }


    .basic-title h3:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20%;
        width: 60%;
        height: 2px;
        background-color: #FF850B;
    }

    .basic-title h3 {
        text-transform: uppercase;
        line-height: 50px;
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
        color: #0f263a;
        font-size: 21px;
        text-align: center;
        margin: 0px auto 25px;
        /* margin-bottom: 10px; */
        font-weight: 600;
        font-family: 'Poppins';
    }

.normal-ul ul li span {
    font-weight: 600 !important;
    font-family: 'Poppins';
    font-size : 15px;
}