* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: poppins;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.cont {
    width: 1200px;
    margin: 0 auto;
}

.txt-c {
    text-align: center;
}

.ft-10 {
    font-size: 10px;
}

.ft-12 {
    font-size: 12px;
}

.ft-14 {
    font-size: 14px;
}

.ft-13 {
    font-size: 13px;
}

.ft-15 {
    font-size: 15px;
}

.ft-16 {
    font-size: 16px;
}

.ft-18 {
    font-size: 18px;
}

.ft-20 {
    font-size: 20px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.wtc {
    color: #ffff;
}

.flx {
    display: flex;
}

.flx-wrp {
    flex-wrap: wrap;
}

.flx-sb {
    display: flex;
    justify-content: space-between;
}

.item-c {
    align-items: center;
}

.gp-10 {
    gap: 10px;
}

.gp-15 {
    gap: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}
/* .mtb-20{
    margin: 20px 0;
} */
.mt-25 {
    margin-top: 25px;
}

.mtb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-8 {
    margin-top: 8px;
}

.mtb-20 {
    margin-bottom: 20px;
}

.mtb-25 {
    margin-bottom: 25px;
}

.main {
    width: 100%;
}
.bg_mrn{
font-size: 14px;
background: #fff;
padding: 2px 10px;
display: flex;
align-items: center;
margin-bottom: 5px;
border-radius: 7px;
}
.bg_blu {
    font-size: 14px;
    background: #2196F3;
    padding: 2px 10px;
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 7px;
    margin-left: 5px;
}
.dthero-sec {
    background-image: url(https://www.easydarshan.com/images/new-img/chardham-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .dthero-sec::after {
        content: '';
        background: #00000078;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hdr-sec {
    width: 60%;
    position: relative;
    z-index: 10;
}

.bbr {
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff38;
}

.dth-sec {
    font-size: 38px;
}

.dtl-dte img {
    width: 12px !important;
    height: 12px;
}

.dte {
    color: #000000a6;
}

.pdte {
    color: #606060;
    text-align: justify;
}

.cnte {
    width: 1050px;
    margin: 0 auto;
    padding: 30px 0;
}

.breadcrumb {
    list-style: none;
}

    .breadcrumb li {
        display: inline;
        font-size: 14px;
    }

        .breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        .breadcrumb li a {
            color: #2196f3;
        }

.adv-img {

}

    .adv-img img, .blg_cont_sct img{
        width: 100% !important;
        height: 406px !important;
        object-fit: cover;
        border-radius: 12px;
        margin: 10px 0;
    }

.intr-hdr, .blg_cont_sct h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
}
.amu-ul {
    padding-left: 19px;
}

.sdl-hdr {
    font-size: 32px;
    font-weight: 700;
}

.bgl_thm_slider a {
    color: black;
    text-decoration: none;
}

.bglcd-img {
    width: 100%;
    height: 240px;
}

    .bglcd-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 12px;
    }

.bgl_thm_slider .owl-carousel .owl-item dtl-dte img {
    width: 12px !important;
    height: 12px !important;
}
/* nav-bar */
.bgl_thm_slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav {
    position: absolute;
    top: calc(0px - 86px);
    right: 0;
    margin-top: 0 !important;
}

    .owl-nav button, .swiper-button-next, .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        border: 1px solid #0000005c !important;
        position: relative;
        transition: 0.3s;
        margin: auto 5px;
    }

        .owl-nav button span {
            padding: 0 0 5px 0;
        }

        .owl-nav button span {
            font-size: 42px;
            height: 49px !important;
            display: inline-flex;
            align-items: center;
            color: #00B0FF;
        }

        .owl-nav button:hover {
            background: #00B0FF !important;
            border: none;
        }

            .owl-nav button:hover span {
                color: #fff !important;
            }

.owl-prev:hover img {
    filter: brightness(0) invert(1);
}

.owl-next:hover img {
    filter: brightness(0) invert(1);
}

.bgl-cnt {
    padding: 0 10px 0 0;
}

.tbl-ff {
    /* background-color: #2196f31a; */
    border-radius: 12px;
    /* padding: 15px; */
    /* width: 45%; */
}

.tbl-hdr, .blg_cont_sct h5{

    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}
.blg_cont_sct {
    font-size: 15px;
}
.tbl-ul, .blg_cont_sct ul, .blg_cont_sct ol {
    padding-left: 25px;
    font-size: 15px;
}

    .tbl-ul li, .blg_cont_sct ul li, .blg_cont_sct ol li {
        margin-bottom: 10px;
        color: black;
        font-size: 15px;
    }

        .tbl-ul li:last-child {
            margin-bottom: 0;
        }

        .tbl-ul li a {
            color: #3498db;
        }

            .tbl-ul li a:hover {
                text-decoration: underline;
                text-underline-offset: 5px;
            }
/* .slider-sec{
    padding-bottom: 30px;
} */
.footer-bar {
    padding: 10px 0;
    background: #000;
    margin: 30px 0 0 0;
}


.md_drshn {
    width: 90%;
    margin: 0 auto;
}


.footer-bar a {
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
}

.ht_aend {
    align-items: end;
}

.ndertimhgt {
    margin-top: 10px;
    width: 42%;
}


@media only screen and (max-width: 900px) {
    .cont {
        width: 100%;
    }

    .hdr-sec {
        width: 90%;
        margin: 0 auto;
    }

    .dth-sec {
        font-size: 22px;
    }

    .dthero-sec {
        height: 280px;
    }

    .cnte {
        width: 90%;
        padding: 10px 0;
    }

    .breadcrumb {
        margin-bottom: 8px;
    }

    .tbl-ff {
        margin-top: 0;
    }

    .adv-img {
        height: 275px;
    }

    .intr-hdr {
        font-size: 19px;
    }

    .mt-25 {
        margin-top: 8px;
    }

    .ft-15 {
        font-size: 14px;
    }


    .sdl-hdr {
        font-size: 19px;
    }

    .owl-nav {
        position: absolute;
        top: calc(0px - 65px);
        right: -3px;
        margin-top: 0 !important;
    }

    .mt-15 {
        margin-top: 10px;
    }

    .tbl-hdr {
        font-size: 19px;
    }
    .ndertimhgt {
        margin-top: 10px;
        width: 42%;
        display: none;
    }
}