@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,ol,li{
    list-style: none;
}
a{
    text-decoration: none;
}

.container1 {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
}
.banner{
    padding: 0;
    width: 100%;
}
.p-tb{
    padding: 70px 10px 80px;
}
.banner-sec{
    width: calc(35% - 20px);
    padding-right: 71px;
}
.banner-left .main-img{
    position: relative;
}
.banner-left .banner-left-content{
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    background-color: #00000091;
    background-image: linear-gradient(#06060600, #18181852);
    padding: 10px 0;
}
.banner-plan .plan-icon img {
    width: 32px;
}
.banner-left .banner-left-content h2 a{
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
}
.banner-left .banner-left-content span{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.banner-content{
    width: calc(60% - 40px);
    margin-top:65px;
}
.banner-content h1{
    color: #38404F;
    font-size:63px;
    line-height: 75px;
    font-weight: 300;
}
.banner-content p{
    font-size: 18px;
    line-height: 30px;
    color: #38404F;
    padding-top: 13px;
}
.banner-content h1 strong{
    color: #1b3663;
    font-weight: 700;
}
.plan-holiday{
    background: #fff;
    box-shadow: 0px 4px 20px rgba(182, 193, 201, 0.25);
    padding-bottom: 30px;
}
.plan-holiday .banner-plan{
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.plan-holiday .plans strong{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #38404F;
}
.plan-holiday .plans p{
    font-size: 15px;
    line-height: 23px;
    color: #918F9B;
    width: 100%;
    padding-top: 0;
    margin: 0;
}
.plan-holiday figure {
    margin: 0;
}
.plan-holiday figure img{
    transform: translateX(-28px);
    max-width: 100%;
    /* width: 100%; */
    border-radius: 5px;
}
.banner-content .slick-arrow{
    position: absolute;
    bottom: -65px;
    color: var(--primary-color);
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border: 1px solid #F8F8FC;
    border-radius: 100px;
    cursor: pointer;
}
.banner-content .slick-arrow:hover,
.holiday-arrows .slick-arrow:hover,
.luxury-down-sec .slick-arrow:hover{
    background: #ff6612;
    color: #fff;
    transition: all 0.4s ease-in;
}
.banner-content .prev-arrow{
    left: 28px;
}
.banner-content .next-arrow{
    left: 96px;
}
.banner-slider .slick-slide{
    margin: 15px 29px;
}
.banner-sec .slick-arrow{
    position: absolute;
    bottom: 30px;
    color: #ffffffb8;
    cursor: pointer;
}
.banner-sec .slick-arrow:hover{
    color: #ffffff68;
}
.banner-sec .prev-arrow{
    right: 55px;
    z-index: 1;
}
.banner-sec .next-arrow{
    right: 22px;
}
.main-img figure {
    overflow: hidden;
    max-height: 100vh;
}
.main-img figure img{
    width: 100%;
    max-width: 564px;
}
/* trending */
.main-heading h2{
    font-size: 40px;
    line-height: 62px;
    color:#38404F;
    font-weight: 700;
}
.main-heading p a{
    font-size: 20px;
    line-height: 47px;
    font-weight: 700;
    color: #2C2D67;
}
.main-heading p a i{
    color: #FE402A;
    vertical-align: middle;
    font-weight: 700;
    font-size: 25px;
   padding-left: 4px;
}
.trend-listing {
    padding-top: 20px;
}
.trend-listing .nav {
    border-bottom: 1px solid #d9d9e8;
    margin-bottom: 40px;
}
.trend-listing .nav-link{
    padding-right: 65px;
    font-size: 15px;
    line-height: 26px;
    color: #38404F;
    padding-bottom: 20px;
    padding-left: 0;
}
.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
}
.nav::-webkit-scrollbar{
    display: none;
}
.nav .nav-item .nav-link,  .nav .nav-item .an-car {
    white-space: nowrap;
}
.trend-sec-left{
    position: relative;
}
.trend-sec-right{
    position: relative;
    width: 100%;
}
.trending-right{
    padding-top: 20px;
}
.trend-right, .trend-left{
    position: absolute;
    bottom: 16px;
}
.trend-right, .trend-left{
    left: 19px;
}
.trend-left h4, .trend-right h4{
    margin: 0;
} 
 .trend-left h4 a, .trend-right h4 a{ 
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 0 8px #383737;
} 
.trend-left span, .trend-right span{
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.trend-sec-left img, .trend-sec-right img{
    border-radius: 5px;
    width: 100%;
}
.trend-listing .nav-link.active,
 .trend-listing .show>.nav-link{
    font-size: 14px;
    font-weight: 600;
    color: #38404F;
}
.trend-listing .nav-link.active{
    position: relative;
}
.trend-listing .nav-link.active::after{
   content: "";
    position: absolute;
    background: #ff6612;
    width: 90px;
    height: 2px;
    bottom: 11px;
    left: 0;
}
/* holiday package */
.holiday-package{
    padding: 0 10px 90px;
}
.holiday-package .pack-sec img{
    width: 100%;
    border-radius: 5px;
}
.holiday-package .pack-sec{
    margin: 0 10px;
}
.holiday-package .pack-content{
    padding-top: 10px;
}
.holiday-package .pack-content span{
    color: #38404F;
    font-size: 16px;
    line-height: 26px;
}
.holiday-package .pack-content h3 a{
    font-size: 13px;
    line-height: 0px;
    font-weight: 500;
    color: #38404F;
    padding-top: 0px;
}
.holiday-arrows .slick-arrow{
    position: absolute;
    bottom: -80px;
    color:var(--primary-color);
    border: 1px solid #D9D9E8;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.holiday-arrows .prev-arrow{
    left: 48%;
    transform: translateX(-48%);
}
.holiday-arrows .next-arrow{
    left: 53%;
    transform: translateX(-53%);
}
/* intresting package */
.intresting-pack .interest-content{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.interest-content .package-interest .package-image{
    min-width: 90px;
}
.interest-content .package-interest .package-image img{
    border-radius: 5px;
}
.interest-content .package-col {
    padding-left: 25px;
}
.interest-content .package-interest{
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
}
.interest-content .package-col h4 a{
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #38404F;
}
.interest-content .package-col span{
    font-size: 15px;
    line-height: 26px;
    color: #38404F;
}
.intresting-pack .tab-list{
    padding: 20px 0 30px;
}
.tab-list .nav-pills{
    gap: 10px;
}
.tab-list .nav-pills .nav-link.active{
    background: transparent;
    border: 1px solid #FF6612;
    color: #FF6612;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;

}
.tab-list .nav-pills .nav-link{
    color: #38404F;
    padding: 8px 30px;
    border-radius: 60px;
    border: 1px solid #D9D9E8;
}
/* luxury trains */
.luxury{
    position: relative;
}
.luxury-left-sec{
    background: url(../images/shape-img.png) no-repeat 0 0;
    background-size: 100%;
    text-align: center;
   padding: 110px 40px;
    color: #38404F;
    max-width: 347px;
    width: 100%;
    margin-right: auto;
}
.luxury-left-sec h4{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.luxury-left-sec strong{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 21px;
}
.luxury-left-sec p{
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    padding: 30px 0;
}
.luxury-left-sec .lux-p{
    position: relative;
}
.luxury-left-sec .lux-p::before{
   content: "";
    position: absolute;
    background-color: #1b3663;
    height: 4px;
    width: 83px;
    left: 50%;
    transform: translateX(-50%);
}
.luxury-left-sec a{
    font-size: 15px;
    line-height: 25px;
    color: #1b3663;
    border: 1px solid #1b3663;
    border-radius: 60px;
    padding: 12px 47px;
    font-weight: 500;
    transition:all 0.5s ease;
}
.luxury-left-sec a:hover{
    color: #fff;
    background-color:#1b3663;
}
.luxury .luxury-right-sec{
    background:#fff;
    border-radius: 10px;
    padding: 22px 15px 21px;
    height: auto;
    width: 100%;
    text-align: center;
}
.luxury-down-sec .slick-slide{ margin-right:22px;}
.luxury .luxury-right-sec figure{
    display: inline-block;
}
.luxury .luxury-right-sec figure img{
    height: 43px;
}
.luxury .is-active .luxury-right-sec{
    background: #FF6612;
}
.luxury .is-active .luxury-right-sec strong {
    color: #fff;
}
.luxury .luxury-right-sec strong{
    color: #fff;
    font-weight: 600;
}
.luxury .luxury-right-sec strong{
    font-size: 15px;
    line-height: 23px;
    font-weight: 900;
    color: #38404F;
    text-transform: uppercase;
    display:block;
}
.luxury-top-sec .slick-slide{
    position: relative;
}
.luxury-top-sec .luxury-content{
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
}
.luxury-top-sec img{
    width: 100%;
}
.luxury-down-sec .slick-arrow{
    /* position: absolute; */
    /* color: #ff6612; */
    /* top: 55px; */
    background: #fff;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    text-align: center;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
.luxury-down-sec .slick-prev::before, .luxury-down-sec .slick-next::before{
    font-size: medium;
    color: #ff6612;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 55px;
}
.luxury-down-sec .slick-prev::before{
    content: "\f177";
}
.luxury-down-sec .slick-next::before{
    content: "\f178";
}
.luxury-down-sec .slick-prev{
    transform: translateX(-35%);
}
.luxury-down-sec .slick-prev:hover::before,
.luxury-down-sec .slick-next:hover::before{
    color: #fff;
} 
.luxury-down-sec .slick-list{
    max-width: 550px;
    width: 100%;
}
.luxury-down-sec .slick-slider{
    display: flex;
    justify-content: end;
    align-items: center;
}
.luxury-down-sec{
    position: absolute;
    right: 0;
    bottom: 105px;
    width: 100%;
}
/* intresting holidays */
.best-holiday-sec img{
    width: 100%;
    border-radius: 5px;
}
.best-holiday-sec{
    position: relative;
    margin: 0 10px;
}
.best-holiday-sec .bh-content{
    position: absolute;
    bottom: 23px;
    left: 32px;
}
.best-holiday-sec .bh-content h4 a{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    text-shadow: 0 0 10px #000;
}
/* weekend destinations */
.weekend{
    padding: 70px 10px 150px;
}
.weekend .vacation-week img, .experience .vacation-week img{
    width: 100%;
    border-radius: 5px;
}
.weekend .vacation-week, .experience .vacation-week{
    margin: 0 10px;
}
.common-hover h4 a:hover, .common-hover h3 a:hover{
    color: #FF6612!important;
    transition: all 0.5s ease-in-out;
}
.vacation-week .vacation-week-sec{
    padding-top: 31px;
}
.vacation-week .vacation-week-sec span{
    color: #38404F;
    font-size: 14px;
    line-height: 29px;
}
.vacation-week .vacation-week-sec h4 a{
    font-size: 20px;
    color: #38404F;
    line-height: 28px;
    font-weight: 600;
    padding-top: 5px;
}
/* international package */
.international-pack, .experience{
    background: #F8F8FC;
}
.international-pack .abroad-package img{
    width: 100%;
    border-radius: 5px;
}
.international-pack .abroad-package h4 {
    padding: 20px 0 25px;
    margin: 0;
}
.international-pack .abroad-package h4 a{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #38404F;
}
.experience{
    padding: 0 10px 150px;
}
/* happy customers */
.review-sec{
    justify-content: space-between;
    padding-top: 20px;
}
.reviews .customer-content img{
    width: 100%;
    border-radius: 5px;
}
.reviews .review-content h3{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #38404F;
}
.reviews .review-content p{
    font-size: 16px;
    line-height: 26px;
    color: #38404F;
    padding: 8px 0 15px;
}
.reviews .customer-profile{
    display: flex;
    justify-content: space-between;
    padding: 0px 0 20px;
}
.review-content .more-reviews{
    text-align: right;
    position: relative;
}
.review-content .more-reviews a small{
    color: #1b3663;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 14px 50px;
    border: 1px solid #1b3663;
    border-radius: 60px;
    transition:all 1s ease;
}
.review-content .more-reviews a:hover small{
    color: #fff;
    background-color:#1b3663;
}
.review-content .more-reviews .more-btn{
    background: #61C27C;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    top: -1px;
    right: 0;
}
.review-content .more-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 41px;
}
.read-more a,.about-india button, .about-india .read-more{
    font-size: 16px;
    line-height: 30px;
    color: #38404F;
    font-weight: 700;
}
.read-more a i, .about-india button i, .about-india .read-more i{
    color: #FE402A;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px;
    padding-left: 8px;
}
.customer-content{
    display: flex;
    margin-right: 50px;
}
.customer-content .customer-tour-photo{
    padding-right: 9px;
    max-width: 289px;
}
.customer-content .customer-tour-photos{
    max-width: 311px;
}
.customer-profile .customer-id strong{
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #38404F;
}
.customer-profile .customer-rating img{
    display: block;
}
.customer-profile span{
    font-size: 14px;
    line-height: 23px;
    color: #38404F;
}
.tab-listing .nav-pills{
    gap: 10px;
    align-items: center;
}
.tab-listing .nav-pills .nav-link.active{
    background: #1b3663;
    color: #fff;
    font-weight: 500;
    border: 1px solid #1b3663;
}
.tab-listing button {
    border: none;
    background: transparent;
}
.tab-listing .an-car a{
    color: #1b3663;
    background: transparent;
    border: 1px solid #1b3663;
    padding: 8px 30px;
    border-radius: 60px;
}
.tab-listing .nav-pills .nav-link{
    font-size: 14px;
    line-height: 26px;
    color: #38404F;
    padding: 8px 30px;
    border-radius: 60px;
    border: 1px solid #D9D9E8;
    font-weight: 500;
}
/* why choose us */
.acheivements{
    padding: 0 10px 70px;
}
.acheivements .acheive-col{
    justify-content: space-between;
    padding-top: 40px;
}
.acheivers{
    display: flex;
}
.acheive-sec{
    border-radius: 5px;
    padding: 53px 34px 40px;
}
.acheive-sec.green{
    background: #EFF4EF;
}
.acheive-sec.blue{
    background: #EEF5F8;
}
.acheive-sec.red{
    background: #FBF2F1;
}
.acheive-sec.yellow{
    background: #FDFAEE;
}
.acheive-sec figure{
    text-align: center;
    padding: 20px 0 50px;
}
.acheive-sec .acheive-content h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #38404F;
    padding-bottom: 8px;
}
.acheive-sec .acheive-content p{
    font-size: 16px;
    line-height: 24px;
    color: #38404F;
}
.interest-listing{
    padding-top: 20px;
}
/* latest travel trends */
.travel-trends{
    background: #F8F8FC;
}
.latest-trends .trends-sec img{
    width: 100%;
}
.latest-trends .trends-sec span{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #38404F;
    display: inline-block;
    padding: 30px 0 12px;
}
.latest-trends .trends-sec h4 a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #38404F;
}
/* incredible india */
.wonder-india p{
    font-size: 16px;
    line-height: 26px;
    color: #38404F;
    margin-bottom: 0;
    padding: 10px 0;
}
.about-india-sec{
    padding-left: 100px;
}
.about-india-sec img{
    width: 100%;
    border-radius: 5px;
}
.about-india button{
    border: none;
    background: transparent;
}
/* information */
.info-india .info-col{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.info-india{
    justify-content: space-between;
}
.info-sec{
    background: #F8F8FC;
    padding: 68px 48px 59px 60px;
    position: relative;
    height: 100%;
    border-radius: 5px;
}
.info-sec::before{
    content: "";
    background: #FF6612;
    position: absolute;
    width: 75px;
    height: 7px;
    top: 0;
}
.info-sec h3{
    font-size: 36px;
    line-height: 54px;
    color: #38404F;
    font-weight: 700;
}
.info-sec p{
    font-size: 16px;
    color: #38404F;
    margin: 0;
    padding: 10px 0 30px;
}
.info-sec p a{
    color: #ff6612;
}
.info-sec .info-col {
    padding-top: 10px ;
}
/* Discover India  */
.discover-india .discover-col{
    display: flex;
    padding: 15px 0 50px;
    border-bottom: 1px solid #D9D9E8;
}
.discover-india .discovery{
    padding-top: 60px;
}
.discover-col .discover-sec figure img{
    border-radius: 5px;
}
.discover-col .discover-sec{
    width: auto;
    padding-right: 40px;
}
.discover-col .discover-content{
    width: calc(75% - 30px);
}
.discover-col .discover-content .travel-tips{
    padding-left: 20px;
}
.discover-col .discover-content .travel-tips li{
    list-style: disc;
    line-height: 30px;
}
.discover-col .discover-content .travel-tips li strong{
    padding-right: 5px;
}
.discover-col .discover-content .travel-tips li::marker{
    color: #ff6612;
}
.discover-col .discover-content h3{
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    color: #38404F;
}
.discover-col .discover-content p{
    font-size: 16px;
    line-height: 26px;
    color: #38404F;
}
/* FAQ */
.faq{
    padding: 10px;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.faq .faq-col{
    padding-top:50px;
    justify-content: space-between;
}
.faq .faq-section h5{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #38404F;
    padding-bottom: 20px;
}
.faq .faq-section h5 a{
    color: #FF6612;
}
.faq .faq-section .add-on{
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    background: #FF6612;
    padding: 16px 64px;
    border-radius: 60px;
    display: inline-block;
    border: 1px solid #FF6612;
}
.faq .faq-section .add-on:hover{
    color: #FF6612;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.page-btn .read-more{
    border: none;
    background: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #38404F;
    padding-top: 40px;
}
.page-btn button i{
    color: #FE402A;
    vertical-align: text-top;
    font-weight: 700;
    font-size: 21px;
    padding-left: 8px;
}
.faq .accordion .accordion-item:first-child{
    border-top: 1px solid #D9D9E8;
}
.accordion .accordion-item{
    padding: 15px 0 20px;
}
.accordion-item .accordion-button{
    font-size: 20px;
    line-height: 30px;
    color: #38404F;
    font-weight: 700;
    padding-left: 0;
    gap: 12px;
}
.faq .accordion-item .accordion-button::after{
    content: "";
    background:url(../imagess/arrow-1.png) no-repeat 0 0;
}
.faq .accordion-button:not(.collapsed)::after{
    content: "";
    background:url(../imagess/arrow-1.png) no-repeat 0 0;
}
.accordion-item .accordion-body{
    padding-left: 0;
}
.accordion-item .accordion-body .pd{
    padding-top: 10px;
}
.accordion-item .accordion-body .pd1{
    padding-left: 20px;
    padding-top: 10px;
}
.accordion-item .accordion-body .pd1 li{
    list-style: disc;
    line-height: 30px;
}
.accordion-item .accordion-body .pd1 li::marker{
    color: #ff6612;
}
.accordion-item .accordion-body p{
    color: #38404F;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.accordion-item .accordion-body p a{
    color: #ff6612;
}
.accordion-item .accordion-button:focus{
    box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed){
    background-color: transparent;
}
/* Search */
.search .search-sec{
    padding-top: 20px;
}
.search .search-content{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.search .search-content li{
    padding: 8px;
}
.search .search-content li a{
    color: #FF6612;
    padding: 10px 20px;
    border: 1px solid #D9D9E8;
    border-radius: 60px;
    display: inline-block;
}
/* More Info */
.more-info{
    background: #F8F8FC;
}
.more-info-sec {
    margin: 0 80px;
}
.more-info-sec h3{
    font-size: 36px;
    line-height: 42px;
    color: #38404F;
    font-weight: 700;
    padding-bottom: 20px;
}
.more-info-sec h5{
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #38404F;
    padding: 10px 0;
    margin: 0;
}
.more-info-sec p{
    font-size: 14px;
    line-height: 23px;
    color: #38404F;
    margin-bottom: 0;
}
.more-info-sec p.pd{
    padding-top: 10px;
}
.more-info-sec .read-more{
    background: #F8F8FC;
}
.more-info-sec .table{
    font-family: 'Poppins', sans-serif;
}
.more-info-sec .table .table-left{
    width: 30%;
}
.more-info-sec .table .table-right{
    width: 70%;
}
.more-info-sec .table .table-bold{
    font-weight: 600;
}
.more-info-sec .table tr td{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #38404F;
}
/* Explore India */
.explore-india{
    background: #F8F8FC;
}
.exploring-india, .exploring-col{
    padding-top: 12px;
}
.explore-india .explore-right{
    display: flex;
    justify-content: space-between;
}
.explore-right .north-mid{
    width: calc(60% - 10px);
}
.explore-india .north-content .fest-more{
    font-size: 16px;
    line-height: 30px;
    color: #38404F;
    font-weight: 700;
    display: block;
    padding-top: 10px;
}
.explore-india .north-content a i{
    color: #FE402A;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px;
    padding-left: 8px;
}
.explore-right .north-mid p a{
    color: #ff6612;
}
.explore-right .north-mid p strong{
    color: #38404F;
    font-size: 16px;
}
.explore-right .north-right img{
    border-radius: 5px;
}
.explore-right .north-mid p{
    font-size: 16px;
    line-height: 26px;
    color: #38404F;
}
.explore-right .north-mid .accordion-item{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #D9D9E8;
    border-radius: 0;
}
.explore-right .north-mid .accordion-button:not(.collapsed){
    box-shadow: none;
}
.explore-right .accordion-button:not(.collapsed)::after{
    content: "";
    background: url(../imagess/orange-arrow.png) no-repeat 0 0;
    transform: rotate(-180deg);
}
.explore-right .accordion-item .accordion-button::after{
    content: "";
    background: url(../imagess/orange-arrow.png) no-repeat 0 0;
}
.explore-right .accordion-item .accordion-button, 
.explore-right .accordion-item{
    background: #F8F8FC;
}
.explore-right .accordion-item .accordion-button{
    font-weight: 600;
    font-size: 18px;
}
.explore-sec .explore-left{
    width: calc(20% - 10px);
}
.explore-sec{
    gap: 70px;
}
.explore-sec .tab-content{
    width: calc(80% - 20px);
}
.explore-left .nav-link{
    border-bottom: 1px solid #D9D9E8;
    border-radius: 0;
}
.explore-left button{
    color: #38404F!important;
    background-color: transparent!important;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    padding-bottom: 20px;
}
.explore-left button span{
    display: block;
    font-size: 12px;
    line-height: 45px;
    color: #38404F;
}
.explore-left .active,
.explore-left .nav-pills .show>.nav-link{
    font-size: 24px!important;
    font-weight: 700!important;
}
/* Quick Links */
.quick-links{
    padding: 70px 10px 40px;
}
.quick-links .top-heading h4{
    font-size: 25px;
    line-height: 37px;
    color: #38404F;
    font-weight: 700;
    margin: 0;
}
.quick-links .top-heading small{
    font-size: 15px;
    line-height: 28px;
    color: #62637C;
}
.quick-links .quick-listing{
    padding: 25px 0;
}
.quick-listing .nav-pills .nav-link.active{
    border-bottom: 2px solid #FF6612;
    border-radius: 0;
    background: none;
    color: #38404F;
}
.quick-listing .nav-pills .nav-link:hover{
    color: #38404F;
}
.quick-listing .nav-pills .nav-link{
    padding: 0 0 16px;
    margin-right: 40px;
}
.quick-listing .nav{
    border-bottom: 1px solid #D9D9E8;
}
.quick-listing .nav-pills .nav-link .btn{
    border: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.quicks-package{
    padding-left: 0;
}
.quick-content .quicks-package li a{
    font-size: 13px;
    line-height: 20px;
    color: #62637C;
}
.quick-content .quicks-package li a:hover{
    color: #ff6612;
}










/* testing */
/*7600*560*/
/* * { margin:0; padding:0; outline:0; box-sizing:border-box;}
li{list-style:none}
ul { list-style-type:none; padding:0; margin:0;
#tmiform select.error {border: 1px solid red;} */
/* The Modal (background) */
.modal-one {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1111111;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.modal-one .main-form .modal-content-one .modal-header {
    display: unset;
}

/* model */
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-widget-header a {
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-widget-header .ui-icon {
    background-image: url(../imagess/date-icons.png);
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-widget-header a {
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-widget-header .ui-icon {
    background-image: url(../imagess/date-icons.png);
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


.ui-datepicker table {
    width: 100%;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-widget-content a {
    color: #333;
}

/* Modal Content */
.modal-content-one {
    /*position: fixed;*/
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font: 700 28px/28px 'Open Sans', sans-serif;
}

.close:hover,
.close:focus {
    color: #f45c00;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    display: unset;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

button#myBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    margin-top: 5px;
    text-transform: capitalize;
    display: inline-block;
    background: #ff6612;
    width: auto;
    padding: 9px 20px 11px 15px;
    border-radius: 50px;
    font: 700 15px/17px 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
    border: none;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.main-form {
    width: 800px;
    margin: 0 auto;
    border-radius: 5px;
}

.main-form-in {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px;
}

.main-form h2 {
    display: block;
    font: 700 38px/31px 'Open Sans', sans-serif;
    color: #494f5d;
    text-align: center;
    letter-spacing: -1px;
    position: relative;
}

.main-form h2 span {
    color: #f45c00;
    text-transform: uppercase;
}

.main-form h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #f45c00;
    margin-left: 49%;
    padding-top: 15px;
}

.contact-form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #dde0e2;
    padding: 10px;
    color: #58595e;
    box-sizing: border-box;
    resize: none;
}
.contact-form textarea.form-control{
    height: auto;
}

.full {
    width: 100%;
    float: left;
}

.half-50 {
    width: 48%;
    float: left;
}

.half-50:last-child {
    margin-left: 4%
}

.captcha {
    font: 700 20px/20px 'Open Sans', sans-serif;
    color: #4CAF50;
    text-align: center;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid #fff;
}

label {
    display: block;
    font: 700 13px/16px 'Open Sans', sans-serif;
    color: #70747d;
    text-align: left;
}

label span {
    color: #f45c00
}

.full input[type=text],
.full select {
    width: 100%;
    padding: 7px;
    margin: 8px 0;
    display: inline-block !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font: 400 13px/21px 'Open Sans', sans-serif;
    color: #58595e;
}

.full input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.full input[type=submit]:hover {
    background-color: #45a049;
}

.main-form-l {
    float: left;
    width: 45%;
    padding: 20px;
}

.main-form-r {
    float: right;
    width: 50%;
    padding-top: 20px;
}

.main-form-l h3 {
    font: 700 38px/31px 'Open Sans', sans-serif;
    color: #494f5d;
}

.main-form-l .list {
    float: left;
    width: 100%;
    padding: 35px 0;
}

.main-form-l .list li {
    list-style: none;
    font: 700 13px/20px 'Open Sans', sans-serif;
    color: #70747d;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.main-form-l .list li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f45c00;
    left: 0;
    top: 8px;
}

.call-sce {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgb(178, 178, 178);
    padding-top: 25px;
}

.call-sce p {
    font: 600 15px/20px 'Open Sans', sans-serif;
    color: #70747d;
    margin-top: 15px;
}

.call-sce p i {
    font-size: 15px;
    margin-right: 5px;
    color: #f45c00;
}

.call-sce h4 {
    font: 700 20px/20px 'Open Sans', sans-serif;
    color: #FF6612;
    padding: 10px 0;
}

.call-sce h4 a {
    color: #FF6612;
}

.social-icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}

.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon ul li {
    float: left;
    list-style: none;
    margin-left: 20px;
}

.social-icon ul li i {
    font-size: 55px;
    color: #f45c00;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

span#gcountrySelectBoxItContainer {
    display: none;
}

.modal-one.tmi-fshow {
    display: block !important;
}

@media only screen and (max-width:800px) {
    .main-form {
        width: 100%;
    }

    .main-form-l {
        width: 100%;
        padding: 0;
    }

    .main-form-r {
        width: 100%;
        padding: 0;
    }

    .main-form-l h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .main-form-l .list {
        padding: 20px 0;
    }

    .main-form-l .list li {
        margin-bottom: 10px;
    }

    .social-icon {
        margin-bottom: 20px;
    }

    .main-form h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media only screen and (max-width:540px) {
    .main-form-l {
        display: none;
    }

    .close {
        color: #f45c00;
        position: relative;
        top: 27px;
        right: 5px;
        font-size: 35px;
    }

}
#tmiform input.error {
    border: 1px solid red;
}
#tmiform select.error {
    border: 1px solid red;
}
#tmiform textarea.error {
    border: 1px solid red;
}

.header_top_sec ul li a{
    color: #000000cc;
    padding: 10px 17px !important;
}
.header_top_sec{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.top_header .list-unstyled{
    display: flex;
    justify-content: flex-end;
}
.top_heaer_contact ul li a{
    padding: 5px 12px;
    color:#fff;
}
.top_header{
    background-color: #1b3663;
    padding: 8px 0;
}
.about_us_home_left_text .vector{
    position: absolute;
    left: 10%;
    bottom: -135px;
}
.about_us_home_left_text img{
    width:100%;
}
.about_us_home_left_text h2{
    font-size: 40px;
    color: #38404F;
    font-weight: 700;
    margin-bottom: 27px;
}
.about_us_home_left_text h2 span{
    font-style: italic;
    font-size: 24px;
    display: block;
    color: #ff000b;
}
.about_us_home_sec .row{
    align-items:center;
}
.about_us_home_sec{
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 60px;
}

.bar {
  height: 5px;
  width: 90px;
  background: #ff000b;
  margin: 20px 0px;
  position: relative;
  border-radius: 30px;
}

.bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
 background: #fff;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.header_top_sec ul li.char_dham_nav a{
    background-color: #1b3663;
    color: #fff;
    border-radius: 7px;
}

.explore_stunning_sec .Explore_Destinations_item a{
   position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.explore_stunning_sec .trend-sec-right a img {
    transition: all .5s ease-out;
}

.explore_stunning_sec .Explore_Destinations_item:hover img {
    transform: scale(1.1);
}
.explore_stunning_sec .trends-visit:nth-child(1){
    margin-bottom: 20px;
}
.explore_stunning_sec .trends-visit:nth-child(2){
    margin-bottom: 20px;
}
.explore_stunning_sec .trends-visit:nth-child(3){
    margin-bottom: 20px;
}

.explore_stunning_sec .Explore_Destinations_item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgb(0 0 0 / 50%) 1.03%, rgb(0 0 0 / 0%) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.Explore_Destinations_item .trend-right{
    z-index: 9;
}
.Explore_Destinations_item .trend-right h4{
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 0 8px #383737;
}
.vison_img_right .vision_img1 {
    position: relative;
    margin-left: 120px;
    overflow: hidden;
}
.vison_img_right .vision_img1:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.vison_img_right .vision_img1:hover:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}
@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}
.vision_img2 img{
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.vision_img2:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.vision_about_sec .row{
    align-items: center;
}

.vision_about_sec {
    background-color: #1b3663;
    padding: 60px 0;
}
.vision_img2 {
    position: relative;
    margin-top: -80px;
    border: 10px solid #fff;
    display: inline-block;
    overflow: hidden;
}

.vision_about_sec .section-title .sub-title {
    background-color: #ffffffed;
    color: #1c4e69;
    margin-bottom: 18px;
    border-radius: 30px;
    padding: 5px 20px 4px;
    font-size: 13px;
    display: inline-block;
}
.vision_about_sec .section-title h2 {
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
}
.vision_about_sec .section-title .bar {
    background: rgb(255 255 255);
}
.vision_about_sec .nav-link.active {
    color: #d6074f;
}
.vision_about_sec .nav-link {
    color: #ffffff;
}
.vision_tab_panel .tab-content p {
    line-height: 30px;
    color: #fff;
}
.main-footer {
    position: relative;
    z-index: 10;
    padding: 60px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(6 8 3);
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
}
.main-footer .logo-widget .text {
    line-height: 1.8em;
    color: rgb(157 157 157);
    margin-bottom: 30px;
}

.main-footer .footer-widget h4 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    color: rgb(255 255 255);
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative;
}
.main-footer .email-box {
    position: relative;
    margin-bottom: 22px;
}
.main-footer .email-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.main-footer .email-box .form-group input[type="text"], .main-footer .email-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    padding: 10px 55px 10px 25px;
    background-color: rgba(255, 255, 255, 0.20);
    display: block;
    font-size: 14px;
    height: 50px;
    width: 100%;
    border-radius: 0px;
    box-shadow: inherit;
    color: rgb(255 255 255);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: none;
    border: none;
}
.main-footer .email-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 64px;
    display: block;
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgb(184 18 55);
    outline: none;
    border: none;
}
.main-footer .email-box .form-group button .icon {
    color: #fff;
}
.main-footer .contact-widget .contact-list li {
    position: relative;
    line-height: 1.8em;
    font-size: 14px;
    color: rgb(157 157 157);
    padding-left: 30px;
    margin-bottom: 15px;
}
.main-footer .contact-widget .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    color: rgb(255 255 255);
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #b81237;
}
.main-footer .contact-widget .contact-list li a {
    color: rgb(157 157 157);
}
.social-box li a {
    font-size: 19px;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #060803;
    margin-bottom: 13px;
}
.main-footer .newsletter-widget .text {
    line-height: 1.8em;
    color: rgb(157 157 157);
    margin-bottom: 0px;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 15px;
    color: rgb(157 157 157);
}

.footer-widget .logo img {
    width: 200px;
}
.blog.home_blogs_Sec {
    margin-top: 45px;
    margin-bottom: 45px;
}
.explore_stunning_sec{
    background-color: #1b3663;
}
.explore_stunning_sec .main-heading h2{
    color:#fff;
}
.explore_stunning_sec .trend-listing .nav-link{
    color: #ffffff;
}
.explore_stunning_sec .bar{
    background: #ffffff;
}
.view_all_tour_btn{
    text-align:right;
}
.top_trending_destinations_sec{
    margin-top:60px;
    margin-bottom:60px;
}
.top_trending_destinations_sec .main-heading {
    margin-bottom: 40px;
}
.default_header_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.60;
}
.default_header_banner{
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    height:400px;
    background-position:center;
}
.default_header_banner .container{
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.default_header_banner_text h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 70px;
}
.sec-title .sub-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 50px;
    height: 2px;
    background-image: -webkit-linear-gradient(0deg, rgb(216 26 94) 0%, rgb(216 26 94) 100%);
}
.contact-form form {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 20px;
}
.contact-form .form-group{
    margin-bottom: 14px;
}
.contact-form .form-control{
    font-size: 15px;
    border-radius: 0px;
    height: 43px;
}
.contact-form .btn_head_submit {
   text-transform: capitalize;
    border-radius: 0;
    background-color: #b81237;
    padding: 13px 30px;
    box-shadow: none;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: none;
}
.contact-section .contact-info {
    position: relative;
    margin-top: -30px;
}
.contact-section .contact-info .border-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-section .contact-info .border-box .border_top {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: url(../images/shape-4.png) center no-repeat;
}
.contact-section .contact-info .border-box .border_middile {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: url(../images/shape-3.png) center no-repeat;
}

.contact-section .icon-box {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 40px;
}
.contact-section .icon-box .icon {
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 59px;
}
.contact-section .icon-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-section .icon-box ul li a {
    font-size: 16px;
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.contact-info .icon img{width: 70px;}

.destination_banner_bg{
    background-image:url('../images/destination_banner_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    height:700px;
}
.destination_banner_bg::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    width:100%;
    bottom:0;
    top:0;
    height:100%;
    background-color:#000;
    opacity: 0.6;
}
.destination_banner_bg .container{
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-area{
    margin-top: 60px;
    margin-bottom: 60px;
}
.about-image img{
    width:100%;
}

.card-image {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
}

.card-image img{
    width:100%;
}
.Authorization_head h3{
    font-size: 40px;
    line-height: 62px;
    color: #38404F;
    font-weight: 700;
    text-align: center;
    margin-bottom:30px;
}
.about-content h3{
     font-size: 40px;
    line-height: 62px;
    color: #38404F;
    font-weight: 700;
}
.Authorization_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}
.Authorization_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Authorization_box .col-xl-4{
    width: 20%;
}
.contact-section .icon-box li span{
    display:block;
}
.destination-style1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.destination-style1 img {
    width: 100%;
}
.destination-style1 img {
    transition: 0.5s ease-in-out;
}
.destination-style1 .destination-info {
    transition: 0.5s ease-in-out;
    background-color: rgba(28, 28, 28, 0.8);
    padding: 25px 30px 10px;
    max-width: 297px;
    width: 100%;
    border-radius: 0 10px 10px 0px;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.destination-style1 .destination-name {
    margin-bottom: 5px;
}
.destination-style1 .destination-name a {
    color: #ffffff;
}
.destination-style1:hover img {
    transform: scale(1.1);
}
.amezing_destination_head h3{
    font-size: 40px;
    line-height: 62px;
    color: #38404F;
    font-weight: 700;
    text-align: center;
}
.amezing_destination_head{
    margin-bottom: 40px;
}
.about-content h2{
    font-size: 40px;
    line-height: 62px;
    color: #38404F;
    font-weight: 700;
}
.amezing_destination_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}
.amezing_destination_head .bar{
    margin-left: auto;
    margin-right: auto;
}
.destination-details .ds-title:first-child {
    margin-bottom: 33px;
    margin-top: -10px;
}
.destination-details .default_heading{
   font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 14px;
    background-color: #1b3663;
    padding: 13px;
}
.default_heading{
   font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}
.sub_heading{
   font-size: 24px;
    color: #38404F;
    font-weight: 600;
}
.widget {
    padding: 10px 30px;
    background-color: #1b3663;
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}
.destination_right_form .form-group{
    margin-bottom:15px;
}

.btn_head_submit{
    text-transform: capitalize;
    border-radius: 0;
    background-color: #b81237;
    padding: 13px 30px;
    box-shadow: none;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: none;
}
.widget_title{
   font-size: 25px;
    line-height: 62px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 26px;
}
.widget_title::before {
    width: 15px;
    left: 0;
}
.widget_title::before, .widget_title::after {
    content: "";
    height: 2px;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.widget_title::after {
    width: 55px;
    left: 20px;
}
.widget_title::before {
    width: 15px;
    left: 0;
}
.destination_details_listS_sec {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.destination-details h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.distination_ul_list ul{
    margin-top: 17px;
}
.distination_ul_list ul li{
    margin-bottom: 20px;
    list-style-type: circle;
    margin-left: 17px;
}
.destination_right_form{
    position:relative;
}

#sidebar {
  position: relative;
    width: 100%;
}
#sidebar.fixed {
 position: fixed;
    top: 50px;
    width: 29.2%;
}
.package-style1, .package-style3 {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all ease 0.4s;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 20px;
}
.package-style1 .package-img, .package-style3 .package-img {
    overflow: hidden;
}
.package-style1 .package-img img, .package-style3 .package-img img {
    transition: 0.5s;
}
.package-style1 .package-content, .package-style3 .package-content {
    padding: 15px 16px 16px;
}

.package-style1 .package-title, .package-style3 .package-title {
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0;
}
.package-style1 .package-title a, .package-style3 .package-title a {
    color: #505050;
}
.package-style1 .package-footer, .package-style3 .package-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.package-style1 .vs-btn, .package-style3 .vs-btn {
    padding: 10px 15px;
    font-size: 14px;
}
.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    /* font-family: var(--title-font); */
    background-color: #505050;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}
.package-style1:hover .package-img img, .package-style3:hover .package-img img {
    transform: scale(1.1);
}
.package-img img{
    width:100%;
}
.destination_details_listS_sec .col-lg-4{
    position:relative;
}

.packages_list_item_img{
    overflow: hidden;
}
.packages_list_items_box{
   background-color: rgb(255 255 255);
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    transition: all ease 0.4s;
   box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 1px 2px rgb(0 0 0 / 5%);
    padding: 10px 10px;
}
.packages_list_item_img img{
    width: 100%;
    transition: 0.5s;
}
.packages_list_items_box:hover img{
   transform: scale(1.1);
}

.packages_list_items_box h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.packages_item_loca p{
    margin-bottom: 0px;
    font-size: 15px;
}
.packages_item_loca p i{
    color: #d81a5e;
}
.packages_list_items_box .packages_item_loca {
    margin-top: 13px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
    margin-bottom: 11px;
}

.packages_list_head h2 {
    font-size: 40px;
    line-height: 62px;
    color: #38404F;
    font-weight: 700;
    text-align: center;
}
.packages_list_head .bar{
    margin-left: auto;
    margin-right: auto;
}

.packages_list_head {
    margin-bottom: 50px;
    margin-top: 60px;
}

.packages_list_items_box a{
    color: rgb(52 52 52);
}

.destination_Packages_page_sec .packages_list_items_box h3{
    font-size: 15px;
}

.banner2-card {
    position: relative;
    border-radius: 5px;
}
.banner2-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 5px;
}
.banner2-card img {
    border-radius: 5px;
    width:100%;
}
.banner2-card .banner2-content-wrap {
    padding: 60px 20px 35px;
    background-image: url(../images/banner2-content-bg1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
}
.banner2-card .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner2-card .hotline-area .icon {
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.banner2-card .hotline-area .icon svg {
    fill: #63ab45;
}
.banner2-card .hotline-area .content {
    text-align: start;
}
.banner2-card .hotline-area .content span {
    font-size: 20px;
    /* font-family: var(--font-satisfy); */
    line-height: 1;
    font-weight: 400;
    letter-spacing: .13em;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
}

.banner2-card .hotline-area .content h6 a {
    font-size: 24px;
    color: #ffffff;
}
.banner2-card::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
}
.destination-details .default_heading span{
    display: block;
    font-size: 21px;
    margin-top: 9px;
    font-weight: 500;
    color: #ffffff;
}
.itinerary_item_sec {
    margin-top: 32px;
}

.itinerary_item_sec .sub_heading{
    font-size: 22px;
    margin-bottom: 20px;
}
.itinerary_item {
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    position:relative;
}
.itinerary_item_box {
    position: relative;
    padding-left: 21px;
}
.itinerary_item_box::after{
  content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #ccc;
    z-index: -1;
}

.itinerary_item::after{
   content: "";
    position: absolute;
    left: -25px;
    height: 10px;
    width: 10px;
    top: 0;
    background-color: #b81237;
    border-radius: 50px;
}

.itinerary_item:first-child::after, .itinerary_item:last-child::after{
   content: "\f041";
    position: absolute;
    font-family: FontAwesome;
    left: -33px;
    height: 25px;
    width: 25px;
    top: 0;
    background-color: #b81237;
    border-radius: 50px;
    z-index: 9;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
.packages_list_sec {
    margin-bottom: 60px;
}
.cost_person_table{
    display:none;
}
.explore_stunning_sec .trend-left{
    color: #fff;
    z-index: 9;
}
.Authorization_head .bar{
    margin-left: auto;
    margin-right: auto;
}

.Authorization_head {
    margin-bottom: 50px;
}
.Authorization_logo {
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px;
}
.Authorization_box .row{
    align-items:center;
}
.distination_ul_list .list-unstyled li{
   list-style: none;
    margin-left: 0px;
    font-size: 15px;
    position: relative;
    padding-left: 24px;
}
.distination_ul_list .list-unstyled li i{
    color: #b81237;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.default_header_banner_text h1 span{
    display:block;
}

.company_policy_item_list .list_number{
    padding-left: 17px;
}
.company_policy_item_list .list_number li{
    list-style-type: decimal;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}
.company_policy_sec {
    margin-top: 50px;
    margin-bottom: 50px;
}
.company_policy_items_box h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.social-box{
    display:flex;
}
.social-box li{
    margin-right:10px;
}
.social-box li:last-child{
    margin-right:0px;
}
.quick_link_items ul li a {
    position: relative;
    line-height: 1.8em;
    font-size: 14px;
    color: rgb(157 157 157);
    transition: all 0.5s ease;
}
.quick_link_items ul li {
    margin-bottom: 7px;
}
.Itinerary_accordion .accordion-button{
    background-color: #d5d5d5;
    padding: 10px 10px;
    color: #000;
}
.vision_about_sec .nav-tabs .nav-link{
    margin-bottom:0px;
    border:none;
    border-radius:0px;
}

.happy-customers h2 span{
    display:block;
}
.quick_link_items ul li a:hover {
    color: rgb(215 30 97);
    padding-left: 5px;
}
.Authorization_logo img{
    width: 180px;
}
.whatsapp_chat a {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #76c900;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 27px;
    position: fixed;
    bottom: 20px;
    left: 16px;
    z-index: 99;
}
h4.tour-box_price {
    font-size: 16px;
    margin-top: 11px;
    color: #1b3663;
}


/* valley package */

.vally .accordion-item .accordion-button {
    color: unset;
}
.vally .accordion .accordion-item {
    padding: unset;
}
.vally .accordion {
    --bs-accordion-border-color: unset;
}
.vally .accordion-body {
    padding: unset;
}
.vally .itinerary_item::after {
    top: 18px;
}
.vally .Itinerary_accordion .inclusion {
    background-color: unset;
}
.swc-2 .distination_ul_list ul
{
    margin-top: 0;
}
.icons i {
    color: #d81a5e;
}
/* submenu */
 .dropdown:hover .sub-dropdown {
        display: block;
    }
     .sub-dropdown:hover .ima-menu {
        display: block;
    }
     /* .ima-menu {
        margin-left: 10.18em !important;
        margin-top: -3.22em !important;
    } */


/* lucknow package */
.cost th, tr {
    text-align: center;
}


/* adi kailash and om parvat yatra delhi */
.delhi .accordion-item .accordion-button:not(.collapsed) {
    background-color: #d5d5d5;
}
.faq1 .accordion-item {
    margin-top: 15px;
    border: 1px solid #eee !important;
}
.faq1 .accordion-button {
    border: 0 !important;
    min-height: 40px;
    position: relative;
    box-shadow: none !important;
    padding: 10px 55px 9px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: unset;
}
.faq1 .accordion .accordion-item {
    padding: unset;
}
.faq1 .accordion-item .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: unset;
    transform: unset;
    display: inline-block;
    width: 9px;
    height: 2px;
    background-color: currentColor;
    vertical-align: middle;
    color: #b81237;
}
.faq1 .accordion-button::after {
    content: "+";
    background-image: unset;
    width: 9px;
     color: #b81237;
}
.faq1 .accordion-item .accordion-body {
    background-color: transparent;
    font-size: 15px;
    border-top: 1px dashed #ddd;
    padding: 1rem 1.25rem;
}











