* {
    margin: 0;
    padding: 0;
}

:root {
    --aliceFont: 'Google Sans', Arial, Helvetica, sans-serif;
    --interFont: 'Google Sans', Arial, Helvetica, sans-serif;
    --textColor: #3e3e3e;
    --headingColor: #222;
    --themColor: #ab2a2f;
}

body {
    font-size: 15px;
    font-family: var(--interFont);
    letter-spacing: 0.3px;
    color: var(--textColor);
    font-weight: 400;
    padding-top: 162px;
    padding-bottom: env(safe-area-inset-bottom);
}
@media(max-width:767px){
     body{
        padding-bottom: calc(44px + env(safe-area-inset-bottom));
     }
     .theplacHeader{
        line-height: 0px;
     }
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
        @media(max-width:767px){
        body{
            padding-bottom: calc(60px + env(safe-area-inset-bottom));
        }
    }
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--aliceFont);
    color: var(--headingColor);
}

a,
p,
span,
strong,
div,
iframe,
marquee {
    color: var(--headingColor);
}

a {
    color: var(--headingColor);
}

.p-0 {
    padding: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.align-items-center {
    align-items: center !important;
    padding: 6px 0;
}

.section_padding {
    padding: 50px 0px;
}

.section_padding_top {
    padding-top: 50px;
}

.section_padding_bottom {
    padding-bottom: 50px;
}

/* .contact-info a{
    margin-right:30px;
    transition:0.5s;
    
} */
.contact-info a:hover {
    color: red;
    text-decoration: underline;
}

.contact-info a i,
.contact-info a img {
    margin-right: 10px;
}

.contact-info {
    justify-content: end;
}

.theplacHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #f6eee1;
}

.theplacHeader marquee {
    padding-top: 6px;
}

.contact-info .special.header_btn {
    border-radius: 0px;
    padding: 6px 22px;
    transition: 0.5s;
    border: 1px solid #ab2a2f;
    margin-right: 0;
    text-decoration: none;
    border-radius: 20px;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--interFont);
    padding: 8px 18px;
    text-transform: capitalize;
}

/* .navbar-nav > li > a:last-child{
    padding-right: 0 !important;
} */
.nav.navbar-nav.menup .ldistination-btn {
    padding-right: 0 !important;
}

.dropdown-menu>li>a {
    font-size: 14px;
}

.header-nav .navbar-collapse {
    margin-bottom: 5px;
}

.header-nav .navbar-collapse .navbar-nav.menup li:hover {
    background: #fff;
    border-radius: 0px;
    color: #174573;
}

.header-nav .navbar-collapse .navbar-nav.menup>:hover>a {
    color: #174573;
}

.navbar-nav>li:first-child a {
    padding-left: 9px !important;
    padding-right: 10px !important;
}

/* .special.header_btn {
    border-radius: 0px;
    padding: 8px 22px;
    transition: 0.5s;
    border: 1px solid #ab2a2f;
} */

.contact-info .special.header_btn:hover {
    background: white;
    color: #ab2a2f !important;
}


.section_banner {
    position: relative;
}

.section_banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.section_banner .container .train_wrap {
    max-width: 347px;
    background: url(../images/banner-image/shape-img.png);
    margin-left: auto;
    padding: 40px;
    text-align: center;
    padding-bottom: 80px;
    background-size: 100% 100%;
}

.section_banner .container .train_wrap .bottom_text h3 {
    margin: 0;
    line-height: 1.2;
}

.banner_image {
    width: 100%;
}

.banner_image img {
    width: 100%;
}

.section_banner .container .train_wrap h1 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    margin-top: 16px;
}

.section_banner .container .train_wrap .banner_text {
    font-size: 18px;
    line-height: 1.4;
    color: #101010;
    margin-bottom: 20px;
    margin-top: 20px;
}

