html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    }
    @import url('https://web.archive.org/web/20250114171217cs_/https://fonts.googleapis.com/css2?family=League+Spartan&display=swap');
    body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'League Spartan', sans-serif;
    height: 100%;background-color: #f3f7fa4a;;
    line-height: 30px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
    .navbar-nav .nav-link {
    color: #fff;
    }
    .header-area_top {
    width: 100%;
    background-color: #08749b;
    padding: 18px 0px 36px 0px;
    }
    .mobile_main_top {
    width: 100%;
    }
    .mobile_main_top ul {margin:0px auto; padding:0px;}
    .mobile_main_top ul li {
    display: inline-block;
    margin: 0px 16px 0px 0px;
    }
    .mobile_main_top ul li a {
    color: #fff;
    text-decoration: none;
    }
    span.line_top {
    color: #fff;
    }
    .header-top-social {
    width: 100%;
    text-align: right;
    }
    .header-top-social ul {margin:0px auto; padding:0px;}
    .header-top-social ul li {
    display: inline-block;
    margin: 0px 16px 0px 0px;
    }
    .header-top-social ul li a {
    color: #fff;
    text-decoration: none;
    }
    .header-top-auth {
    width: 100%;
    text-align: right;
    }
    .header-top-auth ul  {margin:0px auto; padding:0px;}
    .header-top-auth ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;}  
    .header-top-auth ul li a  {color:#fff;text-decoration: none;}
    .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 19px;
    }
    .hadder_bar_top {
    padding: 5px 10px;
    background: #fff none repeat scroll 0 0;
    margin-top: -23px;
    position: relative;
    z-index: 99;}
    .slide_panel_top {
    width: 100%;
    margin-top: 18px;
    text-align: right;
    }
    .hadding_slider_main {
    width: 100%;
    text-align: center;
    padding : 260px 0px 180px 0px;}
    .slider_banner_section {width:100%; margin-top: -50px; height: 100%;}
    .logo_main {
    width: 100%;
    margin-top: 6px;
    } 
    .hadding_slider_main h1 {
    color: #fff;
    font-size:50px;margin-top: 13px;
    font-weight: bold;
    }
    .hadding_slider_main span {
    color: #fff;
    font-size: 32px;
    position: relative;
    top: -60px;}
    .content_part_main {
    width: 100%;
    margin-top: 40px;
    }
    .hadding_title {
    width: 100%;
    text-align:center;
    }
    .hadding_title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #08749b;
    }
    #more {
    display: none;
    }
    .read-more_home {
    width: 100%;
    text-align: right;
    /* margin-top: -30px; */
    margin: -38px 0px 0px -9px;
    }
    button#myBtn {
    background-color: #fff;
    border: none;
    position: relative;
    top: -21px;
    font-size: 17px;
    color: #07739b;
    font-family: 'League Spartan';
    }
    .content_card_main p {
    font-size:16px;
    color: #000;
    text-align: justify;
    margin-bottom: 1px;
    font-family: 'League Spartan';
    line-height: 25px;
    }
    .content_card_main {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 17px 15px 18px 20px;
    margin:22px 0px 14px 0px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);
    }
    .top_tour-packages_section {
    width: 100%;
    margin-top:36px;
    }
    .hadding_title h3 {
    font-size: 28px;
    font-weight: 600;
    color: #08749b;
    }
    .hadding_title img {
    position: relative;
    top: -9px;
    width: 23%;
    }
    .perfect_packages_section {
    width: 100%;
    margin-top: 18px;
    }
    .offer_add_panel img {
    border-radius: 20px;
    height: 395px;
    width: 100%;
    }
    .tour_card {
    width: 100%;
    }
    .tour_card img {
    border-radius: 20px;
    }
    .hovereffect {
    width:100%;
    float:left;border-radius:20px;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    }
    .hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
    }
    .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    }
    .hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
    }
    .hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
    }
    .hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    }
    .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
    }
    .hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
    }
    .hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
    }
    .offer_title_hadding {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 160px;
    text-align: left;
    padding: 3px 19px 4px 24px;
    }
    .offer_title_hadding h4 {
    color: #ffff;
    font-size: 36px; 
    text-shadow: 1px 1px 2px #625d5d, 0 0 1em #f6f6f829, 0 0 0.2em #95959b;
    font-weight: bold;
    }
    .offer_title_hadding span {
    color: #fff;
    font-size:25px; 
    text-shadow: 1px 1px 2px #625d5d, 0 0 1em #f6f6f829, 0 0 0.2em #95959b;}  
    .deals_button {
    position: absolute;
    z-index: 999;
    bottom:32px;
    text-align: right;
    width: 100%;
    padding: 5px 36px 4px 0px;
    }    
    .deals_button button.btn.btn-outline-primary {
    color: #fff;
    border: 1px solid#fff;
    border-radius: 10;
    font-size: 18px;
    }
    .deals_button button.btn.btn-outline-primary {
    border-radius: 10px;
    color: #fff;
    border:2px solid#fff;
    border-radius:20;
    font-size:18px;
    }
    .tours_hadding {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0px 0px 10px 46px;
    }
    button.btn.btn-outline-danger {
    color: #fff;
    border: 2px solid#fff;
    font-size: 18px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #211a1a9c;
    }
    .Packages_panner_card {
    width: 100%;
    margin-top: 14px;
    }
    .tours_hadding.bt {
    position: absolute;
    bottom: 25px;
    left: -48px;
    width: 100%;
    }
    .tours_hadding.bm {
    width: 100%;
    position: absolute;
    bottom:24px;
    }
    
    a.btn.btn-outline-danger.mt {font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 183px;}
    .dubai_tours_package_main {
    width: 100%;
    margin-top: 45px;
    }
    .btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem #f9fafb08;
    }
    .tour_card.gh img {
    height:230px;
    width: 100%;
    }
    button.btn.btn-outline-danger.de {
    padding: 5px 21px 5px 21px;
    background-color: #08749b;
    border: 2px solid#08749b;
    }
    .Packages_box_card {
    width: 100%;
    margin-top: 6px;
    }
    .Packages_box_card {
    width: 100%;
    margin-top: 23px;
    }
    .tour-item img {
    border-radius: 20px;
    }
    .tour-content {
    position: relative;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
    padding: 15px 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgb(124 136 160 / 25%);
    box-shadow: 0 0 20px rgb(124 136 160 / 25%);
    margin: -61px 21px 21px;
    z-index: 999;
    margin-top: 177px;
    }
    .rating-stars {
    width: 100%;
    }
    .rating-stars ul {
    margin: 0px auto;
    padding: 0px;
    }
    .rating-stars ul li {
    display: initial;
    }
    .rating-stars {
    width: 100%;
    margin-top: -14px;
    }
    i.fa.fa-star {
    color: #F7931E;
    }
    i.fa.fa-star-o {
    color: #F7931E;
    }
    .title_hadding_two a {
    text-decoration: none;
    color: #000;
    font-size:18px;
    font-weight:600;
    }
    small.under {
    text-decoration-line: line-through;
    font-size: 16px;
    }
    span.inr_price {
    font-size:16px;
    color: #da1f1f;
    font-weight: bold;
    }
   .book_now a {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    color: #ee212b;
    font-weight: 700;
    font-size: 15px;
    padding: 3px 24px;
    width: 42%;
    text-align: right;
    text-decoration: none;
    margin: 0px auto;}
   .book_now {
    width: 100%;
    text-align: right;
    margin-top: -40px;
    position: relative;
    /* left: -91px; */
    margin-left:94px;}
    .tour_info_price_discount {
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 10px 8px 6px;
    display: inline-block;
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    background-color: #08749b;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: 15px;
    }
    .tour_info_price_discount:before {
    width: 100%;
    height: 6px;
    background-color:##08749b;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
    .tour_info_price_discount:before {
    width: 100%;
    height: 12px;
    background-color: #08749b;
    content: '';
    position: absolute;
    top: 98%;
    left: 0;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
    .tour_info_price_discount:after {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
    width: 7px;
    height: 7px;
    background-color: #08749b;
    }
    .view_more {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    }
    .view_more a {
    text-decoration: none;
    background-color: #08749b;
    padding: 16px 20px 13px 24px;
    color: #fff;
    border-radius: 20px;
    }
    .bust_india_tour_packages {
    width: 100%;
    margin-top:48px;
    }
    .slider_main_top {
    width: 100%;
    margin-top:12px;
    }
    .hadding-tour {
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 50px;
    }
    .hadding-tour a {
    color: #fff;
    border: 2px solid#fff;
    font-size: 17px;
    border-radius: 20px;
    font-weight: 500;
    padding: 13px 10px 14px 10px;
    text-transform: capitalize;
    background-color: #211a1a9c;
    text-decoration: none;
    }
    button.owl-prev {
    position: absolute;
    top:180px;
    }
    button.owl-prev span {
    font-size: 60px;
    color: #201a1a;
    background-color: #ffffffa8;
    padding: 0px 5px 0px 11px;
    }
    button.owl-next {
    position: absolute;
    right: 0px;
    top:180px;}
    button.owl-next span {
    font-size: 60px;
    color: #201a1a;
    background-color: #ffffffa8;
    padding: 0px 5px 0px 11px; }
    .singapore_tour_packages {
    width: 100%;
    margin-top: 47px;
    }
    .singapore_top_panel {
    width: 100%;
    margin-top: 14px;
    }
    .bust_ball_tour_package {
    width: 100%;
    margin-top:53px;
    }
    .destination-item img {
    border-radius: 25px;
    }
    .destination-item {
    width: 100%;
    margin-top: 12px;
    }
    .destination-content {
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius:20px;
    /* margin-top: -170px; */
    padding: 22px 23px;
    position: relative;
    text-align: left;
    /* bottom: 180px; */
    margin: -194px 20px 0px 20px;
    }
    .Subscrible_card_top {
    width: 100%;
    margin-top: 55px;
    }
    .Subscrible_card_top {
    width: 100%;
    margin-top: 55px;
    background-color: #08749b;
    padding: 20px 0px 20px 0px;
    }
    .btn-second {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    }
    .btn-second  {height:55px;
    margin: 0 !important;}
    .news_part {
    width: 100%;
    margin-top: 7px;
    }
    .news_part h2 {
    color: #fff;
    font-weight: 600;
    }
    .news_part span {
    color: #fff;
    font-size: 17px;
    }
    .input-group.nt {
    width: 100%;
    position: relative;
    top: 17px;
    }
    .footer_main {
    width: 100%;
    background-color: #333333;
    padding-bottom: 32px;
    padding-top: 13px;
    }
    .footer_hadding {
    width: 84%;
    margin-top: 29px;
    }
    .footer_hadding h5 {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid#474343cc;
    padding-bottom: 16px;
    letter-spacing: 1px; }
    .footer_addres_main p {
    color: #fff;
    margin-bottom: 0px;
    }
    .footer_addres_main p a {
    color: #fff;
    text-decoration: none;
    }
    .footer_addres_main {
    width: 84%;
    margin-top: 20px;
    }
    .nav_bar_top {
    width: 100%;
    margin-top: 20px;
    }
    .nav_bar_top ul {
    margin: 0px auto;
    padding: 0px;}
    .nav_bar_top ul li a {
    color: #fff;
    text-decoration: none;
    } 
    .nav_bar_top ul li {
    list-style: none;
    }
    .footer-copy-right {
    width: 100%;
    text-align: center;
    background-color: #414141;
    padding: 14px 5px 0px 5px;
    } 
    .footer-copy-right p {
    color: #fff;
    font-size: 18px;
    }
    .footer-top-social {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    }
    .footer-top-social ul {
    margin: 0px auto;
    padding: 0px;
    }
    .footer-top-social ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 4px 14px 0px 12px;
    background-color: #fff;
    border-radius: 5px;
    }
    .footer-top-social ul li a {
    color: #08749b;
    text-decoration: none;
    }
    .tripadvisor_main {
    background-color: #fff;
    width: 100%;
    margin-top: 29px;
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    padding: 7px 12px 12px 11px;
    border-radius: 20px;
    }
    .hadding_title_footer {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0 21px;
    }
    .widSSPH11 {
    font-size: 13px;
    color: #000;
    margin: 0 4px 3px 21px;
    }
    .trip_panel {
    width: 100%;
    margin-top: -12px;
    margin: 4px 4ox 2px 3px;
    position: relative;
    left: 12px;
    }
    .widSSPH11 {
    font-size:15px;
    color: #000;
    margin: 0 4px 3px 21px;
    }
    .tripadvisor_main a {
    color: #fff;
    text-decoration: none!important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    }
    sapn.tartmt {
    width: 100%;
    margin: 0 0 0 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    }
    .widSSPAll ul li {
    display: inline;
    padding: 5px;
    margin: 0;
    position: relative;
    left: 19px;
    }
    .widSSPAll ul li a {
    color: #000;
    font-size:14px;
    font-weight:500;
    }
    span.line_top {
    margin: 0 -7px 0 0;
    color: #fff;
    }
    .line_top_mt3 {margin: 0 -7px 0 0;} 
    .widSSPAll ul {
    margin: 0px auto;
    padding: 0px;
    }
    .view_more.button {
    width: 100%;
    margin-top: 49px;
    }
    .payment_card img {
    width: 80%;
    margin: 11px 0px 0px -15px;
    }
    .rating-stars.zx {
    width: 100%;
    margin-top: -66px;
    }
    .footer_hadding img {
    width: 76%;
    position: relative;
    top: 7px;
    margin-top: -22px;
    }
    .hadding_two_top {
    width: 100%;
    text-align: center;
    padding: 98px 10px 36px 10px;
    }
    .hadding_two_top h1 {
    color: #000;
    color: #fff;
    font-weight: 600;
    }
    .peulis_banner_listing {
    width: 100%;background-color: #41464beb;
    margin-top: -49px;
    }
    /*--Itinerary_main--23-05-2023--*/
    .Packages_section_card {
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    width: 100%;
    background-color: #fff;
    margin: -2px 0px 20px 0px;
    position: relative;
    border-radius: 10px;
    padding: 11px 14px 15px 21px;
    }
    i.fa.fa-star {
    color: #F7931E;
    font-size: 16px;
    padding: 0px;
    }
    .day_panel_main {
    width: 100%;
    }
    .day_panel_main ul {
    padding: 0px;
    margin: 0px auto;
    }
    .day_panel_main ul li {
    list-style: none;
    font-size: 18px;
    }
    .date_panel p {
    margin-bottom: -9px;
    }
    .flight_lisiing {
    width: 100%;
    }
    .flight_lisiing ul {
    margin: 0px auto;
    padding: 0px;
    }
    .flight_lisiing ul li {
    display: inline-block;
    width:48%;
    font-weight:500;
    font-size: 17px;}
    .flight_lisiing img {
    width: 15%;
    padding: 0px 5px 2px 1px;
    }
    .inr_pric_section span {
    color: #dc3545;
    font-size: 24px;
    font-weight: bold;
    }
    .inr_pric_section p {
    font-size: 15px;
    margin-top: -7px;
    color: #198754;
    }
    .send_enquiry {
    width: 100%;
    margin-top: -7px;
    }
    .btn-danger {
    color: #fff;
    background-color: #08749b;
    border-color: #08749b;
    padding: 7px 17px 7px 14px;
    width:100%;
    font-weight: bold;
    font-size: 23px;
    }
    .notification__main {
    width: 100%;
    margin-top: 13px;
    }
    .btn-outline-warning {
    color: #000;width:100%;
    border-color: #ffc107;
    }
    .specarl_top {
    width: 100%;
    margin-top: 13px;
    text-align: center;
    padding-bottom: 2px;
    }
    .specarl_top span {
    font-size: 17px;
    }
    button.btn.btn-outline-secondary {
    width: 92%;
    padding: 7px 18px 12px 14px;
    }
    .book_now_part {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    padding: 7px 17px 3px 14px;
    }
    .nav_tap_panel {
    width: 100%;
    }
    .nav_tap_panel ul {
    margin: 0px auto;
    padding: 0px;
    }
    .nav_tap_panel ul li {
    display: inline-block;
    text-decoration: none;
    padding: 5px 11px 5px 11px;
    }
    .nav_listing_card {
    width: 95%;
    margin: 0px auto;
    }
    .nav_tap_panel ul li a {
    text-decoration: none;
    font-size:19px;
    color: #000;
    }
    .Itinerary_packages-card {
    width: 95%;
    margin-top: 17px !important;
    margin: 0px auto;
    }
    .nav_tap_panel {
    width: 98%;
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;
    margin: 0px 0px 0px 11px;
    padding: 9px 5px 2px 5px;
    border-radius: 10px;
    }
    .early_bird_offer {
    width: 100%;box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;padding: 9px 5px 2px 5px;border-radius: 10px;
    }
    .highlights_box_main {
    width: 100%;
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;
    padding: 9px 5px 2px 5px;
    margin-top:2px;
    border-radius: 10px;
    padding: 16px 4px 5px 12px;
    }
    .Payment_box_main {
    width: 100%;
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;
    padding: 9px 5px 2px 5px;
    margin-top:23px;
    border-radius: 10px;
    padding: 16px 4px 5px 12px;
    }
    .Payment_box_main h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 12px 5px 0px 13px;
    }
    .highlights_box_main h2 {
    font-size: 21px;
    font-weight: 600;
    padding: 12px 5px 0px 5px;
    }
    .offer_pannel_top {
    width:94%;
    margin: 12px 0 17px 20px;
    }
    .offer_pannel_top ul {
    margin: 0px auto;
    padding: 0px;
    }
    .offer_pannel_top ul li {
    list-style: none;
    margin: -3px 0px 0px 8px;
    font-size:16px;
    line-height:25px;
    }
    button.accordion-button.bt_bty3 {
    background-color: #fff !important;
    }
    .accordion-button:not(.collapsed) {
    box-shadow: none;
    }
    button.accordion-button.bt_bty3 span {
    font-size:24px;margin: 0px 0px 0px 8px;}
    .accordion-button {border-bottom:none;}
    .button.accordion-button.collapsed {border-bottom:none;}
    i.fa.fa-bandcamp {
    font-size: 12px;
    color: #dc3545;
    padding: 5px 9px 5px 0px;
    }
    .Overview_panel_top {
    width: 100%;
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;
    padding: 9px 5px 2px 5px;
    margin-top: 17px;
    border-radius: 10px;
    padding: 16px 4px 5px 12px;
    margin-top: 18px;
    }
    button.accordion-button.collapsed {border-bottom: none !important;}
    .accordion-body.open {
    width: 100%;
    margin-top: -22px;
    }
    .accordion-body.open p {
    line-height: 26px;
    font-size:16px; 
    font-family: 'League Spartan';
    text-align: justify;
    }
    .inclusions_details_top {
    width: 100%;
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;
    padding: 9px 5px 2px 5px;
    margin-top: 17px;
    border-radius: 10px;
    padding: 16px 4px 5px 12px;
    margin-top: 18px}
    .slide_panel.none {
    width: 100%;
    margin-top:14px;
    }
    table {
    width: 100%;
    border: 1px solid#ccc;
    }
    table tr th {
    border: 1px unset;
    border: 1px solid#ccc;
    padding:11px;font-size: 16px;
    }
    table tr td {
    border: 1px unset;
    border: 1px solid#ccc;
    padding:11px;font-size:15px;
    }
    .itinerary_view_section { 
    width: 100%;
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    background-color: #fff;
    padding: 9px 5px 2px 5px;
    margin-top: 17px;
    border-radius: 10px;
    padding: 16px 4px 5px 12px;
    margin-top:22px}
    .nav_pill {
    width: 100%;
    margin-top: 11px;
    } 
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #08749b;
    border-color: transparent;
    font-size: 20px;
    font-family: 'League Spartan';
    font-weight: 600;
    border-radius: 10px;
    padding: 4px 20px 6px 21px;
    }
    .filterDiv.day_1.show {
    width:107%!important;
    margin-top: 25px;
    position: relative;
    left: -22px;
    }
    .nav-tabs {
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0px 0px 25px -14px #adb5bd;
    padding: 9px !important;
    margin: 0px 0px 0px -6px;
    }
    .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #141618;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{ border: none;}
   .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #e9ecef;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin: 0px 6px 9px;
    border-radius: 10px;
    padding: 4px 15px 6px 14px;}
    .filterDiv.day_1.show {
    width: 100%;
    margin-top:25px;
    }
    .filterDiv.day_1.show h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;}
    .filterDiv.day_1.show ul {
    padding: 0px;
    margin: 0px auto;
    }
    .filterDiv.day_1.show ul li {
    list-style: none;
    top: 11px;
    position: relative;
    font-size:17px;
    }
    i.fa.fa-stop-circle {
    padding: 5px 9px 5px 2px;}
    .slide_panel.inclusions ul {
    padding: 0px;
    margin: 0px auto;
    }
    .slide_panel.inclusions ul li {
    list-style: none;
    font-size:16px;color: #000;
    }
    i.fa.fa-check {
    font-size: 15px;
    color: #198754;
    padding: 5px 8px 5px 0px;
    }
    i.fa.fa-times {padding: 5px 9px 5px 2px; color: #dc3545;}
   span.quest {
    font-size: 18px;
    margin: 6px 0px 0px 12px;}
    .accordion-body p {
    font-size:17px;
    margin-bottom: 4px;
    }
    .faq_panel_section {
    width: 100%;
    margin-top: -17px;
    }
    .hadding_top.bwsdt {
    padding-bottom: 17px;
    }
    .nav_footer_part p {
    width: 89%;
    line-height: 25px;
    }
    .payment_botton img {
    position: relative;
    left: -17px;width: 90%;
    }
    .nav_tap_panel ul li a:hover {
    color: #e32c2c;
    border-bottom: 2px solid#d81414;
    padding-bottom: 14px;
    }
    .navSticky {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 0px;}
    .nav_mobile_bar img {
    width: 7%;
    left: -11px;
    position: relative;
    top: -4px;
    }
    .social-icon {
    width: 100%;
    float: left;
    min-height: 0;
    }
    .social-icon ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    }
    .single-address a {
    color: #4c86fa;
    font-size: 12px;
    }
    .social-icon ul li {
    float: left;
    color: #e45753!important;
    border-radius: 5px;
    font-size: 20px;
    margin: 0 5px 0 5px;
    padding: 6px 13px 0px 13px;
    border: 1px solid #dc3545;
    background-color: #fff;
    list-style: none;
    }
    .social-icon {
    width: 100%;
    margin-top: 19px;
    padding-bottom: 10px;
    }  
    span.tour_main {
    font-weight: bold;
    font-size:31px;
    }
    .payment_botton {
    width: 100%;font-size: 16px;
    margin-top: 12px;
    }
    .hadding_footer.acrt {
    border-bottom: 1px solid#d2dce591;
    }
    .trust_main img {
    width: 31%;
    }
    .trust_main {
    width: 100%;
    margin-top: -9px;
    padding-bottom: 9px
    }
    .form_quer {
    width: 95%;
    }
    .enquiry_form {
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    width: 100%;
    background-color: #f9fafbde;
    margin: 15px 0px 20px 0px;
    position: relative;
    border-radius: 10px;
    padding: 11px 0px 9px 24px;
    }
    .exciting_title {
    width: 74%;
    margin-top: 200px !important;
    margin: 0px auto;
    }
    .exciting_title h1 {
    font-weight: bold;
    font-size: 47px;
    }
    .exciting_title h1 {
    font-weight: bold;
    font-size: 47px;color:#fff;
    border-bottom: 1px solid#b0bac4;
    }
    .offer_card {
    width: 74%;
    margin: 0px auto;
    margin-top: 25px;
    }
    .offer_card span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    }
    .button_top_main.now {
    width: 96%;
    }
    .slider_main img {
    width: 33%;
    }
    .payment-bg {
    width: 100%;
    text-align: center;
    }
    .text-payment {
    width: 100%;
    text-align: center;
    position: relative;
    top: -25px; }
    .text-payment h2 {
    font-size: 33px;
    width: 50%;
    margin: 0px auto;
    text-align: center;
    line-height: 25px;
    padding: 49px 10px 23px 10px;
    color: #000;
    border-bottom: 1px solid#cccc;
    font-weight: bold; }
    .text-payment p {
    width: 66%;
    margin: 0px auto;
    line-height: 30px;
    /* font-weight: bold; */
    margin-top: 10px;
    font-size: 16px;
    }
    .cal-us {
    padding: 14px;
    position: relative;
    top: 13px;
    font-weight: bold;
    color: #f72d3f;
    }
    .time-date {
    font-size: 16px;
    /* font-weight: bold; */
    margin-top: 40px;
    background-color: #f72d3f;
    padding: 9px 14px 10px 16px;
    position: relative;
    top: 46px;
    color: #fff;
    border-radius: 100px;
    }
    .phone_bar_call {
    width: 100%;
    margin-top: 14px;
    }
    .phone_bar_call a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    }
    .thank_you_main {
    width: 100%;
    padding-bottom:10px!important;
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    border-radius: 5px;
    padding:5px;
    }
    .read-more {
    width: 100%;
    text-align: right;
    margin-top: -37px;
    padding: 0px 13px 10px 18px;
    }
    button#myBtn {
    background-color: transparent;
    border: none;
    color: #0d6efd;
    }
    #more {
    display: none;
    }
    .nav-bar-top {
    width: 100%;
    margin-top:3px;
    padding-bottom: 10px;
    }
    .nav-bar-top ul {
    margin: 0px auto;
    padding: 0px;
    }
    .nav-bar-top ul li {
    display: inline-block;
    margin: 12px 0px 0px 8px;
    }
    .nav-bar-top ul li a {
    text-decoration: none;
    color: #000;
    }
    .slider_banner_part img {
    border-radius: 10px;
    }
    .nav_listing_card {
    width: 100%;
    margin-top: 18px;
    }
    .slider_banner_part img {
    height:508px;
    }
    .booking_expert_main {
    box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 48%);
    width: 100%;
    background-color: #fff;
    margin: 1px 0px 20px 0px;
    position: relative;
    border-radius: 10px;
    padding: 10px 3px 12px 26px;
    }
    .booking_expert_main h4 {
    font-size: 31px;
    }
    .custom-input-group.bg {    border-radius: 10px;
    height: 50px;}
    .custom-input-group.bg, .custom select {
    border: 1px solid rgba(255,72,56,.15);
    appearance: none;
    background-color: #fff;
    margin-top: 14px;
    box-sizing: border-box;
    } 
    .custom select {
    border-radius: 10px;
    height: 50px;
    }
    .custom select {
    padding: 15px 20px;
    }
    .custom, select {
    background: transparent;
    width: 100%;
    display: block;
    }
    .nav-bar-top {
    width: 100%;
    }
    .nav-bar-top ul {
    margin: 0px auto;
    padding: 0px;
    }
    .nav-bar-top ul li {
    display: inline-block;
    margin: 12px 0px 0px 8px;
    }
    .naver_top_main 
    {width: 95%;
    margin-top: 0px !important;
    margin: 0px auto;}
    .nav-bar-top ul li a {
    text-decoration: none;
    color: #000;
    } 
    .custom input {
    border-radius: 10px;
    height: 50px;
    }
    .custom input, .custom textarea {
    padding: 15px 20px;
    }
    .custom input, .custom select {
    border: 1px solid rgb(8 116 155 / 29%);
    appearance: none;
    background-color: #fff;
    margin-top: 14px;color: #736d6d;
    box-sizing: border-box;
    }
    input, select {
    background: #fff;
    width: 100%;
    height: 45px;
    display: block;
    }
   .Request_call {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    right: 15px;
    margin-left: -16px;}
    .booking_expert_main h4 {
    font-size: 31px;
    }
    .custom textarea {
    background-color: #fff;
    border: 1px solid rgb(8 116 155 / 29%);
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    }
    .custom.text {
    width: 100%;
    margin-top: 16px;
    }
    .Request_call img {
    width:79%;
    margin-top: -89px;
    }
    .Request_call h4 {
    font-weight: 600;
    font-size: 30px;
    }
    .row.nty {
    width: 100%;
    margin-top: -38px;}        
    i.fa.arr.fa-sort-desc {
    float: right;
    position: relative;
    left: -22px;
    top: 33px;
    }
    .btn.btn-primary.submit {
    background-color: #08749b;
    border: 1px
    solid#08749b;
    padding: 8px 24px 11px 25px;
    font-size: 20px;
    width: 90%;
    position: relative;
    left: -11px;
    }
    .button_top_main {
    width: 100%;
    text-align: center;
     margin-top:23px;
    padding-bottom: 11px;
    }
    .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #08749b;
    }
    .highlights_box_main h2 {
    font-size: 21px;
    font-weight: 600; 
    line-height: 30px;
    padding: 12px 5px 0px 5px;
    }
    button.accordion-button.bt_bty3 span {
    font-size: 24px;
    margin: 0px 0px 0px 8px;
    }
    button.accordion-button.bt_bty3 span {
    font-size: 24px;
    margin: 0px 0px 0px 8px;
    }
    button.accordion-button.bt_bty3 span {
    font-size: 24px;
    margin: 0px 0px 0px 8px;
    }
    button.accordion-button.bt_bty3 span {
    font-size: 24px;
    margin: 0px 0px 0px 8px;
    font-weight: 600;
    }
    .accordion-item {
    border: none;
    }
    section#faq_main {
    width:94%;
    margin-top: 61px !important;
    margin: 0px auto;
    }
    span.cantrol-top {
    font-family: sans-serif;
    font-weight: bold;
    border-style: dashed;
    border-width: 1px;
    padding: 7px 11px 14px 8px;
    border-radius: 50%;
    color: #0f1112;
    position: relative;
    top: 3px;
    left: 2px;
    height: 36px;
    border-color: #e9ecef;
    line-height: 17px;
    border-color: #08749b;
    width: 38px !important;
    }
    .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 16px 9px 6px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s;
    border-bottom: 1px solid#f8f9fa;
    margin: 0px 0px 8px 0px;
    }
    .accordion-item {
    border: none;
    }
    .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    font-size: 16px;    font-weight: 600;
    }
    button.accordion-button.collapsed {
    font-size:18px;
    color: #000; font-weight: 600;
    border-bottom: 1px solid#e2e0e0;
    }
    .footer_section_tow {
    width: 100%;
    margin-top:30px;
    background-color: #fafafa;
    padding: 33px 5px 11px 5px;
    }
    .box_panel_card.mt img {
    border-radius: 10px;
    width: 100%;
    height:300px;
    margin: 0px 0px 0px -12px;
    }
    .hadding_title_top.bg {
    width: 100%;
    padding: 5px 5px 5px 3px;
    margin-top: 12px;
    text-align: left;
    }
    .content_lising p {
    line-height: 23px;
    }
    .price_part_zx {
    width: 100%;
    margin: -7px 0px 0px 5px;
    }
    .price_part_zx small {
    font-size: 19px;
    color: #dc3545;
    }
    .hadding_title_main.bt h1 {
    color: #fff;
    font-weight: 600;
    background-color: #16121269;
    padding: 13px 5px 8px 5px;
    width: 37% !important;
    margin: 0px auto;
    border-radius: 10px;
    }
    .tours_poppuer_section {
    width: 95%;
    margin-top:13px !important;
    margin: 0px auto;
    }
    .box_panel_card.gmyt img {
    border-radius: 10px;
    width: 100%;
    height: 302px;
    margin: 0px 0px 0px -12px;
    }
    .content_lising.bhy {
    width: 100%;
    text-align: justify;
    }
    small.inr_top {
    /* font-size: inherit; */
    font-weight: bold;
    font-size: 24px;
    }
    span.location.mtyui img {
    width: 6%;
    height: 22px;
    }
    div#accordionExample {
    background-color: #fff;
    padding: 17px 10px 16px 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);
    }
    .hadding_top.bwsdt {    text-align: center;
    padding-bottom: 17px;
    }
    .hadding_top img {
    width: 16%;
    margin-top: -19px;
    }
    .hadding_top h1 {
    font-size: 32px;
    font-weight: 600;}
    .navSticky {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 0px;}
    .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #08749b;
    padding: 24px 21px 17px 10px;
    border-radius: 4px;
    }
    .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .85;
    transition: opacity .15s ease;
    }
    input.form-control {
    height: 55px;
    }
    .hadding_title.bt {
    width: 100%;
    text-align:left;
    }
    .hadding_title.bt  h2 {
    font-size:20px;
    font-weight: 600;
    color: #000;    line-height: 26px;
    }
    .offer_pannel_top ul li:before {
    content: "\f28d";
    position: absolute;
    font-family: FontAwesome;
    margin: -1px 10px 9px -22px;
    color: #08749b;;
    font-size: 15px;
    }
    .slide_panel ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    margin: -1px 10px 9px -22px;
    color: #198754;
    font-size: 15px;
    }
    .slide_panel.inclusions.bt ul li:before {
    content: "\f00d";
    position: absolute;
    font-family: FontAwesome;
    margin: -1px 10px 9px -22px;
    color: #c82626;
    font-size: 15px;
    }
    .slide_panel.inclusions.bt {
    width: 94%;
    margin: 4px 0 17px 20px;
    }
    .slide_panel.inclusions.mt {
    width: 94%;
    margin: 1px 0 17px 20px;
    }
    .slide_panel.inclusions.cruise_mt ul li:before {
    content: "\f28d";
    position: absolute;
    font-family: FontAwesome;
    margin: -1px 10px 9px -22px;
    color: #08749b;;
    font-size: 15px;
    }
    .slide_panel.inclusions.cruise_mt {
    width: 94%;
    margin: 1px 0 17px 20px;}
    .accordion-button:not(.collapsed) {
    background-color: #f3f6fa;
    color: #000;
    font-size: 21px;
    padding: 10px 10px 11px 6px;
    box-shadow: 0px 3px 14px 0px rgb(151 148 148 / 5%);
    } 
    button.accordion-button.collapsed {
    box-shadow: 0px 3px 14px 0px rgb(151 148 148 / 5%);
    background-color: #f3f6fa;
    }
    .accordion-body ul {
    margin: 0px auto;
    padding: 0px;}    
    .hadding_two_tours {
    width: 100%;
    text-align: center;
    padding: 143px 10px 140px 10px;
    }
    .hadding_two_tours h1 {
    color: #000;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    padding: 9px;
    margin: 0px auto;
    border-radius: 20px;
    text-shadow: 3px 3px 2px rgb(82 77 77);}
    .content-card_part {
    width: 100%;
    margin-top: 35px;
    }
    .india_tours_section {
    width: 100%;
    margin-top:23px;
    }
    .left-card-box {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-top: 3px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 1px rgb(189 184 184 / 28%);
    }
    .panel-title h2 {
    font-weight: 600;
    line-height: 18px;
    font-size: 18px;
    position: absolute;
    /* top: 6px; */
    padding-bottom: 7px;
    margin-top: 5px;
    }
    .pannel-filer h4 {
    font-size:18px;
    font-weight: 600;
    }
    .filter-card {
    width: 100%;
    margin-top: -7px;
    }
    .filter-card ul {
    padding: 0;
    margin: 0 auto;
    }
    .filter-card ul li {
    padding: 2px 4px;
    border-style: dotted;
    border-right: 0;
    border-left: 0;
    border-top: 0; 
    width: 100%;
    border-width: 1px;
    border-color: #dee2e6;
    line-height:15px;
    display: inline-block;
    }
    label {
    display: inline-block;
    margin-bottom: 0.5rem;
    }
    label {
    font-size: 14px;
    padding: 0 11px 2px 9px;
    }
    .stinger {
    font-size:16px;
    left: -13px;
    position: relative;
    color: #000;
    }
    .reset-top {
    width: 100%;
    position: relative;
    text-align: right;
    top: 6px;
    left: 146px;
    font-size: 13px;
    background-color: #fff;
    width: 30%;
    padding: 11px 16px 8px 16px;
    border-radius: 10px;
    border: 1px solid#dee2e6;
    }
    input.filter {
    top: 11px;
    height: auto;
    display: block;
    position: relative;
    }
    .Budget_shot {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-top: 18px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 1px rgb(189 184 184 / 28%);
    }
    .pannel-filer h3 {
    font-size:18px;
    font-weight: 600;
    }
   .panel-card-sect {
    background-color: #fff;
    border-radius: 10px;
    margin: 2px 0 26px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);} 
    .hadding-cont-part a {
    color: #000;
    font-size:18px;
    text-decoration: none;
    font-weight: 600;
    }
    .Duration-list {
    width: 100%;
    margin-top: -4px;
    }
    .Duration-list ul {
    padding: 0;
    margin: 0 auto;
    }
    .Duration-list ul li {
    display: inline-block;
    font-size:16px;
    padding: 2px 2px 1px;
    color: #000;
    }
    .loction-map-listing {
    width: 100%;
    margin-top: -5px;}
    .loction-map-listing ul {
    padding: 0;
    margin: 0 auto;
    }
    loction-map-listing ul li {
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 2px 0 1px;
    }
   .box-card-listing img {
    height: 219px;
    object-fit: cover;}
    .box-card-listing img {
    width: 100%;
    border-radius: 10px;
    }
   .card-offers {
    width: 42%;
    font-size: 16px;
    font-family: title-font;
    background: #d71921;
    line-height: 36px;
    position: relative;
    left: -15px;
    color: #fff;
    /* bottom: 14px; */
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    font-weight: 700;
    font-family: inherit;
    margin-top: -204px;}
    .card-offers:before {
    content: "";
    left: 0;
    top: 46px;
    position: absolute;
    border: 10px solid;
    border-color: #7f0c17 #7f0c17 transparent transparent;
    }
    .card-offers:after {
    right: -46px;
    position: absolute;
    border: 23px solid;
    border-color: transparent transparent #d71921 #d71921;
    }
    .card-offers:after, .testiBG:before {
    top: 0;
    content: "";
    }
    .col-lg-5.line-mt:before {
    content: "";
    position: absolute;
    background-color: #eee;
    height: 218px;
    width: 1px;
    margin: -2px 10px 10px 324px;}
    .listing-menu-panel ul {
    padding: 0;
    margin: 0 auto;
    }
    .listing-menu-panel ul li {
    display: inline-block;
    font-size:16px;
    color: #000;
    padding: 2px 2px 1px;
    }
    .col-md-2.card-top {
    background-color: transparent;
    margin: 0 -15px;
    }
    .inr-card-box {
    width: 100%;
    margin-top: 27px;
    text-align: center;
    }
    .inr-card-box span {
    position: relative;
    left: -13px;
    top: 13px;
    font-weight: 700;
    color: #000;
    font-size: 19px;
    }
    .price-lint {
    width: 100%;
    margin: -8px 0 0 -15px;
    }
    span.reguar_top {
    position: relative;
    left: -16px;
    }
    .price-lint span {
    font-size: 15px;
    text-decoration: line-through;
    color: #000;
    }
    .price-inr {
    position: relative;
    width: 100%;
    margin-top: 16px;
    left: -1px;
    }
    .price-inr span {
    font-size: 23px;
    color: #e81313;
    font-weight: 700;
    }
    small.aed_title {
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: -11px;
    }
    span.matr {
    position: relative;
    top: 14px;
    }
    .price-inr span {
    font-size: 23px;
    color: #e81313;
    font-weight: 700;
    }
   .hadding-cont-part {
    width:91%;
    margin-top: 10px;
    line-height: 27px;
    min-height: 58px;}
    .loction-map-listing ul li {
    list-style: none;
    }
    .excellent-part ul li {
    list-style: none;
    }
    .excellent-part ul li {
    display: inline-block;
    font-size:16px;
    color: #000;
    padding: 2px 0 1px;
    margin: 0px 0px 1px 10px;
    }
    .excellent-part ul {
    margin: 0px auto;
    padding: 0px;
    }
    .book-now {
    width: 100%;
    margin: 40px -3px -5px -10px!important;
    }
    .book-now a {
    border: 1px solid#08749b;
    padding: 9px 18px 10px 15px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #08749b;
    box-shadow: 0 1px 4px 1px rgb(189 184 184 / 28%);
    font-size: 17px;
    }
    .book-now.bt48 a {
    text-decoration: none;
    }
    .popular_tours_section {
    width: 100%;
    margin-top: 32px;
    }
    .destination-content.two {
    position: relative;
    top: -19px;
    }
    .faq_panel_section.bt {
    width: 100%;
    margin-top: -80px;
    }
    .india_country_section {
    width: 100%;
    margin-top: 20px;
    }
    .brand-box-card {
    width: 100%;
    margin: 0px 0px 25px 0px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 13%);
    border: 5px solid#faf6f647;
    }
    .hadding-main a {
    color: #fff;
    border: 2px solid#fff;
    font-size:16x;
    border-radius: 10px;
    font-weight: 500;
    padding: 13px 10px 14px 10px;
    text-transform: capitalize;
    background-color: #100e0ea8;
    text-decoration: none;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);
    }
    .hadding-main {
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 43px;
    }
    .popular_tour_packages_country {
    width: 100%;
    margin-top: 30px;
    }
    .hadding_title.bwsdt {
    text-align: center;
    padding-bottom: 17px;
    }
    .navbar-nav .dropdown-menu {
    position: static;
    }
    .dropdown-menu.show {
    display: block;
    }
    .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
    }
    .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    }
    .faq_panel_section.mt {
    width: 100%;
    margin-top: -100px;
    }
    #faq_main .accordion-body ul li {
    margin: -3px 0px 0px 17px;color: #000;
    }
    #faq_main .accordion-button:focus {
    z-index: 3;
    border-color: #f3f6fa;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(243 246 250);
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid#e9ecef;
    }
    i.fa.fa-angle-right.gt {
    position: relative;
    margin: -2px 8px -3px -3px;
    color: #0d6efd;
    font-size: 18px;
    top: 2px;}
    }
    .content_card_text_main {
    width: 100%;
    background-color: #fff;
    }
    .content_about_us {
    width:100;
    background-color: #fff;
    border-radius: 10px;
    padding: 17px 15px 18px 20px;
    margin: 22px 0px 14px 0px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);}
    .content_card_text_main h4 {
    font-weight: 600;
    font-size: 19px;
    }
    .content_about_us p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify; 
    color: #000;
    }
    .from_box_card {
    width:100%;
    background-color: #fff;
    border-radius: 10px;
    padding:35px 15px 18px 20px;
    margin: 36px 0px 14px 0px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);  
    }
    .form-group .form-control {
    border: none;
    background-color: #ffffff;
    padding: 10px 22px;
    font-size: 16px;
    color: #000;
    width: 100%;
    border: 1px solid #216b8e33;
    font-weight: 500;
    border-radius:10px;
    }
    .button_botton {
    width: 100%;
    margin-top: 8px;}
    button.btn.btn-success {
    width: 100%;
    padding: 8px;
    font-size: 24px;
    background-color: #08749b;
    border: 1px solid#08749b;
    }
    .addres_card_box {width:100%;
    background-color: #fff;
    border-radius: 10px;
    padding:35px 15px 18px 20px;
    margin: 36px 0px 14px 0px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);  }
    .contact_hadding h4 {
    font-weight: 800;
    font-size: 26px;}  
    i.fa.lo.fa-map-marker {
    font-size: 22px;
    padding: 0px 5px 5px 2px;
    color: #08749b;
    }
    .addres_card_box span {
    font-size: 19px;}
    .addres_card_box p {
    width: 100%;
    margin-bottom: 0px;
    }
    .email_id {
    width: 100%;
    margin-top: 9px;
    padding-bottom: 12px;
    position: relative;
    left: 10px;
    }
    .email_id ul {
    padding: 0;
    margin: 0;
    }
    .email_id ul li {
    display: inline-block;
    margin-right: 15px;font-size:18px;
    }
    .email_id ul li a {font-size:18px;}
    .email_id ul li a {
    font-size: 18px;
    text-decoration: auto;}
    .map_section_card {
    width: 100%;
    margin-top: 22px;
    } 
    .map_section_card iframe {
    height: 300px;
    }
    .entry-content ul li {
    color: #000;
    }
    .mobile_main_3 {
    display: none;
    }
    button.btn.btn-primary.mobile {
    padding: 10px 12px 10px 14px;
    /* float: left; */
    width: 100%;
    background-color: transparent;
    color: #000;
    text-align: left;
    /* margin: 0px -2px 0px 0px; */
    border: 1px solid#f4efef;
    border-radius: 10px;
    }

        /*--  International Tour Packages--23-06-2023--*/
        .hadding_two_tours.bt h1 {
        color: #000;
        color: #fff;
        font-weight: 600;
        background-color: transparent;
        background-color: transparent;
        padding: 9px;
        width: 100%;
        margin: 0px auto;
        border-radius: 20px;}
            .international_tours_section {
            width: 100%;
            margin-top: 20px;
            }
            .brand-box-tours_card {
            width: 100%;
            margin: 0px 0px 25px 0px;
            box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 13%);
            border: 5px solid#faf6f647;}
            .brand-box-tours_card img {width:100%;}
            .city_listing_section_top {
            width: 100%;
            margin-top: 30px;}
            .city_packages_title {
            width: 100%;
            margin-top: 25px;
            }
            .brand-box-tours_card.bt img {
            height: 250px;
            }
            #city_main .hadding-main {
            width: 100%;
            position: absolute;
            z-index: 999;
            bottom: 114px;
            }
            
            .btn-outline-danger {
            color: #dc3545;
            border-color: #dc3545;
            color: #fff;
            border: 2px solid#fff;
            font-size: 18px;
            border-radius: 20px;
            font-weight: 500;
            text-transform: capitalize;
            background-color: #211a1a9c;
            }
            .tours_hadding.button_top {
                width: 100%;
                position: absolute;
                top: 180px;
                margin: 0px 0px 10px 5px;
            }
            
            .tours_hadding.button_top a {
            font-size:30px;font-weight:600;
              padding: 7px 25px 6px 31px;}
              
              .tour_card img {
    width: 100%;
    height: 395px;}

