
body {
}

section:first-child {
    padding-top: 70px;
}

section {
    padding: 35px 0;
}

.navbar {
    justify-content: space-between;
    position: fixed;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #F00;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #F00;
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    background: #f39807;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

.dropdown button {
    background: #f8f9fa;
    font-size: 17px !important;
}

.heading {
    font-size: 50px;
    text-align: center;
    color: white;
    margin-bottom: 5px;
}

.description {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    background-color: #000;
    padding: 25px 30px 22px 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 1px #80808082;
    margin-top: 50px;
    background-color: #efb802;
    height: 200px;
    overflow: hidden;
}

    .description:after {
        position: absolute;
        left: 30px;
        bottom: -8px;
        background-color: #fff;
        height: 20px;
        width: 20px;
        content: '';
        display: none;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3px;
        box-shadow: 5px 5px 6px 0px #3bacb170;
        background-color: rgb(92, 89, 92);
    }

*, ::after, ::before {
    box-sizing: border-box;
}

.author-meta:before {
    position: absolute;
    left: 30px;
    bottom: 90px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    box-shadow: 5px 5px 6px 0px #3bacb170;
    background-color: #efb802;
}

.author-meta {
    margin-top: 10px;
    display: flex;
    align-self: flex-start;
}

    .author-meta .content {
        -webkit-box-flex: 1;
        flex: 1;
        margin-top: 10px;
    }

        .author-meta .content .name {
            font-size: 20px !important;
            line-height: 30px;
            font-weight: bold !important;
            margin-bottom: 0;
            background: none !important;
        }

    .author-meta .user_icon {
        width: 50px;
        height: 50px;
        overflow: hidden;
        margin: auto 15px;
        border: 2px solid;
        border-radius: 50%;
    }

.section-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

    .section-title .title {
        font-size: 42px;
        line-height: 56px;
        text-align: left;
        margin-bottom: 0;
        color: #313131;
        text-transform: capitalize;
    }

.Section_About {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #51d5f3;
    color: #fff !important;
}

.Section_Feedback {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #0a618b;
    color: #fff !important;
}

.jumbotron {
    margin-top: 100px;
    text-align: center;
    background-color: #454545;
}


.Mar {
    /* margin-top: 50px; */
    padding: 50px 0;
}
.Mar p{
    font-size:16px;
    text-align:justify;
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    width: 100% !important;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

    .carousel-control-prev span,
    .carousel-control-next span {
        width: 1.5rem;
        height: 1.5rem;
    }

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    height: auto;
    background: #0000007a;
    margin: auto;
    vertical-align: middle !important;
    text-align: center;
    align-items: center;
    padding: 16% 0;
    text-align: left;
    padding-left: 10%;
}
.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    max-height: 460px;
    overflow: scroll;
    overflow-x: hidden;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}


.bck {
    background-color: lightpink;
    padding: 20px 20px 20px 20px;
}


.MarginTB {
    margin-top: 50px;
    margin-bottom: 50px;
}

.br {
    border: 1px solid white;
}

.ft {
    background-color: white;
    color: white;
    font-size: 17px;
    text-align: center;
}

.txtal {
    text-align: center;
    display: none;
    padding: 50px 0;
}

.pg {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-left: 10px;
}

.image-wrapper {
    width: 100% !important;
    overflow: hidden;
    display: block;
    position: relative;
}

.card .image-wrapper img {
    height: 100%;
    width: 100%;
}

.image-wrapper .floating_panel {
    position: absolute;
    color: #fff;
    font-size: 18px;
    width: 100%;
    bottom: 0;
}

    .image-wrapper .floating_panel .package_price,
    .image-wrapper .floating_panel .package_duration {
        background: #ff7500;
        padding: 5px 10px;
    }

    .image-wrapper .floating_panel .package_price {
    }

    .image-wrapper .floating_panel .package_duration {
    }

.hrline {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid #eee;
}


.box-a {
    background: #ffffff;
    color: #fff;
    display: flex;
    padding: 15px;
    float: right;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 3px 3px 6px 1px #0000004a;
}

    .box-a:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 0px;
        height: 0px;
        border-bottom: 15px solid #f46603;
        border-left: 15px solid #fff;
        -webkit-box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
        -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
        display: block;
        width: 0;
    }