.headings h2 {
    margin: 0;
    font-size: 24px;
    line-height: 0.9;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.headings h1,
.headings h2 {
    margin: 0;
    font-size: 24px !important;
    line-height: 0.9;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.headings h1:after,
.headings h2:after {
    content: '';
    height: 3px;
    width: 89px;
    background: var(--themColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    border-radius: 4px;
}

ul.sidebar-menu.city_list {
    padding-left: 0px !important;
    list-style: none;
}

.headings h2:after {
    content: '';
    height: 3px;
    width: 89px;
    background: var(--themColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    border-radius: 4px;
}

.headings .sub_title {
    color: var(--themColor);
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}

.headings {
    line-height: 1;
}

/* --------offer section----------- */
.offer-section {
    background: #f6eee1;
    padding: 35px 0 35px;
}

.offer-section .offer-container .offer-row .title-section {
    display: flex;
    align-items: center;
}

.offer-container .offer-row table {
    width: 100%;
}

.offer-container .offer-row table tr th:first-child {
    width: 35%;
    background-color: #ae1819;
    color: white;
    padding: 6px 0px 6px 20px;
    border-right: 1px solid white;
}

.offer-container .offer-row table tr th:last-child {
    width: 65%;
    background-color: #ae1819;
    color: white;
    padding: 6px 0px 6px 20px;
}

.offer-container .offer-row table tr td {
    padding: 6px 0px 6px 20px;
    background: white;
    border: 1px solid #ccc;
    font-size: 14px;
}

.offer-container .offer-row table tr td label {
    margin-bottom: 0;
    font-weight: normal;
}

.offer-container .offer-row .title-section .offer-title {
    width: 50%;
}

.offer-container .offer-row .title-section .yearSelect {
    text-align: end;
    width: 41%;
    margin-right: 8px;
}

.offer-row .title-section .yearSelect #yrSelect,
.offer-row .title-section .month-select #mnthSelect {
    padding: 4px 8px 4px 15px;
    /* text-align: center; */
    border: 1px solid #ae1819
}

.offer-row .title-section .month-select #mnthSelect:focus,
.offer-row .title-section .yearSelect #yrSelect:focus {
    outline: none;
}




.article-center p a {
    color: var(--headingColor);
    font-weight: 700;
}

.color_span {
    color: var(--themColor);
}

/* .luxury_trains {
    background-image: url(../images/banner-image/train-and-cloud1.png);
    background-color: #f6f6ec;
    background-repeat: repeat;
} */

/* .luxury_train_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 40px;
} */

.luxury_train_wrapper .lusury_items {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ab2a2f;
    transition: 0.5s;
    /* box-shadow: 0px 2px 20px -6px #24211f42; */
}

.luxury_train_wrapper .lusury_items:not(:last-child) {
    margin-bottom: 20px;
}

.luxury_train_wrapper .lusury_items a {
    display: flex;
    padding: 12px;
    transition: 0.5s;
}

.luxury_train_wrapper .lusury_items a:hover {
    background: #f6f6f6;
    box-shadow: 11px 8px 3px rgb(0 0 0 / 54%);
}

.luxury_train_wrapper .lusury_items .luxury_image:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.luxury_train_wrapper .lusury_items .luxury_image {
    width: 200px;
    overflow: hidden;
    height: 200px;
}

.price_section {
    transition: 0.5s;
    font-size: 13px;
    margin-bottom: 5px;
}

.price_section span {
    display: block;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.luxury_train_wrapper .lusury_items .luxury_image img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    transition: 0.5s;
}

.luxury_train_wrapper .lusury_items .luxury_content {
    display: flex;
    height: 200px;
    width: calc(100% - 200px);
    padding-left: 12px;
}

.luxury_train_wrapper .lusury_items .luxury_content .content_detail {
    width: calc(100% - 180px);
}

.luxury_train_wrapper .lusury_items .luxury_content .luxury_train_item_footer {
    width: 180px;
    justify-content: end;
    display: flex;
    align-items: end;
}

.luxury_train_wrapper .lusury_items .luxury_content h5 {
    margin: 0px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: var(--interFont);
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pkgDuration {
    display: inline-block;
    background: #a52a2a;
    padding: 5px 8px;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
}

.luxury_train_wrapper .lusury_items .luxury_content .luxury_title h3 {
    margin: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    /* margin-top: 10px; */
    font-family: var(--interFont);
}

.luxury_train_wrapper .lusury_items .luxury_content p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 17px;
}

/* .theme_button {
    font-size: 14px;
    font-weight: 600;
    background: #a52a2a;
    padding: 4px 16px;
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #a52a2a;
    transition: 0.5s;
} */

.theme_button {
    font-size: 13px;
    /* font-weight: 600; */
    background: #a52a2a;
    padding: 4px 7px;
    display: inline-block;
    color: #fff;
    border: 1px solid #a52a2a;
    transition: 0.5s;
    /* float: right; */
    margin-bottom: 10px;
    border-radius: 2px;
}

.theme_button:hover {
    color: #a52a2a;
    background: none;
}

.ms-70 {
    margin-left: 70px;
}

.me-70 {
    margin-right: 70px;
}

.headings.left_heading h2:after {
    left: 0;
    transform: translateX(0);
}

/* ======== explore about ========= */

/*Explore about train*/
section.explore {
    padding: 35px 0;
}

section.explore h2 {
    font-size: 25px;
    padding-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    text-align: left;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

section.explore h2 span {
    color: #ab2a2f;
}

section.explore p {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #464141;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 5px 0;
}

section.explore .train-gallery {
    padding-top: 25px;
    overflow: hidden;
    height: 402px;
}

section.explore .train-gallery img {
    width: 100%;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 46%;
    margin-left: -20px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 46%;
    right: -25px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-buttons div {
    /* left arrow */
    width: 55px;
    /* width background image */
    height: 0 !important;
    padding-top: 33px !important;
    /* height background image */
    overflow: hidden !important;
}

.owl-buttons .owl-prev {
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    float: left;
    margin-left: 15px;
}

.owl-buttons .owl-next {
    /* right arrow */
    float: right;
    background-image: url("../images/previous-arrow.png") !important;
    background-repeat: no-repeat;
    margin-right: 15px;
}

section.explore .trainparts {
    margin: 10px 15px 0 15px
}

section.explore .trainparts .trainparts_box .train-circule {
    width: 52px;
    height: 52px;
    border-radius: 47px;
    background: #f1f1f1;
    text-align: center;
    border: solid 1px #ccc;
    line-height: 52px;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}

section.explore .trainparts .main_holder {
    margin-top: 40px;
    display: block;
}

section.explore .trainparts .main_holder a {
    text-decoration: none;
}

section.explore .trainparts p {
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
}

section.explore .trainparts .trainparts_box {
    border: solid 1px #ccc;
    height: 100px;
    transition: background 0.5s ease;
}

section.explore .trainparts .trainparts_box h3 {
    color: #2f2b2b;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

section.explore .trainparts p {
    font-size: 12px;
    text-align: center;
    color: #aa1717;
    font-weight: 600;
}

section.explore .trainparts .trainparts_box:hover {
    background: #aa1717;
    border: solid 1px #aa1717;
}

section.explore .trainparts .trainparts_box:hover h3 {
    color: #fff;
}

section.explore .trainparts .trainparts_box:hover p {
    color: #fff;
}

section.explore .trainparts .trainparts_box:hover .train-circule {
    width: 52px;
    height: 52px;
    border-radius: 47px;
    background: #ffffff;
    text-align: center;
    border: solid 1px #aa1717;
    line-height: 52px;
    position: absolute;
}





/* .about-container .train-gallery .item img{
    width: 100%;
}
.exploreAbout .about-container .about-row{
    display: flex;
    flex-direction: row-reverse;
}
.aboutExlplore_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    padding-top: 15px;
}

.aboutExlplore_list li {
    display: flex;
    list-style: none;
    transition: 0.5s;
    margin-bottom: 16px;
    text-align: center;
    padding: 30px 10px;
    font-size: 14px;
    border:1px solid #ccc;
    transition: 0.4s;
    position: relative;
  
    
}
.aboutExlplore_list li:hover{
    background: #ae1819;
    border: 1px solid #ae1819;
    color: white !important;
}
.aboutExlplore_list li .icon {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}
.aboutExlplore_list li .content_wi a{
    color: #ae1819;
}
.aboutExlplore_list li:hover .content_wi a{

    color: white;
}
.aboutExlplore_list li:hover .icon{
    border: 1px solid #ae1819;
    background: white;
}
.aboutExlplore_list li:hover h5{
    color: white !important;
}
.aboutExlplore_list li .icon img {
    height: 25px;
} */

/* .aboutExlplore_list li:last-child{
    margin-bottom:0px;
} */
/* .aboutExlplore_list li .content_wi {
    width: calc(100% - 70px);
    padding-left: 15px;
} */
/* .aboutExlplore_list li .content_wi h5 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--interFont);
} */

/* .sliderWrapper {
    padding: 30px;
    background-image: url(../images/banner-image/train-and-cloud1.png);
    background-color: #f6f6ec;
} */
/* .headings .font_18{
    font-size:28px
} */

/* ======== explore about end ========= */


/*======== blog-section ========*/
.blog_section .blog-row {
    margin-top: 20px;
}

.blog_section .blog-row .blogLista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.blog_section .blog-row .blogListItem {
    background: white;
    padding: 16px 20px;
    border-radius: 3%;
    box-shadow: 0px 0px 23px 0px #dfdfdf;
}

.blog_section .blog-row .blog_content .blog-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 5px rgb(0 0 0 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
}

.blog_section .blog-row .blog_content .blog-content-text {
    width: calc(100% - 60px);
    padding-left: 14px;
}

.blog_section .blog-row .blogListItem .blog_content {
    display: flex;
}

.blog_section .blog-row .blog_content .blog-img img {
    width: 30px;
    object-fit: cover;
}

.blog_section .blog-row .blog-content-text .blog_title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_section .blog-row .blog-content-text p {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_section .blog-row .blog-content-text .blogBtn {
    transition: 0.2s;
    position: relative;
}

.blog_section .blog-row .blog-content-text .blogBtn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    background: #a52a2a;
    bottom: -3px;

}

.blog_section .blog-row .blog-content-text .blogBtn:hover {
    color: #a52a2a !important;
}

.blog_section .blog-row .blog-content-text .blogBtn:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: #a52a2a;
    bottom: -3px;
    transition: 0.3s;
}

.blog-row .blog-content-text .blogBtn:hover img {
    padding-left: 6px;
    transition: 0.2s;
}

/* -------why choose us------ */

.testimonial-content {
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
}

.testimonial-content::-webkit-scrollbar {
    width: 5px;
}

.testimonial-content::-webkit-scrollbar-thumb {
    background: #a52a2a;
    border-radius: 4px;
}

.choose-section {
    padding: 40px 0 40px;
}

.choose-container .choose-row {
    display: flex;
    align-items: center;
}

.choose-section .choose-container .choose-content .choose-count {
    background: #ab2a2f;
    text-align: center;
    border-radius: 0 12px;
    padding-bottom: 20px;
}

.choose-section .choose-container .choose-content .choose-count p {
    font-size: 35px;
    color: white;
    position: relative;
    padding: 21px 10px;
}

.choose-container .choose-content .choose-count p::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: white;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.choose-container .choose-row .col-md-6.col-left .choose-count-list {
    list-style: none;
}

.choose-row .col-md-6.col-left .choose-count-list li p {
    border-bottom: 2px dotted orange;
}

.choose-row .col-md-6.col-left .choose-count-list h5 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 14px;
    color: #ab2a2f;
    padding-bottom: 0;
}


.choose-container .choose-row .col-md-6.col-right .testimonial .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.choose-row .col-md-6.col-right {
    text-align: center;
}

.choose-row .col-md-6.col-right .testimonial {
    border: 1px solid orange;
    border-radius: 10px;
    padding: 20px;
}

.choose-row .col-md-6.col-right .testimonial .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-md-6.col-right .testimonial .testimonial-content h5 {
    margin: 0;
    padding: 1px;
}

/* -------faq section-------- */
.faq-section {
    padding: 40px 0;
    background-color: #f6eee1;
    background-repeat: repeat
}

.faq-section .faq-accordian {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.faq-section .faq-accordian .faq-item {
    border: 1px solid rgb(205, 204, 204);
    background: white;
    border-radius: 5px;
    height: fit-content;
}

.faq-section .faq-accordian .faq-item .faq-head-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}

.faq-section .faq-accordian .faq-item:hover {
    cursor: pointer;
}

.faq-accordian .faq-item .faq-head-text h3 {
    margin: 0;
    font-family: var(--interFont);
    font-size: 16px;
}

.faq-section .faq-accordian .faq-item .faq-head-text img {
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.faq-accordian .faq-item .faq-head-text.active img {
    transform: rotate(180deg);
    transition: 0.5s;
}

.faq-section .faq-container .faq-col h2 {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 30px !important;
    font-size: 20px;
}

.faq-section .faq-container .faq-col h2:after {
    content: '';
    height: 3px;
    width: 89px;
    background: var(--themColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    border-radius: 4px;
}

.faq-accordian .faq-item .faq-desc {
    display: none;
    padding: 16px;
    padding-top: 0;
}

.faq-accordian .faq-item .faq-desc p {
    padding: 0;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section.map_section p.highlight_para {
    padding: 10px !important;
    background: #f6eee1;
    width: 100% !important;
}

.map_section .table-responsive {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    overflow-x: auto;
}

.map_section .table-responsive td.thd-heading {
    background-color: #312212;
    color: rgb(255, 255, 255) !important;
    padding: 10px 20px !important;
    text-shadow: none !important;
}

/* .faq-accordian .faq-item .faq-desc p {
    word-break: break-all;
} */

img.awards {
    margin-right: 15px;
    box-shadow: 0px 2px 4px 0px rgb(185, 181, 155);
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 6px solid #fff;
    margin-bottom: 10px;
}

@media(max-width:767px) {

    section.map_section .container,
    section.map_section .container div[class^="col-"] {
        padding: 0px;
    }

    img.awards {
        width: 100%;
    }
}

ul.choose-count-list li {
    padding-left: 122px;
    position: relative;
}

ul.choose-count-list li .why_choose_count {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.choose-count-list li .why_choose_count p {
    margin: 0;
    font-size: 35px;
    color: #fff;
    border: none !important;
}

.choose-count-list {
    position: relative;
    width: 85%;
}

.choose-count-list:before {
    content: '';
    background: #ab2a2fed;
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 12px;
}

/* -------------------- Journey list page ------------------------- */
section.overview p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.journey_list_setion {
    background: #fffcf5;
    padding: 35px 0;
}

.journey_list_wrapper {
    margin: 0;
}

.journey_list_item .journey_link {
    display: flex;
    align-items: start;
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    transition: 0.5s;
}

.journey_list_item .journey_link:hover {
    background: rgb(255 230 128 / 12%);
    box-shadow: 3px 6px 9px 0 rgb(0 0 0 / 2%);
}

.journey_list_item .journey_link .journey_image {
    width: 30%;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    position: relative;
}

.journey_list_item .journey_link .journey_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.journey_list_item .journey_link .journey_image:hover img {
    transform: scale(1.1);
}

.journey_list_item .journey_link .journey_content {
    width: calc(100% - 30%);
    display: flex;
    align-items: start;
    padding: 10px;
}

.journey_list_item .journey_link .journey_content .content_title {
    width: 70%;
    padding-right: 10px;
}

.journey_list_item .journey_link .journey_content .content_price {
    width: calc(100% - 70%);
    padding-left: 10px;
    border-left: 1px solid #d8d8d8;
    text-align: right;
    height: 180px;
}

.journey_list_item .journey_link .journey_content .content_title h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.journey_list_item .journey_link .journey_content .content_title h3:hover {
    text-decoration: underline;
}

.journey_list_item .journey_link .journey_content .content_title h5 {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #a52a2a;
}

.journey_list_item .journey_link .journey_content .content_title p {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    margin-top: 6px;
}

.journey_list_item .journey_link .journey_content .content_title p svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.journey_list_item .journey_link .price_area {
    text-align: right;
}

.journey_list_item .journey_link .price_area h6.price {
    font-size: 22px;
    margin: 0;
    color: #a52a2a;
    font-weight: 600;
}

.border-radius {
    border-radius: 8px;
}

.journey_list_item .journey_link .tour_duration {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    justify-content: end;
}

.journey_list_item .journey_link .tour_duration span {
    color: #ff641a;
    border: 1px solid red;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 14px;
}

.journey_list_wrapper .journey_list_item {
    margin-bottom: 20px;
}

.journey_list_wrapper .journey_list_item:last-child {
    margin-bottom: 0px;
}



/* -------------------- Journey list page ------------------------- */


/* jour_filter_list */
.journey_list_setion .filter-section {
    background: #fff;
    border-radius: 8px;
}

.journey_list_setion .filter-section .filter-card {
    display: flex;
    align-items: center;
    padding: 14px;
}

.journey_list_setion .filter-section .filter-card .filter-title {
    font-size: 16px;
    color: #212123;
    font-weight: 500;
    margin: 0;
}

.journey_list_setion .filter-section .filter-card i {
    color: white;
    padding-right: 5px;
}

.journey_list_setion .filter-section .category .category-title h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 14px 0;
}

.journey_list_setion .filter-section .category .category-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.journey_list_setion .filter-section .category {
    padding: 0 14px 14px;
}

.journey_list_setion .filter-section .category .category-title {
    border-top: 1px solid #d8d8d8;
}

.category .category-content ul li {
    transition: 0.3s;
    padding: 0px 0px;
    margin-bottom: 14px;
}

.category .category-content ul a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.category .category-content ul a span {
    font-size: 12px;
}

.journey_list_setion .filter-section .category .category-content i {
    padding-right: 5px;
    font-size: 11px;

}

/* jour_filter_list */


/* ------------------- indian sojourn table -------------------------- */
/* .indian_sojurn .dynamic_departure_date_content_table {
    padding: 0 20px;
}
.indian_sojurn .departue_data_table {
    border-spacing: 0 14px;
    border-collapse: separate;
}
table.departue_data_table tr{
    background:none !important;
    box-shadow: 0 1px 12px 0 rgba(81,107,118,.15);
}
.indian_sojurn .departue_data_table tbody {
    transform: translateY(-25px);
}

.indian_sojurn .departue_data_table tbody tr th {
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 14px;
    color: #67c1fb;
}
.indian_sojurn .dynamic-data_list table.departue_data_table td, .dynamic-data_list table.departue_data_table th {
    padding: 15px;
    background: #fff;
}

.indian_sojurn  #indian_sojourn_enable tr td:first-child {
    border-radius: 8px 0 0 8px !important;
}

.indian_sojurn #indian_sojourn_enable tr td:last-child {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.indian_sojurn .dynamic-data_list table.departue_data_table th {
    background: #1a5d88;
    padding: 0;
    padding-bottom: 10px;
}

.indian_sojurn .dynamic-data_list .dyanami_departure_year:before {
    background: #1a5d88;
    content: '';
    height: 79px;
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    display: none;
    z-index: -1;
}
.indian_sojurn .dynamic-data_list .dyanami_departure_year.open:before{
    display: block;
}

.indian_sojurn .departue_data_table tbody {
    transform: translateY(-25px);
}

.indian_sojurn .dynamic-data_list .dyanami_departure_year {
    margin-bottom: 15px !important;
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    z-index: 1;
}
.indian_sojurn .dynamic-data_list .dynamic_data_year_heading_deccan{
    padding:20px 15px;
}
.indian_sojurn .dyanmic_data_year_category{
    border:none !important
} */

.content-desc_ h2 {
    margin-bottom: 0;
    font-size: 20px;
}

/* ------------------- indian sojourn table -------------------------- */


/* --------------- price page ------------------ */
.payment_cancellation {
    padding: 35px 0;
    background: #f6eee1;
}

.payment_cancellation h3 {
    font-size: 18px;
}

.article-left.headings.destinations-content h2:after {
    left: 0;
    transform: translateX(0px);
}

/* --------------- price page ------------------ */

/* -------------- blog detail ------------------ */
.blog_contentWrap h3,
.blog_contentWrap h2 {
    font-size: 18px;
}

.blog_contentWrap p {
    padding: 0;
}

.blog_detail_imgwrap img {
    width: 100%;
    height: auto;
}

.blog_contentWrap .entry-header h1.entry-title {
    margin: 0;
    font-size: 32px;
}

.blog_contentWrap .cat-links a {
    color: #a52a2a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.blog_contentWrap .entry-meta {
    font-size: 12px;
    font-weight: 500;
}

.blog_contentWrap .entry-header {
    margin-bottom: 10px;
}

section.blog_detail {
    padding: 35px 0;
}

.blog_detail .blog_sidebar {
    border-radius: 8px;
    overflow: hidden;
}

.blog_detail .blog_sidebar>h3 {
    font-size: 18px;
    margin: 0;
    padding: 14px;
    background: rgb(171 42 47);
    color: #fff;
}

.blog_detail .blog_sidebar ul.rending_blog_list {
    list-style: none;
    margin: 0;
    padding: 14px;
    padding-top: 14px;
    border: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item {
    display: flex;
    align-items: center;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
    transition: 0.5s;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content span.blog_meta {
    font-size: 14px;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content h3:hover {
    text-decoration: underline;
}

.blog_contentWrap ol {
    padding-left: 30px;
}

.blog_contentWrap ol li {
    margin-bottom: 10px;
}

.blog_contentWrap ol li:last-child {
    margin-bottom: 0px;
}

.blog_contentWrap blockquote {
    background: #f7f7f7;
    font-size: 16px;
    border-color: #a52a2a;
}

.blog_contentWrap blockquote p {
    font-size: 16px;
}

.blog_contentWrap ul {
    padding-left:16px;
}

.blog_contentWrap ul li {
    /* background-image: url(../images/right-arrow.png); */
    /* padding-left: 22px; */
    background-repeat: no-repeat;
    background-size: 11px;
    background-position-y: 29%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}

section.overview.bg_info ul.exclusions li {
    background-image: url(../images/close_icon.png);
}

/* -------------- blog detail ------------------ */

/* ------------ destination ---------------- */
.destination_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-right: 12px;
}

.destination_row .destination_item {
    line-height: 1;
    border-radius: 8px;
    overflow: hidden;
}

.destination_row .destination_item a {
    height: 100%;
    width: 100%;
    display: block;
}

.destination_row .destination_item a img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.destination_row .destination_item a:hover img {
    transform: scale(1.1);
}

.headings h1 {
    background: none !important;
    position: relative;
    text-align: left;
}

.sidebar-inner {
    border-radius: 8px;
    overflow: hidden;
}

.sidebar-inner .sidebar-menu {
    background: none;
    border: 1px solid #d8d8d8;
    border-top: 0px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.sidebar-inner .sidebar-menu li:first-child {
    margin-top: 0px;
}

/* ------------ destination ---------------- */

/*------------------------------------------------------------  
                Update_modal page
------------------------------------------------------------- */
section#update_modal {
    position: fixed;
    top: 0;
    right: auto;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 68%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

section#update_modal.active {
    visibility: visible;
    opacity: 1;
}

section#update_modal .upd_content {
    max-width: 660px;
    height: 525px;
    position: relative;
    transition: 0.5s;
    background: #fff;
}

section#update_modal .upd_content .uni_col-md-6 a {
    display: block;
    height: 100%;
}

section#update_modal .upd_content .grid_row,
section#update_modal .upd_content .uni_col-md-6 {
    height: 100%;
}

section#update_modal .upd_content .uni_col-md-6 a img {
    height: 100%;
    object-fit: cover
}

.upd_modal_content {
    padding: 0 32px;
}

.upd_modal_content h3 {
    font-size: 30px;
    margin-bottom: 13px;
}

.upd_modal_content p {
    font-size: 0.986rem;
    line-height: 1.55;
    color: #707070;
}


section#update_modal .upd_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-block {
    display: block;
}

span.update_modal_close {
    position: absolute;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50%;
    right: -10px;
    top: -12px;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 4px 4px 19px rgb(0 0 0 / 22%);
}

.content_center {
    display: flex;
    align-items: center;
}

/* -------------------------------------------------------------
Update_modal page
------------------------------------------------------------- */


/* --------------------- heder style------------------------  */


li.logo_parent {
    position: relative;
    width: 230px;
    height: 36px;
}

.nav>li {
    padding-left: 0px;
    padding-right: 0px;
    display: table-cell;
}

li.logo_parent+li {
    margin-left: 60px;
}

li.logo_parent a {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

li.logo_parent:hover {
    background: none !important;
}

.info_ a {
    padding: 0;
    margin-right: 0px;
}

.info_ a:first-child {
    margin-bottom: 5px;
}

.logo img {
    width: 250px;
}

.info_ {
    margin-left: 40px;
}

.decan_power_by_travelogy h3 {
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px dashed #a52a2a6e;
    display: inline-block;
    font-size: 21px;
    color: #a52a2a;
    margin-bottom: 4px;
}

.decan_power_by_travelogy span {
    display: block;
    font-size: 12px;
}

.menup.menuWrapper {
    float: initial;
    width: 100%;
    margin: 0 auto;
    display: table;
}

/* --------------------- heder style------------------------  */

@media(min-width:768px) {
    .widt_70 {
        width: 70% !important;
        padding-right: 15px !important;
    }

    .widt_30 {
        width: 30% !important;
    }
}

.about_image_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-nav>li:last-child>a {
    background: #e49309;
    color: #fff !important;
    border: solid 2px #fff;
    border-radius: 43px;
    margin-left: 10px;
}

.navbar-nav>li:last-child:hover {
    background: none !important;
}

.about_image_grid .about_grid_imte {
    width: 21%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    height: 250px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_image_grid .about_grid_imte img {
    width: 100% !important;
    height: auto !important;
    mix-blend-mode: multiply;
}

.headings.heading_center h1:after {
    left: 50%;
    transform: translateX(-50%);
}

.headings.heading_center h1 {
    display: inline-block;
}

.margin-bottom_30 {
    margin-bottom: 20px;
}

.banner_slider_section {
    overflow: hidden;
}

/* ----------------  owl carousel ---------------- */
section.explore .train-gallery .sliderWrapper {
    height: 100%;
}

section.explore .train-gallery .sliderWrapper div#owl-demo {
    height: 100%;
}

section.explore .train-gallery .sliderWrapper .owl-wrapper {
    height: 100% !important;
}

section.explore .train-gallery .sliderWrapper .owl-item {
    height: 402px !important;
}

section.explore .train-gallery .sliderWrapper .owl-item .item {
    height: 100% !important;
}

section.explore .train-gallery .sliderWrapper .owl-item .item img {
    height: 100%;
    object-fit: cover;
}

#testimonialSlider .owl-buttons .owl-prev {
    margin-left: -15px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0 0 0 / 15%);
    width: 30px;
    height: 30px !important;
    padding: 0 !important;
    font-size: 0px;
}

#testimonialSlider .owl-buttons .owl-next {
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0 0 0 / 15%);
    width: 30px;
    height: 30px !important;
    padding: 0 !important;
    font-size: 0px;
}