.tour_card_lsting img {
    width: 100%;
    height: 227px;
}

.content_card_main h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 7px 0px 6px 0px;
    font-weight: 600;}


.content_card_main h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 7px 0px 6px 0px;
    font-weight: 600;}
.btn-outline-danger:hover {
    color: #fff;
   background-color: #211a1a9c;
       border: 2px solid#fff;
}

.read-more_home_bt3 {
    width: 100%;
    text-align: right;
    /* margin-top: -30px; */
    margin: -37px 0px 0px 3px;
    position: relative;
    top: 35px;
}

#more1 {
    display: none;
}

button#myBtn1 {
    background-color: transparent;
    border: none;
    color: #0d6efd;
}

.read-more_home_bt4 {
    width: 100%;
    text-align: right;
    /* margin-top: -30px; */
    margin: -39px 0px 0px 0px;
    position: relative;
    top:24px;
} 

.content-card_part ul li {
    font-size: 17px;
     margin: 0px 0px 0px 29px;
}
.content_card_main ul {
    margin: 0px auto;
    padding: 0px;
}

.item-img.international img {
    width: 100%;
    height: 410px;
}
.tour-item.best img {
    width: 100%;
    height: 250px;
}

.item-img.india img {
    width: 100%;
    height:420px;
    object-fit: cover;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 259px;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 17px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    width: 53px;
}