.image-wrappertp .floating_paneltp .package_pricetp {
    background: #f00;
    padding: 4px;
}

.image-wrappertp .floating_paneltp .package_pricetp {
}

.image-wrappertp {
    width: 100% !important;
    overflow: hidden;
    display: block;
    position: relative;
}

.cardtp .image-wrappertp img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.image-wrappertp .floating_paneltp {
    position: absolute;
    color: #fff;
    font-size: 18px;
    width: 100%;
    bottom: 0;
}


.sidebar_form_head {
    font-size: 26px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #f46603;
}

.btn-outline-primary {
    color: #212529;
    background-color: white;
    border-color: #525252 !important;
    border: 2px solid;
}

    .btn-outline-primary:hover {
        background: #f46603;
        border-color: #7c3301 !important;
        color: #fff !important;
    }

/*Css For Packages Sliders */
/* normalize */
a {
    text-decoration: none;
}


p {
    margin: 0;
}

/* slider CSS */
#promotional_slider {
    width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

    #promotional_slider .promotionalslider_wrapper {
        width: 100%;
        display: flex;
        /* slick initialized */
    }

        #promotional_slider .promotionalslider_wrapper .slick-arrow {
            font-size: 0;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            -webkit-appearance: none;
            border: 0;
            background: #444;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            outline: none;
        }

            #promotional_slider .promotionalslider_wrapper .slick-arrow:before {
                font-size: 23px;
                color: #fff;
            }

            #promotional_slider .promotionalslider_wrapper .slick-arrow.slick-next:before {
                content: ">";
            }

            #promotional_slider .promotionalslider_wrapper .slick-arrow.slick-prev:before {
                content: "<";
            }

            #promotional_slider .promotionalslider_wrapper .slick-arrow:hover {
                cursor: pointer;
            }

            #promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
                opacity: 0.5;
                background: #ccc;
            }

                #promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled:hover {
                    cursor: not-allowed;
                }

        #promotional_slider .promotionalslider_wrapper.slick-initialized {
            position: relative;
        }

            #promotional_slider .promotionalslider_wrapper.slick-initialized .slick-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 9;
            }

            #promotional_slider .promotionalslider_wrapper.slick-initialized .slick-next {
                right: -25px;
            }

            #promotional_slider .promotionalslider_wrapper.slick-initialized .slick-prev {
                left: -25px;
            }

        #promotional_slider .promotionalslider_wrapper .promotionalslider_single {
            display: flex;
            width: 25%;
            flex: 0 0 25%;
            flex-direction: column;
            margin: 0 10px;
        }

            #promotional_slider .promotionalslider_wrapper .promotionalslider_single .card {
                width: 100%;
            }

                #promotional_slider .promotionalslider_wrapper .promotionalslider_single .card p {
                    background: none;
                    font-size: 14px;
                    font-weight: normal;
                    color: #000;
                    text-transform: capitalize;
                    text-align: left;
                }

            #promotional_slider .promotionalslider_wrapper .promotionalslider_single section {
                background: no-repeat center center/cover;
                width: 100%;
                height: 0;
                padding-top: 100%;
            }

            #promotional_slider .promotionalslider_wrapper .promotionalslider_single p {
                background-color: #444;
                color: #fff;
                text-align: center;
                padding: 10px;
                text-transform: uppercase;
                font-weight: bold;
                font-family: "Arial", sans-serif;
                font-size: 19px;
            }