/* ----------------  owl carousel ---------------- */

/* @media(max-width:992px){
    .display-mobile-menu{
        display: block;
    }
} */

/*   mobile menu  */
.mobil_nav {
    display: flex;
    justify-content: space-between;
    background: #a52a2a;
    padding: 15px 12px;
    align-items: center;
}

.mobil_nav a {
    color: #fff;
    font-size: 18px;
}

.mobil_nav .menu_icon {
    width: 30px;
    height: 28px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 4px;
}

.mobil_nav .menu_icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.mobil_nav .menu_icon span:after,
.mobil_nav .menu_icon span:before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: #fff;
    width: 100%;
}

.mobil_nav .menu_icon span:after {
    bottom: -14px;
}

.mobile_manuWrapper {
    margin: 0;
    padding: 0;
    display: none;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container {
    width: 280px;
    margin-left: auto;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.5s all ease-in-out;
    transform: translateX(280px);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container.active {
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
}

.mobile_manuWrapper .sidebarWrapper .menu-overlay {
    background: rgb(0 0 0 / 72%);
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    display: none;
}

.mobile_manuWrapper .sidebarWrapper.active .menu-overlay {
    display: block;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul {
    list-style: none;
    padding-left: 0;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul>a {
    padding: 10px;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul li>a {
    padding: 14px 32px 14px 20px;
    display: block;
    width: 100%;
    color: var(--headingColor);
    font-size: 15px;
    font-weight: 500;
}

li.mobile_menu_item {
    border-bottom: 1px solid #dddddd;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul li .mobile_droupdown li a {
    padding: 12px 20px;
    color: var(--textColor);
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul li .mobile_droupdown li {
    border-bottom: 1px solid #bfcabf;
}

.mobile_droupdown {
    background: #f6eee1;
}

.mobile_droupdown {
    display: none;
}

.close_mobileMene {
    width: 30px;
    height: 30px;
    background: #e67b06;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp {
    position: relative;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp .droup_list_icon {
    width: 30px;
    display: block;
    height: 30px;
    background: #a52a2a;
    position: absolute;
    right: 10px;
    top: 9px;
    border-radius: 4px;
}

li.mobile_menu_item span.callus {
    border: solid 1px #dddddd;
    padding: 2px 2px;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 17px;
    width: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}

li.mobile_menu_item span.mailus {
    border: solid 1px #fff;
    padding: 2px 2px;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 17px;
    width: 25px;
    text-align: center;
    height: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 0px;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp .droup_list_icon:after,
.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp .droup_list_icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp .droup_list_icon:before {
    width: 3px;
    height: 18px;
    background: #fff;
    border-radius: 4px;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp .droup_list_icon:after {
    width: 18px;
    height: 3px;
    background: #fff;
}

.mobile_manuWrapper .sidebarWrapper nav.mobile_menu_container ul .droudownListp .droup_list_icon.open:before {
    display: none;
}

.mobil_nav a span {
    display: block;
    color: #fff;
    font-size: 10px;
    margin-top: 4px;
    padding-top: 5px;
    border-top: 1px dashed #809abb;
    line-height: 1;
}

li.mobile_menu_item.offer_list {
    background: #1a5d88;
    color: #fed339;
}

li.mobile_menu_item.offer_list a {
    color: #fed339 !important;
}

li.mobile_menu_item.Enquire_Now {
    background: #E17227;
    border-bottom: none;
}

.contact_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px;
}

@media(min-width:767px) and (max-width:992px) {
    .upd_content .row .col-md-6 {
        width: 50%;
    }
}

@media(max-width:992px) {
    .mobile_manuWrapper {
        display: block;
    }

    /* body {
        padding-top: 30px;
    } */
}

@media(max-width:767px) {
    .banner_image {
        width: 100%;
        height: 284px;
    }

    .section_banner .container .train_wrap h1 {
        font-size: 24px;
    }

    .section_banner .container .train_wrap {
        padding: 30px;
    }

    .section_banner .container .train_wrap h3 {
        margin-top: 0px;
    }

    .banner_image img {
        height: 100%;
        object-fit: cover;
    }

    .section_banner .container .train_wrap h3:last-child {
        margin-bottom: 40px;
    }

    .section_banner .container .train_wrap .banner_text {
        font-size: 14px;
    }

    .section_padding {
        padding: 30px 0px;
    }

    .about_us .container .row>.col-md-12 {
        padding: 0px;
    }

    p {
        text-align: justify;
        padding-top: 0px;
    }

    .offer-section {
        padding: 30px 0 30px;
    }

    .col-md-12.offer-col {
        padding: 0px;
    }

    .offer-col .schdule_section {
        padding-bottom: 0px;
    }

    .section_padding>.container>.row>.col-md-12 {
        padding: 0px;
    }

    .title-section {
        margin-top: 0px;
    }

    .offer-container .offer-row .title-section .offer-title {
        margin-top: 0px;
    }

    .me-70 {
        margin-right: 0px;
    }

    .ms-70 {
        margin-left: 0px;
    }

    .luxury_train_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-top: 10px;
    }

    .luxury_train_wrapper .lusury_items .luxury_content {
        height: auto;
    }

    .luxury_train_wrapper .lusury_items .luxury_content h5 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .luxury_train_wrapper .lusury_items .luxury_content p {
        margin-bottom: 14px;
    }

    section.explore {
        border-top: 1px solid #e3e3dd;
        padding: 30px 0px;
    }

    .explore .container>.row>.col-lg-6 {
        padding: 0px;
    }

    section.explore .trainparts {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    section.explore .trainparts .trainparts_box {
        border-radius: 8px;
    }

    section.explore .trainparts>div {
        padding: 0px;
    }

    .explore .container>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    section.explore .train-gallery {
        padding-top: 0px;
        overflow: hidden;
        height: auto;
        margin-bottom: 10px;
    }

    section.explore .train-gallery .sliderWrapper .owl-item {
        height: auto !important;
    }

    .choose-container .choose-row {
        flex-direction: column;
    }

    .choose-section {
        padding: 30px 0;
        border-top: 1px solid #e3e3dd;
    }

    .choose-section h2 {
        margin-top: 0px;
        font-size: 25px;
    }

    .choose-row .col-left {
        padding: 0;
    }

    .choose-count-list {
        width: 100%;
    }

    .choose-count-list:before,
    ul.choose-count-list li .why_choose_count {
        width: 70px;
    }

    ul.choose-count-list li {
        padding-left: 84px;
    }

    .faq-section .container .row>.col-md-12 {
        padding: 0px;
    }

    .faq-section .faq-accordian {
        grid-template-columns: repeat(1, 1fr);
    }

    .faq-section {
        padding: 30px 0px;
    }

    .footer {
        padding-top: 30px !important;
    }

    .row.footer_top_row hr {
        margin-bottom: 4px;
    }

    .choose-container .choose-row .col-md-6.col-right {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 20px;
    }

    #testimonialSlider .owl-buttons .owl-prev {
        margin-left: 0px;
        right: 59px;
        top: 14px;
    }

    #testimonialSlider .owl-buttons .owl-next {
        margin-right: 0px;
        right: 12px;
        top: 14px;
    }

    .tr-list ul li {
        width: 100% !important;
    }

    .callaction {
        padding-top: 15px;
    }

    section.overview {
        padding: 30px 0px;
    }

    .journery_details_container .itinerary_section {
        padding: 0px 0;
    }

    .day-head-h3 label {
        text-align: center;
        line-height: 25px;
        position: absolute;
        right: 0px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 28px;
        width: 35px;
        height: 28px;
        background: #3d3d3d;
        color: var(--textColor);
    }
    .day-head-h3 strong span {
        display: block;
        line-height: 16px;
    }
    .itnery_section .itinerary_section .day-text .day-head {
            padding: 10px 0 !important;
        }

    a.tourinqbtt.offset1 {
        margin-bottom: 15px;
        margin-top: 15px;
        float: inherit;
    }
}

/*   mobile menu  */

@media(min-width:768px) and (max-width:992px) {
    .section_padding {
        padding: 40px 0px;
    }

    .banner_image img {
        width: 100%;
        height: 410px;
        object-fit: cover;
    }

    .section_banner .container .train_wrap h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .section_banner .container .train_wrap h3 {
        margin: 0;
    }

    .section_banner .container .train_wrap h3:last-child {
        margin-bottom: 15px;
    }

    .section_banner .container .train_wrap .banner_text {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0px;
    }

    .luxury_train_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 14px;
        margin-top: 20px;
    }

    .me-70 {
        margin-right: 0px;
    }

    .ms-70 {
        margin-left: 0px;
    }

    section.explore .trainparts {
        margin: 0px;
    }

    section.explore .trainparts>div {
        width: 100%;
        padding: 0px;
    }

    section.explore .trainparts {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }

    section.explore .trainparts .trainparts_box {
        border-radius: 8px;
    }

    section.explore .trainparts .trainparts_box h3 {
        font-size: 16px;
    }

    .explore .container>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    section.explore .train-gallery {
        padding-top: 0px;
        margin-bottom: 20px;
    }

    section.explore {
        border-top: 1px solid #e3e3dd;
    }

    .blog_section .blog-row .blogLista {
        grid-gap: 10px;
    }

    .choose-section .choose-container .col-left {
        width: 50%;
    }

    .choose-section .choose-container .col-right {
        width: 50%;
    }

    .choose-count-list {
        width: 100%
    }

    .choose-row .col-md-6.col-left .choose-count-list h5 {
        font-size: 18px;
    }

    .overview.bg_info>.container>.row>.col-lg-9 {
        padding: 0;
    }

    a.tourinqbtt.offset1 {
        margin-bottom: 0;
        margin-top: 15px;
    }

}

@media(max-width:767px) {
    .overview.bg_info>.container>.row>.col-lg-3 {
        padding: 0px;
    }

    .overview.bg_info>.container>.row>.col-lg-9 {
        padding: 0;
    }

    .blog_section .blog-row {
        margin-top: 10px;
    }

    .blog_section .blog-row .blogLista {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .blog_section .blog-row .blog-col {
        padding: 0px;
    }

    .blog_section .blog-row .blog-content-text p {
        text-align: left;
    }

    .blog_section>.container>.row>.col-md-12 {
        padding: 0;
    }

    .blog_section .blog-row .blogListItem {
        padding: 12px;
    }

    .blog_section .blog-row .blog_content .blog-img {
        width: 100%;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
    }

    .col-md-9.widt_70 {
        width: 100%;
        padding: 0;
    }

    .blog_contentWrap .entry-header h1.entry-title {
        font-size: 24px;
    }

    .col-md-3.widt_30 {
        padding: 0;
        padding-top: 10px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .blog_section .blog-row {
        margin-top: 15px;
    }

    .blog_section .blog-row .blogLista {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_img {
        width: 65px;
        height: 65px;
    }

    .blog_contentWrap .entry-header h1.entry-title {
        font-size: 24px;
    }

    .blog_detail .blog_sidebar ul.rending_blog_list {
        padding: 10px;
    }

    .blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item {
        align-items: start;
    }

    .blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content {
        width: calc(100% - 65px);
    }

    .blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content h3 {
        font-size: 15px;
    }

    .blog_detail .blog_sidebar ul.rending_blog_list li.blog_list_item .trending_blog_content span.blog_meta {
        font-size: 12px;
    }
}

/* ------------------ tour detail css ---------------------- */
.itnery_section {
    background: #f6eee1;
    padding: 35px 0;
}

.itnery_section .itinerary_section {
    padding: 0;
}

.itnery_section .tour_detail_container {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.itnery_section .itinerary_section h2 {
    border: none;
    margin-bottom: 0px;
}

.itnery_section .itinerary_section .day-text {
    background: none;
    border: none;
    border-left: 1px dashed #c7bfb0;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0px;
    padding-left: 25px;
}

.itnery_section .itinerary_section .day-text:nth-child(2) {
    /* border-top: 1px solid #c7bfb0; */
    margin-top: 15px;
}

.itnery_section .itinerary_section .day-text:nth-child(2) .day-head:after {
    content: '\f041';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -34.1px;
    background-color: #e67b06;
    border: 2px solid #e67b06;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.container.journery_details_container {
    padding-top: 10px;
}

.dynamic-data_list .dynamic_data_year_heading_deccan {
    border: none !important;
}

.journery_details_container .ipanel .train-hd p {
    font-size: 12px;
    color: #212121;
}

.itnery_section .itinerary_section .day-text .day-head-h3 label {
    background: none;
    height: 16px;
    width: 16px;
    position: relative;
}

.itnery_section .itinerary_section .day-text .day-head-h3 label:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3e3e3e;
}

.itnery_section .itinerary_section .day-text .day-head-h3 label:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3e3e3e;
}

.itnery_section .itinerary_section .day-text .day-head-h3 label.active:before {
    display: none;
}

.itnery_section .itinerary_section .day-text .day_content {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

.itnery_section .itinerary_section .day-text .day-head-h3 strong>span {
    font-weight: 600;
}

.itnery_section .itinerary_section .day-text .day_content a {
    font-size: 14px;
}

.itnery_section .itinerary_section .day-text .day-head {
    border-bottom: 1px solid #c7bfb0;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.itnery_section .itinerary_section .day-text .day-head:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -34.1px;
    background-color: #fff;
    border: 2px solid #e67b06;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
}

/* ------------------ tour detail css ---------------------- */


@media(max-width:767px) {
    .price-bg .fare-mahararaja {
        overflow: hidden;
        overflow-x: auto;
    }

    .price-bg .fare-mahararaja table th,
    .price-bg .fare-mahararaja table td {
        white-space: nowrap;
    }

    #TravelogyForm #middleContent .col-lg-10.col-md-10 {
        padding: 0;
    }

    .footer_icon_image {
        display: flex !important;
        margin-bottom: 10px;
        justify-content: center;
    }

    .footer_icon_image img.img-responsive {
        width: 50%;
    }
}


@media(min-width:768px) {
    .mobile_blog_section_col {
        display: none;
    }
}

@media(max-width:767px) {
    .mobile_blog_section_col {
        display: block;
    }

    .blog_col_desktop {
        display: none;
    }

    .blog_section .blog-row .mobile_blog_section_col .blog_content .blog-img {
        height: 200px;
    }

    .blog_section .blog-row .mobile_blog_section_col .blogListItem {
        box-shadow: none;
    }
}

.mobil_nav .right_items {
    display: flex;
    align-items: center;
}

.mobil_nav .right_items .whatsapp_icon_btn a img {
    width: 33px;
}

.mobil_nav .right_items .whatsapp_icon_btn {
    margin-right: 15px;
}

.mobile_contact_info {
    display: flex;
    color: #fff;
}

.mobile_contact_info a {
    color: #fff;
}

.mobile_contact_info a i {
    color: var(--headingColor);
}

.d-none {
    display: none !important;
}

.col-md-12.faq-col {
    padding: 0;
}

.faq-accordian.innerPage_sectionFAQs {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
}

.faq-col:not(:last-child) .faq-accordian.innerPage_sectionFAQs {
    margin-bottom: 30px;
}

.faq-section .innerPage_sectionFAQs .faq-item {
    border-color: #b9b59b;
    background: #f6eee1;
}

.faq-section.faqinformation {
    background: none;
    padding-top: 0;
}

/* -------------------- video gallery -------------------- */
.videoGallery_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.videoGallery_wrapper .videoGallery_item {
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.videoGallery_wrapper .videoGallery_item iframe {
    height: 100%;
    object-fit: cover;
}

.videoGallery_wrapper .videoGallery_item {
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.videoGallery_wrapper .videoGallery_item iframe {
    height: 100%;
    object-fit: cover;
}

.videoGallery {
    padding: 0 10px;
    margin-top: 20px;
}

.videoGallery .videoGallery_title h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.videoGallery .videoGallery_title h2 span {
    color: var(--themColor);
}

footer .no-desktop {
    display: none;
}

footer .on-desktop {
    display: block;
}

@media(max-width:767px) {
    .videoGallery_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .mobil_nav .right_items .whatsapp_icon_btn {
        margin-right: 30px;
    }

    #mobile_banner_slider .owl-buttons .owl-prev {
        margin-left: 7px;
    }

    #mobile_banner_slider .owl-buttons .owl-next {
        margin-right: 7px;
    }

    .footer-section .faq-head-text {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        background: #2b2b2b;
        padding: 4px 8px;
    }

    .footer-section h3.faq-title {
        color: #fff;
    }

    .footer-section .faq-head-text img {
        width: 20px;
    }

    .footer-section .faq-desc {
        margin-bottom: 20px;
    }

    .footer-section .faq-desc a {
        display: block;
        text-align: left;
    }

    .footer-section .hide-footer {
        display: none;
    }

    footer .on-phone {
        display: block;
        margin-bottom: 15px !important;
    }

    footer .no-phone {
        display: none;
    }
}


.train-gallery .on-phone {
    display: block;
    margin-bottom: 15px !important;
}

.train-gallery .no-phone {
    display: none;
}

/* -------------------- video gallery -------------------- */
@media only screen and (min-width: 320px) and (max-width: 820px) {
    .train-gallery .on-phone {
        display: block;
        margin-bottom: 15px !important;
    }

    .train-gallery .no-phone {
        display: none;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .dek-header {
        display: none;
    }

    .mobile_manuWrapper {
        display: block;
    }
}




/*___________________FARES PAGE___________________*/
section.fareprice_section {
    padding-bottom: 30px;
    padding-top: 30px;
}

.fareprice_section .container,
.fareprice_section .container .col-md-12 {
    padding: 0;
}

.booking_information {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.fare-table .nav-tabs .nav-link {
    background-color: #f6f2f5;
    border: 0;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.fare-table .nav-tabs .nav-item.active button {
    background: #fffce6;
    color: #ab2a2f;
}

.fare-table .tab-content>.tab-pane {
    background: #fffce6;
    padding-bottom: 14px;
}

.fareprice_section .fare-table {
    background: #ab2a2f;
    padding: 10px 4px 4px;
}

.fare-table .tab-content>.tab-pane>h4 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px
}

/* .fare-table .tab-content .price-colums {background-color: #fff; box-shadow: 0 1px 5px rgb(0 0 0 / 18%); padding-top: 30px} */
.fare-table .tab-content .price-colums h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0px
}

.fare-table .tab-content .price-colums .season {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    display: inline-block;
    color: #0756a2;
}

.price-colums {
    padding-top: 20px;
}


.fare-table .tab-content table {
    margin-bottom: 0;
}

.fare-table .tab-content table small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-size: 11px;
    color: #fff;
}

.fare-table .tab-content .table>thead {
    vertical-align: middle;
    background: #555;
    color: #fff;
}

.fare-table .tab-content .table th,
.fare-table .tab-content .table td {
    padding: 12px 15px
}

.fare-table .tab-content .table th {
    font-weight: 700;
    font-size: 14px
}

.fare-table .tab-content .table td {
    font-weight: 400;
    font-size: 14px
}

.fare-table .table-hover>tbody>tr:hover>* {
    background-color: #f9efef
}

.fare-table .table tr:nth-child(even) {
    background: #fff
}

.fare-table .table tr:nth-child(odd) {
    background: #fff
}

.fare-table .tab-content table td,
.fare-table .tab-content table th {
    border: 1px solid #ccc !important;
}

.fare-table .tab-content .table tbody th {
    font-weight: 400;
}

.fare-table .tab-content .table>thead tr {
    background: none !important
}

.fare-table .nav-tabs .nav-item {
    padding-left: 5px !important;
}

.fare-table .nav-tabs {
    display: flex;
    justify-content: start;
    border-bottom: none;
}

.fare-table .nav-tabs li.nav-item {
    margin: 0;
    line-height: 1;
    float: inherit;
}

.fare-table .nav-tabs li.nav-item button {
    padding: 14px;
    background: none;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: left;
}

.fare-table .nav-tabs li {
    width: auto !important;
    background: none !important;
}

.fare-table .nav-tabs li:before {
    display: none !important;
}

@media(max-width:767px) {

    section.fareprice_section>.container,
    section.fareprice_section>.container>.row,
    section.fareprice_section>.container>.row>.col-md-12 {
        padding: 0px;
        margin: 0px;
    }

    #foreign_mobile_content,
    #indian_mobile_content {
        position: relative;
        font-size: 0;
        width: 162px;
        height: 45px;
    }

    #foreign_mobile_content:after,
    #indian_mobile_content:after {
        content: attr(data-title);
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
        background: #ab2a2f;
        text-align: center;
        line-height: 45px;
        height: 100%;
        width: 100%;
        border-radius: 4px 4px 0 0;
        font-size: 17px;
    }

    .nav-item.active #foreign_mobile_content:after,
    .nav-item.active #indian_mobile_content:after {
        background: #fffce6;
    }

    .fareprice_section .fare-table .nav-tabs li.nav-item {
        padding: 0px !important;
        width: 100% !important;
        border: none;
        margin-bottom: 0px !important;
    }

    .fareprice_section .fare-table .nav-tabs li.nav-item button {
        width: 100%;
        margin: 0px;
    }

    .fareprice_section .fare-table .tab-content {
        margin: 0px;
    }

    .fareprice_section .fare-table .tab-content .tab-pane {
        padding: 15px 0;
    }

    .fare-table .tab-content>.tab-pane>h4 {
        font-size: 22px;
    }
}

.contactus_section .contactus_contentBox {
    box-shadow: 2px 10px 35px rgb(0 0 0/15%);
    padding: 25px;
    height: 100%;
}

.contactus_section {
    padding: 50px 0;
}

.heading_contact {
    padding-bottom: 20px;
}

@media(max-width:767px) {
    .contactus_section {
        padding: 30px 0;
    }

    .contactus_section .page_content>.row>.col-md-12 {
        padding: 0;
    }

    .contactus_section .row.d-flex {
        flex-direction: column;
    }

    .contactus_section .row.d-flex>.col-md-6 {
        padding: 0;
    }

    .contactus_section .row.d-flex>.col-md-6:first-child {
        margin-bottom: 20px;
    }

    .contactus_section .contactus_contentBox span {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .contactus_section .contactus_contentBox span img {
        width: 100%;
        margin: 0px !important;
    }

    .contactus_section .contactus_contentBox {
        padding: 15px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .contactus_section .contactus_contentBox span {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .contactus_section .contactus_contentBox span img {
        width: 100%;
        margin: 0px !important;
    }

    .contactus_section .contactus_contentBox {
        padding: 15px;
    }

    .contactus_section .row.d-flex>.col-md-6 {
        width: 50%;
    }
}

/* ================= tile Gallery slider ================ */
.bannerSection .gallery_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    margin-top: 5px;
}

.bannerSection .gallery_item:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    height: 465px;
}

.bannerSection .gallery_item {
    height: 230px;
    transition: .5s;
    cursor: pointer;
}

.bannerSection .gallery_item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.bannerSection .gallery_item:hover {
    opacity: .8;
}

button.ola_modal_open {
    position: absolute;
    bottom: 20px;
    right: 20px;
    align-items: center;
    backdrop-filter: blur(2px);
    background: #191b2066;
    border: 2px solid #fff;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 9px 24px;
    z-index: 1;
    border-radius: 5rem;
}

.thePOW_gallery_container {
    position: relative;
}

#gallery_modal .dismissed_modal {
    position: absolute;
    top: -35px;
    right: -50px;
    color: #fff;
    font-size: 38px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
}

.product_zoom_thumb .item {
    height: 98px;
}

.product_zoom_thumb .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery_modal .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

#gallery_modal .owl-carousel.product_zoom {
    height: 420px;
    margin-bottom: 10px;
}

#gallery_modal .owl-carousel.product_zoom .owl-stage-outer {
    height: 100%;
}

#gallery_modal .owl-carousel.product_zoom .owl-stage {
    height: 100%;
}

#gallery_modal .owl-carousel.product_zoom .owl-item {
    height: 100% !important;
}