.view_more.bt {
    width: 100%;
    margin-top: 4px;
}

.Itinerary_packages-section {
    width: 100%;
    margin-top: 10px;
}

.console-container {
 font-size:3em;
  text-align:center;
  height:50px;
  width:1024px;
  display:block;
  position:absolute;
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

span#text {color:#fff!important;}

.slide_title_card {
    width: 100%;
    position: relative;
    bottom:160px;
}

.top_main { width: 100%;}

.form-group {
    margin-bottom: 1rem;
}

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

.title_hadding_two {
    line-height: 24px;
    width: 100%;
    height: 56px;
}

.destination-item img {
    width: 100%;
    object-fit: cover;
    height: 430px;
}

.drop-menu-item:hover {
    background-color: #eee;
}

.drop-menu-item a {
    color: #555;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
  }
  
 .tour-item.asdt img {
    width: 100%;
    height: 250px;
}

.rating-stars.bt45 {
    width: 100%;
    margin-top: -66px;
}

.destination-content.dustion {
    position: relative;
    top: -15px;margin: -178px 20px 0px 20px;
}

.laver_date:after {
    content: "";
    background: url(/web/20250114171217im_/https://www.travelophilia.com/front/images/date_icon.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: right;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 43px;
    margin-top: -32px;
}

.text-danger {
    color: #dc3545!important;
    margin-bottom: 0px;
    font-size: 14px;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}

.thanks_pannel_main {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 25px;
}

.thank_main_card {
    width: 80%;
    text-align: center;
     box-shadow: 0px 0px 25px -14px rgb(0 0 0 / 13%);
    background-color: #fff;
    margin: 0px auto;
    padding: 16px 4px 5px 12px;
    border-radius: 20px;}

.thank_title_main h1 {
    font-size: 27px;
    font-weight: 600;
}

.thanks_connt p {
    line-height: 7px;
}

.thanks_connt {
    width: 100%;
    margin-top: 18px;
    padding-bottom: 10px;}

p.text-danger {
    position: absolute;
    padding: -3px;
    margin-top: -8px;
    font-size: 11px;
}

.hadding_title.bt h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    min-height: revert;
    height: 75px;
}

.tours_hadding.bm {
    /* position: relative; */
    margin-left: 0px;
}

.accordion-button {border-bottom: none!important;}

.accordion-body {
    padding: 1rem 1.25rem;
    font-family: 'League Spartan';
}

.accordion-button.bt_bty3::after {display:none! important;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

span.cut_price {
    text-decoration-line: line-through;
    font-size: 18px;
    color: #000;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #08749b;
}

.listing-menu-panel {
    width: 95%;
}


    .city_link_section {
    width: 100%;
    margin-top: 58px
}

.city_name_listing {
    width:100%;
    background-color: #fff;
    padding: 17px 10px 16px 23px;
    border-radius: 10px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 5%);
    margin: 0 auto
}

.city_name_listing ul {
    margin: 0 auto;
    padding: 0
}

.city_name_listing ul li a {
    color: #000;
    text-decoration: none;
    font-size:14px;text-transform: capitalize;
}

.city_name_listing ul li {
    display: inline-block;
    width:23%;
    border: 1px solid#0876ab29;
    border-radius: 10px;
    margin: 10px 5px 2px 9px;
    padding: 5px 5px 5px 12px
}

.city_name_listing ul li a:hover {
    color: #e63636
}

.hadding_top.bwsdt h3 {
    font-size:25px;
    font-weight: 600;
    color: #08749b;text-transform: capitalize;
}

.hadding_top.bwsdt h4 {
    font-size:25px;
    font-weight: 600;
    color: #08749b;text-transform: capitalize;
}

section.pdt {
    padding-bottom: 33px!important;
}

.thank_title_top h4 {
    font-size: 118px;
    font-weight: 700;
    color: #08749b;
}

.thank_title_top {
    width: 100%;
    margin: 17px 10px 17px 10px;
}

.hadding_title.two {
    text-align: left;
    margin: -26px 0px 0px 9px;
}

span.hotels_icon img {
    width: 7%;
}

.ui-widget-header .ui-icon {
    background-image: url(https://web.archive.org/web/20250114171217im_/https://www.travelophilia.com/front/images/ui-icon.png) !important;
}

.hadding_title h1 {
    font-size: 28px;
    font-weight: 600;
    color: #08749b;
}













/*
     FILE ARCHIVED ON 17:12:17 Jan 14, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:46:09 Oct 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.532
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.006
  esindex: 0.01
  cdx.remote: 7.498
  LoadShardBlock: 189.477 (3)
  PetaboxLoader3.datanode: 135.479 (4)
  PetaboxLoader3.resolve: 94.298 (2)
  load_resource: 61.685
*/