#promotional_slider1 {
    width: 100%;
    padding: 10px 30px;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
}

    #promotional_slider1 .promotionalslider_wrapper {
        width: 100%;
        display: flex;
        /* slick initialized */
    }

        #promotional_slider1 .promotionalslider_wrapper .slick-arrow {
            font-size: 0;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            -webkit-appearance: none;
            border: 0;
            background: #444;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            outline: none;
        }

            #promotional_slider1 .promotionalslider_wrapper .slick-arrow:before {
                font-size: 23px;
                color: #fff;
            }

            #promotional_slider1 .promotionalslider_wrapper .slick-arrow.slick-next:before {
                content: ">";
            }

            #promotional_slider1 .promotionalslider_wrapper .slick-arrow.slick-prev:before {
                content: "<";
            }

            #promotional_slider1 .promotionalslider_wrapper .slick-arrow:hover {
                cursor: pointer;
            }

            #promotional_slider1 .promotionalslider_wrapper .slick-arrow.slick-disabled {
                opacity: 0.5;
                background: #ccc;
            }

                #promotional_slider1 .promotionalslider_wrapper .slick-arrow.slick-disabled:hover {
                    cursor: not-allowed;
                }

        #promotional_slider1 .promotionalslider_wrapper.slick-initialized {
            position: relative;
        }

            #promotional_slider1 .promotionalslider_wrapper.slick-initialized .slick-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 9;
            }

            #promotional_slider1 .promotionalslider_wrapper.slick-initialized .slick-next {
                right: -25px;
            }

            #promotional_slider1 .promotionalslider_wrapper.slick-initialized .slick-prev {
                left: -25px;
            }

        #promotional_slider1 .promotionalslider_wrapper .promotionalslider_single {
            display: flex;
            width: 25% !;
            flex: 0 0 25%;
            flex-direction: column;
            margin: 0 10px;
        }

            #promotional_slider1 .promotionalslider_wrapper .promotionalslider_single .card {
                width: 100%;
                background: none;
                box-shadow: none;
            }

                #promotional_slider1 .promotionalslider_wrapper .promotionalslider_single .card .description p {
                    background: none;
                    font-size: 16px !important;
                    font-weight: normal;
                    color: #000;
                    text-transform: capitalize;
                    text-align: left;
                }

            #promotional_slider1 .promotionalslider_wrapper .promotionalslider_single section {
                background: no-repeat center center/cover;
                width: 100%;
                height: 0;
                padding-top: 100%;
            }

            #promotional_slider1 .promotionalslider_wrapper .promotionalslider_single p {
                background-color: #444;
                color: #fff;
                text-align: center;
                padding: 10px;
                text-transform: uppercase;
                font-weight: bold;
                font-family: "Arial", sans-serif;
                font-size: 17px;
            }
/*End of the Slider for Packages Details */

/*CSS for About Section Starts Here*/
.about_section {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

    .about_section .Mar {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0;
    }

.section_body {
    display: block;
    width: 100%;
    max-width: 100%;
}
/*End of the CSS for About Section*/
/*CSS for Destination Section Starts Here*/
.Destination_section {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

    .Destination_section .Mar {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0;
    }

        .Destination_section .Mar .card {
            margin: 15px 0
        }
/*End of the CSS for Destination Section*/
/*Start For FAQ Panel CSS*/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #ffb900 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

    #accordion .panel-title a.collapsed {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: #333;
    }

        #accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
            background: #ffb900 none repeat scroll 0 0;
            border: 1px solid transparent;
            border-radius: 50%;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
            color: #fff;
            content: '\f103';
            font-family: fontawesome;
            font-size: 25px;
            height: 55px;
            left: -20px;
            line-height: 55px;
            position: absolute;
            text-align: center;
            top: -5px;
            transition: all 0.3s ease 0s;
            width: 55px;
        }

        #accordion .panel-title a.collapsed::after {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ddd;
            box-shadow: none;
            color: #333;
            content: '\f001';
        }

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

    #accordion .panel-body p {
        border-left: 1px dashed #8c8c8c;
        padding-left: 25px;
    }