#gallery_modal .owl-carousel.product_zoom .item {
    height: 100%;
}

#gallery_modal .owl-carousel.product_zoom .item img {
    height: 100% !important;
    object-fit: cover;
}

#gallery_modal .owl-carousel button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .4s all;
    color: #0350a8;
    font-size: 14px;
    transform: translateY(-50%);
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#gallery_modal .owl-carousel button.owl-prev {
    left: -52px;
}

#gallery_modal .owl-carousel button.owl-next {
    right: -52px;
}

.modal-backdrop {
    background-color: hsl(0deg 0% 0% / 80%);
}

/* ================= tile Gallery slider ================ */

.train_package_row {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.expAbout_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.expAbout_item {
    width: 100%;
}

.expAbout_item .exp_image img {
    width: 100%;
    height: 342px;
    object-fit: cover;
}

.expAbout_item .exp_image {
    width: 100%;
    height: 342px;
    -webkit-mask-image: url(../images/e2.png);
    mask-image: url(../images/e2.png);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.expAbout_item h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
}

.pow_city.tab-content {
    overflow: hidden;
    max-height: 400px;
}

.tab-content img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}


/* ====================== gallery css ================= */


/* traom destination */
.placeonwheel-destination {
    padding: 50px 0;
}

/* traom destination */
/* ================ gallery ================== */





