
* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.ft_600 {
    font-size: 16px;
}

.ply_fnt {
    font-family: "Playfair", serif;
}

body {
    box-sizing: border-box;
    color: #282524;
    width: 100%;
    height: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

::placeholder {
    color: #9F9E9E;
}

.pedleftt {padding-left:30px !important;}

.ft_14 {
    font-size: 14px;
}

.gap_15 {
    gap: 15px;
}

.gap_20 {
    gap: 15px;
}

.pt_60 {
    padding-top: 60px !important;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_24 {
    margin-top: 24px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_60 {
    margin-top: 60px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_60 {
    margin-bottom:60px;
}

a {
    color: inherit;
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.grid_2 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
}

.playfair_ {
    font-family: "Playfair", serif;
}
.breadcrum {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 20px 0;
	text-align:start;
}
.breadcrum a {
    color: #0F9367!important;
	text-decoration:none!important;
}
.logo_dd a img {
    max-width: 270px
}

.custom_heading {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    position: relative;
    width: max-content;
    padding-right: 50px;
}

.nw_custom_heading {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    position: relative;
}

.custom_heading::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(https://www.badrinath.com/img/prt_icon.svg);
    width: 43px;
    height: 43px;
}

.text {
    font-size: 14px;
}

.hero_sec {
    background-image: url(https://www.badrinath.com/img/hero.webp?ee);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-position: center;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

    .hero_sec::before {
        content: '';
        background: url(https://www.badrinath.com/img/banner-decor.webp) no-repeat;
        background-size: contain;
        max-width: 100%;
        width: 500px;
        height: 500px;
        position: absolute;
        left: -300px;
        top: 10%;
        animation: rotate 50s linear infinite;
        opacity: .7
    }

    .hero_sec::after {
        content: '';
        background: url(https://www.badrinath.com/img/banner-decor.webp) no-repeat;
        background-size: contain;
        max-width: 100%;
        width: 500px;
        height: 500px;
        position: absolute;
        left: auto;
        right: -300px;
        top: 10%;
        animation: rotate 50s linear infinite;
        opacity: .7
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hero_sec_inner {
    text-align: center;
    padding-top: 50px;
}

.hero_sec h1 {
    font-size: 74px;
    color: #fff;
    margin-top: 20px;
}

.hero_sec h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.res_opn {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 14px;
    color: #fff;
    width: max-content;
    margin: auto;
}

.abt_sec {
    background-image: url(https://www.badrinath.com/img/pattern_badrinath.png);
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(https://www.badrinath.com/img/pattern_badrinath.png);
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    padding: 0px 0 70px 0;
}

    .abt_sec .img_sec {
        width: 45%;
    }

.abt_slider .item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

    .abt_slider .item::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 87.16%, rgb(0 0 0) 100%);
        width: 100%;
        height: 100%;
    }

.abt_slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    position: relative;
    top: -35px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .abt_slider.owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.7);
        margin: 0;
    }

    .abt_slider.owl-theme .owl-dots .owl-dot.active span {
        width: 24px;
        background: rgba(255, 255, 255, 1);
    }

.abt_sec .cnt_sec {
    width: 55%;
    background: #F8F3EAB2;
    padding: 24px;
    border-radius: 16px;
}

.abt_btm_sec {
    gap: 20px;
    width: 72%;
    margin: 24px auto 0 auto;
}

.abt_btm_bx {
    background: #F8F3EAB2;
    border-radius: 16px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
}

    .abt_btm_bx img {
        margin-bottom: 10px;
        max-width: 80px;
        transition: all .3s ease
    }

    .abt_btm_bx:hover {
        box-shadow: 0 0 6px 0 #e2d7bd;
    }

        .abt_btm_bx:hover img {
            scale: 1.1
        }

    .abt_btm_bx .h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .abt_btm_bx p {
        font-size: 14px;
    }

.item img, .yatra_pckg_bxx img {
    transition: all .3s ease;
    display: block;
    width: 100%;
}

.item:hover img, .yatra_pckg_bxx:hover img {
    scale: 1.1
}

.grid_4 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
}

.yatra_pckg_nw_sec {
    padding: 40px 0;
}
.pt_40{padding-top:40px;}
.tab_sec {
    background: #F8F3EA;
    position: relative;
}

    .tab_sec::before {
        content: '';
        position: absolute;
        bottom: -84px;
        left: 0;
        background: url(https://www.badrinath.com/img/Border-sm.png);
        width: 100%;
        height: 84px;
        background-size: contain;
    }

.tab_header {
    background: url(https://www.badrinath.com/img/Border_blank.png);
    background-size: cover;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .tab_header span {
        color: #6F6F70;
        font-size: 14px;
        padding: 6px 24px;
        background: #fff;
        border-radius: 4px;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        cursor: pointer;
    }

        .tab_header span img {
            width: 0px;
            opacity: 0;
            visibility: hidden;
            transition: 0.2s;
        }

        .tab_header span.active {
            background: #6a0a0a;
            border: 1px solid #d9ad58;
            color: #fff;
            box-shadow: 2px 2px 0 #FFEB3B;
        }

            .tab_header span.active img {
                opacity: 1;
                visibility: visible;
                transition: 0.2s;
                width: 20px;
            }



.tab-content {
    padding-top: 50px;
    position: relative;
}


.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

.tab-content .tab .cnt_sec {
    width: 55%;
    padding-bottom: 50px;
}

.tab-content .tab .img_sec {
    width: 45%;
}

    .tab-content .tab .img_sec img {
        display: block;
    }


.yatra_pckg_sec {
    margin-top: 78px;
    background: #fff;
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    padding: 70px 0;
}

.yatra_pckg_bxx {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 387px;
    min-height: 387px;
}

    .yatra_pckg_bxx .cnt {
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: 95%;
        padding: 16px 12px;
        border-radius: 14px;
        background: #F8F3EA;
        transform: translateX(-50%);
    }

    .yatra_pckg_bxx .h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }

    .yatra_pckg_bxx p {
        font-size: 14px;
    }

    .yatra_pckg_bxx .prc_bx {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 5px;
        align-items: center
    }

    .yatra_pckg_bxx .prc_bx_lf {
        display: flex;
        flex-direction: column;
    }

    .yatra_pckg_bxx .prc_bx .h5 {
        font-weight: 600;
        font-size: 15px;
    }

    .yatra_pckg_bxx .prc_bx span {
        font-size: 12px;
        color: #4C4C4C;
    }

    .yatra_pckg_bxx .prc_bx a {
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        padding: 10px 22px;
        background: #0A5B9B;
        border-radius: 50px;
        height: max-content;
        transition: all .3s ease
    }

        .yatra_pckg_bxx .prc_bx a:hover {
            background: #07518b;
        }

.yatra_pckg_slider .owl-nav {
    position: absolute;
    margin: 0 !important;
    width: 100%;
    top: 0;
}

    .yatra_pckg_slider .owl-nav button {
        width: 54px;
        height: 54px;
        border-radius: 50% !important;
        border: 8px solid #F5F5F5 !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        background: #fff !important;
    }

    .yatra_pckg_slider .owl-nav .owl-prev {
        position: absolute;
        left: -31px;
        top: 150px;
    }

    .yatra_pckg_slider .owl-nav .owl-next {
        position: absolute;
        right: -31px;
        top: 150px;
    }

.book_sec {
    background: url(https://www.badrinath.com/img/book_us.webp);
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    padding: 70px 0;
}

    .book_sec .custom_heading:before {
        filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(38%) hue-rotate(196deg) brightness(107%) contrast(99%);
    }

.book_bx_prnt {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.book_bx {
    background: #fff;
    border-radius: 16px;
    padding: 10px 16px 24px 16px;
    text-align: center;
}

    .book_bx img {
        max-height: 150px;
        margin-top: -68px;
        transition: all .3s ease
    }

    .book_bx:hover img {
        scale: 1.1
    }

    .book_bx .h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .book_bx p {
        font-size: 14px;
        margin-top: 8px;
    }




.book_slide_02 {
    display: block;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    max-height: 324px;
    color: #000;
}

    .book_slide_02 .cnt {
        font-size: 13px;
        padding: 10px 11px 13px;
        border-radius: 0 0 13px 13px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        background: linear-gradient(178.36deg, rgba(24, 26, 27, 0) -16.37%, #181A1B 65.9%);
        color: #fff;
    }

        .book_slide_02 .cnt .h4 {
            font-size: 16px;
            font-weight: 600;
        }

    .book_slide_02 .cnt {
        transition: all .3s ease-in-out;
    }

        .book_slide_02 .cnt span {
            font-size: 14px;
            margin-top: 2px;
            display: none;
            align-items: center;
            gap: 8px;
            justify-content: end;
        }

            .book_slide_02 .cnt span img {
                width: 18px;
            }

    .book_slide_02 p {
        padding-top: 5px;
        font-size: 14px;
        color: #fff;
        display: none;
    }

.book_hotel_slider .owl-nav {
    position: absolute;
    margin: 0 !important;
    width: 100%;
    top: 0;
}

.book_hotel_slider .owl-nav {
    position: absolute;
    margin: 0 !important;
    width: 100%;
    top: 0;
}

    .book_hotel_slider .owl-nav button {
        width: 54px;
        height: 54px;
        border-radius: 50% !important;
        border: 8px solid #F5F5F5 !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        background: #fff !important;
    }

    .book_hotel_slider .owl-nav .owl-prev {
        position: absolute;
        left: -31px;
        top: 150px;
    }

    .book_hotel_slider .owl-nav .owl-next {
        position: absolute;
        right: -31px;
        top: 150px;
    }

.atrr_src {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(https://www.badrinath.com/img/pattern_badrinath.png);
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    padding: 70px 0;
}

.lst_updt {
    background: url(https://www.badrinath.com/img/lst_updt.webp);
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    padding: 35px 50px;
    height: 320px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 72px;
}

    .lst_updt .h4 {
        font-size: 32px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        position: relative;
        width: max-content;
        padding-right: 50px;
    }

    .lst_updt .dtt {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 14px;
        margin-top: 16px;
    }

.cta {
    text-align: center;
    overflow: hidden;
}

.cta_border {
    width: 105%;
}

.item_01 {
    background: url(https://www.badrinath.com/img/cta_01.webp);
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    padding: 0px 50px;
    color: #fff;
}

.cta .tp_hd {
    font-size: 16px;
}

    .cta .tp_hd .h4 {
        font-size: 32px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
    }

    .cta .tp_hd p {
        margin-top: 32px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

.cta .h5 {
    color: #A80925;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    font-weight: 400;
    margin: 10px auto 0 auto;
    width: max-content;
}

.cta_slider {
    position: relative;
}

    .cta_slider.owl-theme .owl-dots {
        margin-top: 0 !important;
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
    }

        .cta_slider.owl-theme .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.7);
        }

        .cta_slider.owl-theme .owl-dots .owl-dot.active span {
            width: 24px;
            background: rgba(255, 255, 255, 1);
        }

    .cta_slider .item {
        padding: 80px 0;
    }

.accr_div {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .accr_div:last-child {
        border-bottom: 0;
    }

    .accr_div .h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        position: relative;
        padding-left: 40px;
        cursor: pointer;
    }

        .accr_div .h4::before {
            content: '';
            position: absolute;
            left: 0;
            width: 13px;
            height: 3px;
            background: #A80925;
            top: 50%;
            transform: translateY(-50%);
        }

        .accr_div .h4::after {
            content: '';
            position: absolute;
            left: 5px;
            width: 3px;
            height: 13px;
            background: #A80925;
            top: 50%;
            transform: translateY(-50%);
        }

        .accr_div .h4.count::after {
            display: none;
        }

.accr_div_bdy {
    padding-left: 40px;
    display: none;
    margin-top: 10px;
}

    .accr_div_bdy p {
        font-size: 14px;
        margin: 0;
        line-height: 25px;
        color: #626262
    }

    .accr_div_bdy ul {
        padding-left: 15px;
        margin: 0;
    }

        .accr_div_bdy ul li {
            font-size: 14px;
            line-height: 35px;
        }

.flt_accr .custom_heading::before {
    display: none;
}

.clr_rd {
    color: #A80925
}

.dis_blk {
    display: block;
}

#tab3 {
    padding-bottom: 60px;
}

#tab4 {
    padding-bottom: 60px;
}

nav {
    padding: 10px 0;
    background: #fff;
}

    nav .container {
        display: flex;
        align-items: center;
        gap: 50px;
        justify-content: space-between;
    }

.nav_ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .nav_ul a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        position: relative;
    }

        .nav_ul a:hover::after {
            content: '';
            ;
            position: absolute;
            width: 100%;
            bottom: -29px;
            left: 0;
            border-bottom: 3px solid #0A5B9B;
        }
/* --------- */
.pcg_dtt {
    font-size: 12px;
    font-weight: 500;
}

.hamburger {
    display: none;
}

.footer-bar {
    padding: 24px 0;
    background: #000;
    color: #ffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ndertimhgt {
    margin-top: 10px;
    width: 42%;
}

    .ndertimhgt img {
        width: 100%;
    }

.inner_hero_sec {
    padding: 80px 0;
    background: #000;
    text-align: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
}

.pckg_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/pckg_baaner.webp);
}

.near_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/near_by_banner.webp);
}

.abt_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/about_us_banner.webp);
}

.why_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/why_book_banner.webp);
}

.cnct_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/contact_us_banner.webp);
}