/*End of the FAQ Panel CSS*/
.page_title {
    text-align: center;
    font-size: 40px !important;
    margin-bottom: 5px !important;
    margin-top: 27px;
    color: white;
    font-family: sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.jumbotron {
    background-image: url(../Images/Chardham/badrinath-dham.jpg);
    background-origin: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
}

.jumbotron_panel {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: rgb(0 0 0 / 60%);
    padding: 50px 20px;
}

    .jumbotron_panel .breadcrumb {
        background: none;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

.text-orange {
    color: #f46603;
}

.destination_details {
    margin: 15px 0px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 0 0 15px 15px;
    box-shadow: 2px 3px 3px #ddd;
}

    .destination_details .detail_buttons {
        background: #eee;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-top: 10px;
    }

        .destination_details .detail_buttons .btn_Details {
            padding: 25px 10px;
            position: relative;
            display: block;
            width: auto;
            font-size: 16px;
            background: #fff;
            border-radius: 5px 5px 0 0;
            margin-right: 5px;
            min-width: 120px;
            text-align: center;
            font-weight: 600;
            color: #013d5a;
            text-transform: capitalize;
        }

            .destination_details .detail_buttons .btn_Details:hover,
            .destination_details .detail_buttons .btn_Details.active,
            .destination_details .detail_buttons .btn_Details:focus {
                background: #f46603;
                color: #fff;
                text-decoration: none;
            }

    .destination_details .Details_information {
        border: 1px solid;
        border-color: #ddd;
        height: auto;
        display: block;
        position: relative;
    }

        .destination_details .Details_information .Information_panel {
            font-size: 16px;
            padding: 25px;
            font-family: sans-serif;
        }

        .destination_details .Details_information .Information_panel1 {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        }

        .destination_details .Details_information .Information_panel p,
.destination_details .Details_information .Information_panel p span{
            font-size: 16px !important;
        }

.title {
}

    .title p {
        font-size: 26px;
        margin-bottom: 0px;
        text-align: center;
        text-transform: uppercase;
        color: #f46603;
    }

.Product_list {
    margin: 50px 0px;
}

    .Product_list .Few_ProductsList {
    }

        .Product_list .Few_ProductsList .promotionalslider_single {
            margin-top: 25px;
            margin-bottom: 25px;
        }

            .Product_list .Few_ProductsList .promotionalslider_single .card {
                width: 100%;
            }

                .Product_list .Few_ProductsList .promotionalslider_single .card p {
                    padding: 10px;
                }

.query_Title {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
}

.query_body {
    font-size: 16px;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
}

.query_footer {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.tour_packages {
}

    .tour_packages .packages_Panel {
        padding: 0px !important;
    }

    .tour_packages .packages_title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding: 20px 5px;
        background: #ff6a00;
        color: #fff;
    }

    .tour_packages p {
        padding: 10px 20px;
    }

    .tour_packages hr {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .tour_packages .packages_Panel .btn:hover {
        color: #fff;
        background: #ff6a00;
        border-color: #ff6a00;
    }

    .tour_packages .packages_footer {
        justify-content: center;
        margin-top: 0;
        text-align: center;
        background: #016f89;
        color: #fff;
        padding: 10px 0;
    }

        .tour_packages .packages_footer a {
            color: #fff;
        }

.Information_panel p {
    margin-bottom: 15px;
}

.destination_details1 {
    /*border: 1px solid #ddd;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            box-shadow: 0px 3px 7px 3px #ddd;*/
}

    .destination_details1 .Title {
        font-weight: 900;
        font-family: sans-serif;
        background: #016f89;
        color: #fff;
    }

        .destination_details1 .Title h3 {
            font-weight: 900;
            padding-bottom: 5px;
            margin: 0;
            padding: 25px;
        }

            .destination_details1 .Title h3::after {
                border-bottom: 4px solid;
                border-color: #f46603;
                width: 250px;
            }

        .destination_details1 .Title::after {
            border-bottom: 4px solid;
            border-color: #f46603;
            width: 250px;
        }

    .destination_details1 .body {
        padding: 10px 25px;
        text-align: justify;
    }

.tour_Details {
}

.action_buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.tour_Details .tour_destinations {
    padding-bottom: 25px;
}

    .tour_Details .tour_destinations label {
        width: 20%;
        margin: 0;
        color: #f46603;
    }

        .tour_Details .tour_destinations label:nth-child(n+2) {
            width: 3%;
            text-align: center;
            margin: 0;
        }

    .tour_Details .tour_destinations span {
        width: 78%;
    }

.footer {
}

    .footer .social_media {
    }

        .footer .social_media .facebook {
            color:#022472;
        }

        .footer .social_media .twitter {
            color: #022472;
        }

        .footer .social_media .instagram {
            color: #022472;
        }

        .footer .social_media .whatsapp {
            color: #022472;
        }

        .footer .social_media a {
            padding: 5px;
            background: #fff;
            margin: 5px;
            border-radius: 5px;
            width: 60px;
            height: 60px;
            text-align: center;
            vertical-align: middle;
        }

            .footer .social_media a i {
                font-size: 35px;
                margin: 10px;
            }

    .footer h3 {
        color: #fff;
    }

    .footer p {
        color: #fff;
        font-size: 16px;
    }

    .footer li {
        color: #fff;
    }

    .footer a {
        color: #fff;
        font-size: 16px;
    }