ul#dotsContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    list-style: none;
}

ul#dotsContainer li {
    width: 100%;
    height: 140px;
    border: 6px solid #fff;
    box-shadow: 3px 3px 20px rgba(0 0 0 / 15%);
    cursor: pointer;
}

ul#dotsContainer li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel.gallery_carousel {
    height: 432px;
    border: 6px solid #fff;
    box-shadow: 3px 3px 20px rgba(0 0 0 / 15%);
}

.owl-carousel.gallery_carousel .owl-stage-outer {
    height: 100%;
}

.owl-carousel.gallery_carousel .owl-item {
    height: 432px;
}

.owl-carousel.gallery_carousel .owl-item .gallery_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallary_items.row {
    background: #f6eee1;
    padding: 20px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.owl-carousel.gallery_carousel .owl-item .gallery_img {
    height: 100%;
}

.owl-carousel.gallery_carousel button.owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    transition: 0.4s all;
    color: #0350a8;
    box-shadow: 0px 0px 9px 1px #ccc;
    font-size: 27px;
    transform: translateY(-50%);
}

.owl-carousel.gallery_carousel button.owl-next {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    transition: 0.4s all;
    color: #0350a8;
    box-shadow: 0px 0px 9px 1px #ccc;
    font-size: 27px;
    transform: translateY(-50%);
}

.owl-carousel.gallery_carousel button.owl-next:hover,
.owl-carousel.gallery_carousel button.owl-prev:hover {
    background: #fff;
    color: #ff9829;
}

h6.see-all a {
    color: #ff972a;
}

h6.see-all a i {
    margin-left: 7px;
    transition: 0.4s;
}

h6.see-all a:hover i {
    margin-left: 4px;
}

/* ========== zoom gallery ============= */