.blg_01_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/Blog-1-2702x424.webp);
}

.blg_04_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/blog_4_overlay.webp);
}

.blg_05_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/blog_5_overlay.webp);
}


.blg_06_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/blog_6_overlay_.webp);
}

.blg_02_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/Blog-2-2702x424.webp);
}

.blg_03_inner_hero_sec {
    background-image: url(https://www.badrinath.com/img/Blog-3-2702x424.webp);
}

.inner_hero_sec .container {
    width: 70%;
}

.inner_hero_sec h2 {
    font-size: 40px;
    color: #fff
}

.inner_hero_sec p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.yatra_pckg_bxx_prnt {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}



.nav_overlay {
    display: none;
}

.why_book_sec {
    padding: 40px 0;
}

.why_book_bx_prnt {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.why_book_bx {
    box-shadow: 0px 0px 6px 0px #00000029;
    padding: 30px;
    border-radius: 18px;
    background: #FBF7F1;
}

    .why_book_bx h4 {
        font-size: 22px;
    }

    .why_book_bx p {
        margin-top: 8px;
        font-size: 14px;
    }

.abt_new_sec_inner {
    background-image: url(https://www.badrinath.com/img/nw_ptrn.png);
    width: 100%;
    height: 100%;
    padding: 40px 0;
    background-size: cover;
}

    .abt_new_sec_inner span {
        color: #A66413;
        font-weight: 500;
    }

.abt_new_sec_inner_cnt {
    width: 70%;
    margin: auto;
}

.abt_new_sec {
    padding: 0;
    background-color: #F8F3EA;
}

    .abt_new_sec .container {
        width: 80%;
        text-align: center;
    }

.page_abt_sec {
    padding: 60px 0;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(https://www.badrinath.com/img/pattern_badrinath.png);
    background-size: auto;
    background-repeat: repeat;
    background-size: contain;
}

.page_abt_sec_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 25px;
}

.page_abt_sec_iiner {
    gap: 30px;
}

    .page_abt_sec_iiner .img_sec {
        width: 50%;
        overflow: hidden;
        border-radius: 16px;
    }

    .page_abt_sec_iiner .cnt_sec {
        width: 50%;
    }

.adnl_bx_prnt {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.adnl_bx {
    background: #F8F3EAB2;
    padding: 24px;
}

    .adnl_bx h4 {
        font-size: 22px;
        font-weight: 700;
    }

    .adnl_bx p {
        font-size: 14px;
        margin-top: 15px;
    }

.contact-section {
    padding: 60px 0;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(https://www.badrinath.com/img/pattern_badrinath.png);
    background-repeat: repeat;
    background-size: contain;
}

    .contact-section .contact-box_prnt {
        width: 1100px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

.contact-box {
    flex: 1;
    text-align: center;
    padding: 40px 25px;
}

    .contact-box.active {
        background: #dcd6cf;
        border-radius: 20px;
        box-shadow: 0px 0px 6px 0px #00000029;
        background: #FBF7F1;
    }

.icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.contact-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sub-title {
    font-size: 14px;
    color: #A66413;
    margin-bottom: 12px;
}

.details {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.phone {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.timing {
    font-size: 16px;
    color: #333;
}

.mapouter {
    position: relative;
    text-align: right;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

    .gmap_canvas iframe {
        width: 100%;
        height: 100%;
    }

.mapouter a {
    display: block;
    font-size: 0.85em;
    text-align: center;
    padding: 5px 0;
    color: #6c757d;
    text-decoration: none;
}

.gme-generated-link {
    display: none !important;
}

.footer-bar {
    padding: 10px 0;
    background: #000;
}

    .footer-bar a {
        color: #ffff;
        text-decoration: none;
        font-size: 14px;
    }

    .footer-bar i {
        padding: 16px;
        text-align: center;
        color: #fff;
        background: #ffffff7b;
        height: 50px;
        width: 50px;
        font-size: 20px;
        border-radius: 100%;
    }

.ndertimhgt {
    margin-top: 10px;
    width: 42%;
}

    .ndertimhgt img {
        width: 100%;
    }

.v_all {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    padding: 10px 22px;
    background: #0A5B9B;
    border-radius: 50px;
    height: max-content;
    transition: all .3s ease;
}


/* -----------------blog----- */

.f14 {
    font-size: 14px;
}

.blog-detail-section {
    padding: 40px 0px 0 0;
}

    .blog-detail-section ul {
        padding-left: 15px;
    }

        .blog-detail-section ul li {
            font-size: 14px;
            margin-bottom: 15px;
        }

    .blog-detail-section a {
        color: #0a5b9b;
        text-decoration: underline;
    }

.blog-title {
    font-size: 34px;
    margin-bottom: 10px;
    color: #222;
}

.blog-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

.blog-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
}

.blog-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-content h3 {
    margin: 25px 0 10px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.back-btn {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 5px;
    transition: 0.3s;
}

    .back-btn:hover {
        background: #444;
    }

.blog-detail-faq {
    margin-top: 60px;
    margin-bottom: 60px;
}

.blog-detail-section .container {
    width: 70%;
}

.blog-detail-faq.flt_accr .container {
    width: 70%;
}

.accr_div {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .accr_div:last-child {
        border-bottom: 0;
    }

    .accr_div h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        position: relative;
        padding-left: 40px;
        cursor: pointer;
    }

        .accr_div h4::before {
            content: '';
            position: absolute;
            left: 0;
            width: 13px;
            height: 3px;
            background: #A80925;
            top: 50%;
            transform: translateY(-50%);
        }

        .accr_div h4.count::after {
            content: '';
            position: absolute;
            left: 5px;
            width: 3px;
            height: 13px;
            background: #A80925;
            top: 50%;
            transform: translateY(-50%);
        }
/* .accr_div h4.count::after{ display: block;} */
.accr_div_bdy {
    padding-left: 40px;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #626262
}

    .accr_div_bdy p {
        font-size: 14px;
        line-height: 25px;
        color: #626262
    }

    .accr_div_bdy ul {
        padding-left: 15px;
        margin: 0;
    }

        .accr_div_bdy ul li {
            font-size: 14px;
            line-height: 35px;
        }






@media only screen and (min-width:150px) and (max-width:600px) {


    body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero_sec {
        height: auto;
    }

    .hero_sec_inner {
        padding: 50px 0px 100px 0px;
    }

    .abt_sec .img_sec {
        width: 100%;
    }

    .abt_sec .cnt_sec {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }

    .hero_sec h1 {
        font-size: 40px;
    }

    .abt_btm_sec {
        width: 100%;
    }

    .abt_sec_inner, .tab_sec_inner {
        display: block;
    }

    .abt_sec_inner {
        gap: 0px !important;
    }

    .abt_btm_sec {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom_heading {
        font-size: 24px;
        padding-right: 0px;
        width: auto;
    }

        .custom_heading::before {
            display: none;
        }

    .abt_btm_bx {
        padding: 20px 15px;
    }

        .abt_btm_bx .h4 {
            font-size: 15px;
        }

    .abt_btm_sec {
        gap: 15px;
    }

    .tab_header {
        flex-wrap: wrap;
        background: inherit;
        height: auto;
        display: block;
        padding: 0px 15px;
    }

        .tab_header a {
            margin-bottom: 10px;
        }

            .tab_header a:last-child {
                margin-bottom: 10px;
            }

    .tab-content .tab .cnt_sec {
        width: 100%;
    }

    .tab-content .tab .img_sec {
        width: 100%;
    }

        .tab-content .tab .img_sec img {
            width: 100%;
        }

    .tab_sec {
        padding-top: 40px;
    }

        .tab_sec::before {
            bottom: -45px;
            height: 45px;
        }

    .tab-content .tab .cnt_sec {
        padding-bottom: 30px;
    }

    .book_bx_prnt {
        grid-template-columns: repeat(1, 1fr);
    }

    .item_01 {
        padding: 40px 15px;
        padding-bottom: 40px;
    }

    .cta .h5 span {
        display: block;
    }

    .lst_updt {
        padding: 35px 15px 115px 15px;
    }

    .lst_updt {
        height: auto;
        margin-top: 40px;
    }

        .lst_updt .h4 {
            display: contents;
            font-size: 24px;
        }

    .book_bx img {
        max-height: 108px;
    }

    .book_bx {
        margin-bottom: 40px;
    }

        .book_bx:last-child {
            margin-bottom: 0;
        }

    .cta .tp_hd .h4 {
        font-size: 24px;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0;
        width: 100%;
        z-index: 100000000;
    }

    main {
        margin-top: 78px;
    }

    .nav-icon1 {
        display: block !important;
        height: 35px;
        z-index: 15000;
        position: relative
    }

    .res-full {
        width: 100%
    }

    .nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 33px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        z-index: 1
    }

        .nav-icon1 span:nth-child(1) {
            top: 0
        }

        .nav-icon1 span:nth-child(2) {
            top: 12px;
            width: 25px
        }

        .nav-icon1 span:nth-child(3) {
            top: 24px
        }

    .nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    .nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nav-icon1 span {
        background: #153694
    }

    #header-one.active nav ul li a {
        padding: 9px 20px 9px 0;
        font-weight: 500
    }

    #header-one.active .sub-menu li a {
        padding: 0 7px 10px 0;
        font-size: 15px
    }

    nav ul li a {
        color: #fff !important
    }

    nav .container {
        padding: 0;
    }

    .nav_ul {
        display: flex;
        position: fixed;
        flex-direction: column;
        gap: 22px;
        top: 0;
        right: -100%;
        background: #fff;
        width: 83%;
        height: 100%;
        align-items: end;
        padding: 103px 15px 15px 22px;
        z-index: 1000;
        transition: 0.3s;
    }

        .nav_ul.open {
            right: 0;
            transition: 0.3s;
        }

    .logo_dd {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        z-index: 100;
        padding: 10px 10px;
        background: #fff;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .hero_sec::after {
        content: '';
        width: 250px;
        height: 250px;
        position: absolute;
        left: auto;
        right: -130px;
        top: 9%;
    }

    .hero_sec::before {
        content: '';
        width: 250px;
        height: 250px;
        position: absolute;
        left: -130px;
        top: 9%;
    }

    .abt_sec, .yatra_pckg_sec, .book_sec, .atrr_src {
        padding: 40px 0;
    }

    .tab-content {
        padding-top: 20px;
    }

    .flt_accr, .yatra_pckg_sec {
        margin-top: 40px;
    }

    .accr_div {
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .flt_accr .custom_heading {
        margin-bottom: 20px
    }

    .tab_header span {
        margin: 8px 0;
    }

    .yatra_pckg_bxx_prnt {
        grid-template-columns: repeat(1, 1fr);
    }

    .inner_hero_sec {
        padding: 40px 0;
        height: auto;
    }

        .inner_hero_sec .container {
            width: 100%;
        }

        .inner_hero_sec h2 {
            font-size: 24px;
        }

        .inner_hero_sec p {
            font-size: 14px;
        }

    .ordering {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -moz-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }

    .first_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .second_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .nav_overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        transition: 0.2s;
        display: block;
        z-index: 999;
    }

        .nav_overlay.open {
            right: 0;
        }

    .abt_sec {
        position: relative;
    }

    .why_book_bx_prnt {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .why_book_bx {
        padding: 30px 15px;
    }

    .nw_custom_heading {
        font-size: 24px;
    }

    .abt_new_sec .container {
        width: 100%;
    }

    .abt_new_sec_inner_cnt {
        width: 100%;
    }

    .abt_new_sec_inner {
        padding: 20px 0;
    }

    .page_abt_sec_iiner {
        display: block;
    }

        .page_abt_sec_iiner .img_sec {
            width: 100%
        }

    .page_abt_sec_bx img {
        width: 50px;
    }

    .page_abt_sec_iiner .cnt_sec {
        width: 100%;
        margin-top: 15px;
    }

    .page_abt_sec_bx {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .adnl_bx_prnt {
        grid-template-columns: repeat(1, 1fr);
    }

    .adnl_bx h4 {
        font-size: 18px;
    }

    .inner_hero_sec p {
        display: none;
    }

    .cta .tp_hd p {
        width: 100%;
    }

    .cta_slider .item {
        padding: 60px 15px;
    }

    .nav_ul a:hover::after {
        display: none;
    }

    .v_all {
        white-space: nowrap;
    }

    .yatra_pckg_bxx {
        min-height: 344px;
        height: 344px;
    }

    .abt_sec {
        padding-bottom: 40px;
        padding-top: 0;
    }

    .blog-detail-section .container {
        width: 100%;
    }

    .blog-detail-faq.flt_accr .container {
        width: 100%;
    }
}