.gallary_items.row .px-md-0 {
    padding-right: 0px;
    padding-left: 0;
}

.gallery-section {
    padding: 50px 0;
}

.headings h2.after-none:after {
    display: none;
}

.headings h2.after-none {
    padding-bottom: 0px;
}

.pow_city.tab-content::-webkit-scrollbar {
    display: none;
}

.lang_head {
    display: flex;
    align-items: center;
}

.gallary_items button.owl-dot {
    display: none;
}

li.gallery_img.galcount {
    position: relative;
    z-index: 1;
}

.gallerytotalcount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

li.gallery_img.galcount:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #5d5f60;
    mix-blend-mode: multiply;
}

/* ====================== gallery css ================= */


/* ========================= footer new design ================= */
.site-footer {
    background: #111;
    width: 100%;
    padding-top: 50px;
}

.footer_links h4 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 0px;
}

.footer_lists {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer_lists .footer_item {
    margin: 15px 0px;
}

.footer_lists .footer_item a {
    display: block;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
    transition: 0.5s;
}

.footer_links .all-trains {
    margin: 15px 0px;
}

.footer_links .all-trains a.all_trains {
    display: block;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
    transition: 0.5s;
}

.footer_lists .all-trains:hover a.all_trains {
    opacity: 1;
}

.footer_lists .footer_item:hover a {
    opacity: 1;
}

.dmca-code {
    margin-top: 35px;
}

.footer_mdeia_holder {
    display: flex;
    margin-top: 20px;
}

.footer_mdeia_holder img {
    width: 13%;
    margin-bottom: 0px;
    background: #dedbdb;
    margin-right: 3%;
}

.footer_mdeia_holder img.tripadvisor {
    background: #579441;
}

.footer_mdeia_holder img.iato {
    background: #024691;
}

.footer_mdeia_holder img.irctc {
    background: #0b4c76;
}

.footer_mdeia_holder img.rtdc {
    background: #fff;
    margin-right: 0;
}

.footer_links {
    padding-bottom: 15px;
}

.drag-social-button ul {
    display: flex;
    width: max-content;
    list-style: none;
    margin-left: auto;
    margin-bottom: 0px;
}

.drag-social-button ul li a i {
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    width: 25px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 25px;
    background: #1062ac;
}

.drag-social-button ul li .fa-twitter {
    color: #fff;
    background: #55ACEE;
}

.drag-social-button ul li a i.fa-pinterest {
    background: #ae1819;
    color: #fff;
}

.drag-social-button ul li a i.fa-instagram {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    text-decoration: none !important;
}

.drag-social-button {
    text-align: end;
}

.drag-social-button ul li:not(:last-child) {
    margin-right: 8px;
}

.tipl-request-quote {
    display: block;
    position: fixed;
    top: 212px;
    left: -24px;
    z-index: 99;
    border: 2px solid #fff;
    border-radius: 50px;
    background: #e67b06;
    text-align: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(90deg);
}

.tipl-request-quote a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 6px 22px;
    text-transform: uppercase;
}

/* ========================= footer new design ================= */

.offer_script_form {
    margin-bottom: 40px;
}

@media(max-width:767px) {
    .offer_script_form .container {
        padding: 0px;
    }

    .offer_script_form .container .ac_disply {
        padding: 0px;
    }

    .offer_script_form ul.ac_top_redordr {
        display: flex;
        align-items: center;
        padding: 0 4px;
    }

    .offer_script_form div#pow-form-show {
        padding-top: 0px;
    }

    .tipl-request-quote {
        top: 50%;
    }

    .tipl-request-quote a {
        padding: 3px 23px;
    }
}

/* =============== world place ================== */
.worldPlace {
    padding: 50px 0;
    background: #f6eee1;
}

.worldPlace .art-col {
    height: 262px;
}

.worldPlace .art-col img {
    height: 100%;
    object-fit: cover;
}

/* =============== world place ================== */

/* ====================  train destination ============ */
.trainTabContainer {
    list-style: none;
    padding-right: 42px;
}

.trainTabContainer {
    list-style: none;
    padding-right: 42px;
}

.trainDestination .item {
    width: 100%;
    height: 340px;
}

.trainDestination .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trainTabitem h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.trainTabitem {
    cursor: pointer;
}

.trainTabitem .nav-desc {
    font-size: 16px;
    line-height: normal;
    display: none;
}

.trainTabitem.active .nav-desc {
    color: #e49309;
    display: block;
}

.trainTabitem.active h3 {
    color: #e49309;
}

.traindestination_row {
    margin-top: 40px;

}

@media(min-width:992px) {
    .traindestination_row {
        display: flex;
    }

    .owl-carousel.owl-theme.trainDestination.owl-loaded.owl-drag {
        position: sticky;
        top: 152px;
        left: 0;
    }
}

section.overview.bg_info .content-desc_ ul {
    padding-left: 20px;
}

/* ====================  train destination ============ */

/* ======================= facilities section ================= */
.facilities_accordion .card-header h2 {
    margin: 0;
    background: #f6eee1;
}

.facilities_accordion .card-header h2 button {
    width: 100%;
    font-size: 16px;
    color: var(--headingColor);
    text-align: left;
    padding: 8px 20px;
    font-weight: 600;
    position: relative;
}

.facilities_accordion .card-header h2 button:focus {
    outline: none;
    box-shadow: none;
}

.facilities_accordion .card:not(:last-child) {
    margin-bottom: 0px;
    border-bottom: 1px solid #ab2a2f;
}

.facilities_accordion .card .card-body {
    padding: 20px;
    border: 8px solid #f6eee1;
    border-top: 0;
}

.facilities_accordion {
    margin: 30px 0;
    border: 1px solid #ab2a2f;
}

.facilities_accordion .card-header h2 button.collapsed:before {
    content: "\f055";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.facilities_accordion .card-header h2 button:not(.collapsed):before {
    content: "\f056";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* ======================= facilities section ================= */

/* ==================== mobile banner dots ============================== */
div#mobile_banner_slider {
    position: relative;
}

div#mobile_banner_slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffff;
    border-radius: 25px;
    margin-top: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 8px;
}

#mobile_banner_slider .owl-dots .owl-dot.active span {
    background: #a52a2a;
}

#mobile_banner_slider .owl-dots .owl-dot span {
    margin: 0px;
    display: block;
    width: 12px;
    height: 12px;
}

#mobile_banner_slider .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}


/* ==================== mobile banner dots ============================== */

@media(max-width:767px) {
    .theplacHeader marquee {
        padding-top: 3px;
        top: 5px;
    }

    body {
        padding-top: 95px;
    }

    .bannerSection {
        display: none;
    }

    .train_package_row {
        margin-top: 10px;
    }

    .train_package_row .col-md-10 {
        padding: 0px;
    }

    .luxury_train_wrapper .lusury_items a {
        display: block;
    }

    .luxury_train_wrapper .lusury_items .luxury_image {
        width: 100%;
        border-radius: 6px;
    }

    .luxury_train_wrapper .lusury_items .luxury_content .content_detail {
        width: 100%;
        position: relative;
    }

    .luxury_train_wrapper .lusury_items .luxury_content .luxury_train_item_footer {
        position: absolute;
        bottom: 10px;
        right: 14px;
    }

    .offer-container .offer-row table tr td {
        padding: 10px;
    }

    .offer-container .offer-row table tr th {
        padding: 10px !important;
    }

    .expAbout_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .expAbout_item .exp_image img {
        height: 260px;
    }

    .expAbout_item .exp_image {
        height: 260px;
    }

    .expAbout_item h4 {
        margin-bottom: 0px;
    }

    .traindestination_row .col-md-6 {
        padding: 0;
    }

    .trainTabContainer {
        padding-right: 0px;
    }

    .traindestination_row {
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .worldPlace .container .col-md-4 {
        padding: 0px;
    }

    .worldPlace .container .col-md-12 {
        padding: 0px;
    }

    /* .owl-carousel.gallery_carousel .owl-item {
        height: 330px;
    } */
    .owl-carousel.gallery_carousel {
        height: 330px;
        margin-bottom: 12px;
    }

    .gallary_items.row {
        display: flex;
        flex-direction: column-reverse;
    }

    #dotsContainer li.gallery_img {
        height: 65px;
    }

    .gallary_items.row .col-md-6 {
        padding: 0px;
    }

    .site-footer .container div[class*=col-] {
        padding: 0px
    }

    .site-footer {
        padding-top: 30px;
    }

    .payment_cancellation .overview.bg_info .container {
        padding: 0;
    }

    .bottom-footer {
        margin-bottom: 13px;
    }

}

@media(max-width:992px) {
    .site-footer .container div[class*=col-] {
        padding: 0px
    }

    .footer_links ul,
    .footer_links .dmca-code {
        display: none;
    }

    .site-footer .container .col-md-7 .col-md-4 .footer_links {
        border-bottom: 1px solid rgb(104, 104, 104);
    }

    .site-footer .container .col-md-4:not(:first-child) .footer_links h4 {
        margin-top: 24px;
    }

    .site-footer .container .col-md-5 .footer_links h4 {
        margin-top: 24px;
    }

    .footer_links h4 {
        position: relative;
    }

    .footer_links h4:after {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        position: absolute;
        right: 3px;
        top: 5px;
    }

    .footer_links h4.active:after {
        content: "\f068";
    }

    /* .site-footer .container .col-md-4 .footer_links.plusNone:after {
        display: none !important;
    }
    .site-footer .container .col-md-4 .footer_links.needBorder {
    border-bottom: 1px solid rgb(104, 104, 104);
} */
}

/* ================== price section ================== */
.more_information_about {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
    margin-top: 40px;
}

.more_information_about li {
    list-style: none !important;
    text-align: center !important;
    padding: 0 24px !important;
}

.more_information_about li .icon-section {
    width: 50px;
    height: 50px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.more_information_about li h3 {
    font-size: 15px;
    text-align: center;
    display: table;
    /* font-weight: normal; */
    color: #000;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin: auto;
    border-bottom: solid 1px #c09551;
    padding: 5px 0 5px 0;
}

.more_information_about li p {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

.more_information_about li .click_me_btn {
    background: #231b18;
    border: solid 1px #231b18;
    padding: 4px 13px;
    display: table;
    color: #fff;
    font-size: 14px;
    margin: auto;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.more_information_about li .click_me_btn a {
    color: #fff;
}

.more_information_about li:not(:last-child) {
    border-right: 1px solid #ffafb2;
}

/* ================== price section ================== */
.content-desc_ div big {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.info_general_pow {
    float: left;
    padding: 0px;
    border: solid 1px #cccccc;
    max-width: 297px;
    margin-left: 15px;
    margin-top: 20px;
}

.home_info {
    margin-top: -56px;
    max-width: 30%;

}

.home_head_h1 {
    width: 70%
}

.home_info h3 {
    font-size: 16px;
    margin: 0;
    padding: 5px 5px;
    text-align: left;
    border-bottom: solid 1px #ccc;
}

.home_info li {
    padding-left: 10px;
    padding-right: 10px;
}

.home_info p {
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    color: #3e3e3e;
    text-align: left;
}

.home_float_left {
    max-width: 70%;
}

.info_general_pow .info_img_holder {
    width: 100%;
    text-align: center;
}

.info_general_pow .info_img_holder img {
    width: 95px;
}

.info_general_pow.pull-right.home_info img {
    width: 100%;
}

.info_general_pow .info_img_holder small {
    width: 100%;
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    color: #ab2a2f;
}

.info_general_pow .heading_info {
    background: #ab2a2f;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 7px 0;
    border-bottom: solid 1px #ccc;
}

.info_general_pow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info_general_pow ul li {
    padding: 7px 5px;
    float: left;
    width: 100%;
    font-size: 14px;
    border-top: solid 1px #ccc;
}

.overview.bg_info .general_information_lists li {
    margin: 0;
    padding: 7px 5px;
    float: left !important;
    width: 100%;
    font-size: 14px;
    border-top: solid 1px #ccc;
    list-style: none;
    text-align: left !important;
}

.content-desc_ .info_general_pow {
    margin-top: 10px;
}

.info_general_pow ul li .left_info {
    float: left;
    width: 38%;
    font-weight: 500;
    color: #000;
}

.info_general_pow ul li .right_info {
    float: left;
    width: 60%;
    color: #3e3e3e;
}

.info_general_pow ul li .right_info a {

    font-size: 14px;
    color: #3e3e3e;

}

.info_general_pow ul li:nth-child(even) {
    background: #fff;
}

.info_general_pow ul li:nth-child(odd) {
    background: #f6eee1;
}

.guest_gallery_section {
    background: url(../images/bg-pow.jpg);
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.guest_gallery_section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #46393e;
    z-index: -1;
    opacity: 0.93;
}

.owl-carousel.powgi_slider button.owl-prev,
.owl-carousel.guestGalleryslider button.owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    transition: 0.4s all;
    color: #0350a8;
    box-shadow: 0px 0px 9px 1px #ccc;
    font-size: 27px;
    transform: translateY(-50%);
}

.owl-carousel.powgi_slider button.owl-next,
.owl-carousel.guestGalleryslider button.owl-next {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    transition: 0.4s all;
    color: #0350a8;
    box-shadow: 0px 0px 9px 1px #ccc;
    font-size: 27px;
    transform: translateY(-50%);
}

.guest_gallery_section .headings h2,
.guest_gallery_section .headings p {
    color: #fff;
}

.guest_gallery_section .headings p {
    padding-top: 0;
    margin-bottom: 30px;
}

.guest_gallery_section .headings h2 {
    margin-bottom: 8px;
}

.guestGalleryimage {
    background: #fff;
    padding: 10px;
}

.guestGalleryimage p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 4px 0;
}

.guest_gallery_section .headings h2::after {
    background: #fff;
}

#customPlayButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

#videoWrapper #theplaceonwheel {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.gallerySection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    justify-content: center;
    align-items: center;
}

.gallerySection .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.gallerySection .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}

.gallerySection .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac_disply.ac_disply-palace ul.ac_white_redordr li {
    text-align: left;
}

/* ======================================================= */
.tab-block {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.tab-block .tab-mnu {
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

.tab-block .tab-mnu:after {
    content: '';
    display: table;
    clear: both;
}

.tab-block .tab-mnu li {
    box-sizing: border-box;
    float: left;
    background-color: #ab2a2f;
    color: white;
    text-align: center;
    padding: 10px 35px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.tab-block .tab-mnu .active {
    background-color: #e49309;
    color: #fff;
    border: 1px solid #eaecec;
    border-bottom: none;
    cursor: default;
    position: relative;
}

.tab-block .tab-mnu .active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ee6b00;
    border-width: 13px;
    margin-left: -13px;
}

.tab-block .tab-cont {
    box-sizing: border-box;
    border: 1px solid #eaecec;
    background-color: white;
    color: #292d2f;
    margin-top: -1px;
}

.tab-block .tab-cont .tab-pane {
    padding: 0px 10px 20px 10px;
    display: none;
}

.tab-block .tab-cont .tab-pane h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.tab-block .tab-cont .tab-pane .videoGallery_item iframe {
    height: 179px;
}

.tab-block .tab-cont .tab-pane.active {
    display: block;
}

.mainTab_list {
    display: flex;
    justify-content: center;
}

.mainTab_list .photoes_list {
    display: flex;
    list-style: none;
}

.mainTab_list .photoes_list li {
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e49309;
    cursor: pointer;
}

.mainTab_list .photoes_list li:first-child {
    border-radius: 25px 0 0 25px;
    margin-right: -1px;
}

.mainTab_list .photoes_list li:last-child {
    border-radius: 0 25px 25px 0;
    margin-right: -1px;
}

.mainTab_list .photoes_list li.active {
    background: #e49309;
    color: #fff;
}

.photoGallery_tabPanel {
    display: none;
}

.photoGallery_tabPanel.active {
    display: block;
}

@media only screen and (max-width: 600px) {
    .gallerySection {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.multi_gallerSection {
    padding: 50px 0;
    background: #f4f0ef;
}

.powgi_section {
    padding: 50px 0;
}

h2.after_none:after {
    display: none;
}

h2.after_none {
    margin-bottom: 0;
    padding-bottom: 0px;
}

span.accordina-title-count {
    color: #ab2a2f;
}

.train_cabin_box {
    border: 1px solid #b9b59b;
    margin-bottom: 20px;
}

.train_cabin_box h2 {
    margin: 0;
    padding: 8px 15px;
    background: #f6eee1;
    border-bottom: 1px solid #b9b59b;
}

.train_cabin_box .row {
    margin: 0;
    padding: 15px 0;
}

.train_cabin_box_wrapper {
    margin-top: 15px;
}

.train_cabin_box_wrapper a.click_me_btn {
    background: #ab2a2f;
    border: solid 1px #c7bfb0;
    padding: 5px 10px;
    display: table;
    color: #fff;
    font-size: 18px;
    margin: 0px auto;
    border-radius: 16px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    float: right;
}

.train_cabin_box_wrapper a.click_me_btn:hover {
    background: #e49309;
    border: solid 1px #e49309;
}

.special_text {
    background: #f6eee1;
    padding: 10px;
    width: 100%;
    font-size: 55px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: solid 2px #a9122a;
}

/* =========shahim========== */
.blog_content {
    display: flex;
}

.blogListItem .blog_content {
    padding-bottom: 20px;
    border-bottom: 1px dashed brown;
    margin-bottom: 14px;
}

h3.blog_title {
    font-size: 15px;
    margin: 0;
    margin-bottom: 4px;
    font-weight: 700;
}

p.blog_desc {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 23px;
    color: var(--text-color-1);
}

.blog_content .blog-img {
    width: 200px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
}

.blog_content .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.blog_content .blog-content-text {
    width: calc(100% - 200px);
    padding-left: 16px;
}

.blog_content .blog_date {
    font-size: 13px;
    color: var(--black-color);
}

.blog_content .blog_date i:before {
    font-size: 15px;
    color: var(--button-bg);
}

a.blogBtn {
    background: var(--button-bg);
    border-radius: 25px;
    padding: 10px 20px;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 4px 4px 13px rgba(0 0 0 / 18%);
}

.blog_button_wrapper {
    display: flex;
    justify-content: end
}

a.blogBtn {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: none;
    border-color: brown;
    background-color: brown;
    font-size: 13px;
    display: inline-block;
}

/* .info_general_pow.pull-right {
    max-width: 350px;
    margin: 0;
} */
.overview.bg_info .content-desc_ ul.general_information_lists {
    padding-left: 0px;
}

@media(max-width:767px) {
    .train_cabin_box_wrapper a.click_me_btn {
        float: inherit;
        margin-left: auto;
        margin-right: 0px;
    }

    #vlightbox1.train_cabin_box_wrapper .train_cabin_box .img_box_holder a.vlightbox1 img {
        margin-bottom: 10px !important;
        display: block;
    }

    .info_general_pow {
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
    }

    .trainTabitem h3 {
        font-size: 20px;
    }

    .trainTabitem .nav-desc {
        font-size: 16px;
    }

    .gallery-section {
        padding: 30px 0;
    }

    .headings h2.after-none {
        padding-bottom: 8px;
    }

    .owl-carousel.gallery_carousel .owl-item {
        height: 330px;
    }

    #videoWrapper #theplaceonwheel {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .guest_gallery_section .col-md-6:last-child .guestGalleryimage {
        margin-top: 20px;
    }

    .guest_gallery_section .col-md-6 {
        padding: 0px;
    }

    .more_information_about {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 15px;
    }

    .more_information_about li {
        padding: 8px !important;
    }

    .more_information_about li:nth-child(2) {
        border: none;
    }

    .more_information_about li {
        padding: 8px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .more_information_about li:nth-child(3),
    .more_information_about li:nth-child(4) {
        border-top: 1px solid #ffafb2;
        padding-top: 20px !important;
    }

    .more_information_about li:nth-child(1),
    .more_information_about li:nth-child(2) {
        padding-bottom: 20px !important;
    }

    .more_information_about li a p {
        font-size: 13px;
        height: 98px;
    }

    section.overview.bg_info ul {
        padding-left: 12px;
    }

    .powgi_section {
        padding-top: 0px;
    }

    .faq-accordian.innerPage_sectionFAQs {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

    .tab-block .tab-mnu {
        display: flex;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .tab-block .tab-mnu li {
        white-space: nowrap;
    }

    .tab-block {
        margin-top: 20px;
    }

    .mainTab_list .photoes_list {
        margin-top: 10px;
    }

    .content-desc_ h2 img {
        width: 50% !important;
        margin: 0 !important;
    }

    .offer-container .offer-desc .offers_tab_body.overview.bg_iti p {
        text-align: left !important;
    }

    .destination_details .content-desc_ section.overview.bg_iti.offers_highlights.offers_tab_body h1 {
        text-align: left !important;
        font-size: 18px !important;
        padding: 0px;
    }

    /* ---shahim--- */
    .blog_content .blog-content-text {
        width: calc(100% - 120px);
        padding-left: 10px;
    }

    .blog_content .blog-img {
        width: 120px;
        height: 120px;
    }

    .blog_content p.blog_desc {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .info_general_pow.pull-right {
        max-width: 100%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    body {
        padding-top: 94px;
    }

    .luxury_train_wrapper {
        margin-bottom: 0px;
    }

    .offer-container .offer-row table {
        margin-bottom: 0px;
    }

    div#mobile {
        display: none;
    }

    .theplacHeader marquee {
        top: 6px;
    }

    .theplacHeader marquee {
        padding-top: 3px;
    }

    .bannerSection .gallery_item:nth-child(1) {
        height: 304px;
    }

    .bannerSection .gallery_item {
        height: 150px;
    }

    .schdule_section {
        margin-bottom: 0px;
    }

    .train_package_row {
        margin-top: 0px;
    }

    .expAbout_item .exp_image,
    .expAbout_item .exp_image img {
        height: 215px;
    }

    .expAbout_item h4 {
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
    }

    .traindestination_row {
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .trainTabContainer {
        padding-right: 0px;
    }

    .worldPlace .row:last-child {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }

    .worldPlace .row:last-child:before {
        display: none;
    }

    .worldPlace .row:last-child .col-md-4 {
        padding: 0;
        margin: 0;
    }

    .worldPlace .row:last-child .col-md-4 .train-box {
        margin-top: 0;
    }

    .worldPlace .row:last-child .col-md-4 .train-box figcaption p {
        display: none;
    }

    .worldPlace .row:last-child .article-attraction .art-col:hover figcaption p {
        display: block;
        font-size: 13px;
        padding-top: 0;
    }

    .article-attraction .art-col:hover figcaption {
        top: 0;
    }

    .gallary_items.row {
        display: flex;
        flex-direction: column-reverse;
    }

    .gallary_items.row .col-md-6.pe-md-0 {
        padding: 0;
        margin-bottom: 20px;
    }

    .guest_gallery_section .row:last-child {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .guest_gallery_section .row:last-child:before {
        display: none;
    }

    .guest_gallery_section .row:last-child {
        display: flex;
        flex-wrap: wrap;
    }

    .guest_gallery_section .row:last-child .col-md-6:first-child {
        padding-right: 7px;
    }

    .guest_gallery_section .row:last-child .col-md-6:last-child {
        padding-left: 7px;
    }

    #videoWrapper #theplaceonwheel {
        height: 228px;
    }

    .guest_gallery_section .row:last-child .col-md-6 {
        width: 50%;
    }

    .more_information_about li {
        padding: 0 10px !important;
    }

    .more_information_about li p {
        height: 105px;
    }

    .content-desc_ div big {
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    body {
        padding-top: 94px;
    }

    div#mobile {
        display: none;
    }

    .theplacHeader marquee {
        padding-top: 3px;
        top: 6px;
    }
}


/* =============== thank you ============ */
.thankyouSection {
    padding: 35px 0px;
}

.we_accedited {
    margin-top: 30px;
    margin-bottom: 30px;
}

.we_accedited_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.item_accedite {
    width: 135px;
    height: 135px;
    padding: 3px;
    border-radius: 50%;
    background: #d4cece;
    transition: 0.5s;
}

.item_accedite:hover {
    background: #777;
}

.item_accedite img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.item_accedite:not(:last-child) {
    margin-right: 60px;
}

.thankyou_profile ul {
    list-style: none;
}

.thankyou_profile ul li {
    margin-bottom: 5px;
}

.thankyou_profile ul li:first-child {
    margin-bottom: 12px;
}

@media(max-width:767px) {
    .we_accedited_items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
        justify-content: center;
        text-align: center;
    }

    .item_accedite {
        margin-left: auto;
        margin-right: auto !important;
        margin-bottom: 10px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .item_accedite:not(:last-child) {
        margin-right: 10px;
    }

    .item_accedite {
        width: 130px;
        height: 130px;
    }
}


section.full_video iframe {
    width: 100%;
    height: 100vh;
}

/* =============== thank you ============ */

.booking_information .margin_top30 {
    margin-top: 20px;
}

section.full_video {
    position: relative;
    background-color: #b82231;
    padding: 50px 0;
    overflow: hidden;
    /* important to hide moving overlay edges */
}

.full_video .ovrelay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-image/body-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: overlay;
    /* optional: gives better layered look */
    opacity: 0.5;
    /* adjust to control intensity */
    animation: GrainAnim2 8s steps(2) infinite;
    z-index: 1;
}

.full_video .container {
    position: relative;
    z-index: 2;
    /* keep iframe above overlay */
}

.full_video-banner iframe {
    width: 100%;
    height: 450px;
    border: none;
    border: 10px solid #f6eee1;
}

/* Animation keyframes */
@keyframes GrainAnim2 {
    0% {
        transform: translate3d(0, 10vh, 0);
    }

    10% {
        transform: translate3d(-1vw, -4vh, 0);
    }

    20% {
        transform: translate3d(-10vw, 1vh, 0);
    }

    30% {
        transform: translate3d(8vw, -8vh, 0);
    }

    40% {
        transform: translate3d(-2vw, 7vh, 0);
    }

    50% {
        transform: translate3d(-9vw, -4vh, 0);
    }

    60% {
        transform: translate3d(2vw, 6vh, 0);
    }

    70% {
        transform: translate3d(7vw, -8vh, 0);
    }

    80% {
        transform: translate3d(-9vw, 1vh, 0);
    }

    90% {
        transform: translate3d(6vw, -5vh, 0);
    }

    100% {
        transform: translate3d(-7vw, 0, 0);
    }
}

/* =================== last updated section ==================== */
.lastUpdated_section {
    padding: 50px 0;
    background: #f6eee1;
}

.lastUpdated_section .lastupdateWrapper {
    padding-left: 0px;
    margin-bottom: 0px;
}

.lastUpdated_section .lastupdateItem {
    display: inline-block;
    margin: 0 16px 16px 0;
}

.lastUpdated_section .lastupdateItem .lastupdateItem_destinations_li_card {
    display: flex;
    align-items: center;
}

.lastUpdated_section .lastupdateItem .lastupdateItem_destinations_li_card span.lastupdateItem_destination_count {
    padding: 4.2px 12px;
    line-height: 24px;
    font-size: 16px;
    background: #ab2a2f;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastUpdated_section .lastupdateItem .lastupdateItem_destinations_li_card span.lastupdateItem_destination_text {
    font-size: 14px;
    padding: 4.2px 12px;
    border-radius: 0px;
    border: 2px solid #ab2a2f;
    max-width: 304px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    height:35px;
}

.lastUpdated_section .lastupdateItem .lastupdateItem_destinations_li_card span.lastupdateItem_destination_text a {
    font-weight: 400;
    transition: 0.5s;
    color: #222;
    text-decoration: none !important;
}

.lastUpdated_section .lastupdateItem .lastupdateItem_destinations_li_card span.lastupdateItem_destination_text:hover {
    background: #ab2a2f;
    color: #fff;
}

.lastUpdated_section .lastupdateItem .lastupdateItem_destinations_li_card span.lastupdateItem_destination_text:hover a {
    color: #fff;
}

/* =================== last updated section ==================== */

.history_sidebar ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body .info_general_pow.history_sidebar ul li {
    padding: 7px 5px !important;
    margin: 0 !important;
    float: left !important;
    width: 100% !important;
    font-size: 14px !important;
    border-top: solid 1px #ccc !important;
    list-style: none !important;
}

.history_sidebar ul li .left_info {
    float: left;
    width: 38%;
    font-weight: 500;
    color: #000;
}

.history_sidebar ul li li:nth-child(odd) {
    background: #f6eee1;
}

.history_sidebar ul li:nth-child(even) {
    background: #fff;
}

.faq-desc ul {
    padding-left: 16px;
}

.faq-desc ul li:not(:last-child) {
    margin-bottom: 10px;
}
.faq-accordian .faq-item .faq-desc .row {
    margin: 0 -12px;
}

.map_section img {
  max-width: 100%;
  height: auto !important;
}

@media(max-width:767px){
    .content-desc_ p img {
    float: inherit !important;
    width: 100% !important;
    margin-left: 0px !important;
}
section.overview.bg_info ul li {
    word-wrap: break-word;
}
.faq-accordian .faq-item .faq-desc p img,
.faq-accordian .faq-item .faq-desc img {
    width: 100% !important;
}
}


@media(min-width:768px){
    .fare-table table td:first-child, .fare-table table th:first-child {
    width: 45%;
}
}

.fancybox-navigation .fancybox-button div svg path {
    fill: #212121;
}
.fancybox-navigation .fancybox-button div {
    background: #ccc;
}

.informationPage_table {
    overflow: hidden;
    overflow-x: auto;
}
.informationPage_table table tr th,
.informationPage_table table tr:first-child td{
    background:#571313;
    color:#fff;
}
.informationPage_table table tr:first-child td *{
    color:#fff;
}
.informationPage_table table tr td p, 
.informationPage_table table tr th p{
    margin-bottom:0px;
}
.informationPage_table table tr td, 
.informationPage_table table tr th{
    padding:10px;
    vertical-align: text-top;
    white-space: nowrap;
}


.allFeature_avl table th p, .allFeature_avl table td p {
    margin-bottom: 0;
    line-height:25px;
}
.allFeature_avl table th, 
.allFeature_avl table td {
    vertical-align:text-top;
    line-height:22px;
}
.allFeature_avl>table tr:first-child{
    background:#571313;
}
.allFeature_avl>table tr:first-child td p, .allFeature_avl>table tr:first-child td>p>strong{
    color:#fff;
}
.allFeature_avl table tr ul,
.allFeature_avl table tr ol{
    margin-top:4px;
}

.allFeature_avl table tr ul li,
.allFeature_avl table tr ol li {
    margin-bottom: 1px;
}
@media(max-width:767px){
    .allFeature_avl{
        overflow: hidden;
        overflow-x: auto;
    }

    section.full_video iframe {
        width: 100%;
        height: 250px;
        border-width: 5px;
    }
}

.blog-title h1 {
    font-size: 23px;
}
.blog_sidebar.mt-2 {
    margin-top: 16px;
}
.table_responsive {
  overflow: hidden;
  overflow-x: auto;
}

   .accImage_slider .slide-item img{
        width:100%;
    }
    .image_ar{
        max-width:450px;
    }
    .accImage_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 0px;
    height: 40px;
}

.accImage_slider .owl-nav button.owl-prev,
.accImage_slider .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius:50%;
    font-size:24px;
    top: 0;
}

.accImage_slider .owl-nav button.owl-next {
    right: 0;
}

.view-more-btn {
    width: fit-content;
    padding: 5px 7px;
    background: #b82231;
    color: #fff;
}
.view-more-btn:hover {
    transition: 1px;
    width: fit-content;
    padding: 5px 7px;
    background: #670206;
    color: #fff;
}

#schedule_bg {
  background: #e2d7c4;
  padding: 5px;
  margin-top: 15px;
}

#schedule_bg .cabin_table {
  margin-top: 20px;
}

#schedule_bg h2 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 0;
  position: relative;
}

#schedule_bg h2 i {
  color: #ab2a2f;
  font-size: 20px !important;
  font-weight: bold;
}

#schedule_bg h2:after {
  content: ' ';
  display: block;
  border: 1px solid #ab2a2f;
  width: 100px;
  margin-top: 6px;
  margin-bottom: 15px;
}

#schedule_bg .schedule_bdr {
  /* border: dashed 1px #513830; */
  /* padding: 15px; */
  /* box-shadow: 0px 3px 2px 3px rgb(236, 234, 226); */
  padding: 20px;
  /* border: solid 1px #d8d0cb; */
  /* border: solid 1px #513830; */
  border-radius: 0px;
  background: #f6eee1;
  color: #333;
  box-shadow: 0px 2px 5px 1px rgba(181, 180, 177, 0.66), 0 -1px 3px 0 #ccc;

}

#schedule_bg .cabin_page_box table.table2 th.thd-heading {
  padding: 5px 15px;
  border: solid 1px #ccc;
  line-height: 23px;
  font-size: 18px;
}

#schedule_bg .cabin_page_box table.table2 {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 99%;
  margin-left: 2px;
  border: solid 1px #ccc;

  box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.4);
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 6px solid rgb(255, 255, 255);
}

#schedule_bg .cabin_page_box td {
  background: #fff;
  padding: 5px 15px;
  border: solid 1px #ccc;
}

#schedule_bg .cabin_page_box img {
  box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.4);
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 6px solid rgb(255, 255, 255);
  width: 100%;
  /* display: none; */
}

#schedule_bg .cabin_facilities {
  float: left;
  width: 100%;
  margin-top: 15px;
}

#schedule_bg .cabin_facilities h3 {
  line-height: 31px;
  font-size: 19px;
}

#schedule_bg .cabin-text-box ul {
  margin: 25px 0 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

#schedule_bg .cabin-text-box li {
  background: rgb(220, 196, 159);
  font-size: 15px;
  list-style: none;
  letter-spacing: 0.75px;
  word-spacing: 0.75px;
  margin: 0;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  float: left;
  border: solid 1px #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  /* box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.4); */
}

#schedule_bg .cabin-text-box li strong {
  color: #ac1818;
}

#schedule_bg .cabin-text-box li strong i {
  color: #ac1818;
}

#schedule_bg .cabin_page_box table.table2 th.thd-heading {
  padding: 5px 15px;
  border: solid 1px #ccc;
  line-height: 23px;
  font-size: 18px;
}

#schedule_bg ul.train-bullet li {
  padding: 5px 15px 5px 25px !important;
  margin: 0;
  list-style: none;
  position: relative;
  font-size: 13px !important;
  letter-spacing: 1px;
  line-height: 18px;
  word-spacing: 2px;
}

#schedule_bg th.thd-heading {
  background: #4b4b4b;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
}