@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');























/* 







"Open Sans", sans-serif;







"DM Sans", sans-serif;







*/















* {















    margin: 0;















    padding: 0;















}















:root {







    --dm-sans-font: 'Google Sans', Arial, Helvetica, sans-serif;







    --text-color-1: #222;







    --text-color-2: #595959;







    --button-bg: #007cc2;







    --border-radius-7: 7px;







    --border-radius-12: 12px;







    --border-radius-4: 4px;







    --white-color: #FFFFFF;







    --black-color: #000000;







    --filter-bg: #007cc2;







    --skyblue-border: #007cc2;







    --border-color: #dddddd;







}















p {







    font-size: 14px;







    color: var(--text-color-1);







    line-height: 27px;







    letter-spacing: .5px;







    word-spacing: .5px;







}















a {







    letter-spacing: 0.03em;







}







ul{







    margin:0;







    margin-bottom:0;







}















li {







    font-size: 14px;







    margin-bottom:6px;







}















body {















    font-family: var(--dm-sans-font);















    font-size: 14;















    font-weight: 400;















    line-height: 27px;















    letter-spacing: 0.5px;















    color: var(--text-color-1);















    background-color: #fff;















    -webkit-text-size-adjust: 100%;















    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);







    padding-top: 105px;



    



    padding-bottom: env(safe-area-inset-bottom);











}







/* @media(max-width:767px){



     body{



        padding-bottom: calc(60px + env(safe-area-inset-bottom));



     }



}



@supports (padding-bottom: env(safe-area-inset-bottom)) {



        @media(max-width:767px){



        body{



            padding-bottom: calc(60px + env(safe-area-inset-bottom));



        }



    }



    



} */















.mt-20 {







    margin-top: 20px;







}















h1,







h2,







h3,







h4,







h5,







h6 {







    font-family: var(--dm-sans-font);







    color: var(--text-color-1);







}















span,







label,







div,







input,







select,







textarea,







p,







article,







aside,







abbr,







small,







b,







strong,







del,







strike,







figure,







blockquote,







ul,







ol,







li,







dl,







dt,







dd {







    font-family: var(--dm-sans-font);







}















.header {







    box-shadow: 1px 2px 5px rgba(0 0 0 / 15%);







    z-index: 9;







    position: relative;







}















.inner-banner .breadcrumList {







    list-style: none;







    display: flex;







    margin-bottom: 0;







    padding-left: 0px;







}















.inner-banner .breadcrumList li {







    padding-right: 14px;







    color: var(--white-color);







    position: relative;







    padding-left: 14px;







}















.inner-banner .breadcrumList li:first-child {







    padding-left: 0px;







}















.inner-banner .breadcrumList li a {







    text-decoration: none;







    color: var(--white-color);







    opacity: 0.7;







}















.inner-banner .breadcrumList li:after {







    content: "\f054";







    -moz-osx-font-smoothing: grayscale;







    -webkit-font-smoothing: antialiased;







    display: var(--fa-display, inline-block);







    font-style: normal;







    font-variant: normal;







    line-height: 1;







    text-rendering: auto;







    font-family: "Font Awesome 6 Free";







    font-weight: 700;







    position: absolute;







    top: 50%;







    transform: translateY(-50%);







    right: -4px;







    font-size: 12px;







}















.inner-banner .breadcrumList li:last-child:after {







    display: none;







}















/* ==================== top ======================= */















.top_header_list {







    display: flex;







    align-items: center;







    list-style: none;







    margin-bottom: 0;







    justify-content: end;















}















.top_header_list li {







    margin-right: 20px;







    line-height: 1;







    padding: 0px 0;







}















.top_header a.topHeader_btn {







    box-shadow: none !important;







    display: block !important;







    white-space: nowrap;







    text-align: center;







    border: none;







    border-radius: 0px;







    transition: 0.5s;







}















.top_header a.topHeader_btn:hover {







    background: #e67b06;







    color: var(--white-color) !important;







}















.top_header_list li.cart_list {







    position: relative;







}















.top_header_list li.cart_list span.cartcount {







    background: var(--button-bg);







    height: 11px;







    width: 11px;







    display: inline-block;







    color: white;







    font-size: 9px;







    display: flex;







    align-items: center;







    justify-content: center;







    border-radius: 50%;







    position: absolute;







    top: 8px;







    right: -5px;







    padding-top: 2px;







}















.top_header_list li.login-btn {







    position: relative;







    height: 35px;







    display: flex;







    align-items: center;







    justify-content: center;







}















.top_header_list li.login-btn ul.user_droupDown {







    position: absolute;







    left: 50%;







    top: 34px;







    list-style: none;







    padding: 0;







    transform: translateX(-50%);







    width: 180px;







    padding: 14px 20px;







    background: white;







    border-radius: 15px;







    z-index: 10;







    border: 1px solid #d9d9d9;







    box-shadow: 0px 4px 12px -6px #6c6363;







    display: none;







    transition: 0.4s;















}























.top_header_list li.login-btn:hover ul.user_droupDown {







    display: block;







}















.top_header_list li.login-btn:hover ul.user_droupDown li {







    padding: 0;







}















.top_header_list li.login-btn ul.user_droupDown a {







    text-decoration: none;







    color: var(--text-color-2);







    display: flex;







    align-items: center;







    font-size: 14px;







}















.top_header_list li.login-btn ul.user_droupDown a i {







    margin-right: 10px;







    font-size: 22px;







}















.top_header_list li:last-child {







    margin-right: 0px;







}















.top_header {







    background: #212121;







    /* padding:10px 0; */







}















/* ==================== top ======================= */















/* ==================== navbar =================== */







.navbar {







    padding: 0px 0 !important;







}















.navbar .navbar-brand {







    padding: 0px;







}















.navbar .navbar-nav .nav-item {







    margin-right: 10px;







}















.navbar .navbar-nav {







    align-items: center;







}















.navbar .navbar-nav .nav-item .nav-link {







    color: #4f4f4f;







    font-weight: 500;







    font-size: 14px;







    padding: 25px 8px;







}















.navbar .navbar-nav .nav-item:last-child {







    margin-right: 0px;







}















.TI_header_form {







    position: relative;







    margin-right: 0px;







}















.TI_header_form input {







    border: 1px solid #c1bfbf;







    width: 410px;







    border-radius: 25px;







    padding-left: 40px;







    background: none;







    color: #161717;







}















.TI_header_form input:focus {







    box-shadow: none;







    outline: none;







    border-color: var(--button-bg);







}















.TI_seach_button {







    position: absolute;







    top: 50%;







    left: 12px;







    transform: translateY(-50%);







    padding: 0 !important;







    border: none !important;







    background: none;







}















/* ==================== navbar =================== */















/* TI_button */







.navbar .navbar-nav .nav-item .TI_button {







    color: #fff;







    padding: 8px 20px;







    margin-left: 10px;







}















.TI_button {







    background: var(--button-bg);







    border-radius: 25px;







    padding: 10px 20px;







    line-height: 1;







    color: #fff;







    border: 2px solid #fff;







    box-shadow: 4px 4px 13px rgba(0 0 0 / 18%);







}







.theme_button{







    background: var(--button-bg);







    border-radius: 25px;







    padding: 10px 20px;







    line-height: 1;







    color: #fff;







    border:1px solid var(--button-bg);







    transition:0.5s;







}















.theme_button:hover{







    background:none;







    color:var(--button-bg);







}















.TI_button:hover {







    background: none;







    border-color: var(--button-bg);







    color: var(--button-bg) !important;







}















/* TI_button */















/* .navbar-light .navbar-nav .nav-link:focus {







    BACKGROUND: #f1f0f0 !important;







} */







/* ==================== navbar sub-menu =================== */







.dropdown-menu {







    border-radius: 0 !important;







    border: none !important;







    background: #f1f0f0 !important;







    margin-top: -2px !important;







}















ul.dropdown-menu.luxuryTrainDropdown {







    width: 230px;







}















.dropdown-menu li a {







    font-size: 14px;







    color: #000;







    font-weight: 400;







    padding: 0 14px;







    line-height: 33px;







}















.dropdown-menu.luxuryTrainDropdown li a:hover {







    text-decoration: underline;







    background: none;







}















.destination_dropDown .main-container {







    width: 830px;







}















.navbar-expand-lg .navbar-nav .destination_dropDown {







    background: #f1f0f0;







    padding: 0 !important;







    margin-top: -2px;







    border-radius: 0px;







    border: none;







}















.destination_dropDown ul.tab-menu li .dropdown-item:focus {







    background: none;







}















.destination_dropDown[data-bs-popper] {







    top: 100%;







    left: inherit !important;







    right: -110px;







    margin-top: 0.125rem;







}















.destination_dropDown .menu-all-list {







    display: grid;







    grid-template-columns: repeat(4, 1fr);







    padding: 14px;







}















.destination_dropDown .menu-all-list .tab-content {







    padding: 0px;







    list-style: none;







    padding-left: 32px;







}















.destination_dropDown .menu-all-list .tab-content h4 {







    font-size: 14px;







    font-weight: 500;







    color: #000;







    line-height: 33px;







    margin-bottom: 1px;







}















.destination_dropDown .menu-all-list .tab-content:first-child {







    padding-left: 0;







}















.tab-content.image_nav {







    width: 100%;







}















.tab-content.image_nav img {







    width: 100%;







    height: 100%;







    border: 1.5px solid #c47f41;







    border-radius: 3px;







    padding: 2px;







    margin: 0 8px;







    background-color: rgb(143 108 33 / 29%);







}















.destination_dropDown .menu-all-list .tab-content li a {







    font-size: 13px;







    font-weight: 400;







    color: #000;







    line-height: 33px;







    padding: 0;







}















.destination_dropDown .menu-all-list .tab-content li a:hover {







    background: none;







    text-decoration: underline;







}















/* .destination_dropDown .menu-all-list .tab-content:nth-child(2) {







    background: #fdf7de;







} */







.header_dropdown_toggle.show {







    background: #f1f0f0;







}















/* .destination_dropDown.show {







    display: flex !important;







    border: none !important;







}







.header_dropdown_toggle[aria-expanded="true"] {







    background: #f3f3f3;







}















.destination_dropDown ul{







    padding: 0;







    list-style: none;







}







.destination_dropDown ul li a{







    font-size: 15px;







    padding: 0;







}







.destination_dropDown ul.tab-menu{







    width: 150px;







}







.destination_dropDown ul.tab-menu li a{







    color: #2a3439;







    font-weight: 500;







}







.destination_dropDown ul.tab-menu li a:hover{







    background-color: transparent;







}







.destination_dropDown ul.tab-content.multi-list-2{







    -webkit-column-count: 2;







    -moz-column-count: 2;







    -webkit-column-gap: 54px;







    -moz-column-gap: 54px;







    margin-right: 54px;







}







.destination_dropDown ul.tab-content.multi-list-2 a,







.destination_dropDown ul.tab-content.multi-list-3 a,







.destination_dropDown ul.tab-content.multi-list-1 a{







    font-size: 13px !important;







}







.destination_dropDown ul.tab-content.multi-list-3{







    -webkit-column-count: 3;







    -moz-column-count: 3;







    -webkit-column-gap: 54px;







    -moz-column-gap: 54px;







    width: 100%;







}







ul.tab-content.multi-list-1 {







    margin-right: 54px;







}







.navbar-expand-lg .navbar-nav .destination_dropDown {







    background: #f1f0f0;







    padding: 0 !important;







    margin-top:-2px;







}







.destination_dropDown ul.tab-menu li {







    padding: 15px 15px 15px 20px !important;















}















.destination_dropDown ul.tab-menu li .dropdown-item:focus {







    background: none;







}















.destination_dropDown[data-bs-popper] {







    top: 100%;







    left: inherit !important;







    right: 0;







    margin-top: 0.125rem;







}







.destination_dropDown .tab-menu li.active{







    border-right: 5px solid #EB662B;







    color: orange;







}







.destination_dropDown .tab-menu li.active a{







    color: #EB662B;







}







.destination_dropDown .main-container{







    padding: 15px;







    width: 640px;







}







.destination_dropDown .main-container .menu-heading{







    display: flex;







    justify-content: space-between;







    margin-bottom: 17px;







}







.destination_dropDown .main-container .menu-heading a{







    text-decoration: none;







    color: var(--text-color-2);







    font-weight: 500;







    font-size: 14px;







}







.destination_dropDown .main-container .menu-heading .multi-list-2-title {







    width: 302px;







}







.destination_dropDown .main-container .menu-heading .multi-list-1-title {







    width: 150px;







}







.destination_dropDown .main-container .menu-all-list{







    display: flex;







}







.destination_dropDown .main-container ul.tab-content li{







    margin-bottom: 13px;







}







.destination_dropDown .main-container ul.tab-content li a {







    color: var(--text-color-2) !important;







}







.destination_dropDown .main-container ul.tab-content li a:hover{







    color: #EB662B !important;







    background-color: transparent;







  







}







.destination_dropDown .menu-content {







    display: none;







}







.destination_dropDown .menu-content.active {







    display: block;







}







ul.tab-content.multi-list-4 {







    display: grid;







    grid-template-columns: repeat(3,1fr);







    gap: 10px;







}







ul.tab-content.multi-list-4 li{







    position: relative;







}







ul.tab-content.multi-list-4 li img{







    width: 100%;







}







ul.tab-content.multi-list-4 li span{







    position: absolute;







    bottom: 7px;







    color: var(--white-color);







    width: 100%;







    text-align: center  ;







} */







/* ==================== navbar sub-menu =================== */































section {















    padding: 40px 0;















}















.heading_box .title-section {







    margin-bottom: 8px;







    margin-top: -8px;







    font-weight: 600;







}















.heading_box p {







    margin-bottom: 0;







}































.container .top-col {















    text-align: center;















    margin-bottom: 30px;















}















/* ============================== banner ======================== */















section.banner {







    padding: 0 !important;







    margin-top: 8px;







    height: 500px;







    background: url(../images/holiday-banner.jpg);







    position: relative;







    background-position: center center;







    background-size: cover;







    z-index: 1;







    display: flex;







    align-items: center;







}















section.banner:after {







    content: '';







    width: 100%;







    height: 100%;







    position: absolute;







    top: 0;







    left: 0;







    background: rgb(0 0 0 / 45%);







}















.mb_25 {







    margin-bottom: 20px;







}















































.banner-slider .banner_packgeCard {







    position: relative;







    border-radius: 8px;







    overflow: hidden;







    background: #fff;







}















.banner-slider .banner_packgeCard .tour_title {







    font-size: 15px;







    color: var(--text-color-1);







    line-height: 1.5;







    margin-bottom: 0;







}















.banner-slider .banner_packgeCard .tour_duration {







    position: absolute;







    top: 10px;







    left: 10px;







    font-size: 12px;







    font-weight: 500;







    color: var(--black-color);







    background: #fff;







    line-height: 1;







    padding: 4px 6px;







    border-radius: 12px;







}















.banner-slider .banner_packgeCard .bnr_package_content {







    padding: 14px;







}















.banner-slider .banner_packgeCard .button_ara {







    border-top: 1px solid var(--border-color);







    padding-top: 12px;







    margin-top: 12px;







    line-height: 1;







}















.banner-slider .bnr_package_image {







    height: 180px;







    overflow: hidden;







    width: 100%;







    position: relative;







}















.banner-slider .bnr_package_image img {







    height: 100%;







    object-fit: cover;







}















.banner-container .banner-slider .owl-nav {







    position: absolute;







    top: 0;







    right: 0;







    width: 100px;







    display: flex;







    justify-content: space-between;







    padding: 0 80px;







}















.banner-container .banner-slider .owl-nav button {







    background: white !important;







    height: 34px;







    width: 34px;







    border-radius: 50%;







}















.banner-container .banner-slider .owl-nav button img {







    width: 22px;







}















/* ============================== banner ======================== */























/* ============================== top ========================== */







.top_destination_title a {







    color: var(--text-color-1);







    text-decoration: none;







}















.top_destination_title a:hover {







    text-decoration: underline;







    color: #1a1a1a;







}















/* ============================== top ========================== */























/* ================== Ninja css ==================== */







.title-section {







    font-size: 24px;







    color: var(--text-color-1);







    margin-top: -8px;







    font-weight: 600;







}























/* @media(min-width:1200px){







    .container-xl, .container-lg, .container-md, .container-sm, .container {







        max-width: 1200px !important;







    }







} */







/* ==================== tranding destination ------------- */















































#tranding_destination_slider .owl-item .tranding_desti_image {







    border-radius: 15px;







    overflow: hidden;







}















.covered_destinations {

    align-items: center;

    margin-bottom: 25px;

    padding: 20px;

    background: #fffaeb;

    border-radius: 4px;

    border: 1px solid #febb02;

}



.covered_destinations .covered_heading {

    margin-bottom: 14px;

    display: flex;

    align-items: center;

    padding-left: 30px;

    font-size: 14px;

    position: relative;

}

.covered_destinations .covered_heading i, .covered_destinations .covered_content i {

    position: absolute;

    top: -3px;

    left: 0;

    font-size: 20px;

}

.covered_destinations .covered_content {

    padding-left: 30px;

    position: relative;

    font-weight: 500;

}















.itinerary_title {







    margin-bottom: 12px;







}















.covered_destinations p {







    margin-bottom: 0px;







}























#tranding_destination_slider .owl-item .tranding_desti_content {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 10px;

}

#tranding_destination_slider .owl-item .tranding_desti_content h3 {

    color: #fff;

    text-transform: uppercase;

    font-weight: 500;

    font-size: 24px;

}

#tranding_destination_slider .owl-item .tranding_desti_content h3 a {

    letter-spacing: 1px;

    text-shadow: 2px 3px 3px #000000;

}















#tranding_destination_slider .owl-item .tranding_desti_content h6 a {







    color: var(--text-color-1);







}















#tranding_destination_slider .owl-item .tranding_desti_content h3 {







    font-size: 26px;







    font-weight: 600;







}















#tranding_destination_slider .owl-item .tranding_desti_content h3 a {







    color: var(--color-2);







    text-decoration: none;







}















#tranding_destination_slider .owl-item .tranding_desti_content .travel_desti {







    position: relative;







    display: flex;







    align-items: center;







    font-size: 20px;







}















#tranding_destination_slider .owl-item .tranding_desti_content .travel_desti img {







    width: 20px;







    margin-right: 10px;







}















#tranding_destination_slider .owl-item .tranding_desti_content .tranding_desti_detail {







    font-size: 15px;







    line-height: 26px;







    display: none;







}















#tranding_destination_slider .owl-item .tranding_desti_content .buttons_wrapper {







    display: flex;







    align-items: center;







    display: none;







}















.theme_button_1 {







    font-size: 16px;







    font-weight: 500;







    color: var(--white-color);







    padding: 10px;







    border: 1px solid var(--text-color-2);







    border-radius: var(--border-radius-4);







    text-decoration: none;







    background: var(--text-color-1);







    transition: 0.5s;







}















.theme_button_1:hover {







    background: none;







    color: var(--text-color-1);







}















.theme_button_1.button_border {







    background: none;







    color: var(--text-color-1);







}















/* #tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item {







    position: relative;







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content {







    position: absolute;







    bottom: 0;







    left: 0;







    width: 100%;







    padding: 20px;







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content h3 a {







    color: var(--white-color);







}







#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content h3 {







    font-size:18px;







    animation: fadeInUp 1s;







}







#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .travel_desti {







    color: var(--white-color);







    font-size:12px;







    animation: fadeInUp 1.5s;







}







#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .travel_desti img{







    width:13px;







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .tranding_desti_detail {







    display: block;







    color: var(--white-color);







    font-size: 10px;







    line-height: 16px;







    animation: fadeInUp 2s;







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .buttons_wrapper {







    display: block;







    animation: fadeInUp 2.5s;







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .buttons_wrapper .theme_button_1 {







    background: var(--white-color);







    color: var(--text-color-1);







    font-size:10px;







    border-color:var(--white-color);







} */







#tranding_destination_slider .theme_button_1 {







    padding: 7px 10px;







}















/* #tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .buttons_wrapper .theme_button_1:hover {







    background: none;







    color: var(--white-color);







    border-color: var(--white-color);







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .buttons_wrapper .theme_button_1.button_border {







    border-color: var(--white-color);







    background: none;







    color: var(--white-color);







    font-size:10px;







}















#tranding_destination_slider .owl-item.active.center .tranding_destination_slide_item .tranding_desti_content .buttons_wrapper .theme_button_1.button_border:hover {







    background: var(--white-color);







    color: var(--text-color-1);







} */







/* ==================== tranding destination ------------- */















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















.owl-carousel .owl-nav {







    margin-top: 0px;







}















.owl-carousel .owl-nav button {







    position: absolute;







    top: 50%;







    transform: translateY(-50%);







    width: 40px;







    height: 40px;







    display: flex !important;







    align-items: center;







    justify-content: center;







    border-radius: 50% !important;







    background: var(--white-color) !important;







    line-height: 1 !important;







    border: 2px solid #C7E2FF !important;







}















.owl-carousel .owl-nav button img {







    line-height: 1;







    white-space: nowrap;







}















.owl-carousel .owl-nav button.owl-prev {







    left: -25px;







    color: #569ce8 !important;







}































.owl-carousel .owl-nav button.owl-next {







    right: -25px;







    color: #569ce8 !important;







}















.banner-container .owl-carousel .owl-nav button.owl-prev {







    right: 46px;







    left: inherit;







}















.banner-container .owl-carousel .owl-nav button.owl-next {







    right: 0px;







}















.banner-container .banner-slider {







    padding-top: 44px;







}















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







/* ================== Ninja css ==================== */















/* ============================== top destinations ======================== */















section.destination .destination-container {







    padding: 15px 18px;







    border-radius: var(--border-radius-12);







    background: #f5f5f5;







}

.destination .destination-container.top_destination_container{

    background:none !important;

}



@media(min-width:768px){

    .destination .destination-container.top_destination_container{

        padding:0px !important;

}

}



@media(max-width:992px){

    .destination-container .col-left .content {

        grid-template-columns: repeat(2, 1fr) !important;

    }

}



.destination .destination-container.top_destination_container .col-right .content{

    display: grid;

    grid-template-columns: repeat(4, 1fr);

}



@media(max-width:767px){

    .destination .destination-container.top_destination_container .col-right .content {

    grid-template-columns: repeat(3, 1fr);

}

.destination-container .col-left .content {

    grid-template-columns: repeat(1, 1fr) !important;

}

}













section.destination .destination-container .top-col {















    text-align: left;















    margin: 0;















}











.destination-container .col-left .content {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 16px;

}



























.destination-container .col-left .content .travel-package {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 10px 15px;

    border-radius: var(--border-radius-12);

    background: #fff;

}















.destination-container .col-left .content .travel-package .img-box {







    display: flex;







    align-items: center;







}















.destination-container .col-left .content .travel-package .img-box a {







    width: 80px;







    height: 64px;







    border-radius: 5px;







    overflow: hidden;







}















.destination-container .col-left .content .travel-package .img-box .top_destination_title a {







    text-decoration: none;







    color: var(--text-color-1);







    font-size: 14px;







    line-height: 18px;







}















.top_destination_title a {







    font-size: 15px;







}















.top_destination_title {







    margin-bottom: 0;







    line-height: 1;







    display: -webkit-box;







    -webkit-line-clamp: 2;







    -webkit-box-orient: vertical;







    overflow: hidden;







}















.most_browesDurations {







    font-size: 12px;







    color: var(--text-color-2);







    font-weight: 400;







}















.destination-container .col-left .content .travel-package .img-box a img {







    height: 100%;







    width: 100%;







    object-fit: cover;







}















.destination-container .travel-package .content-box {







    padding-left: 15px;







    font-weight: 500;







    width: calc(100% - 80px)







}















.destination-container .travel-package .travel-time {







    color: grey;







    font-size: 13px;







}















/* .destination-container .col-left .content::-webkit-scrollbar {







    width: 8px;







}







.destination-container .col-left .content::-webkit-scrollbar-thumb {







    background: #a5adb3; 







    border-radius: 10px;







}







.destination-container .col-left .content::-webkit-scrollbar-track {







    background:#e4e6e7;







    border-radius: 10px;







} */







.destination-container .col-right .content {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    gap: 20px;







    height: 536px;







}















.destination .title-section {







    font-size: 18px;







    font-weight: 600;







    margin-bottom: 10px;







    margin-top: 10px;







}















.destination-container .col-right .content::-webkit-scrollbar {







    width: 8px;







}















.destination-container .col-right .content::-webkit-scrollbar-thumb {







    background: #a5adb3;







    border-radius: 10px;







}















.destination-container .col-right .content::-webkit-scrollbar-track {







    background: #e4e6e7;







    border-radius: 10px;







}















.destination-container .col-right .img-box img {







    filter: brightness(0.7);







    transition: 0.3s;







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.destination-container .col-right .img-box {







    position: relative;







    overflow: hidden;







    border-radius: 5px;







    height: 165px;







    width: 100%;







}















/* .destination-container .col-right .img-box:hover img{







    transform: scale(1.1);







} */







.destination-container .col-right .img-box p {







    position: absolute;







    bottom: 0;







    left: 50%;







    transform: translateX(-50%);







    color: var(--white-color);







    font-size: 20px;







    width: 100%;







    text-align: center;







    font-weight: 600;







    text-shadow: 4px 5px 5px black;







}















/* ============================== top destinations ======================== */















/* ============================== tour packages ======================== */







section.packages {







    position: relative;







}















section.packages .packages-container .top-col {







    text-align: left;







    margin: 0;







}















section.packages .top-img {







    width: 200px;







    position: absolute;







    right: 0;







    top: 0;







}















section.packages .top-img img {







    width: 100%;







}















.accordion-button:not(.collapsed)::after {







    background-image: url(../images/minus.svg) !important;







}















.accordion-button::after {







    background-image: url(../images/plus-circle.svg) !important;







}















.packages-container .top-col {







    padding-right: 8px;







}















.tour_package_col {







    height: 640px;







}















.packages-container .tour_package_col .img-box {







    background: #f7c2aa;







    background-image: url(../images/tour-packages-image/Image.png);







    position: absolute;







    left: -105px;







    width: 60%;







    border-radius: 0px 327px 277px 0px;







    height: 100%;







    text-align: center;







}















.packages-container .col-left .img-box img {







    margin-top: -38px;







    height: 106%;







}















.packages-container .col-right p {







    font-size: 14px;







    text-align: left;







    margin: 10px auto 0;







    line-height: 27px;







    font-weight: 400;







    color: #222;







}















.packages-container {







    position: relative;







}















.packages-container .col-right .accordion .accordion-item {







    margin-bottom: 8px;







}















.packages-container .col-right .accordion .accordion-button {







    background: #4D4D4D;







    border: 1px solid #4d4d4d;







    border-radius: 7px 7px 0 0;







    color: var(--white-color);







    font-size: 15px;







    padding: 7px 20px;







}















.packages-container .col-right .accordion .accordion-button:focus {







    box-shadow: none;







}















.packages-container .col-right .accordion .accordion-button i {







    margin-right: 15px;







    font-size: 20px;







}















.packages-container .col-right .accordion .accordion-collapse {







    border: 1px solid #d9d7d7;







    border-radius: 0 0 7px 7px;







    padding: 0rem 1.25rem !important;







}















.packages-container .col-right .accordion .accordion-collapse .accordion-body {







    padding: 0;







}







.packages-container .col-right .accordion .accordion-collapse .accordion-body li {







    margin-bottom: 0px;







}















.packages-container .col-right .accordion .accordion-button:not(.collapsed) {







    border-radius: 7px 7px 0px 0px;







}















.packages-container .col-right .accordion-item {







    border: none;







}















.packages-container .col-right .accordion-body ul {







    list-style: none;







    padding: 0;







    margin: 0;







    line-height: 1;







}















.packages-container .col-right .accordion-body ul li p {







    margin: 0;







    padding: 6px 0;







    border-bottom: 1px solid #d9d7d7;







    color: black;







}















.packages-container .col-right .accordion-body ul li p a {







    color: var(--black-color);







}















.packages-container .col-right .accordion-body ul li:last-child p {







    border: none;







}















.pkg_button .TI_button {







    padding: 4px 10px;







    margin-bottom: 5px;







    display: inline-block;







    box-shadow: none;







    font-size: 14px;







    border-color: var(--button-bg);







}















/* ============================== tour packages ======================== */























/* ============================== products ======================== */







button.filterBtn {







    border: none;







    background: none;







    color: var(--button-bg);







}















.filterSetting {







    display: flex;







    align-items: center;







}















section.products {







    background: #F5F5F5;







}















.products-container .products-slider .product-card {







    border: 1px solid #cfcece;







    background: #fbfbfb;







    border-radius: 8px;







    overflow: hidden;







}















.products-container .products-slider .product-card:hover .img-top img {







    transform: scale(1.1);







}















.products-container .products-slider .img-top img {







    transition: 0.3s;







    height: 100%;







    width: 100%;







    object-fit: cover;







}















.products-container .products-slider .product-card .img-top {







    overflow: hidden;







    height: 170px;







}















.products-container .products-slider .product-card .content {







    padding: 8px 21px;







    position: relative;







    height: 201px;







}















.products-slider .product-card .content .like-btn {







    position: absolute;







    right: 20px;







    top: -14px;







    width: 35px;







    height: 35px;







    border-radius: 50%;







    background: var(--white-color);







    display: flex;







    align-items: center;







    justify-content: center;







    cursor: pointer;







}















.products-slider .product-card .content .like-btn.active {















    color: red !important;















}















.products-container .products-slider .product-card .content h6 {















    line-height: 23px;















}















.products-container .products-slider .product-card .content h6 a {







    color: var(--text-color-1);







    text-decoration: none;







    display: -webkit-box;







    -webkit-line-clamp: 2;







    -webkit-box-orient: vertical;







    overflow: hidden;







}















.products-container .products-slider .product-card .content h6 a:hover {







    text-decoration: underline;







}















.products-container .products-slider .product-card .discri {















    color: #717171;















    font-size: 13px;















    margin-bottom: 10px;















    display: inline-block;















}















.products-container .products-slider .product-card .rating-box,















.products-container .products-slider .rating-icons {















    display: flex;















    align-items: center;















    padding: 4px 0;















}















.products-container .products-slider .rating-icons {















    margin-right: 10px;















}















.products-container .products-slider .rating-icons span {







    margin-right: 4px;







    color: #fbc152;







    font-size: 12px;







}















.products-container .products-slider .rating-icons img {















    width: 13px;















    margin-right: 5px;















}















.products-container .products-slider .price-box {















    display: flex;















    align-items: center;















    justify-content: space-between;















    padding: 15px 0 5px;















    border-top: 1px solid #cfcece;















    margin-top: 17px;















}















.products-container .products-slider .price-box .tag {















    display: flex;















    align-items: center;















    color: #717171;















}















.products-slider .price-box .tag i {















    margin-right: 7px;















}































.products-container .products-slider .owl-nav button.owl-prev {















    margin-left: 5px;















}















.products-container .products-slider .owl-nav button.owl-next {















    margin-right: 5px;















}































/* ============================== products ======================== */































/* ============================== tourist place ======================== */































.tourist-container .top-col {















    display: flex;















    justify-content: space-between;















    margin-bottom: 0px;















    text-align: left;















}















.tourist-container .top-col .seeAll-btn {







    text-decoration: none;







    color: var(--button-bg);







}















.tourist-container .top-col .seeAll-btn img {







    width: 38px;







}















.tourist-container .tourist-grid {







    display: grid;







    grid-template-columns: repeat(5, 1fr);







    gap: 30px;







}















.tourist-container .tourist-grid .grid-item {







    position: relative;







}















.tourist-container .tourist-grid .grid-item .img-box {







    width: 100%;







    height: 160px;







}















.Ti_pagination nav .flex.justify-between.flex-1.sm\:hidden {







    display: none;







}















/* .tourist-container .tourist-grid .grid-item:hover .img-box img{







    transform: scale(1.1)







} */







.tourist-container .tourist-grid .img-box img {







    width: 100%;







    height: 100%;







    object-fit: cover;







    filter: brightness(0.8);







    transition: 0.3s;







}















.tourist-container .regions_itinery_grid .grid-item:first-child {







    grid-column-start: 1;







    grid-column-end: 3;







    grid-row-start: 1;







    grid-row-end: 3;







}















.tourist-container .regions_itinery_grid .grid-item:first-child .img-box {







    height: 406px;







}















.tourist-container .regions_itinery_grid .grid-item .img-box {







    width: 100%;







}















.tourist-container .tourist-grid .grid-item .text-box {







    text-align: center;







    line-height: 10px;







    color: var(--text-color-1);







    width: 100%;







}















.tourist-container .tourist-grid .grid-item .text-box p {







    color: var(--text-color-1);







    margin-bottom: 0px;







    font-size: 12px;







}















.tourist-container .grid-item .text-box h6 {







    font-size: 15px;







    font-weight: bold;







    margin-bottom: 0;







    margin-top: 12px;







}















.tourist-container .grid-item .text-box h6 a {







    color: var(--black-color);







    text-decoration: none;







}















.tourist-container .grid-item .text-box h6 a:hover {







    text-decoration: underline;







}















.tourist-container .grid-item .text-box p {







    font-size: 15px;







}















/* ============================== tourist place ======================== */























/* ============================== tours theme ======================== */







section.theme {







    background: #F5F5F5;







    position: relative;







    padding-bottom: 120px;







}















.theme_tour_image {







    position: absolute;







    bottom: 0;







    right: 0;







}















.theme-container .top-col {







    text-align: center;







    margin-bottom: 30px;







}















.theme-container .col-left .theme-grid {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    column-gap: 20px;







    row-gap: 50px;







}















.theme-container .col-left .theme-grid .img-box {







    border-radius: 12px;







    overflow: hidden;







}















.theme-container .col-left .grid-item {







    position: relative;







}















.theme-container .col-left .grid-item img {







    width: 100%;







}















.theme-container .col-left .grid-item .content {







    position: absolute;







    bottom: -31px;







    left: 50%;







    transform: translateX(-50%);







    width: 80%;







    text-align: center;







    background: var(--white-color);







    padding: 8px 16px;







    border: 1px solid #cfcece;







    border-radius: 15px;







    line-height: 25px;







    box-shadow: 0px 2px 17px -7px grey;







    transition: 0.3s;







}















.theme-container .col-left .grid-item:hover .content {







    bottom: -25px;







    box-shadow: 0px 2px 23px -7px grey;







}















.theme-container .col-left .grid-item .content p {







    margin: 0;







    font-size: 14px;







    color: grey;







}















.theme-container .col-left .grid-item .content h6 {







    font-size: 16px;







    margin: 0;







}















.theme-container .col-right .img-box {







    position: absolute;







    right: -112px;







}















/* ============================== tours theme ======================== */























/* ============================== luxury theme ======================== */







.luxury-container .luxury-grid {







    display: grid;







    grid-template-columns: repeat(2, 1fr);







    gap: 30px;







}















.luxury-container .luxury-grid .grid-item {







    display: flex;







    padding: 20px;







    border-radius: 10px;







    box-shadow: 0px 0px 15px -5px #c2c2c2;







}















.luxury-container .grid-item .img-box {







    border-radius: 8px;







    overflow: hidden;







    position: relative;







    width: 35%;







    background: #f3f3f3;







    padding: 10px;







}















.luxury-container .grid-item .img-box .date-box {







    position: absolute;







    top: 10px;







    right: 0;







    display: flex;







    color: var(--white-color);







    display: none;







}















.luxury-container .grid-item .img-box .date-box h6 {







    margin: 0;







    font-weight: 400;







}















.luxury-container .grid-item .date-box .date {







    background: #3FD0D4;







    padding: 9px;







    width: 44px;







    text-align: center;







}















.luxury-container .grid-item .date-box .month {







    background: #424242;







    padding: 9px;







    width: 112px;







    text-align: center;







}















.luxury-container .grid-item .content {







    width: 65%;







    padding-left: 20px;







}















.luxury-container .grid-item .content .title {







    display: flex;







    justify-content: space-between;







    align-items: center;







}















.luxury-container .grid-item .content .title .name span {







    color: grey;







    font-size: 15px;







}















.luxury-container .grid-item .content .title .name {







    position: relative;







}















.luxury-container .grid-item .content .title .name h5 {







    font-size: 19px;







}















.luxury-container .grid-item .content .title .name::after {







    position: absolute;







    content: '';







    bottom: 0;







    width: 61%;







    height: 2px;







    background: #EB662B;







}















.luxury-container .grid-item .content .title .price {







    text-align: end;







    color: grey;







    font-size: 14px;







}















.luxury-container .grid-item .content .title .price p {







    color: green;







    font-size: 20px;







    font-weight: 600;







}















.luxury-container .grid-item .content .rout {







    margin-top: 14px;







    line-height: 17px;







    margin-bottom: 14px;







    font-size: 15px;







}















.luxury-container .grid-item .content .rout span {







    color: var(--button-bg);







}















.luxury-container .grid-item .content .rout img {







    margin-right: 10px;







}















.luxury-container .grid-item .content .rout p {







    color: grey;







    margin-top: 10px;







}















.luxury-container .grid-item .content .book-btn {







    text-decoration: none;







    display: inline-block;







    color: var(--white-color);







    background: var(--button-bg);







    border: 2px solid var(--white-color);







    padding: 3px 16px;







    border-radius: 20px;







    box-shadow: 3px 4px 9px -3px #9d9b9b;







    transition: 0.3s;







    font-size: 14px;







}















.luxury-container .grid-item .content .book-btn:hover {







    background: var(--white-color);







    color: var(--button-bg);







    border: 2px solid var(--button-bg);







}















/* ============================== luxury theme ======================== */































/* =============================== Hotels ======================= */







.hotel_section .hotelGrid {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    grid-gap: 20px;







}















.hotelGrid .hotel_grid_item {







    display: flex;







    justify-content: space-between;







    border-bottom: 1px solid #d8d8d8;







    padding-bottom: 10px;







}















.hotelGrid a:hover .hotel_grid_item {







    border-color: var(--button-bg);







}















.hotelGrid .hotel_image {







    width: 100px;







    height: 100px;







    border-radius: 7px;







    overflow: hidden;







    transition: 0.5s;







}















.hotelGrid a:hover .hotel_image img {







    transform: scale(1.1);







}















.hotelGrid .hotel_image img {







    height: 100%;







    width: 100%;







    object-fit: cover;







    transition: 0.5s;







}















.hotelGrid .hotel_grid_item .hotel_image_box {







    display: flex;







    width: calc(100% - 120px);







}















.hotelGrid .hotel_title {







    width: calc(100% - 100px);







    padding-left: 10px;







}















.hotelGrid .hotel_title h3 {







    font-size: 14px;







}















.hotelGrid .hotel_title .hotel_location {







    display: flex;







    align-items: center;







    font-size: 14px;







    color: var(--text-color-2);







    margin-bottom: 0px;







}















.hotelGrid .hotel_title .hotel_location img {







    width: 15px;







    margin-right: 7px;







}















.hotelGrid .hotel_title h3 a {







    text-decoration: none;







    color: var(--text-color-1);







}















.hotelGrid .hotel_title h3 a:hover {







    text-decoration: underline;







}















.hotelGrid .hotel_rating_box {







    text-align: right;







    width: 120px;







}















.hotelGrid .hotel_rating_box .ratings {







    width: 30px;







    height: 30px;







    margin-left: auto;







    background: #803487;







    text-align: center;







    font-size: 13px;







    color: var(--white-color);







    font-weight: 500;







    display: flex;







    align-items: center;







    justify-content: center;







    border-radius: 7px 7px 7px 0px;







}















.hotelGrid .hotel_rating_box .fare_section p {







    font-size: 12px;







    margin-bottom: 0px;







    margin-top: 10px;







    line-height: 14px;







}















.hotelGrid .hotel_rating_box .fare_section p span {







    display: block;







    font-size: 16px;







    line-height: 16px;







    font-weight: 600;







    color: #008080;







}















.hotel_section .hotelGrid a {







    text-decoration: none;







    color: var(--text-color-1);







}















.hotel_section .hotelGrid a:hover .hotel_title h3 {







    text-decoration: underline;







}















/* =============================== Hotels ======================= */























































/* ============================== footer ======================== */















.footer {







    background: #1a1a1a;







    padding: 50px 0;







    padding-bottom: 20px;















}















.footer_copy_right {







    padding-top: 20px;







    border-top: 1px solid #262626;







    margin-top: 10px;







}















.footer_copy_right p {







    color: hsl(0, 0%, 60%);







    font-size: 14px;







}















.footer_links {















    display: flex;















    justify-content: space-between;















}































.footer_links .footer_box {















    margin: 0;















}































.footer_box_title h4 {







    font-size: 14px;







    color: #fff;







    font-weight: 600;







}















.footer_box_title .scan_pay {







    margin-bottom: 0px;







}







































.footer_box .footer_box_list ul {















    padding: 0;















    margin-bottom: 0;















}































.footer_box .footer_box_list ul li {















    margin-bottom: 16px;















    list-style: none;















}































.footer_box .footer_box_list ul li a {















    color: #fff;















    text-decoration: none;















    font-size: 13px;















    opacity: 0.6;















}















.qr_box {







    display: flex;







    margin-bottom: 14px;







}























.qr_box .qr_image {







    width: 103px;







    border-radius: 5%;







    overflow: hidden;







}















.footer .member_of_ti .member_box .tripadvisro-winner {







    background: #579441;







}















.footer .member_of_ti .member_box .iato {







    background: #024691;







}















.footer .member_of_ti .member_box .irctc-certificate {







    background: #0b4c76;







}















.footer_payment {







    border: 1px solid #d6ab34;







    border-radius: 20px;







    padding: 0px 8px 3px;







    background-color: rgba(255, 255, 255, 0.1);







    position: relative;







    left: -8px;







    opacity: 0.7 !important;







}































.qr_box .qr_content {















    width: calc(100% - 103px);















    padding-left: 12px;















}































.qr_box .qr_image img {















    width: 100%;















}















.footer .member_of_ti {







    display: flex;







}















.footer .member_of_ti .member_box {







    width: 60px;







    height: 60px;







    background: #fff;







    margin-right: 10px;







    border-radius: 5%;







    overflow: hidden;







}















.footer .member_of_ti img {















    width: 100%;















}















/* ============================== footer ======================== */















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







.footer .new-row ul {







    list-style: none;







    padding: 0 !important;







}















.footer .new-row h5 {







    color: var(--text-color-2);







}















.footer .new-row ul li a {







    text-decoration: none;







    color: white;







    font-size: 14px;







    font-weight: 600;







}















.footer .new-row .col-right ul li a {







    display: inline-block;







    margin-bottom: 16px;







    color: #fff;







    text-decoration: none;







    font-size: 13px;







    opacity: 0.8;







    font-weight: 400;







    transition: 0.5s;







}





@media(min-width:992px){

    .footer .new-row ul.Destination {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    }

    .footer .new-row .col-right .tab-content .col-md-4._50 {

        width: 66%;

    }

}









.footer .new-row .col-right ul li a:hover {







    opacity: 1;







}















a.footer_link {







    display: inline-block;







    margin-bottom: 16px;







    color: #fff;







    text-decoration: none;







    font-size: 13px;







    opacity: 0.6;







    font-weight: 400;







    transition: 0.5s;







}















a.footer_link:hover {







    opacity: 0.8;







}















.footer .new-row .col-right h6 {







    padding: 9px 0;







    font-size: 14px;







    font-weight: 600;







    color: white;







}















.footer .new-row .col-right ul li a::before {







    position: absolute;







    content: "";







    left: 0;







    top: 50%;







    transform: translateY(-50%);























}















.footer .new-row .col-left ul li {















    display: inline-block;







    padding: 8px 14px;







    font-size: 15px;







    width: 100%;







    position: relative;







    border-bottom: 1px solid grey;







    /* border-radius: 7px; */







    /* transition: 0.3s; */







}















.footer .new-row .col-left ul li::before {







    position: absolute;







    content: '';







    top: 3px;







    right: -7px;







    transform: rotate(45deg);







    border-right: 32px solid #007cc2;







    border-bottom: 32px solid transparent;







    display: none;







    /* transition: 0.2s; */







}















.footer .new-row .col-left ul li.active {







    background: #007cc2;







    border-radius: 10px;







    border: none;







}















.footer .new-row .col-left ul li:hover {







    background: #007cc2;







    border-radius: 10px;







}















.footer .new-row .col-left ul li:hover::before {







    display: block;







}















.footer .new-row .col-left ul li.active::before {







    display: block;







}















.footer .new-row .col-left ul li {







    margin-bottom: 5px;







}















.footer .new-row .col-right .tab-content {







    transition: 0.3s;







    opacity: 0;







    display: none;







    padding-left: 30px;







}















.footer .new-row .col-right .tab-content.active {







    opacity: 1;







    display: flex;







}















.footer .new-row .col-right .content-box.attraction ul {







    display: flex;







    flex-wrap: wrap;







}















.footer .new-row .col-right .col-md-12 .content-box ul {







    display: grid;







    grid-template-columns: repeat(4, 1fr);







    column-gap: 20px;















}















.footer .new-row .col-right .col-md-12 .content-box ul li {







    width: 100%;







}















.footer .new-row .col-right .content-box.attraction ul li {







    width: 50%;







}















.footer .col-md-7 .footer-logo-img img {







    background: white;







    padding: 6px;







    border-radius: 5px;







    width: 175px;







}















.footer .footer-content p {







    color: rgb(255 255 255 / 89%) !important;







    padding-top: 15px;







}















.footer .new-row .col-left .job-link {







    padding: 8px 14px;







    display: block;







    width: 100%;







}















.footer .new-row .col-left .job-link.pay {







    border-top: 1px solid grey;







}















/* .footer .new-row .col-left .job-link:hover{







    background: #b7adad38;







} */







.footer .new-row .col-left .job-link a {







    color: white;







    text-decoration: none;







    font-weight: 600;







    font-size: 15px;







    display: block;







}















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







































/* ==================================== Packages style ===================================== */















/*--------------------------------------------------------------







# Package Loader







--------------------------------------------------------------*/







.package_list_wrapper {







    position: relative;







}















#overlay-pagination {







    background: #ffffff;







    color: #666666;







    position: absolute;







    height: 100%;







    width: calc(100% - 2%);







    z-index: 2;







    top: 0;







    left: 1%;







    float: left;







    text-align: center;







    padding-top: 25%;







    opacity: .80;







}















.spinner-pagination {







    margin: 0 auto;







    height: 64px;







    width: 64px;







    animation: rotate 0.8s infinite linear;







    border: 5px solid firebrick;







    border-right-color: transparent;







    border-radius: 50%;







}























/*--------------------------------------------------------------







# Package Loader End -------------------------------------------







--------------------------------------------------------------*/















.inner-banner.packages_breadcrum {







    padding: 8px 0;







    background: #f5f5f3;







}















.inner-banner .bread-crumb ul {







    margin: 0;







    padding-left: 0;







    list-style: none;







    display: flex;







    align-items: center;







}















.inner-banner .bread-crumb ul li {







    margin-right: 30px;







    font-size: 14px;







    position: relative







}















.inner-banner .bread-crumb ul li:last-child:after {







    display: none;







}















.inner-banner .bread-crumb ul li:after {







    content: '';







    position: absolute;







    top: 50%;







    right: -18px;







    border-left: 6px solid #6ab2db;







    border-top: 4px solid transparent;







    border-bottom: 4px solid transparent;







    transform: translateY(-50%);







}















.inner-banner .bread-crumb ul li:last-child {







    margin-right: 0px;







}







.inner-banner .bread-crumb ul li:last-child:after{







    display: none;







}















.inner-banner .bread-crumb ul li a {







    color: var(--text-color-1);







    text-decoration: none;







    font-weight: 400;







}















.packages_section {







    background: none;







}















.main-filter .accordion-item {







    padding: 0 20px;







    margin-bottom: 0px;







    border: 1px solid var(--skyblue-border);







    border-radius: 0px !important;







    overflow: hidden;







    border-top: 0px;







}















.accordion-item:last-child {







    margin-bottom: 0px;







}















.main-filter .accordion-item .accordion-button:not(.collapsed)::after {







    filter: invert(1);







}















.main-filter .accordion-item .accordion-button::after {







    filter: invert(1);







    opacity: 0.7;







}















.main-filter .accordion-item .accordion-button:focus {







    box-shadow: none;







}















.main-filter .accordion-item .accordion-button:not(.collapsed) {







    background: none;







    color: var(--black-color);







    box-shadow: none;







    /* border-bottom:1px solid #d8d8d8; */







}















.main-filter .accordion-item .accordion-button span {







    margin-right: 8px;







}















.main-filter .accordion-item .accordion-button span {







    margin-right: 8px;







}















.main-filter .accordion-item .accordion-body .filters-count li label:after {







    width: 17px;







    height: 17px;







    content: '';







    border: 1px solid #8a8a8a;







    position: absolute;







    left: 0;







    top: 2px;







    border-radius: 4px;







}























.main-filter .accordion-item .accordion-body .filters-count li label:before {







    width: 14px;







    height: 14px;







    content: '';







    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0472 3.48705C14.3305 3.78923 14.3151 4.26386 14.013 4.54716L6.01296 12.0472C5.71764 12.324 5.25591 12.3166 4.96967 12.0303L1.96967 9.03033C1.67678 8.73744 1.67678 8.26257 1.96967 7.96967C2.26256 7.67678 2.73744 7.67678 3.03033 7.96967L5.51683 10.4562L12.987 3.45285C13.2892 3.16955 13.7639 3.18486 14.0472 3.48705Z' fill='black'/%3e %3c/svg%3e");







    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0472 3.48705C14.3305 3.78923 14.3151 4.26386 14.013 4.54716L6.01296 12.0472C5.71764 12.324 5.25591 12.3166 4.96967 12.0303L1.96967 9.03033C1.67678 8.73744 1.67678 8.26257 1.96967 7.96967C2.26256 7.67678 2.73744 7.67678 3.03033 7.96967L5.51683 10.4562L12.987 3.45285C13.2892 3.16955 13.7639 3.18486 14.0472 3.48705Z' fill='black'/%3e %3c/svg%3e");







    -webkit-mask-size: 100%;







    mask-size: 100%;







    background-color: var(--white-color);







    visibility: hidden;







    position: absolute;







    left: 2px;







    top: 4px;







    z-index: 1;







}















.main-filter .accordion-item .accordion-body .filters-count li input:checked+label:before {







    visibility: visible;







}







.main-filter .accordion-item .accordion-body .filters-count li input:checked+label:after {







    background:var(--button-bg);







    border-color:var(--button-bg);







}















.main-filter .accordion-item .accordion-button {







    padding: 1rem 0px;







}















.main-filter .accordion-item .accordion-body {







    padding: 1rem 0;







    padding-top: 0px;







}















.main-filter .accordion-item .accordion-body .filters-count {







    padding-left: 0px;







    list-style: none;







}















.main-filter .accordion-item .accordion-body .filters-count li {







    margin-bottom: 12px;







}















.main-filter .accordion-item .accordion-body .filters-count li input {







    margin-right: 10px;







    display: none;







}















.main-filter .accordion-item .accordion-body .filters-count li label {







    font-size: 14px;







    font-weight: 500;







    color: var(--text-color-2);







    position: relative;







    padding-left: 28px;







}















.main-filter .accordion-item .accordion-button {







    font-size: 14px;







    font-weight: 600;







    color: var(--black-color);







}















.main-filter .title {







    padding: 12px 20px;







    background: var(--filter-bg);







    display: block;







    color: var(--white-color);







    font-weight: 600;







    line-height: 1;







    /* border: 1px solid #dddddd; */







    font-size: 15px;







}







@media(max-width:767px){







    .main-filter .accordion-item .accordion-body .filters-count li label:after{







        width:1.25rem;







        height: 1.25rem;







        top:0px;







    }







    .main-filter .accordion-item .accordion-body .filters-count li label:before {







        top: 3px !important;







        left: 3px !important;







    }







}















.explore_packages .packageTitle {







    font-size: 18px;







    border-radius: var(--border-radius-12);







    background: var(--white-color);







    /* margin-bottom: 20px; */







    color: var(--text-color-1);







    line-height: 1;







    padding-bottom: 10px;







}















.productTitle {







    font-size: 18px;







    border-radius: var(--border-radius-12);







    background: var(--white-color);







    color: var(--text-color-1);







    line-height: 1;







    padding-bottom: 10px;







}















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















.breadcrum_slider {







    padding-bottom: 0;







    padding-top: 11px;







}















.breadcrumSlider.owl-carousel .owl-nav button.owl-prev {







    left: 55px;







}















.breadcrumSlider.owl-carousel .owl-nav button.owl-next {







    right: 55px;







}















.package_list_setion {







    background: #fffcf5;







    padding: 35px 0;







}















.package_list_wrapper {







    margin: 0;







}















.package_list_item .journey_link {







    display: flex;







    align-items: start;







    background: #fff;







    padding: 14px;







    text-decoration: none;







    color: var(--text-color-2);







    border: 1px solid var(--border-color);







}















.package_list_item .journey_link:hover {







    /* background: rgb(255 230 128 / 12%); */







    box-shadow: 3px 6px 9px 0 rgb(0 0 0 / 2%);







}















.package_list_item .journey_link .journey_image {







    width: 200px;







    border-radius: 4px;







    overflow: hidden;







    height: 200px;







    position: relative;







}















.package_list_item .journey_link .journey_image img {







    width: 100%;







    height: 100%;







    object-fit: cover;







    transition: 0.5s;







}















.package_list_item .journey_link .journey_image:hover img {







    transform: scale(1.1);







}















.package_list_item .journey_link .journey_content {







    width: calc(100% - 200px);







    display: flex;







    align-items: start;







    padding: 10px;







    padding-right: 0px;







    padding-left: 16px;







}















.package_list_wrapper .package_list_item .duration-card {







    text-align: right;







}















.package_list_item .journey_link .journey_content .content_title {







    width: 70%;







    padding-right: 10px;







}















.package_list_item .journey_link .journey_content .content_price {







    width: calc(100% - 70%);







    padding-left: 10px;







    height: 180px;







    display: flex;







    align-items: end;







    text-align: center;







    justify-content: end;







}















.package_list_item .journey_link .journey_content .content_title h3 {







    margin: 0;







    font-size: 15px;







    margin-bottom: 10px;







    transition: 0.5s;







}















.package_list_item .journey_link .journey_content .content_title h3 a {







    color: var(--text-color-1);







    text-decoration: none;







    font-weight: 700;







}















.package_list_item .night_day {







    display: inline-flex;







    line-height: 1;







    border: 1px solid var(--filter-bg);







    border-radius: 20px;







    margin-bottom: 5px;







    overflow: hidden;







    background: var(--filter-bg);







    color: var(--white-color);







    align-items: center;







}























.package_list_item .night_day span {







    font-size: 12px;







    font-weight: 500;







    padding: 4px 8px;







    color: var(--white-color);







}















.trip_highlight_title {







    font-size: 16px;







    display: flex;







    padding: 8px 16px;







    color: var(--button-bg);







    background: #eb662b1a;







    align-items: center;







    margin-bottom: 0px;







    cursor: pointer;







}















.trip_highlight_title.active i {







    transform: rotate(180deg);







}















.trip_highlight_title i {







    margin-left: auto;







}















.package_list_item .journey_link .journey_content .content_title h3:hover {







    text-decoration: underline;







}















.package_list_item .journey_link .journey_content .content_title h5 {







    font-size: 16px;







    display: flex;







    align-items: center;







    font-weight: 600;







    margin: 0;







    padding: 0;







    color: #133466;







}















.package_list_item .journey_link .journey_content .content_title p {







    font-size: 12px;







    line-height: 22px;







    position: relative;







    padding-left: 20px;







    padding-top: 0;







    margin-top: 6px;







    font-weight: 400;







    color: black;







    margin-bottom: 4px;







}















.package_list_item .journey_link .journey_content .content_title h5 {







    font-size: 13px;







    display: flex;







    align-items: center;







    font-weight: 600;







    margin: 0;







    padding: 6px 0;







    color: var(--text-color-1);







}















.package_list_item .journey_link .journey_content .content_title p svg {







    position: absolute;







    left: 0;







    top: 3px;







}















.package_list_item .journey_link .price_area {







    text-align: center;







    margin-bottom: 8px;







    display: none;







}















.package_list_item .journey_link .price_area h6.price {







    font-size: 22px;







    margin: 0;







    color: #133466;







    font-weight: 600;







}















.border-radius {







    border-radius: 8px;







}















.package_list_item .journey_link .tour_duration {







    display: flex;







    align-items: center;







    font-size: 14px;







    font-weight: 600;







    padding: 10px 0;







    justify-content: end;







    display: none !important;







}















.package_list_item .journey_link .tour_duration span {







    color: #ff641a;







    border: 1px solid red;







    border-radius: 4px;







    padding: 3px 7px;







    font-size: 14px;







}















.package_list_wrapper .package_list_item {







    margin-bottom: 20px;







}















.package_list_wrapper .package_list_item:last-child {







    margin-bottom: 0px;







}















.duration-card .TI_button {







    padding: 4px 10px;







    margin-bottom: 10px;







    border-radius: 30px;







    width: auto;







    box-shadow: none;







    border-color: var(--button-bg);







    font-size: 13px;







    display: inline-block;







    text-decoration: none;







}















.theme_button.border-radius {







    border: 1px solid var(--button-bg);







    width: auto;







    padding: 4px 10px;







    line-height: 1;







    background: none;







    color: var(--button-bg);







    border-radius: 30px;







    font-size: 13px;







}















.theme_button.border-radius:hover {







    background: var(--button-bg);







    color: var(--white-color);







}























.trip_highlight_list {







    list-style: none;







    margin-bottom: 0px;







    padding-left: 0;







}















.trip_highlight_list.active {







    display: block;







}















.trip_highlight_list li {







    font-size: 12px;







    color: var(--black-color);







    margin-bottom: 3px;







    padding-left: 20px;







    position: relative;







    white-space: nowrap;







    text-overflow: ellipsis;







    overflow: hidden;







    font-weight: 400;







    max-height: 20px;







}















.trip_highlight_list li:after {







    content: '\f046 ';







    font-family: FontAwesome;







    position: absolute;







    left: 1px;







    top: 1px;







    color: #0b0;







    font-size: 12px;







}















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







/* ==================================== Packages style ===================================== */















/* =========================== About us page style ====================== */







/* ============================== about section start ======================== */







section.about_breadcrumb {







    background-image: url(../images/about/about-banner.png);







    background-size: cover;







    background-position: center;







    background-repeat: no-repeat;







}















.inner-banner-container {







    /* height: 200px; */







    display: flex;







    align-items: center;







}















section.inner-banner .inner-banner-container h1 {







    font-size: 32px;







    color: var(--white-color);







}















/* ============================== about section end ======================== */















/* ============================== meet ======================== */







section.meet {







    background: #F5F5F5;







}















.meet-container .col-right .content {







    padding-right: 84px;







}















.meet-container .col-right .content h2 {







    margin-bottom: 30px;







    font-size: 24px;







}















.gallery .gallery-video h2 {







    color: var(--white-color);







}















a.meet-btn {







    text-decoration: none;







    color: var(--white-color);







    font-size: 15px;







    font-weight: 500;







    background: #EB662B;







    padding: 7px 20px;







    border: 2px solid var(--white-color);







    box-shadow: 7px 7px 11px -5px #b4b0b0;







    border-radius: 20px;







    margin-top: 20px;







    display: inline-block;







}















a.meet-btn:hover {







    color: black;







}















/* ============================== meet ======================== */















/* ============================== why choose ======================== */







.why-container .col-left ul {







    list-style: none;







}















.why-container .col-left .content {







    padding-left: 112px;















}















.why-container .col-left .content ul img {







    height: 27px;







    width: 27px;







    margin-right: 10px;







}















.why-container .col-left .content ul h5 {







    font-size: 15px;







}















.why-container .col-left .content ul p {







    padding-left: 43px;







    font-size: 15px;







}















.why-container .col-right {







    display: flex;







    justify-content: center;







}















.why-container .col-right .tripadviser .cx_brand_refresh {







    padding: 14px;







    border-radius: 12px;







}















.why-container .col-right .tripadviser span {







    font-size: 14px;







    color: #3b4242;







}















.why-container .col-right .tripadviser .adviser {







    text-decoration: none;







    color: black;







}















.why-container .col-right .tripadviser .logo {















    border-bottom: 1px solid #c1bdbd;







    padding-bottom: 12px;







}















.why-container .col-right .tripadviser .logo img {







    width: 114px;







}















.why-container .col-right .tripadviser .content.rating {







    line-height: 1;







    margin-bottom: 6px;







}















.why-container .col-right .tripadviser .content.rating h5 {







    text-decoration: underline;







}















.why-container .col-right .tripadviser .content.rating i {







    color: #00aa6c;







    font-size: 13px;







}















.why-container .col-right .tripadviser .recent span {







    display: inline-block;







}















.why-container .col-right .tripadviser .read-write {







    margin-top: 6px;







}















.why-container .col-right .tripadviser .read-write a {







    color: #3b4242;







    font-size: 13px;







}















/* ============================== why choose ======================== */















/* ============================== member ======================== */







section.member {







    background: #F5F5F5;







}















.member-container .grid-box {







    display: grid;







    grid-template-columns: repeat(5, 1fr);







    gap: 30px;







    align-items: center;







    justify-content: center;







}















.member-container .grid-box .grid-item {







    text-align: -webkit-center;







}















.member-container .grid-box .img-box {







    height: 130px;







    width: 130px;







    border-radius: 50%;







    background: var(--white-color);







    display: flex;







    align-items: center;







    justify-content: center;







    overflow: hidden;







    padding: 10px;







}















.member-container .grid-box .img-box img {







    width: 100%;







}















/* ============================== member ======================== */















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







section.gallery {







    padding: 0;







    position: relative;







}















section.gallery .gallery-container {







    position: absolute;







    top: 40px;







    left: 50%;







    transform: translateX(-50%);







}















section.gallery .gallery-container .about-gellery-slider {







    margin-top: 20px;







}















.gallery-container .about-gellery-slider .owl-nav {







    margin-top: 10px;







    position: absolute;







    width: 100%;







    top: -51px;







    text-align: right;







    padding-right: 168px;







    display: flex;







    justify-content: end;







}















.gallery-container .about-gellery-slider .owl-nav button {







    background: white !important;







    height: 40px;







    width: 40px;







    border-radius: 50%;







    border: 1px solid #C7E2FF !important;







    position: initial !important;







}















.gallery-container .about-gellery-slider .owl-nav button:hover {







    color: grey;







}















.gallery .gallery-video {







    background-image: url(../images/about/video-gallery-bg.jpg);







    background-size: cover;







    background-repeat: no-repeat;







    background-position: center;







}















.gallery .gallery-video {







    width: 50%;







    display: flex;







    align-items: center;







    justify-content: center;







    height: 500px;







    color: var(--white-color);







    margin-left: auto;







}















.gallery .gallery-video p {







    color: var(--white-color);







}















.gallery .gallery-video .content {







    text-align: center;







    z-index: 5;







}















.gallery .gallery-video .video-gallery-btn {















    text-decoration: none;







    color: var(--white-color);







    border: 2px solid var(--white-color);







    padding: 10px 40px;







    border-radius: 12px;







    display: inline-block;















}















.gallery .gallery-video .video-gallery-btn:hover {







    color: black;







    background: var(--white-color);







}















.gallery .col-md-7 {







    flex: 0 0 auto;







    width: 62.333333%;







}















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















/* ============================== happy moment ======================== */







.moment-container .grid-box {







    display: grid;







    grid-template-columns: repeat(4, 1fr);







    gap: 20px;







}















.moment-container .grid-box .img-box {







    border-radius: 17px;







    overflow: hidden;







}















.moment-container .grid-box .img-box img {







    width: 100%;







    object-fit: cover;







    transition: 0.3s;







}















.moment-container .grid-box .img-box:hover img {







    transform: scale(1.1);







}















.moment-container .grid-box .discri {







    text-align: center;







    padding: 10px 0;







}















.moment-container .grid-box .discri h4 {







    font-size: 18px;







    color: var(--text-color-1);







}















/* ============================== happy moment ======================== */















/* ============================== call us ======================== */







section.call {







    background: #F5F5F5;







}















section.call .grid-box {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    gap: 20px;







}















section.call .grid-box .grid-item {







    background: var(--white-color);







    padding: 15px 25px;







}















section.call .content-box {







    text-align: center;







}















section.call .content-box h3 {







    font-size: 20px;







}















section.call .content-box p {







    font-size: 14px;







    color: var(--text-color-2);







}















section.call .grid-box .icon-box {







    width: 80px;







    height: 80px;







    background: peachpuff;







    color: #EB662B;







    display: flex;







    align-items: center;







    justify-content: center;







    border-radius: 50%;







    padding: 10px;







    margin: 0 auto 10px;







    font-size: 35px;







}















/* ============================== call us ======================== */















/* =========================== About us page style ====================== */















/* ================================================== Online product =================================== */







.online_product_breadcrum {







    padding: 10px 0;







    background: #f3f3f5;







    margin-bottom: 20px;







}















.online_product_wrapper .packages_box_main {







    display: flex;







    background: #fff;







    margin-bottom: 12px;







    border: 1px solid var(--border-color);







    padding: 14px;







}















.online_product_wrapper .top_box {







    display: flex;







}















.online_product_wrapper .package_img_box {







    position: relative;







    width: 200px;







    height: 200px;







    overflow: hidden;







    margin: 0 auto;







    border-radius: 4px;







}















.online_product_wrapper .package_img_box a {







    display: block;







    height: 100%;







}















.online_product_wrapper .package_content_box {







    padding-left: 4px;







    width: calc(100% - 200px);







}















.online_product_wrapper .package_content_box .row {







    margin-left: 0;







    margin-right: -1px;







}















.online_product_wrapper .package_title h3 {







    font-size: 16px;







    line-height: 1.2;







    display: -webkit-box;







    -webkit-line-clamp: 2;







    -webkit-box-orient: vertical;







    overflow: hidden;







}















.online_product_wrapper .package_title h3 a {







    text-decoration: none;







    color: var(--text-color-1);







}















.online_product_wrapper .package_title h3 a:hover {







    text-decoration: underline !important;







}















.online_product_wrapper .nights_days {







    font-size: 12px;







    color: var(--white-color);







    background: var(--filter-bg);







    display: inline-block;







    font-weight: 500;







    padding: 3px 8px;







    border-radius: 25px;







    margin-top: 8px;







}















.online_product_wrapper .highlights_box {







    display: flex;







    align-items: end;







}















.online_product_wrapper .highlights_box .left_side h6 {







    margin: 10px 0 9px;







    color: var(--text-color-1);







    font-size: 13px;







}















.online_product_wrapper .highlights_box .left_side ul li::before {







    content: '\f046 ';







    font-family: FontAwesome;







    position: absolute;







    left: -20px;







    top: 0;







    color: #0b0;







    font-size: 13px;







}















.online_product_wrapper .highlights_box .left_side ul li {







    font-size: 12px;







    list-style: square;







    color: var(--black-color) !important;







    position: relative;







    font-weight: 400;







    display: block;







    word-spacing: 1px;







}















.online_product_wrapper .highlights_box .left_side ul {







    padding-left: 20px;







}















.online_product_wrapper .package_img_box img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.online_product_wrapper .ratings {







    margin-bottom: 12px;







}















.online_product_wrapper .ratings span {







    color: #fbc152;







    font-size: 12px;







}















.online_product_wrapper .rating_right_side {







    width: 100%;







    justify-content: end;







    text-align: right;







}















.online_product_wrapper .rating_right_side .box_2 {







    display: inline-block;







}















.online_product_wrapper .product_price_title {







    font-size: 16px;







}















.online_product_wrapper .font-12 {







    font-size: 12px;







}















.online_product_wrapper .package_content_box .mas-detail {







    padding: 0;







    position: relative;







    height: 180px;







}















.online_product_wrapper .package_content_box .right_side a {







    padding: 6px 10px;







    position: absolute;







    bottom: 0;







    right: 0;







    font-size: 12px;







    font-weight: 500;







    text-decoration: none;







    box-shadow: none;







}















.online_product_wrapper .package_img_box:hover img {







    transform: scale(1.1);







}















.online_product_wrapper .package_img_box:hover img {







    transition: all .3s;







}















.online_product_wrapper .result_title {







    font-size: 21px;







    font-weight: 500;







    color: var(--text-color-1);







    margin-bottom: 6px;







}















.online_product_wrapper .sidebar-item {







    border: 1px solid var(--skyblue-border);







    margin-bottom: 20px;







}















.online_product_wrapper .sidebar-item .duration_title {







    font-size: 15px !important;







    background: var(--filter-bg);







    color: var(--white-color);







    padding-left: 20px !important;







    font-weight: 600;







}















.online_product_wrapper .sidebar-category1 {







    border: 0 solid #102e46;







    padding: 20px;







    border-top: 0;







    background: #fff;







    list-style: none;







    margin-bottom:0px;







}















.online_product_wrapper .sidebar-category1 li {







    display: flex;







    line-height: 1;







    color: var(--text-color-1);







    font-size: 13px;







    font-weight: 400;







    align-items: center;







}







.online_product_wrapper .sidebar-category1 li:not(:last-child){







    margin-bottom:16px;







}















.online_product_wrapper .sidebar-category1 li span {







    color: var(--text-color-2);







    font-weight: 500;







}















.online_product_wrapper .sidebar-item ul li input {







    height: 17px;







    width: 17px;







    position: relative;







    top: 0px;







    margin-right: 10px;







    -webkit-appearance: none;







    appearance: none;







    border:1px solid #868686;







    border-radius: 4px;







}







.online_product_wrapper .sidebar-item ul li input:after {







    content: "";







    position: absolute;







    inset: 0;







    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0472 3.48705C14.3305 3.78923 14.3151 4.26386 14.013 4.54716L6.01296 12.0472C5.71764 12.324 5.25591 12.3166 4.96967 12.0303L1.96967 9.03033C1.67678 8.73744 1.67678 8.26257 1.96967 7.96967C2.26256 7.67678 2.73744 7.67678 3.03033 7.96967L5.51683 10.4562L12.987 3.45285C13.2892 3.16955 13.7639 3.18486 14.0472 3.48705Z' fill='black'/%3e %3c/svg%3e");







    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0472 3.48705C14.3305 3.78923 14.3151 4.26386 14.013 4.54716L6.01296 12.0472C5.71764 12.324 5.25591 12.3166 4.96967 12.0303L1.96967 9.03033C1.67678 8.73744 1.67678 8.26257 1.96967 7.96967C2.26256 7.67678 2.73744 7.67678 3.03033 7.96967L5.51683 10.4562L12.987 3.45285C13.2892 3.16955 13.7639 3.18486 14.0472 3.48705Z' fill='black'/%3e %3c/svg%3e");







    -webkit-mask-size: 100%;







    mask-size: 100%;







    background-color: var(--white-color);







    visibility: hidden;







}







.online_product_wrapper .sidebar-item ul li input:checked:after {







    visibility: visible;







}







.online_product_wrapper .sidebar-item ul li input:checked {







    background-color: var(--button-bg);







    border-color: var(--button-bg);







}















.online_product_wrapper .sidebar-category1 li label {







    font-weight: 500;







    color: var(--text-color-2);







    cursor: pointer;







    line-height: 1;







    font-size:14px;







}







@media(max-width:767px){







    .online_product_wrapper .sidebar-item ul li input {







        width: 1.25rem;







        height: 1.25rem;







        top:0px;







    }







    







}















/* ================================================== Online product =================================== */















































/* ================== pagination style =========================== */







.Ti_pagination nav {



    padding: 10px;



    border: 1px solid rgba(0, 0, 0, 0.125) !important;



    background: #fff7df;



}



.Ti_pagination .pagination li {



    margin-bottom: 0;



}







.Ti_pagination p {



    margin-bottom: 0px;



}







.Ti_pagination .pagination {



    margin-bottom: 0px;



}







.Ti_pagination .pagination li,



.Ti_pagination .pagination li span,



.Ti_pagination .pagination li a {



    border: none;



    color: var(--text-color-1);



    font-size: 16px;



}







.Ti_pagination .pagination li.active .page-link {



    background: #007cc2;



    color: #ffffff;



    border: 1px solid var(--skyblue-border);



}







.Ti_pagination .pagination li .page-link {



    border: 1px solid #ddd7d7;



    width: 34px;



    height: 34px;



    padding: 0;



    display: flex;



    align-items: center;



    justify-content: center;



}



.Ti_pagination .pagination li .page-link.prev,

.Ti_pagination .pagination li .page-link.next{

    width: auto;

    padding: 0px 6px;

}





.Ti_pagination .pagination li .page-link:hover {



    background: #007cc2;



    color: #fff;



    border-color: #007cc2;



}





.Ti_pagination .pagination li .page-link:has(.prev) {

    width: auto;

    padding: 0 10px;

}

.Ti_pagination .pagination li .page-link:has(.next) {

    width: auto;

    padding: 0 10px;

}





.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex span button,



.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex span span {



    width: 28px;



    display: flex;



    height: 28px;



    border: none !important;



    padding: 0 !important;



    justify-content: center;



    align-items: center;



    font-size: 14px;



    color: var(--text-color-1);



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex span button {



    padding: 0px !important;



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex {



    box-shadow: none !important;



    display: inline-flex;



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex span:not(:last-child) {



    margin-right: -1px;



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex>span {



    border: 1px solid #ddd7d7;



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex>span:first-child {



    border-top-left-radius: 0.25rem;



    border-bottom-left-radius: 0.25rem;



    overflow: hidden;



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex>span:last-child {



    border-top-right-radius: 0.25rem;



    border-bottom-right-radius: 0.25rem;



    overflow: hidden;



}







.Ti_pagination nav[role="navigation"] div:last-child span.relative.inline-flex>span span:has([aria-current="page"]) {



    background: var(--text-color-2);



    color: var(--white-color);



}



.top_pagination {



    margin-bottom: 20px;



}



.Ti_pagination.mobile nav div:nth-child(2) {



    display: flex;



    justify-content: space-between;



}







.country_pagination_bottom {







    margin-top: 20px;







}



.Ti_pagination li.page-item .page-link .prev {

    font-size: 12px !important;

   

}

.Ti_pagination li.page-item .page-link .next {

    font-size: 12px !important; 

}



.Ti_pagination li.page-item .page-link .prev:hover, .Ti_pagination li.page-item .page-link .next:hover{

    color: #fff;

}











@media(max-width:767px){







    .top_pagination {







        display: none;







    }







    .country_pagination_top{







        display: none;







    }







    .Ti_pagination.mobile nav div:nth-child(2){







        flex-direction: column;







    }







}















/* ================== pagination style =========================== */















/* =================== itenery gallery ================== */















.tiled_galler_section .gallery_grid {







    display: grid;







    grid-template-columns: repeat(5, 1fr);







    grid-gap: 5px







}















.exclusionsContent_box {







    padding-left: 28px;







}















.sidebarForm {







    margin-bottom: 20px;







    display: flex;







}















.tiled_galler_section .gallery_item img {







    width: 100%;







    height: 100%;







    object-fit: cover







}















.tiled_galler_section .gallery_item:nth-child(1) {







    grid-row-start: 1;







    grid-row-end: 3;







    grid-column-start: 1;







    grid-column-end: 4;







    height: 465px







}















.tiled_galler_section .gallery_item:nth-child(2) {







    grid-column-start: 4;







    grid-column-end: 6;







    grid-row-start: 1







}















.tiled_galler_section .gallery_item {







    height: 230px







}















#gallery_modal .gal_tab {







    display: grid;







    grid-template-columns: repeat(2, 1fr);







    grid-gap: 4px;







    padding-top: 15px;







    max-height: 380px;







    overflow: hidden;







    overflow-y: auto







}















#gallery_modal .col-md-8.gallery_view {







    border-left: 1px solid #d8d8d8







}















#gallery_modal .gallery_content {







    padding-top: 15px;







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    grid-gap: 4px







}















#gallery_modal .gallery_view {







    height: 417px;







    overflow: hidden;







    overflow-y: auto







}















#gallery_modal .gal_view_catainer {







    position: absolute;







    top: 0;







    left: 0;







    height: auto;







    display: none;







    width: 100%







}















#gallery_modal .gal_view_catainer_main {







    position: absolute;







    top: 0;







    left: 0;







    height: auto;







    display: none;







    width: 100%







}















#gallery_modal .owl-carousel {







    max-width: 630px;







    margin: 0 auto







}















.gallery_slider.owl-loaded.owl-drag {







    max-width: 500px;







    margin: 0 auto







}















#gallery_modal .col-md-8.gallery_view {







    position: relative







}















div#gallery_modal .modal-content {







    width: 100% !important







}















.gal_lenght_num {







    position: absolute;







    right: 10px;







    top: 10px;







    color: #fff;







    z-index: 9







}















.gal_lenght_num {







    position: absolute;







    right: 10px;







    top: 10px;







    color: #fff;







    z-index: 9







}















button.gal_grid_button {







    position: absolute;







    left: 6px;







    top: 7px;







    z-index: 2;







    padding: 4px;







    background: #fff;







    box-sizing: border-box;







    border-radius: 8px







}















button.gal_grid_button:hover {







    background: 0 0;







    color: #fff







}















button.gal_grid_button:hover svg {







    fill: #fff







}















#gallery_modal .gal_tab .tab_item {







    height: 100%







}















#gallery_modal .gal_tab .tab_item img {







    height: 100%;







    object-fit: cover







}















#gallery_modal .gal_tab .tab_item.active {







    box-shadow: 0 0 15px rgba(0 0 0/15%);







    border: 2px solid #3a78c9







}















#gallery_modal .gallery_content .tab_content_item {







    height: 100%







}















#gallery_modal .gallery_content .tab_content_item img {







    height: 100%;







    object-fit: cover







}















.modal-open #gallery_modal .modal-dialog {







    max-width: 630px;







    top: 5%







}















#gallery_modal .owl-carousel button.owl-prev {







    position: absolute;







    top: 50%;







    left: -52px;







    width: 40px;







    height: 40px;







    border-radius: 50%;







    transition: .4s all;







    color: #0350a8;







    font-size: 27px;







    transform: translateY(-50%)







}















#gallery_modal .owl-carousel button svg {







    fill: #121212







}















#gallery_modal .owl-carousel button:hover {







    background: #fff !important







}















#gallery_modal .owl-carousel button:hover svg {







    fill: #000







}















#gallery_modal .owl-carousel button.owl-next {







    position: absolute;







    top: 50%;







    right: -52px;







    width: 40px;







    height: 40px;







    border-radius: 50%;







    transition: .4s all;







    color: #0350a8;







    font-size: 27px;







    transform: translateY(-50%)







}















#gallery_modal .gal_view_catainer:before,







#gallery_modal .gal_view_catainer_main:before {







    content: '';







    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .53) 48%, rgba(0, 0, 0, 0));







    height: 56px;







    position: absolute;







    top: 0;







    transition: var(--_GBzVC87U);







    width: 100%;







    z-index: 2







}















#gallery_modal .gal_view_catainer:after,







#gallery_modal .gal_view_catainer_main:after {







    content: '';







    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .53) 48%, rgba(0, 0, 0, .6));







    height: 78px;







    position: absolute;







    bottom: 10px;







    transition: var(--_GBzVC87U);







    width: 100%;







    z-index: 2







}















.olaviajes_gallery_container {







    position: relative







}















button.ola_modal_open {







    position: absolute;







    bottom: 20px;







    right: 20px;







    align-items: center;







    backdrop-filter: blur(2px);







    background: #191b2066;







    border: 2px solid var(--white-color);







    color: var(--white-color);







    display: inline-flex;







    font-size: .875rem;







    font-weight: 500;







    line-height: 1.25rem;







    padding: 9px 24px;







    z-index: 1;







    border-radius: 5rem;







}







button.ola_modal_open:hover{







    background: transparent;







    border-color: #dcdfe4;







    color: #dcdfe4;







}







button.ola_modal_open .mdi {







    margin-right: 4px;







}







#gallery_modal .gal_tab .tab_item {







    position: relative







}















#gallery_modal .gal_tab .tab_item .tab_item_meta {







    position: absolute;







    bottom: 0;







    color: #fff;







    padding: 8px 10px;







    width: 100%;







    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0px, rgba(0, 0, 0, 0));







    text-shadow: transparent 1px 0 0;







    min-height: 57px;







    display: flex;







    flex-direction: column;







    justify-content: end







}















#gallery_modal .gal_tab .tab_item .tab_item_meta span {







    display: block;







    line-height: 1.1;







    font-size: 12px







}















#gallery_modal .gal_tab .tab_item .tab_item_meta {







    position: absolute;







    bottom: 0;







    color: #fff;







    padding: 8px 10px;







    width: 100%;







    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0px, rgba(0, 0, 0, 0));







    text-shadow: transparent 1px 0 0;







    min-height: 57px;







    display: flex;







    flex-direction: column;







    justify-content: end







}















.tiled_galler_section .gallery_item {







    transition: .5s;







    cursor: pointer







}















.tiled_galler_section .gallery_item:hover {







    opacity: .8







}















h4.albumes {







    margin-bottom: 0;







    padding-top: 15px;







    font-size: 14px







}















div#gallery_modal .modal-header {







    padding: 28px







}















.modal-open #gallery_modal .modal-dialog .modal-content {







    border-radius: 8px







}















#gallery_modal .owl-carousel.product_zoom {







    height: 420px;







    margin-bottom: 10px







}















#gallery_modal .owl-carousel.product_zoom .item img {







    height: 100% !important;







    object-fit: cover







}















#gallery_modal .owl-carousel.product_zoom .item {







    height: 100%







}















#gallery_modal .owl-carousel.product_zoom .owl-item {







    height: 100% !important







}















#gallery_modal .owl-carousel.product_zoom .owl-stage {







    height: 100%







}















#gallery_modal .owl-carousel.product_zoom .owl-stage-outer {







    height: 100%







}















#gallery_modal div#product_zoom {







    height: 98px







}















#gallery_modal div#product_zoom .owl-stage-outer {







    height: 100%







}















#gallery_modal div#product_zoom .owl-item {







    height: 100% !important







}















#gallery_modal div#product_zoom .item {







    height: 100%







}















#gallery_modal div#product_zoom .item img {







    height: 100%;







    object-fit: cover







}















#gallery_modal div#product_zoom .owl-stage-outer .owl-stage {







    height: 100%







}















.modal-open #gallery_modal .modal-dialog .modal-content {







    background: 0 0 !important







}















.dismissed_modal {







    position: absolute;







    top: 20px;







    right: 20px;







    color: #fff;







    font-size: 38px;







    cursor: pointer;







    height: 45px;







    width: 45px;







    line-height: 35px;







    display: flex;







    justify-content: center;







    align-items: center;







    border: 1px solid #fff;







    border-radius: 50%;







}







.modal-backdrop.fade.show {







    background:#000000d9;







    opacity:1;







}















@media(max-width: 767px) {







    div#gallery_modal {







        display: block !important;







        position: initial !important;







        width: 100%;







        opacity: 1;







    }















    .olaviajes_gallery_container {







        display: none







    }















    #gallery_modal .owl-carousel button.owl-prev {







        left: 0;







        background: #fff;







        color: #000







    }















    #gallery_modal .owl-carousel button.owl-next {







        right: 0;







        background: #fff;







        color: #000







    }















    #gallery_modal div#product_zoom {







        display: none







    }















    #gallery_modal .owl-carousel.product_zoom {







        height: 315px;







        margin-bottom: 0







    }















    #gallery_modal .owl-carousel button svg {







        fill: #3a78c9;







        width: 16px







    }















    #gallery_modal .owl-carousel .owl-dots {







        position: absolute;







        bottom: 10px;







        left: 50%;







        transform: translateX(-50%)







    }















    #gallery_modal .owl-theme .owl-nav {







        margin-top: 0







    }







}















/*  ==================== itinerary section  ========================*/















section.itenery_section {







    padding-top: 20px;







}















.ti_sidebar .dsp-widget .inner h5 {







    font-size: 16px;







    font-weight: 500;







    color: var(--white-color);







    padding: 10px 14px;







    background: var(--button-bg);







    text-align: center;







}















.itinerary_lists {







    padding: 6px 14px;







    list-style: none;







    margin: 0;







}















.itinerary_lists .itinerary_list {







    display: flex;







    align-items: center;







    margin-bottom: 10px;







    padding-bottom: 10px;







    border-bottom: 1px solid var(--border-color);







}















.itinerary_lists .itinerary_list:last-child {







    border-bottom: 1px;







    margin-bottom: 0px;







}















.itinerary_lists .itinerary_list .image {







    width: 70px;







    height: 60px;







    border-radius: 4px;







    overflow: hidden;







}















.itinerary_lists .itinerary_list .image img {







    width: 100%;







    height: 100%;







    transition: 0.5s;







}















.itinerary_lists .itinerary_list .itineraryList_content {







    width: calc(100% - 100px);







    margin-bottom: 0px;







    padding-left: 13px;







}















.itinerary_lists .itinerary_list .image:hover img {







    transform: scale(1.1);







}















.itinerary_lists .itinerary_list a {







    text-decoration: none;







    color: var(--black-color);







    font-size: 13px;







    display: block;







    height: 100%;







    width: 100%;







}















.itinerary_lists .itinerary_list h6 a {







    display: -webkit-box;







    -webkit-line-clamp: 2;







    -webkit-box-orient: vertical;







    overflow: hidden;







    transition: 0.5s;







}















.itinerary_lists .itinerary_list h6:hover a {







    text-decoration: underline;







}















.ti_sidebar .dsp-widget {







    overflow: hidden;







    background: #fff7df;







    margin-bottom: 20px;







    border-radius: var(--border-radius-7);







}















.ti_sidebar .dsp-widget:last-child {







    margin-bottom: 0px;







}















/* =================== End itenery gallery ================== */































/* =================== Start Search filter results ================== */















form.d-flex.ms-auto.TI_header_form {







    position: relative;







}















form.d-flex.ms-auto.TI_header_form .searchbox {







    position: absolute;







    top: 100%;







    max-height: 400px;







    overflow-y: auto;







    width: 100%;







    background: #fff;







}















.searchbox ul.listdata.search_list {







    list-style: none;







    padding: 10px !important;







}















.searchbox ul.listdata.search_list a {







    display: flex;







    align-items: center;







    text-decoration: none;







    color: var(--text-color-2);







    margin-bottom: 20px;







    font-size: 13px;







}















.searchbox ul.listdata.search_list a img {







    width: 50px;







    height: 50px;







    border-radius: 8px;







    margin-right: 10px;







}















span#close_search_bar {







    position: absolute;







    right: 20px;







    top: 50%;







    transform: translateY(-50%);







}















/* =================== End Search filter results ================== */























/* ==================== offers section ==================== */















.offers_section {







    background: linear-gradient(180deg, #f2f2f2 75%, rgba(16, 16, 16, 0) 100%);







}























.offersList {







    list-style: none;







    display: flex;







    justify-content: center;







    background: #fff;







    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);







    width: 52%;







    margin: 0 auto;







    border-radius: 30px;







    padding: 6px;







}















.offersList .offersListItem {







    padding: 12px 40px;







    background: #fff;







    font-size: 16px;







    font-weight: 500;







    cursor: pointer;







    border-radius: 30px;







}















.offersList .offersListItem.active {







    background: var(--button-bg);







    color: var(--white-color);







}















.offersPanel {







    padding: 25px 40px;







    background: var(--white-color);







    margin-top: 20px;







    border-radius: 16px;







    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);







}















.offersPanel .offersPanel_list {







    display: none;







}















.offersPanel .offersPanel_list.active {







    display: block;







}















.offers-carousel-item .offers_card {







    display: flex;







    padding: 10px;







    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);







    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);







    border-radius: 6px;







}















.offers-carousel-item {







    padding: 12px;







}















.offers_card .offer-image {







    width: 134px;







    height: 134px;







    border-radius: 6px;







    overflow: hidden;







}















.offers_card .offer-image img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.offers_card .offer-content {







    width: calc(100% - 134px);







    padding-left: 14px;







}















.offer-title {







    font-size: 15px;







    font-weight: 600;







}















.offers_card .offer-content p {







    font-size: 14px;







    line-height: 22px;







}















.offers_card .offer-content .get_now {







    display: flex;







    justify-content: end;







}















.offers_card .offer-content .get_now a {







    font-size: 13px;







    color: var(--white-color);







    font-weight: 500;







    padding: 4px 10px;







    display: inline-block;







    background: var(--button-bg);







    border-radius: 16px;







}















/* ==================== offers section ==================== */















/* =================== start 10-days-rajasthan-tour ================== */







.content-side.mainColumnWidth .mt-4 {







    margin-top: 30px !important;







}















.itenerary.itenerary-side h4.days-title {







    font-size: 16px;







    margin-bottom: 0;







    color: var(--text-color-1);







}















.itenerary.itenerary-side h1 {







    font-size: 30px;







    color: var(--text-color-1);







    margin: 0;







    font-weight: 600;







}















.upper-content.mt-2 p {







    color: var(--text-color-1);







}















.upper-content.mt-2 p a {







    font-weight: 500;







    color: var(--button-bg);







    transition: 0.5s;







}















.upper-content.mt-2 p a:hover {







    text-decoration: underline !important;







}















.font_16 {







    font-size: 16px !important;







}















section.itenery_section .mainColumnWidth h5 {







    font-size: 18px;







    font-weight: 600;







    /* margin-top: 25px; */







    color: var(--text-color-1);







}















.box.box-side.itineraryHighlights.t-inclusionsBox h5 {







    font-size: 18px;







    margin-bottom: 9px;







    font-weight: 600;







}















section.itenery_section .mainColumnWidth .box-right-column ul {







    padding: 0 0.8rem !important;







    list-style: square;















}















section.itenery_section .mainColumnWidth .box-right-column ul li {







    font-size: 14px;







    margin-bottom: 7px;







    color: var(--text-color-1);







}















section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item {

    margin: 0 !important;

    border: none;

    padding-left: 40px;

    position: relative;

}



section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item::before{

    content: "";

    position: absolute;

    left: 12px;

    top: 0;

    bottom: 0;

    width: 2px;

    border-left: 1px dashed #c7d0d9;

}

section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item::after{

    content: "";

    position: absolute;

    left: 3px;

    top: 15px;

    width: 18px;

    height: 18px;

    border-radius: 50%;

    background: #fff;

    border: 4px solid #1f7ae0;

    display: block;

}















section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item .accordion-button {

    font-size: 14px;

    color: var(--text-color-1);

    border-bottom: 1px solid #c7d0d9;

    padding: 16px 0;

    flex-direction: column;

    align-items: flex-start;

}

section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item .accordion-button:not(.collapsed){

    background:none;

    box-shadow: none;

}



section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item .accordion-body {

    padding: 1rem 0;

}













section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item .accordion-button:focus {







    box-shadow: none;







    color: var(--text-color-1);







}















section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item .accordion-button::after {

    border-radius: 50%;

    background: black;

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);

}

section.itenery_section .mainColumnWidth .itenerary.tour-detail .accordion-item .accordion-button strong {

    margin-bottom: 4px;

}















section.itenery_section .mainColumnWidth .t-inclusionsBox .white-block span {







    display: flex;







    align-items: center;







}















section.itenery_section .mainColumnWidth .t-inclusionsBox .white-block span i.fa-check-circle {







    margin-right: 10px;







    font-size: 19px;







    color: #47af1c;







}















section.itenery_section .mainColumnWidth .t-inclusionsBox .white-block span i.fa-times-circle {







    margin-right: 10px;







    font-size: 19px;







    color: #ff3e3e;







}















section.itenery_section .mainColumnWidth .t-inclusionsBox h5 {







    margin: 0;







}















.t-inclusionsBox .accordion.activ {







    margin-top: 40px;







}















.t-inclusionsBox .accordion-button:focus {







    color: var(--text-color-1);







    background-color: none;







    box-shadow: none !important;







}















.t-inclusionsBox .accordion-item {







    border: none;







    border-bottom: 1px solid #d9d9d9;







    margin-bottom: 10px;







}















.t-inclusionsBox .accordion-item .accordion-button {







    padding: 0.5rem 1.25rem .5rem 0 !important;







}















.t-inclusionsBox .accordion-item .accordion-button:not(.collapsed) {







    color: inherit;







    background-color: transparent !important;







    box-shadow: none !important;







}















.t-inclusionsBox .accordion-item .accordion-button::after {







    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;







}















.t-faqs {







    display: none;







}















.similar-place {







    background: #f3f3f5;







}















.similar-place .similar-carousel .similar-card {







    border: 1px solid #d9d9d9;







    background: white;







    border-radius: 5px;







    overflow: hidden;







    cursor: pointer;







}















.similar-place .similar-carousel .similar-card .img-top {







    height: 230px;







    position: relative;







}















.similar-place .similar-carousel .similar-card .img-top .feature {







    position: absolute;







    top: 7px;







    left: 7px;







    border-radius: 3px;







    font-size: 11px;







    color: grey;







    background: #00000040;







    color: white;







    padding: 2px 11px;







    backdrop-filter: blur(3px);







    letter-spacing: 1px;







}















.similar-place .similar-carousel .similar-card .img-top img {







    height: 100%;







}















.similar-place .similar-carousel .similar-card .content {







    padding: 11px 15px;







}















.similar-place .similar-carousel .similar-card .title {







    color: var(--text-color-1);







    font-size: 16px;







    margin-bottom: 7px;







    margin-top: 7px;







    font-weight: 600;







    display: -webkit-box;







    -webkit-box-orient: vertical;







    -webkit-line-clamp: 2;







    overflow: hidden;







}















.similar-place .similar-carousel .similar-card .desti {







    font-size: 14px;







    color: var(--text-color-2);







    height: 41px;







    overflow: hidden;















}















.similar-place .similar-carousel .similar-card:hover .desti {







    overflow-y: auto;







}















.similar-place .similar-carousel .similar-card .desti::-webkit-scrollbar {







    width: 5px;







    transition: 0.4s;







}















.similar-place .similar-carousel .similar-card .desti::-webkit-scrollbar-thumb {







    background: #a5adb3;







    border-radius: 10px;







}















.similar-place .similar-carousel .similar-card .desti::-webkit-scrollbar-track {







    background: #e4e6e7;







    border-radius: 10px;







}















.similar-place .similar-carousel .similar-card .duration {







    font-size: 12px;







    color: #63687a;







    margin: 13px 0 0;







    border-top: 1px solid #d9d9d9;







    padding-top: 8px;







    font-weight: 500;







}















.why-book-block ul.book-list {







    list-style: none;







    padding: 0 0.4rem;







}















.why-book-block ul.book-list li {







    margin-bottom: 7px;







    font-size: 14px;







}















.why-book-block ul.book-list span {







    color: #47af1c;







}















.t-whybook .why-book-block .book-title {







    margin-bottom: 10px !important;







}















/* =================== End 10-days-rajasthan-tour ================== */















/* =================== country page style ================== */







countryTranding_destinations .topRegionCountry .tranding_desti_image img {







    height: 160px;







    object-fit: cover;







}















.country_packages {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    grid-gap: 60px 30px;







    margin-bottom: 30px;







}















.country_route .mdi {







    color: var(--button-bg);







}















.country_packages .country_package {







    width: 100%;







    border: 1px solid var(--border-color);







    border-radius: 10px;







}















.country_packages .country_package .country_package_footer {







    padding: 0 14px;







    padding-bottom: 14px;







}















.country_package .country_package_imgheader {







    border-radius: 10px 10px 0 0;







    overflow: hidden;







    height: 260px;







    position: relative;







}















.country_package .country_package_imgheader .country_image .item {







    height: 260px;







}















.country_package .country_package_imgheader .night_day {







    position: absolute;







    top: 10px;







    left: 10px;







    background: linear-gradient(93deg, #e67b06, #007cc2);







    color: var(--white-color);







    display: flex;







    font-size: 14px;







    align-items: center;







    border-radius: 4px;







    z-index: 2;







}















.country_package .country_package_imgheader .night_day span {







    font-size: 12px;







    font-weight: 500;







    padding: 4px 8px;







    color: var(--white-color);







}















.country_package .country_package_imgheader img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.country_filter_wrapper {







    display: flex;







    justify-content: space-between;







    align-items: center;







    margin-bottom: 20px;







}















.country_filter_wrapper .title-section {







    margin-bottom: 0px;







}















.country_filter button {







    background: none;







    color: var(--button-bg);







    font-weight: 500;







    font-size: 15px;







    padding: 4px 21px 4px 4px;







    border-radius: 25px;







    border: 1px solid var(--border-color);







    display: flex;







    align-items: center;







}















.country_filter button:hover {







    background: none;







    color: var(--button-bg);







}















.country_filter button .mdi {







    width: 26px;







    height: 26px;







    background: var(--button-bg);







    color: var(--white-color);







    border-radius: 50%;







    display: inline-flex;







    justify-content: center;







    align-items: center;







    margin-right: 8px;







}















.country_package_body .duration {







    display: flex;







    justify-content: space-between;







    margin-top: 15px;







    padding: 0 14px;







}















.country_package_body .duration p {







    margin-bottom: 0px;







    font-size: 14px;







    font-weight: 500;







}















.country_package_body .duration .rating {







    color: var(--button-bg);







}















.country_package_body .duration .rating span {







    display: inline-block;







    margin-left: 8px;







    font-weight: 600;







}















.country_package_title {







    font-size: 15px;







    color: var(--text-color-2);







    font-weight: 700;







    display: -webkit-box;







    -webkit-line-clamp: 2;







    -webkit-box-orient: vertical;







    overflow: hidden;







    margin-top: 5px;







    padding: 0 14px;







}















.country_package_title a {







    color: var(--text-color-1);







    text-decoration: none;







}















.country_route {







    font-size: 13px;







    background: linear-gradient(rgba(255, 186, 10, 0.1), rgba(255, 186, 10, 0));







    margin-top: 14px;







    margin-bottom: 4px;







    padding: 4px 14px;







}















.country_package_button {







    padding: 2px 8px;







    width: auto;







    border-radius: 4px;







    border: 1px solid var(--button-bg);







    background: var(--button-bg);







    color: var(--white-color);







    margin-top: 10px;







}















.country_package_body .duration .rating .mdi {







    font-size: 20px;







}















.border-top-1 {







    border-top: 1px solid var(--border-color);







}















.top_destination_packages {







    display: grid;







    grid-template-columns: repeat(6, 1fr);







    grid-gap: 16px;







}















.top_destination_packages .td_package_box {







    width: 100%;







}















.td_package_box .td_package_image {







    width: 100%;







    border-radius: 10px;







    overflow: hidden;







    height: 150px;







}















.td_package_box .td_package_image img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.td_package_box .td_package_content {







    margin-top: 10px;







    padding-left: 10px;







}















.td_package_box .td_package_content h4 {







    font-size: 16px;







    margin-bottom: 0px;







}















.td_package_box .td_package_content h4 a {







    text-decoration: none;







    transition: 0.5s;







    color: var(--black-color);







}















.td_package_box .td_package_content h4 a:hover {







    text-decoration: underline;







}















.td_package_box .td_package_content span {







    font-size: 14px;







    color: var(--text-color-2);







}















.country_image {







    max-width: 350px;







}















.country_image {







    position: relative;







}















.country_image .owl-dots {







    position: absolute;







    top: 227px;







    left: 50%;







    transform: translateX(-50%);







    z-index: 2;







}















.country_image .owl-dots button.owl-dot {







    width: 12px;







    height: 12px;







    background: #ffffff87;







    border-radius: 50%;







    margin-right: 4px;







}















.country_image .owl-dots button.owl-dot.active {







    background: #fff;







}















/* =================== country page style end  ================== */















/* =================== jobs page style  ================== */







section.job .job-title h2 {







    font-size: 30px;







    text-align: center;







    margin-bottom: 30px;







}















section.job .job-tabs .tab-grid-box {







    display: flex;







    align-items: center;







    flex-wrap: wrap;







    margin-bottom: 30px;







}















section.job .job-tabs .tab-grid-box .grid-item {







    border: 1px solid #d9d9d9;







    margin-right: 9px;







    padding: 6px 10px;







    font-size: 14px;







    /* color: white;  */







}















section.job .job-tabs .tab-grid-box .grid-item.active {







    background: var(--button-bg);







    border: 1px solid var(--button-bg);







    color: white;







}















section.job .tab-content-box {







    display: flex;







    align-items: center;







    justify-content: space-between;







    gap: 10px;







}















section.job .tab-content-box .tab-content {







    border: 1px solid #d9d9d9;







    padding: 15px;







    box-shadow: 0px 2px 21px -10px grey;







    width: 315px;







}















section.job .tab-content-box .tab-content a.tab-content-title {







    text-decoration: none;







}















section.job .tab-content-box .tab-content a.tab-content-title h6 {







    font-size: 19px;







    color: #a31717;







    margin-bottom: 12px;







}















section.job .tab-content-box .tab-content .sm-content {







    font-size: 13px;







    margin-bottom: 7px;







}















section.job .tab-content-box .tab-content .content-bottom {







    display: flex;







    align-items: center;







    justify-content: space-between;







    font-size: 13px;







    color: #4faaaf;







    margin-top: 25px;







}















section.job .tab-content-box .tab-content .button a.apply-btn {







    color: white;







    background: black;







    border: 1px solid black;







    text-decoration: none;







    padding: 7px 10px;







    font-size: 12px;







}















section.job .tab-content-box .tab-content .button a.apply-btn:hover {







    background: none;







    color: black;







}















.tab-content-main .tab-content-box {







    display: none;







}















.tab-content-main .tab-content-box.active {







    display: block;







}















/* =================== jobs page style end  ================== */















/* ----------------------------------------------------------------







# Destination slider







--------------------------------------------------------------- */







.cityDestination .item {







    height: 215px;







    border-radius: 8px;







    overflow: hidden;







}















.cityDestination .item img {







    height: 100%;







    object-fit: cover;







}















.owl-carousel.cityDestination button.owl-prev,







.owl-carousel.cityDestination button.owl-next {







    right: 10px !important;







    border-radius: 50% !important;







}















.owl-carousel.cityDestination button.owl-prev {







    left: 5px !important;







    top: 50% !important;







}















.owl-carousel.cityDestination button.owl-next {







    top: 50% !important;







}















.cityDestination {







    overflow: hidden;







    line-height: 0;







}















.cityDestination .owl-nav {







    margin: 0;







}















.city_destination {







    background: #f3f3f3;







    padding-top: 20px;







    padding-bottom: 20px;







}























.city_breadcrumb .online_product_breadcrum {







    padding: 10px 0;







    background: #f3f3f3;







    margin-bottom: 0px;







    border-bottom: 1px solid #d8d8d8;







}















.city_destination_title {







    margin-bottom: 15px;







}















.city_destination_about a {







    color: var(--black-color);







    font-size: 14px;







}















.cityActivity {







    padding-top: 60px;







}















.city_title {







    font-size: 18px;







    border-radius: var(--border-radius-12);







    background: var(--white-color);







    color: var(--text-color-1);







    line-height: 1;







    padding-bottom: 10px;







}















.tour_package_grid {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    grid-gap: 20px;







    margin-bottom: 16px;







}







.tour_package_grid .tour_package_content .tour_title {







    display: -webkit-box;







    -webkit-line-clamp: 1;







    -webkit-box-orient: vertical;







    overflow: hidden;







}







.tour_package_grid.listView .tour_package_content .tour_title{







    display: block;







}







.tour_package_grid.listView .tour_package_content .row {







    flex-direction: row;







}







.tour_package_grid.listView .list_view_content.col-sm-10{







    flex: 0 0 auto;







    width: 83.33333333%;







}







.tour_package_grid.listView  .col-sm-2.mas-detail {







    flex: 0 0 auto;







    width: 16.66666667%;







}







.tour_package_grid .col-sm-2.mas-detail, .tour_package_grid .list_view_content.col-sm-10 {







    width: 100%;







    padding: 0 12px;







}







.toor_package_item.product-list .button_ara {







    display: none;







}







.tour_package_grid.listView .toor_package_item.product-list .button_ara{







    display: block;







}







.toor_package_item.product-list .rating_right_side {







    text-align: left;







}







.tour_package_grid .tour_package_content .row {







    flex-direction: column;







}







.tour_package_grid.listView .col-sm-2.mas-detail {







    padding: 0;







}















@media(max-width:767px){







    .tour_package_grid .tour_package_content .row {







        flex-direction: column !important;







    }







    .col-sm-2.mas-detail,







    .list_view_content.col-sm-10{







        width:100% !important;







    }







    .tour_package_grid.listView .toor_package_item.product-list .button_ara{







        display: none;







    }







}







@media(min-width:768px) and (max-width:992px){







    .product_price_title {







        font-size: 20px;







    }







}















.toor_package_item {







    width: 100%;







    border-radius: 4px;







    overflow: hidden;







    transition: 0.5s;







    border: 1px solid var(--border-color);







}















.toor_package_item:hover {







    -webkit-box-shadow: 0 2px 16px 4px rgb(40 44 63/7%);







    box-shadow: 0 2px 16px 4px rgb(40 44 63/7%);







}















.toor_package_item a {







    display: block;







}















.toor_package_item .tour_package_image {







    height: 192px;







    overflow: hidden;







    width: 100%;







    border-radius: 4px 4px 0 0;







    position: relative;







}















.toor_package_item .tour_package_image img {







    height: 100%;







    object-fit: cover;







    width: 100%;







}















.toor_package_item .tour_package_content {







    border-radius: 0 0 8px 8px;







    padding: 14px;







    height: 154px;







    display: flex;







    flex-direction: column;







    justify-content: space-between;







}















.tour_package_content .tour_title {







    font-size: 15px;







    color: var(--text-color-1);







    margin-bottom: 14px;







}















.tour_package_content .route_locations {







    margin-bottom: 0px;







    font-size: 13px;







    color: var(--black-color);







    line-height: 18px;







}















.toor_package_item .tour_package_image .tour_duration {







    position: absolute;







    top: 10px;







    left: 10px;







    font-size: 12px;







    font-weight: 500;







    color: var(--black-color);







    background: #fff;







    line-height: 1;







    padding: 4px 6px;







    border-radius: 12px;







}















.tour_package_content .button_ara {







    line-height: 1;







}















.button_ara button {







    margin-top: 4px !important;







    background: none;







    border: none;







    font-size: 16px;







    font-weight: 600;







    color: var(--black-color);







    line-height: 1;







    text-transform: capitalize;







    padding-left:0px;







}















.tour_duration {







    font-size: 14px;







    font-weight: 500;







    color: rgb(99, 104, 122);







}















.package_list_wrapper.pckGridView .rating_start_box.cities_startBox {







    display: flex;







    align-items: center;







}















.package_list_wrapper .rating_start_box.cities_startBox {







    display: none;







}















.rating_start_box.cities_startBox .rating_start+span {







    padding-left: 0px;







    color: var(--text-color-2);







}







.package_list_wrapper.pckGridView .rating_start_box.cities_startBox .rating_start+span{







    padding-left:10px;







}







.tour_package_grid.listView .rating_start_box.cities_startBox {







    display: none;







}















.rating_start_box.cities_startBox .rating_start .fa-star {







    color: rgb(255, 217, 56);







    font-size: 0.875rem;







}















.explore_moreList {







    margin-bottom: 0;







    padding-left: 0;







    list-style: none;







}















.explore_moreList .ExList {







    margin: 0 4px 4px -2px !important;







    display: inline-block !important;







    height: 25px !important;







    line-height: 22px !important;







    text-decoration: none !important;







    padding: 0 10px 0 21px !important;







    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) !important;







    white-space: nowrap !important;







    position: relative !important;







    border-color: transparent !important;







    border: none !important;







    transition: none !important;







    background: url(../images/default-left.png) no-repeat !important;







}















.explore_moreList .ExList a {







    color: var(--text-color-2);







    font-size: 14px;







    text-overflow: ellipsis;







    max-width: 369px;







    overflow: hidden;







    display: block;







}



@media(max-width:767px){

    .explore_moreList .ExList a{

        max-width:300px;

    }

}













.explore_moreList .ExList:hover {







    background: url(../images/default-left.png) bottom left no-repeat !important;







}















.explore_moreList .ExList:after {







    content: '' !important;







    position: absolute !important;







    top: 0 !important;







    right: -2px !important;







    width: 2px !important;







    height: 25px !important;







    border: none !important;







    transition: none !important;







    background: url(../images/default-left.png) bottom right no-repeat !important;







}















.attraction_item {







    height: 160px;







    border-radius: var(--border-radius-12);







    overflow: hidden;







}















.attraction_item a {







    display: block;







    height: 100%;







}















.attraction_item a img {







    height: 100%;







    width: 100%;







    object-fit: cover;







    filter: brightness(0.8);







}















.atraction_itemWrap h3 {







    margin-bottom: 0;







    font-size: 14px;







    width: 100%;







    text-align: left;







    font-weight: 600;







    margin-top: 10px;







}















#dots {







    float: right;







    line-height: 33px;







    color: #ff5722;







}















#tipl-more {







    display: none;







}















#tipl-moreBtn {







    float: right;







    text-decoration: none;







    color: #ff5722;







    transition: all 0.35s ease-in-out;







    background-color: transparent;







    border: 0px;







    letter-spacing: .5px;







    font-style: normal;







    margin-top: 7px;







    padding: 0 2px 0 0;







    font-weight: 600;







    font-size: 13px;







}















.topSeoTable table {







    width: 100%;







    border: 1px solid var(--border-color);







    background: #fff;







    font-size: 14px;







}















.topSeoTable table thead,







.topSeoTable table thead tr,







.topSeoTable table thead tr th {







    border: none;







    background: var(--button-bg);







    color: var(--white-color);







    font-size: 14px;







    padding:12px;







}















.topSeoTable table tbody td {







    border: 1px solid var(--border-color);







    color: var(--text-color-1);







    font-size: 14px;







    padding: 12px;







}















.topSeoTable table tbody td a {







    color: var(--button-bg);







}















.region_section .destination-container .col-right .content {







    grid-template-columns: repeat(4, 1fr);







    height: inherit !important;







}















.region_section {







    background: #F5F5F5;







}















.modal-dialog.width_320 {







    max-width: 580px;







}















.modal_filter_item .filters-count {







    padding-left: 0;







    list-style: none;







    padding-top: 10px;







    margin-bottom: 0px;







    display: grid;







    grid-template-columns: repeat(2, 1fr);







}















.modal_filter_item .filters-count li:not(:last-child) {







    margin-bottom: 10px;







}















.filterModal .modal-body {







    padding: 0px;







    background: #f5f5f5;







}















.modal_filter_item {







    background: #fff;







    margin-bottom: 8px;







    margin-top: 8px;







    padding: 10px;







}















.modal_filter_item .filter_header {







    padding-bottom: 10px;







    border-bottom: 1px solid var(--border-color);







}















.modal_filter_item .filters-count li input {







    margin-right: 10px;







}















.modal_filter_item .filters-count li label {







    font-size: 14px;







    font-weight: 500;







    color: var(--text-color-2);







    cursor: pointer;







}















/* ----------------------------------------







Contact us page css







----------------------------------------- */







.contactDetail .countryFlag {







    width: 64px;







    height: 64px;







    background-size: 64px 64px;







    background-repeat: no-repeat;







    margin-bottom: 14px;







}















.contactDetail .add_card {







    padding: 30px;







    box-shadow: 2px 10px 35px rgb(0 0 0/15%);







    height: 100%;







}















.contactDetail .add_card p {







    margin-bottom: 0px;







}















.contactDetail .add_card p:last-child {







    margin-bottom: 0px;







}















.contactDetail .add_card p a {







    font-weight: 500;







}















.contact_company_profile {







    display: flex;







    align-items: center;







}















.contact_company_profile .companyName {







    width: calc(100% - 64px);







    padding-left: 20px;







}















.contactDetail .countryAddress {







    padding-left: 84px;







}















.contact_company_profile .companyName .city {







    margin-bottom: 0px;







    font-size: 18px;







}















/* ------------------------------------------------------------







# End contact us page css here 







------------------------------------------------------------ */















/* ---------------------------------------------------------







Job page 







----------------------------------------------------------- */







.findYourRole {







    padding-left: 0px;







    list-style: none;







    display: flex;







    flex-wrap: wrap;







    margin-bottom: 24px;







}















.findYourRole li {







    font-size: .885rem;







    padding: 11px;







    border: 1.5px solid var(--border-color);







    line-height: 1;







    transition: all .5s ease-in-out;







    box-sizing: border-box;







    border-radius: 20px;







    cursor: pointer;







    margin-right: 10px;







    margin-bottom: 10px;







}















.findYourRole li.active {







    background: var(--button-bg);







    border-color: var(--button-bg);







    color: var(--white-color);







}















.jobApplication_form form {







    background: #F5F5F5;







    padding: 20px;







}















.jobApplication_form form .title-section {







    margin-bottom: 6px;







    font-size: 18px;







}















.jobApplication_form form p {







    font-size: 14px;







    line-height: 20px;







    color: var(--text-color-2);







}















.jobApplication_form form input,







.jobApplication_form form select {







    width: 100%;







    border: 1px solid var(--border-color);







    background: var(--white-color);







    padding: 10px;







    border-radius: 0px;







    color: var(--text-color-2);







    font-size: 13px;







    font-weight: 400;







    letter-spacing: 0.3px;







}







.jobApplication_form form textarea{







    transition:0.5s;







}















.jobApplication_form form input:focus,







.jobApplication_form form select:focus,







.jobApplication_form form textarea:focus {







    outline: none;







    border-color:var(--button-bg);







    padding-left:12px;







    box-shadow:none;







}















.jobApplication_form form textarea {







    background: var(--white-color);







    width: 100%;







    border: none;







    color: var(--text-color-2);







    font-size: 14px;







    font-weight: 400;







    letter-spacing: 0.3px;







    border: 1px solid var(--border-color);







    padding: 10px;







}















.jobApplication_form form .form_grop input+span {







    font-size: 10px;







    color: var(--text-color-1);







}















.jobApplication_form form .form_grop input+span+p {







    color: var(--text-color-1);







    font-size: 12px;







    font-weight: 500;







    margin-bottom: 5px;







}















.jobApplication_form form input[type="submit"] {







    background: var(--button-bg);







    color: var(--white-color);







    transition: 0.5s;







}















.jobApplication_form form input[type="submit"]:hover {







    background: var(--black-color);







}















.jobGropitem {







    display: grid;







    grid-template-columns: repeat(2, 1fr);







    grid-gap: 10px;







}















.jobGropitem .one_col {







    grid-column-start: 1;







    grid-column-end: 3;







}















.jobCard {







    padding: 25px;







    box-shadow: 0 1.0625rem 2.0625rem -.125rem rgb(28 39 49 / 7%);







    border-radius: 8px;







}















.jobCard h2 {







    font-size: 16px;







    color: var(--black-color);







}















.jobCard .transition a {







    color: var(--black-color);







}















.jobCard p {







    font-size: 13px;







    margin-bottom: 0px;







    line-height: 22px;







}















.jobCard .cta-container {







    display: flex;







    font-size: 12px;







    justify-content: space-between;







    margin-top: 10px;







    align-items: center;







}















.jobCard pre.lastUpdatedOn {







    font-size: 12px;







    margin-bottom: 0px;







    width: calc(100% - 56px);







}















.jobCard .cta-container .cta {







    padding: 4px 10px;







    background: var(--button-bg);







    color: var(--white-color) !important;







    transition: 0.5s;







}















.jobCard .cta-container .cta:hover {







    background: var(--black-color);







}















table.jobTable td {







    font-size: 13px;







}















table.jobTable td:first-child {







    padding-right: 33px;







    padding-bottom: 6px;







}















table.jobTable td b {







    font-weight: 500;







}















.jobSkills {







    margin-top: 24px;







}















.jobSkills ul li {







    margin-bottom: 5px;







    font-size: 14px;







    color: var(--text-color-1);







}















/* ---------------------------------------------------------------







End job 







--------------------------------------------------------------- */















/* ---------------------------------------------------------------







# Help Center







--------------------------------------------------------------- */







.helpCenter_conten p {







    margin-bottom: 10px;







    line-height: 22px;







}















.helpCenter_conten p:last-child {







    margin-bottom: 0px;







}















section.helpCenter_info .content-box h3 {







    font-size: 16px;







}















.helpCenter_info .helpCenter_footer {







    display: flex;







    justify-content: space-between;







    padding-top: 10px;







    border-top: 1px solid var(--border-color);







    font-size: 14px;







}















.helpCenter_info .helpCenter_footer a {







    color: var(--text-color-2);







    transition: 0.5s;







}















.helpCenter_info .helpCenter_footer a:hover {







    color: var(--text-color-1);







}















section.helpCenter_info .content-box {







    display: flex;







    flex-direction: column;







    justify-content: space-between;







    height: 100%;







    text-align: left;







}















/* ---------------------------------------------------------------







# End Help Center







--------------------------------------------------------------- */















/* -----------------------------------------------------------







# Guest Gallery 







----------------------------------------------------------- */







.guestGallery_grid {







    column-count: 4;







    column-gap: 5px;







}















.guest_gallery_item {







    width: 100%;







    margin-bottom: 5px;







}















.guest_gallery_item img {







    width: 100%;







}















.guestGallery_modal {







    background: var(--black-color);







}















#gallery_modal.guestGallery_modal div#product_zoom {







    height: 62px;







}















#gallery_modal.guestGallery_modal div#product_zoom .item {







    height: 100%;







    border: 2px solid #fdfafa;







    border-radius: 10px;







    overflow: hidden;







}















#tipl-sideFormWebsite .form-header h5 {







    font-size: 18px !important;







    color: #fff !important;







    text-align: center !important;







}















#tipl-sideFormWebsite .childAddCol {







    padding: 0 15px;







}















/* -----------------------------------------------------------







# End Guest Gallery 







----------------------------------------------------------- */















/* ----------------------------------------- 







# login modal 







----------------------------------------- */







.modal-open .login_modal .modal-dialog {







    max-width: 410px !important;







}















.login_modal .modal-content {







    max-width: 100% !important;







    width: 100% !important;







    border-radius: 16px !important;







}















.login_modal .modal-content .btn-close {







    position: absolute;







    right: 24px;







    background: #fff;







    z-index: 1;







    opacity: 1;







    display: flex;







    align-items: center;







    justify-content: center;







    font-size: 18px;







    font-weight: 600;







    border-radius: 50%;







    width: 28px;







    height: 28px;







    padding: 0;







    box-sizing: border-box;







    top: 22px;







    border: 1px solid var(--border-color);







}















.login_modal .modal-dialog {







    max-width: 410px !important;







    top: inherit !important;







}















/* ----------------------------------------- 







# login modal 







----------------------------------------- */























/* ---------------------------------------------------







# headerTwo design







--------------------------------------------------- */







.headerTwo_content {







    display: flex;







    align-items: center;







}















.headtTop_header {







    background: #fff;







    padding: 12px 0;







}















.headerTwo_content a.brand_logo img {







    width: 170px;







}















.headerTwo_content .headerTwo_form {







    max-width: 684px;







    width: 100%;







    position: relative;







    margin-left: 70px;







    z-index: 99;







}















.headerTwo_content .headerTwo_top_menu ul {







    display: flex;







    margin-bottom: 0;







    padding-left: 30px;







    list-style: none;







}















.headerTwo_top_menu ul .menu-item {







    display: flex;







    justify-content: center;







    align-items: center;







}















.headerTwo_top_menu ul .menu-item a {







    text-align: center;







    font-size: 12px;







    color: var(--black-color);







    padding: 0px 15px;







    white-space: nowrap;







    font-weight: 500;







    letter-spacing: 0.7px;







}















.headerTwo_top_menu ul .menu-item:last-child a {







    margin-right: 0px;







}















.headerTwo_top_menu ul .menu-item a span.icon {







    display: block;







    margin: 0 auto;







    margin-bottom: 0px;







}















.headerTwo_top_menu ul .menu-item a span.icon i:before {







    font-size: 30px;







    color: var(--black-color);







}















.headerTwo_form input {







    height: 40px;







    width: 100%;







    border: 1px solid #6a6767;







    border-radius: 30px;







    padding: 8px 40px;







}















.headerTwo_form input:focus {







    outline: none;







    border-color: var(--button-bg);







}















.headerTwo_form .haderTwo_searchButton {







    position: absolute;







    right: 8px;







    top: 6px;







    height: 28px;







    width: 28px;







    border-radius: 30px;







    border: none;







    background: #e7841526;







    display: none;







}















.headerTwo_form .haderTwo_searchButton i {







    color: #e78415;







}















.headerTwo_form .headerTwo_search_cion {







    position: absolute;







    left: 8px;







    top: 6px;







    pointer-events: none;







}















.headerTwo_nav.navbar_nav {







    display: flex;







    justify-content: center;







    padding-left: 0;







    list-style: none;







    margin-bottom: 0;







    position: relative;







}















.headerTwo_nav.navbar_nav .headerTwo_dropDwon .dropDown_menu {







    visibility: hidden;







    opacity: 0;







    transition: transform .1s ease, opacity 0ms linear .1s, visibility 0ms linear .1s;







    transform-origin: top center;







    transform: scaleY(0);







    position: absolute;







    top: 40px;







    z-index: 2;







    background: #f1f0f0;







    width: 300px;







    left: 0;







    padding: 20px !important;







    list-style: none;







}















.headerTwo_nav.navbar_nav .headerTwo_maga_menu {







    /* display: none; */







    visibility: hidden;







    opacity: 0;







    transition: transform .3s ease, opacity 0ms linear .1s, visibility 0ms linear .1s;







    transform-origin: top center;







    transform: scaleY(0);







    position: absolute;







    top: 40px;







    z-index: 2;







    background: #f1f0f0;







    width: 100%;







    left: 0;







    padding: 0px !important;







}















.headerTwo_nav.navbar_nav .headerTwo_maga_menu ul {







    padding-left: 0;







    margin-bottom: 0;







    list-style: none;







}















.headerTwo_nav.navbar_nav li .headerTwo_link_item {







    padding: 10px 20px;







    font-weight: 500;







    font-size: 14px;







    color: #4f4f4f;







    display: block;







}















.headerTwo_nav.navbar_nav li.headerTwo_dropDwon .headerTwo_link_item {







    position: relative;







    padding-right: 30px;







}















.headerTwo_nav.navbar_nav li.headerTwo_dropDwon .headerTwo_link_item:before {







    content: "\F0140";







    display: inline-block;







    font: normal normal normal 18px / 1 "Material Design Icons";







    text-rendering: auto;







    line-height: inherit;







    -webkit-font-smoothing: antialiased;







    -moz-osx-font-smoothing: grayscale;







    position: absolute;







    right: 10px;







    font-size: 18px;







    top: 50%;







    transform: translateY(-50%);







}















.headerTwo_nav.navbar_nav li.headerTwo_dropDwon .headerTwo_link_item {







    position: relative;







    padding-right: 35px;







}















.headerTwo_nav.navbar_nav li.headerTwo_dropDwon .headerTwo_link_item:before {







    content: "\F0140";







    display: inline-block;







    font: normal normal normal 18px / 1 "Material Design Icons";







    text-rendering: auto;







    line-height: inherit;







    -webkit-font-smoothing: antialiased;







    -moz-osx-font-smoothing: grayscale;







    position: absolute;







    right: 10px;







    font-size: 18px;







    top: 50%;







    transform: translateY(-50%);







}















.headerTwo_nav.navbar_nav li.headerTwo_dropDwon:hover .headerTwo_maga_menu {







    display: block;







    visibility: visible;







    opacity: 1;







    transform: scale(1);







}







@media(min-width:768px){



        .trainsCommon_header .headerTwo_nav.navbar_nav li.headerTwo_dropDwon:hover .dropDown_menu {



        display: grid;



        visibility: visible;



        opacity: 1;



        transform: scale(1) translateX(-50%);



        grid-template-columns: repeat(5, 1fr);



        padding: 30px !important;



    }



    .trainsCommon_header .headerTwo_nav.navbar_nav li.headerTwo_dropDwon:hover .dropDown_menu li:last-child {



        grid-column-start: 1;



        grid-column-end: 2;



        grid-row-start: 1;



        grid-row-end: 5;



        display: flex;



        align-items: center;



        justify-content: center;



        height: 100%;



        margin: 0;



    }



    .trainsCommon_header .headerTwo_nav.navbar_nav li.headerTwo_dropDwon:hover .dropDown_menu li:last-child img {



        width: 66px;



    }



    .trainsCommon_header .headerTwo_nav.navbar_nav .headerTwo_dropDwon .dropDown_menu{



        width:100%;



        left:50%;



        transform: scaleY(0) translateX(-50%);



    }



}











.headerTwo_nav.navbar_nav li.headerTwo_dropDwon:hover .dropDown_menu {







    display: block;







    visibility: visible;







    opacity: 1;







    transform: scale(1);







}















.headerTwo_nav.navbar_nav li.headerTwo_dropDwon:hover .headerTwo_link_item {







    background: #f1f0f0;







}















body.active {







    position: relative;







}















body.active:after {







    content: '';







    width: 100%;







    height: 100%;







    background: #000000ad;







    position: absolute;







    top: 0;







    left: 0;







    z-index: 2;







}















header.headerTwo {







    position: fixed;







    z-index: 99999;







    width: 100%;







    top: 0;







    box-shadow: 0 0 2px rgba(0 0 0 / 15%);







}















.headerTwo.stickyHeader .headerTwo_nav {







    opacity: 0;







    visibility: hidden;







    height: 0;







    overflow: hidden;







}















/* .headerTwo.stickyHeader .headerTwo_top_menu ul .menu-item a {







    font-size: 0;







} */















nav.headerTwo_nav {







    background: #fff;







    transition: .2s all ease;







    height: 41px;







}















header.headerTwo+section.banner {







    margin-top: 0px;







}















.headerTwo_nav.navbar_nav li .headerTwo_link_item.home {







    padding: 6px 15px;







}















.headerTwo_nav.navbar_nav li .headerTwo_link_item.home i:before {







    font-size: 26px;







}















.headerTwo_maga_menu .headerTwo_destination_list {







    display: flex;







}















.headerTwo_maga_menu .headerTwo_destination_list ul {







    padding-right: 70px;







}















.headerTwo_maga_menu .headerTwo_destination_list .colTwo {







    display: grid;







    grid-template-columns: repeat(1, 1fr);







}















.headerTwo_maga_menu .headerTwo_destination_list ul li a {







    font-size: 13px;







    font-weight: 400;







    color: #000;







    line-height: 33px;







    padding: 0;







}















.headerTwo_maga_menu .headerTwo_destination_list ul h4 {







    font-size: 14px;







    font-weight: 600;







    color: #000;







    line-height: 33px;







    margin-bottom: 1px;







}















.headerTwo_maga_menu .headerTwo_destination_list .colTwo li {

    margin-bottom:0px;

}















.dropDown_menu li .dropDown_link_item {







    display: block;







    padding-bottom: 10px;







    margin-bottom: 10px;







    border-bottom: 1px dashed var(--text-color-2);







    font-size: 14px;







    color: var(--black-color);







    font-weight: 400;







}















.dropDown_menu li:last-child .dropDown_link_item {







    margin-bottom: 0px;







}















.dropDown_menu li .dropDown_link_item img {







    width: 30px;







    margin-right: 10px;







}















/* ---------------------------------------------------







# headerTwo design







--------------------------------------------------- */















.about-gellery-slider .img-box {







    height: 100%;







}















.about-gellery-slider .img-box img {







    height: 100%;







    object-fit: cover;







}







.train_header_form .searchbox {







    width: initial !important;







    right: 12px;







    left: 12px;







}







.train_header_form .searchbox, .headerTwo_form .searchbox {







    position: absolute;







    top: 100%;







    background: #fff;







    width: 100%;







    max-height: 60vh;







    overflow: hidden;







    overflow-y: scroll;







}















svg.w-5.h-5 {







    width: 20px;







    height: 20px;







}























.gallery-video.ab_geust_gallery {







    position: absolute;







    top: 0;







    left: 0;







    height: 100%;







}















.gallery-video.ab_geust_gallery .about-gellery-slider {







    position: absolute;







    top: 0;







    left: 0;







    width: 100%;







    height: 100%;







}















.gallery-video.ab_geust_gallery .owl-stage-outer, .gallery-video.ab_geust_gallery .owl-stage {







    height: 100%;







}















.gallery-video.ab_geust_gallery .owl-item, .gallery-video.ab_geust_gallery .item {







    height: 100%;







}







.gallery-video.ab_geust_gallery .about-gellery-slider:after {







    content: '';







    width: 100%;







    height: 100%;







    position: absolute;







    top: 0;







    left: 0;







    background: #000;







    opacity: 0.6;







}







.gallery .gallery-video:first-child {border-right: 2px solid #fff;}















.gallery .gallery-video:last-child {







    border-left: 2px solid #fff;







}







/* -------------------------------------- List view --------------------------------- */







.layout_view {







    align-items: center;







    margin-bottom: 20px;







    border:none;







    background:none;







}







.layout_view span{







    padding: 5px 18px;







    border:1px solid var(--border-color);







    transition:0.5s;







    color:var(--text-color-1);







}







.layout_view span:first-child{







    border-radius:24px 0 0 24px;







    margin-right:-1px;







}







.layout_view span:last-child{







    border-radius:0 24px 24px 0;







}







.layout_view span:hover,







.layout_view span.active{







    background:#f3f3f3;







}















.tour_package_grid.listView {







    display: flex;







    flex-wrap: wrap;







}















.tour_package_grid.listView .toor_package_item a {







    display: flex;







    padding: 14px;







}















.tour_package_grid.listView .toor_package_item a .tour_package_image {







    width: 200px;







    height: 200px;







    border-radius: 4px;







}















.tour_package_grid.listView .toor_package_item {







    border-radius: 0px;







    box-shadow: none;







    position: relative;







}















.tour_package_grid.listView .toor_package_item .tour_package_content {







    width: calc(100% - 200px);







}















.list_view_content .route_locations,







.list_view_content .trip_highlights {







    display: none;







}















.tour_package_grid.listView .tour_package_image .tour_duration {







    display: none !important;







}















.tour_package_grid.listView .list_view_content .trip_highlights {







    width: calc(100% - 100px);







}















.tour_package_grid.listView .list_view_content .tour_duration,







.tour_package_grid.listView .list_view_content .route_locations,







.tour_package_grid.listView .list_view_content .trip_highlights {







    display: block;







}















.tour_package_grid.listView .tour_title {







    font-weight: 700;







    margin-bottom: 8px;







}







.col-sm-2.mas-detail {







    padding: 0;







}







.ratings .fa-star {







    color: #fbc152;







    font-size: 12px;







}















.rating_right_side {







    text-align: right;







}







.font-12 {







    font-size: 12px;







    color: #212529;







}







.toor_package_item.product-list {







    background: #f3f3f3;







}







.tour_package_grid.listView .tour_title:hover {







    text-decoration: underline;







}















@media(max-width:767px){







    .col-sm-2.mas-detail{







        padding-left:12px !important;







    }







    .rating_right_side{







        text-align: left;







    }







}















.tour_package_grid.listView .tour_duration {







    display: inline-flex !important;







    line-height: 1;







    border: 1px solid var(--filter-bg);







    border-radius: 20px;







    margin-bottom: 5px;







    overflow: hidden;







    background: var(--filter-bg);







    color: var(--white-color);







    align-items: center;







    font-size: 12px;







    font-weight: 500;







    padding: 4px 8px;







}















.tour_package_grid.listView .route_locations {







    font-size: 12px;







    margin-top: 6px;







    margin-bottom: 4px;







}















.tour_package_grid.listView .trip_highlights h5 {







    font-size: 13px;







    display: flex;







    align-items: center;







    font-weight: 600;







    margin: 0;







    padding: 6px 0;







    color: var(--text-color-1);







}















.tour_package_grid.listView .toor_package_item .tour_package_content .button_ara {







    position: absolute;







    right: 14px;







    margin-top: 0;







    border: none;







    bottom: 10px;







}















.tour_package_grid.listView .toor_package_item .tour_package_content .button_ara button {







    color: var(--white-color);







    background: var(--button-bg);







    padding: 6px 12px;







    border-radius: 16px;







    transition: 0.5s;







    border: 1px solid var(--button-bg);







    font-size: 14px;







    font-weight: 400;







}















.tour_package_grid.listView .toor_package_item .tour_package_content .button_ara button:hover {







    background: none;







    color: var(--button-bg);







}















/* -------------------------------------- List view --------------------------------- */















/* ---------------------------------- Package Grid view ----------------------------- */







.package_list_wrapper.pckGridView {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    grid-gap: 20px;







    width: 100%;







    position: relative;







    padding-bottom: 65px;







}















.package_list_wrapper.pckGridView .Ti_pagination {







    position: absolute;







    bottom: 0;







    right: 12px;







    left: 12px;







}















.package_list_wrapper.pckGridView .package_list_item {







    display: block;







    width: 100%;







    position: relative;







    overflow: hidden;







}















.package_list_wrapper.pckGridView .package_list_item .night_day {







    background: none;







    color: rgb(99, 104, 122);







    border: none;







}















.package_list_wrapper.pckGridView .package_list_item .night_day span {







    color: var(--black-color);







}















.package_list_wrapper.pckGridView .package_list_item .night_day span {







    white-space: nowrap;







    font-size: 14px;







    color: rgb(99, 104, 122);







    padding: 0px;







}















.package_list_wrapper.pckGridView .journey_link {







    display: block;







    padding: 0px;







    border-radius: 4px;







    overflow: hidden;







}















.package_list_item .journey_link .journey_image {







    border-radius: 0px;







}















.package_list_item .journey_link .journey_image {







    border-radius: 0px;







}















.package_list_wrapper.pckGridView .package_list_item .journey_link .journey_content .content_price {







    height: auto;







    display: block;







    padding: 0;







}















.package_list_wrapper.pckGridView .package_list_item .duration-card {







    text-align: left;







}















.package_list_wrapper.pckGridView .package_list_item .journey_link .journey_content .content_price .TI_button {







    margin-bottom: 0px;







    background: none;







    border: none;







    padding: 0;







    font-size: 16px;







    color: var(--text-color-1);







    font-weight: 600;







}















.package_list_wrapper.pckGridView .package_list_item .journey_link .journey_content {







    width: 100%;







    display: block;







    padding: 14px;







}















.package_list_wrapper.pckGridView .package_list_item .journey_link .journey_content .content_title,







.package_list_wrapper.pckGridView .package_list_item .journey_link .journey_content .content_price,







.package_list_wrapper.pckGridView .package_list_item .journey_link .journey_image {







    width: 100%;







}















.package_list_wrapper.pckGridView .trip_highlights,







.package_list_wrapper.pckGridView .route_locations {







    display: none;







}















/* ---------------------------------- Package Grid view ----------------------------- */















/* ------------------------------- product grid view -------------------------- */







.filter_products_results.productGridView {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    position: relative;







    padding-bottom: 65px;







    grid-gap: 20px;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main {







    display: block;







    padding: 0;







    border-radius: 4px;







    overflow: hidden;







    position: relative;







    margin-bottom: 0px;







}















.online_product_wrapper .filter_products_results.productGridView .package_content_box .right_side a {







    position: initial;







    display: inline-block;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_img_box {







    width: 100%;







    border-radius: 0px;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box {







    width: 100%;







    padding-left: 0;







    padding-top: 12px;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box .row .col-sm-10,







.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box .row .col-sm-2 {







    width: 100%;







    height: auto;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box .highlights_box {







    display: none;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box .nights_days {







    background: none;







    color: rgb(99, 104, 122);







    font-size: 14px;







    font-weight: 500;







    padding: 0;







    margin-top: 0px;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box .mas-detail {







    padding: 10px 12px;







}















.online_product_wrapper .filter_products_results.productGridView .rating_right_side {







    text-align: left;







}















.online_product_wrapper .filter_products_results.productGridView .rating_right_side .product_price_title {







    font-size: 18px;







    font-weight: 600;







}















.online_product_wrapper .filter_products_results.productGridView .rating_right_side .ratings {







    margin-bottom: 1px;







}















.online_product_wrapper .filter_products_results.productGridView .packages_box_main .package_content_box .mas-detail .right_side {







    display: none;







}















.online_product_wrapper .filter_products_results.productGridView .rating_right_side .box_2 {







    width: 100%;







    text-align: left;







}















/* ------------------------------- product grid view -------------------------- */















/* -------------------------------- Hotel grid view ----------------------------- */















.city_hotel {







    padding-left: 0;







    margin: 0;







    list-style: none;







    display: grid;







    grid-template-columns: repeat(5, 1fr);







    grid-gap: 16px;







}















.city_hotel .cityHotel_list h5 a {







    font-size: 15px;







    font-weight: 600;







    color: var(--text-color-2);







    transition: 0.5s;







}















.city_hotel .cityHotel_list h5 {







    margin-bottom: 0px;







}















.city_hotel .cityHotel_list span {







    font-size: 13px;







    color: var(--text-color-2);







}















.city_hotel .cityHotel_list h5 a:hover {







    text-decoration: underline !important;







}















.hotelList_wrapper.hotelGridView {







    display: grid;







    grid-template-columns: repeat(3, 1fr);







    grid-gap: 20px;







    position: relative;







    padding-bottom: 65px;







}















.hotelList_wrapper.hotelGridView .Ti_pagination {







    position: absolute;







    bottom: 0;







    left: 12px;







    right: 12px;







}















.hotelList_wrapper.hotelGridView .room-card {







    padding: 0px !important;







    display: block !important;







}















.hotelList_wrapper.hotelGridView .room-card .room-img {







    width: 100% !important;







    border-radius: 0px !important;







}















.hotelList_wrapper.hotelGridView .room-card .room-content {







    width: 100% !important;







    padding: 12px;







    display: block !important;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_title {







    width: 100%;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_view {







    width: 100%;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_title .head-title {







    display: -webkit-box;







    -webkit-line-clamp: 1;







    -webkit-box-orient: vertical;







    overflow: hidden;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_title .facility {







    font-size: 12px;







    display: none;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_title .pricing-container {







    display: -webkit-box;







    -webkit-line-clamp: 3;







    -webkit-box-orient: vertical;







    overflow: hidden;







    margin-top: 10px;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_view .rating {







    justify-content: start;







    margin-top: 6px;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_view .rating span {







    font-weight: 600;







    color: var(--button-bg);







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_view .price-box .price span:last-child {







    font-size: 18px;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_view .price-box {







    position: relative;







    padding-right: 40%;







    text-align: left;







    border-top: 1px solid var(--border-color);







    padding-top: 10px;







}















.hotelList_wrapper.hotelGridView .room-card {







    margin-bottom: 0px !important;







}















.hotelList_wrapper.hotelGridView .room-card .room-content .room_content_view .price-box .check-button {







    position: absolute;







    right: 0;







    bottom: 0;







}















/* -------------------------------- Hotel grid view ----------------------------- */















/* ----------------------------- video Gallery ----------------- */







.videoGallery {







    display: grid;







    grid-template-columns: repeat(6, 1fr);







    grid-gap: 12px;







}















.videoGallery .guest_gallery_item {







    border-radius: 6px;







    overflow: hidden;







    margin-bottom: 0;







    position: relative;







}















.videoGallery .guest_gallery_item a {







    display: block;







    height: 100%;







    width: 100%;







}















.videoGallery .guest_gallery_item .mdi-play-circle {







    position: absolute;







    top: 50%;







    left: 50%;







    transform: translate(-50%, -50%);







    color: #fff;







}















.videoGallery .guest_gallery_item .mdi-play-circle:before {







    font-size: 30px;







}















.video_moda_body iframe {







    width: 100%;







    height: 430px;







}















/* ----------------------------- video Gallery ----------------- */















/* ---------------------------- Country Page style here ---------------------------- */







.package_list_wrapper.countryPkg.pckGridView {







    grid-template-columns: repeat(3, 1fr);







}















.package_list_wrapper .package_list_item.countryPkgList_item .night_day {







    position: initial;







    padding: 0;







    margin: 0;







}















.package_list_wrapper.countryPkg.pckGridView .countryPkgList_item .night_day span {







    padding: 0px;







    font-size: 14px;







    font-weight: 500;







    color: rgb(99, 104, 122);







}















.package_list_wrapper .package_list_item.countryPkgList_item .journey_content .content_title h3 {







    font-size: 16px;







    line-height: 1.2;







    display: -webkit-box;







    -webkit-line-clamp: 2;







    -webkit-box-orient: vertical;







    overflow: hidden;







}















.package_list_item.countryPkgList_item .journey_link {







    border-color: var(--border-color);







}















.countryPkgList_item .journey_link .journey_image {







    height: 192px;







}















.package_list_wrapper.countryPkg.pckGridView .countryPkgList_item .journey_link .journey_content {







    height: 154px;







    display: flex;







    flex-direction: column;







    justify-content: space-between;







}















.trip_footer .rating_container {







    display: flex;







}















.package_list_wrapper.countryPkg.pckGridView .countryPkgList_item .journey_link .journey_content .content_price {







    padding: 0px;







    border: none;







    margin: 0px;







}















.trip_footer .rating_container .rating_start_box {







    display: flex;







}















.trip_footer .rating_container .rating_start_box .rating_start {







    padding-right: 6px;







    display: flex;







    align-items: center;







}















.rating_container .rating_start_box .fa-star {







    font-weight: 500;







    display: block;







    margin-left: 5px;







    font-size: 0.875rem;







    line-height: 1;







    color: rgb(255, 217, 56)







}















.trip_footer .basline_price {







    display: flex;







    align-items: center;







}















.package_list_wrapper.countryPkg.pckGridView .countryPkgList_item .journey_link .trip_footer {







    display: block;







}















.package_list_wrapper.countryPkg .countryPkgList_item .journey_link .trip_footer {







    display: none;







}















.rating_container .rating_start_box .fa-star:first-child {







    margin: 0;







}















.trip_footer .basline_price h6 {







    font-weight: 600;







    margin-bottom: 0px;







}















.package_list_item.countryPkgList_item .journey_link .journey_image:hover img {







    transform: scale(1);







}















.package_list_wrapper.countryPkg.pckGridView .countryPkgList_item .journey_link .journey_content .duration-card {







    display: none;







}















.package_list_wrapper.pckGridView .package_list_item.countryPkgList_item {







    margin-bottom: 0px;







}















/* ---------------------------- Country Page style here ---------------------------- */







.other_desinaions_list_grid {







    padding-left: 0px;







    margin-bottom: 0px;







}















ul.other_desinaions_list_grid .other_destinations_li_list {







    display: inline-block;







    margin: 0 16px 16px 0







}















.other_desinaions_list_grid li:last-child {







    margin-bottom: 0;







}















ul.other_desinaions_list_grid .other_destinations_li_list .othe_destinations_li_card {







    display: flex;







    align-items: center







}















ul.other_desinaions_list_grid .other_destinations_li_list .othe_destinations_li_card span.other_destination_count {







    padding: 4px 12px;







    line-height: 1.5rem;







    font-size: 1rem;







    background: #097ac5;







    color: #fff;







    display: none;







}















ul.other_desinaions_list_grid .other_destinations_li_list .othe_destinations_li_card span.other_destination_text {







    font-size: .885rem;







    padding: 11px;







    border: 1.5px solid var(--border-color);







    max-width: 304px;







    overflow: hidden;







    text-overflow: ellipsis;







    white-space: nowrap;







    line-height: 1;







    transition: all .5s ease-in-out;







    box-sizing: border-box;







    border-radius: 20px;







}















ul.other_desinaions_list_grid .other_destinations_li_list .othe_destinations_li_card span.other_destination_text:hover {







    background: #f2f2f2;







}















ul.other_desinaions_list_grid .other_destinations_li_list .othe_destinations_li_card span.other_destination_text a {







    color: #222;







    font-weight: 500;







}















.loadModal_wrap .modal-body {







    position: relative;







    border-radius: 16px;







}















.loadModal_wrap .modal-body button.btn-close.load_modal {







    position: absolute;







    right: 10px;







    top: 10px;







    /* filter: invert(1); */







    opacity: 1;







    border: 1px solid #000;







}















@media(max-width:767px){







    .loadModal_wrap .modal-body button.btn-close.load_modal{







        top:6px;







    }







}







.loadModal_wrap .modal-content {







    border-radius: 10px;







    overflow: hidden;







}















/* -------------------------- Account dashbaord --------------------------- */







.profile_wrapper {







    border: 1px solid var(--border-color);







}















.profile_header {







    display: flex;







    align-items: center;







    justify-content: center;







    background: #0f1828;







    padding: 15px;







}















.profile_name {







    width: 122px;







    height: 122px;







    margin: 0;







    border: 5px solid #002a66;







    color: #fff;







    border-radius: 50%;







    display: flex;







    justify-content: center;







    flex-direction: column;







    align-items: center;







}















.profile_name h4 {







    color: #fff;







    font-size: 20px;







    margin-bottom: 0;







}















.profile_name p {







    color: #fff







}















ul.account_list_item .account_list .account_link {







    padding: 14px 20px;







    display: flex;







    font-size: 16px;







    font-weight: 500;







    color: #222;







    align-items: center;







    width: 100%;







    background: none;







}















.account_list_item {







    margin: 0;







    padding: 0;







    list-style-type: none;







}















ul.account_list_item .account_list .account_link i {







    font-size: 22px;







    margin-right: 7px;







}















ul.account_list_item .account_list button.account_link {







    border: none;







}















.myaccount-content form.account_detail_form .detail_feild {







    margin-bottom: 20px;







}















.myaccount-content .account_detail_title {







    font-size: 22px;







    margin-bottom: 20px;







    border-bottom: 1px solid var(--border-color);







    padding-bottom: 5px;







}















.myaccount-content form.account_detail_form .detail_feild .input_wrapper {







    margin-bottom: 15px;







    display: grid;







    grid-template-columns: repeat(2, 1fr);







    grid-gap: 30px;







}















.myaccount-content form.account_detail_form .detail_feild .input_wrapper .input_feild {







    border: 1px solid var(--border-color);







    padding: 10px;







    border-radius: 4px;







    line-height: 1;







}















.myaccount-content form.account_detail_form .detail_feild .input_wrapper .input_feild label {







    font-size: 13px;







    color: #444;







    line-height: 1;







    font-weight: 400;







}















.myaccount-content form.account_detail_form .detail_feild .input_wrapper .input_feild input {







    padding: 0;







    border: none;







    font-size: 16px;







    font-weight: 500;







    color: #222;







    width: 100%;







}















.my_account_dashbord {







    padding: 40px 0;







}















.btn-primary {







    color: #fff;







    background-color: var(--button-bg) !important;







    border-color: var(--button-bg) !important;







}















ul.account_list_item .account_list .account_link.active {







    background: var(--border-color);







}















.myaccount-table table td,







.myaccount-table table th {







    font-size: 14px;







}















.booking_detail_add {







    text-align: left;







    padding: 15px;







    border: 1px solid var(--border-color);







    border-radius: 8px;







    height: 100%;







}















.booking_detail_add .order_add_detail h4 {







    font-size: 16px;







    margin-bottom: 0;







}















.booking_detail_add .order_add_detail p {







    font-size: 14px;







    margin-bottom: 8px;







}















.booking_packages .pkg_table {







    margin-top: 40px;







    border-spacing: 0 20px;







    border-collapse: separate;







    padding: 0 20px;







    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);







    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);







    border-radius: 8px;







    position: relative;







    z-index: 1;







    overflow: hidden







}















.booking_packages .pkg_table th,







.booking_packages .pkg_table td {







    border: none;







    padding: 10px;







}















.booking_packages .pkg_table tbody tr {







    box-shadow: 2px 2px 18px rgba(0 0 0/15%);







    border-radius: 8px;







    padding: 0







}















.booking_packages {







    padding-bottom: 20px







}















.booking_packages .pkg_table th:nth-child(2),







.booking_packages .pkg_table td:nth-child(2) {







    width: 26%;







    vertical-align: middle !important;







    text-align: left







}















.booking_packages .pkg_table td:nth-child(2) {







    font-size: 13px;







    line-height: 16px







}















.booking_packages .pkg_table thead tr {







    background: #007cc2







}















.booking_packages .pkg_table thead tr th {







    color: #fff;







    padding: 0







}















.booking_packages .pkg_table:after {







    content: '';







    position: absolute;







    top: 0;







    left: 0;







    width: 100%;







    height: 61px;







    background: #007cc2;







    z-index: -1







}















.booking_packages .pkg_table td:nth-child(1) img {







    object-fit: cover;







    border-radius: 4px







}















.booking_packages .pkg_table tbody tr:first-child {







    box-shadow: none







}















.booking_packages .pkg_table td a {







    color: var(--text-color-1)







}















.input_feild input:focus {







    outline: none;







}















.myaccount-content form.account_detail_form .detail_feild .input_wrapper .input_feild.active {







    border-color: #fdb476;







}















.myaccount-content form.account_detail_form .detail_feild .input_wrapper .input_feild.active label {







    color: #fdb476;







}















/* -------------------------- Account dashbaord --------------------------- */























/* ==================================== mobile footer css ============================= */







.footer_accordion .accordion-button {







    background: none;







    color: var(--white-color);







    font-size: 14px;







    font-weight: 500;







    padding: 16px 0;







}



.footer_accordion .accordion-item a {

    padding: 16px 0;

}

.footer_accordion .footerMLink.footerMLinkCount6 a {

    padding: 0px 0;

}













.footer_accordion .accordion-item {







    background: none;







    border: none;







    border-bottom: 1px solid rgb(104, 104, 104);







    box-shadow: none;







    border-radius: 0px;







}















/* .footer_accordion .accordion-item:first-child {







    border-top: 1px solid var(--border-color);







} */















.footer_accordion .accordion-header {







    margin: 0;







    padding: 0;







    border: none;







    box-shadow: none;







}















.footer_accordion .accordion-button:not(.collapsed) {







    background: none;







    color: var(--white-color);







}















.footer_accordion .accordion-item:first-of-type .accordion-button,







.footer_accordion .accordion-item:last-of-type .accordion-button {







    border-radius: 0px;







}















.footer_accordion .accordion-item:first-of-type,







.footer_accordion .accordion-item:last-of-type {







    border-radius: 0px;







}















.footer_accordion .accordion-item .accordion-body {







    padding: 0px;







    color: var(--white-color);







    padding-bottom: 14px;







}















/* ==================================== mobile footer css ============================= */















/* ======================== Fillter offcanvas ===================== */







.offcanvas-footer {







    position: absolute;







    width: 100%;







    padding: 12px 16px;







    border-radius: 10px 10px 0 0;







    bottom: 0;







    background: #fff;







    grid-gap: 20px;







    grid-template-columns: repeat(2, 1fr);







    z-index: 999;







    box-shadow: 2px -2px 6px rgb(0 0 0/15%);







    text-align: right;







}















button.offcanvas_footer_apply_butt.bg_button {







    background: var(--button-bg);







    color: #fff;







    border-color: var(--button-bg);







    padding: 5px;







    width: 95px;







    border-radius: 25px;







    border: none;







}















.offcanvas-header {







    border-bottom: 1px solid #c6c6c6;







}















div#offcanvasBottom {







    height: 100vh;







}















button.filterBtn {







    border: none;







    color: var(--button-bg);







    position: fixed;







    bottom: 80px;







    right: 20px;







    z-index: 99;







    box-shadow: 0 0 25px rgba(0 0 0 / 31%);







    padding: 10px 20px;







    border-radius: 18px;







    background: #fff;



    display: none;







}















.selects_ad_lists .theme_button {







    padding: 6px 20px;







    border-radius: 20px;







    border: none;







    background: var(--button-bg);







    color: var(--white-color);







}















/* ======================== filter offcanvas ===================== */























.tab-pane {







    padding: 15px;







}















.priceTable .season {







    color: #0756a2 !important;







    padding: 0 10px 10px 0px !important;







    text-align: left;







    font-weight: bold;







}















.priceTable h2.season-title {







    font-size: 19px;







    padding: 5px 10px 5px 0px !important;







    margin: 0;







    margin-top: 5px !important;







    margin-bottom: 5px !important;







    color: #ab2a2f !important;







    font-weight: 500 !important;







}















 /* CSS for skeleton screen effect */







 .skeleton-list {







    display: flex;







    flex-direction: column;







    gap: 1rem;







}















.skeleton-item {







    display: flex;







    gap: 1rem;







}















.skeleton-image {







    width: 190px;







    height: 190px;







    background: #e0e0e0;







    border-radius: 4px;







}















.skeleton-content {







    flex: 1;







}















.skeleton-duration {







    width: 15%;







}















.skeleton-hilights {







    width: 20%;







}







.skeleton-hilights-item {







    width: 45%;







}















.skeleton-title, .skeleton-description {







    height: 20px;







    background: #e0e0e0;







    border-radius: 4px;







    margin-bottom: 0.5rem;







}







.skeleton-duration {







    height: 16px;







    background: #e0e0e0;







    border-radius: 4px;







    margin-bottom: 0.5rem;







}







.skeleton-hilights {







    height: 15px;







    background: #e0e0e0;







    border-radius: 4px;







    margin-bottom: 0.5rem;







}







.skeleton-hilights-item {







    height: 12px;







    background: #e0e0e0;







    border-radius: 4px;







    margin-bottom: 0.5rem;







}







.skeleton-button {







    float: right;







    height: 27px;







    width: 15%;







    background: #e0e0e0;







    border-radius: 4px;







    margin-bottom: 0.5rem;







}















.skeleton-title {







    width: 65%;







}















.skeleton-description {







    width: 50%;







}















/* ======================= mobile footer ===================== */







.mobileFooter {



    position: sticky;



    z-index: 9999;



    bottom: 0;



    left: 0;







    display: flex;



    justify-content: space-evenly;



    list-style: none;







    width: 100%;



    background: #fff;



    border-top: 1px solid var(--border-color);







    /* ✅ iOS safe area */



    padding-bottom: env(safe-area-inset-bottom);







    margin-bottom: 0;



    padding-left: 0;



}







@media only screen and (max-width: 767px) {



    .mobileFooter {



        top: auto;



        bottom: 0;



    }



}















.mobileFooter .mobileFooterItem {







    display: flex;







    align-items: center;







    justify-content: center;







    padding: 8px 10px;







    text-align: center;







    color: var(--text-color-1);







    font-size: 14px;







    font-weight: 500;







    margin-bottom: 0px;



    width: 33%;







}







.mobileFooter .mobileFooterItem a{







    color:var(--black-color);







}







.mobileFooter .mobileFooterItem span {







    display: block;







}







.offcanvas-bottom{







    height: 90vh !important;







}







div#offcanvasBottom.online_product_wrapper {



    z-index: 99999;



}







/* ======================= mobile footer ===================== */























@media(min-width:768px){







    .tour_package_grid,







    .package_list_wrapper{







        margin-top:20px;







    }







}















/* ================ faqs section =========================== */







.faq_section .title-section {







    text-align: center;







}















.faq_section #accordionPanelsStayOpenExample {







    display: grid;







    grid-template-columns: repeat(2, 1fr);







    grid-column-gap: 40px;







}















.faq_section #accordionPanelsStayOpenExample .accordion-item {







    border: none;







    







}







.faq_section #accordionPanelsStayOpenExample .accordion-item .accordion-button{







    border-bottom:1px solid var(--border-color);







    border-top: 1px solid var(--border-color);







    margin-top: -1px;







    padding-left: 0px;







    padding-right: 0px;







    border-radius: 0px !important;







}







.faq_section #accordionPanelsStayOpenExample .accordion-item .accordion-button:focus {







   outline:none;







   box-shadow:none;







   background:none;







}















.faq_section #accordionPanelsStayOpenExample .accordion-item .accordion-button::after {







    filter: invert(1);







}







.faq_section #accordionPanelsStayOpenExample .accordion-button:not(.collapsed) {







    color: var(--black-color);







    background-color: transparent;







    box-shadow: none;







}







.faq_section #accordionPanelsStayOpenExample .accordion-body {







    padding: 1rem 0rem;







    font-size: 14px;







    line-height: 25px;







}















@media(max-width:767px){







    .faq_section #accordionPanelsStayOpenExample {







        grid-template-columns: repeat(1, 1fr);







        grid-column-gap: 0px;







    }







    .breadcrum_slider{







        padding-top:0px;







    }







}







#ui-datepicker-div{







    z-index: 99999 !important;















}







/* ================ faqs section =========================== */















/* ===================== custom inquiry form ============================= */







@media(max-width:767px){







    #cmt-form-submit div[class*="col"] {







        padding: 0;







    }







}







.cmtForm #cmt-form-submit input.qtyminus, .cmtForm #cmt-form-submit input.qtyplus {







    z-index: 1 !important;







}







/* ===================== custom inquiry form ============================= */























@media(min-width:768px){







    .bread-crumb li {







        margin-bottom: 0px;







    }







    .headerTwo_top_menu ul .menu-item{







        margin-bottom:0px;







    }







    .headerTwo_nav_list {







        margin-bottom: 0px;







    }







}















@media(max-width:767px){







    .gallery-video.ab_geust_gallery,







    .gallery-video.ab_geust_gallery .about-gellery-slider{







        position: relative;







    }







    .gallery-video.ab_geust_gallery .content {







        position: absolute;







    }







    .gallery-video.ab_geust_gallery{







        margin-bottom:8px;







    }







}















/* ===================== contact us =================== */







.contactDetail .add_card ul li {







    background: none;







    padding-left: 0;







    font-size: 15px;







}















.contactDetail .add_card ul li strong {







    font-weight: bold !important;!i;!;







}















.contactDetail .add_card ul li a {







    font-weight: normal;







}















.contactDetail .add_card ul li:last-child {







    margin-bottom: 0px;







}















.contactDetail .add_card ul {







    margin-bottom: 0;







    margin-top: 16px;







}







@media(max-width:767px){







    ul.powerby_image li img {







        width: 100%;







    }







    .contactDetail .add_card{







        padding:20px;







    }







}























.thankyou_content p:first-child {







    margin-bottom: 0;







}















.thankyou_content p:nth-last-child(2) {







    margin-bottom: 0;







}















.border-right{







    border-right:1px solid var(--border-color);







}







.thankyou .heading_box p {







    font-size: 18px;







}







#tipl-sideFormWebsite label{







    font-size:12px !important;







}















@media(max-width:767px){







    .footer .member_of_ti .member_box img {







        height: 100%;







        width: 100%;







        object-fit: contain;







    }







}







/* ===================== contact us =================== */















li.headerTwo_nav_list.payment_list {







    padding-left: 20px;







    margin-top: 40px;







}















li.headerTwo_nav_list.payment_list a {







    padding: 5px 13px !important;







    display: inline-block !important;







    border: 1px solid var(--button-bg) !important;







    background: var(







    --button-bg);







    color: var(







    --white-color) !important;







    border-radius: 24px;







    transition: 0.5s;







}















li.headerTwo_nav_list.payment_list a:hover {







    background: none !important;







    color: var(--button-bg) !important;







}























.thankYou-item {







	display: flex;







	align-items: center;







	background: #f9e5cd;







	overflow: hidden;







	border-radius: 10px;







	height: 350px;







}















.thankYou-item .thankYou-content {







	width: 60%;







	text-align: center;







}















.thankYou-item .thankYou-image {







	width: 40%;







}















.thankYou-content h2 {







	color: #007CC2;







	font-size: 40px;







}















.thankYou-icon {







	display: flex;







	align-items: center;







	justify-content: center;







}















.thankYou-image img {







	width: 100%;







	height: 300px;







	object-fit: contain;







}















.thankYou-icon img {







	width: 40px;







	border: 2px solid #007CC2;







	border-radius: 50%;







	padding: 4px;







}















a.back-to-home__btn {







    display: inline-block;







    padding: 9px 34px;







    color: #fff;







    font-size: 16px;







    font-weight: 500;







    cursor: pointer;







    border-radius: 30px;







    text-decoration: none;







    background: #007CC2;







    border: 2px solid transparent;







    font-family: 'Google Sans', Arial, Helvetica, sans-serif;







}















a.back-to-home__btn:hover {







    background: #fff;







    color: #007CC2;







    border: 2px solid #007CC2;







}















@media (max-width: 768px) {







	.thankYou-item {







		flex-direction: column;







		row-gap: 30px;







		height: auto;







	}















	.thankYou-image img {







		height: auto;







	}















	.thankYou-item .thankYou-image {







		order: 1;







	}















	.thankYou-item .thankYou-content {







		order: 2;







	}















	.thankYou-item .thankYou-content,







	.thankYou-item .thankYou-image {







		width: 100%;







	}















	.thankYou-content {







		margin-bottom: 40px;







	}







}















.important-note input[name="Best Prices Gaurantee"] {







    padding: 8px 16px;







    font-size: 18px;







    border: 1px solid var(--button-bg);







    background: var(--button-bg);







    color: var(--white-color);







    transition: 0.5s;







}















.important-note input[name="Best Prices Gaurantee"]:hover {







    background: #fff;







    color: var(--button_bg);







}























@media(max-width:767px){







    .logoright_menu {







        display: flex;







        align-items: center;







    }







    







    .logoright_menu .whatsappIcon {







        margin-right: 10px;







    }







}















.headerTwo_top_menu ul .menu-item a span.icon i.mdi.mdi-whatsapp:before {







    color: #8dc63f !important;







}







/* .headerTwo_top_menu ul .menu-item a.whatsapp_anchor{







    color: #8dc63f !important;







} */















.social-icons ul li a svg {







    width: 22px;







    fill: #fff;







    height: 22px;







}















.social-icons ul {







    display: flex;







    list-style: none;







    padding: 0;







}















.social-icons ul li:not(:last-child) {







    margin-right: 20px;







}















.city_destination_about h2, .city_destination_about h3 {







    font-size: 18px;







    font-weight: 600;







}











.item .itenery-content .night_day {



    display: inline-flex !important;



    line-height: 1;



    border: 1px solid #035f03;



    border-radius: 20px;



    margin-bottom: 5px;



    overflow: hidden;



    background: #035f03;



    color: var(--white-color);



    align-items: center;



    font-size: 12px;



    font-weight: 500;



    padding: 4px 8px;



    gap:6px;



}







.most_visited_section .item .itenery-content {



    padding: 10px 20px;



    height: 192px;



    display: flex;



    flex-direction: column;



    justify-content: space-between;



    background:var(--white-color);



}



.most_visited_footer {



    border-top: 1px solid #cfcece;



    padding: 10px 0;



    text-align: right;



}



.most_visited_section .itenery-content .route_locations {



    display: -webkit-box !important;



    -webkit-box-orient: vertical;



    -webkit-line-clamp: 2;



    overflow: hidden;



    padding-left: 25px;



    position: relative;



    line-height: 22px;



    margin-bottom: 10px !important;



}







.most_visited_section .itenery-content .route_locations svg {



    position: absolute;



    left: 0;



    top: 5px;



}







.most_visited_section .itenery-content  h6 {



    display: -webkit-box;



    -webkit-line-clamp: 2;



    -webkit-box-orient: vertical;



    overflow: hidden;



    font-weight: 400;



}







.most_visited_section .itenery-content h6 a {



    font-size: 14px;



    color: var(--black-color);



}







.item .itenery-content p.route_locations {



    font-size: 12px;



    margin-top: 6px;



    margin-bottom: 4px;



    display: block;



}







.item .itenery-content .trip_highlights h5 {



    font-size: 13px;



    display: flex;



    align-items: center;



    font-weight: 600;



    margin: 0;



    padding: 6px 0;



    color: var(--text-color-1);



}







.most_visited_section .mo_footer_btn {



    color: var(--text-color-1);



    transition: 0.5s;



    font-size: 16px;



    font-weight: 600;



}



.most_visited_section .mo_footer_btn:hover {



    color: #007cc2;



}







.ti_widget.most_visited_itinerary .sidebar_package li {



    border-bottom: 1px dashed #035f03;



}



.ti_widget.most_visited_itinerary {



    border-color: #035f03;



}



.ti_widget.most_visited_itinerary h5 {



    background: #035f03;



}







.blog_article_content table {



    width: 100%;



}







.aboutTrainInfo ul,



.aboutTrainInfo ol{



    padding-left: 16px;



}







.informationPage_table {



    overflow: hidden;



    overflow-x: auto;



}



.informationPage_table table tr th,



.informationPage_table table tr:first-child td{



    background:#571313;



    color:#fff;



}



.informationPage_table table tr:first-child td *{



    color:#fff;



}



.informationPage_table table tr td p, 



.informationPage_table table tr th p{



    margin-bottom:0px;



}



.informationPage_table table tr td,



.informationPage_table table tr th{



    white-space: nowrap;



}







/* =================== bottom inquiry form ==================== */







.tipl-quickFormOverlayClass {



    z-index: 99999 !important;



}



#embed {

    visibility: hidden;

    z-index: 999999 !important;



}



#embed.tipl-show {

    visibility: visible;

}

@media(max-width:767px){



    #embed .form-row {



    flex-direction: column;



    margin-bottom: 10px;



}







#embed .form-row .form-holder, #embed .form-row .form-group {



    width: 100%;



}



#embed .form-row .form-holder:not(:last-child) {



    margin-bottom: 10px;



}



#embed .list-group.tipl-popForm{



    width:100%;



}



#embed form#form-quick{



    width:100%;



}







#embed {



    left: 50% !important;



    top: 50% !important;



    transform: translate(-50%, -50%) !important;



    width: calc(100% - 40px);



}







#embed .form-row .form-group {



    margin-bottom: 10px;



}



}



/* =================== bottom inquiry form ==================== */



/* ============== mega menu design change ======================== */





.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar {

    width: 250px;

}



.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar {

    width: calc(100% - 250px);

    padding: 20px;

    background: #ece5e5;

    position: absolute;

    top: 0;

    left: 250px;

    display: none;

    max-height: 366px;

    height: 100%;

    overflow-y: auto;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar .countryMenu_tb_item.hasData .toggleRightMenu {

    display: none;

}



.headerTwo_maga_menu .headerTwo_destination_list .countryMenu_tb_item.active .menuRightbar{

    display: block;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar .countryMenu_tb_panel {

    display:flex;

}



.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar>ul{

    margin: 0;

    padding: 0;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar>ul li a{

    padding: 17px 20px;

    width: 100%;

    display: block;

    line-height: 1;

}



.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar ul li a{

    padding: 14px 0 !important;

    width: 100%;

    display: block;

    line-height: 1;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar>ul>h4{

    padding: 14px 20px;

    border-bottom:1px solid #ece5e5;

    margin-bottom:0px;

    line-height: 1;

}



.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar ul .countryMenu_tb_item.active{

    background:#ece5e5;

}



.headerTwo_maga_menu .headerTwo_destination_list .colTwo.moreThanSeven {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-column-gap: 30px;

}



@media(max-width:992px){

    .headerTwo_maga_menu .headerTwo_destination_list .colTwo.moreThanSeven {

    grid-template-columns: repeat(1, 1fr);

    grid-column-gap: 0px;

}

    .headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar {

        width: 100%;

    }

    .headerTwo_maga_menu .headerTwo_destination_list .menuRightbar {

    width: 100%;

    padding: 0px;

    background: #f1f0f0;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar .countryMenu_tb_panel{

    flex-direction: column;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar{

    position: initial;

    height: auto;

    max-height: inherit;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar ul .countryMenu_tb_item {

    background: none !important;

    position: relative;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar .countryMenu_tb_item.hasData .mdi{

    display: block;

    position:absolute;

    right:0;

    top:12px;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar .countryMenu_tb_item.hasData .mdi:before {

    content: "\F0140";

    font-size: 28px;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuLeftbar>ul li a {

    padding: 20px 0px;

    width: 100%;

    display: block;

    line-height: 1;

}

.headerTwo_maga_menu .headerTwo_destination_list .countryMenu_tb_panel ul h4 {

    font-size: 13px;

    font-weight: 400;

    margin-bottom:0px;

}

.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar .countryMenu_tb_panel .colTwo {

    background: #ece5e5;

}

.headerTwo_maga_menu .headerTwo_destination_list .countryMenu_tb_panel ul h4.active {

    background: #dddddd;

    border-color:#dddddd !important;

}

.headerTwo_maga_menu .headerTwo_destination_list .countryMenu_tb_panel ul h4:before {

    content: "\F0415";

    display: inline-block;

    font: normal normal normal 18px / 1 "Material Design Icons";

    text-rendering: auto;

    line-height: inherit;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    position: absolute;

    right: 10px;

    font-size: 24px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.headerTwo_maga_menu .headerTwo_destination_list .countryMenu_tb_panel ul h4.active:before {

    content: "\F0374";

}

.headerTwo_maga_menu .headerTwo_destination_list .menuRightbar .countryMenu_tb_panel ul:last-child h4 {

    border: none;

}

.openedMenu{

    overflow: hidden;

}

li.headerTwo_nav_list.payment_list {

    padding-left: 20px;

    padding-top: 40px;

    padding-bottom: 10px;

    margin-top:0px;

}

nav.headerTwo_nav .headerTwo_nav.navbar_nav>li {

    background: #fff;

}

}



/* ============== mega menu design change ======================== */

/* ================= new fillter btn ========================= */

@media(max-width:767px){

   button.mobile_filterBtn {

    background: #ffffff;

    padding: 5px 18px;

    border: 1px solid var(--button-bg);

    transition: 0.5s;

    color: var(--button-bg);

    border-radius: 30px;

    box-shadow: 1px 1px 4px rgb(0 124 194 / 26%);

}



.city_tourPack .title_pkg {

    margin-bottom: 14px;

    align-items: center;

    background: #fff !important;

    z-index: 4;

    padding: 10px;

}



.city_tourPack .title_pkg h2.city_title {

    margin-bottom: 0;

    padding-bottom: 0;

}

}

/* ================= new fillter btn ========================= */

/* ================ bottom_inquerNow ================== */

.bottom_inquerNow{

    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    z-index: 999;

    height:100dvh;

    display: none;

    pointer-events: none;

}



.bottom_inMenu {

    display: flex;

    margin: 0;

    padding: 12px 20px;

    background: #ffcc00;

    align-items: center;

    margin-top: auto;

    width: 100%;

    pointer-events: all;

    list-style: none;

    justify-content: center;

}

.inquire_now {

    display: block;

    padding: 12px 30px;

    background: #002b11;

    transition: 0.5s;

    line-height: 1;

    color: #fff;

}



.inquire_now:hover {

    background: #212121;

    color: #fff;

}



.bottom_inMenu .bottom_menu_item {

    margin-bottom: 0;

}



.bottom_inMenu .bottom_menu_item .call_now {

    width: 38px;

    height: 38px;

    background: #e67b05;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #fff;

    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;

    font-size:18px;

}

.bottom_inMenu .bottom_menu_item .whatsapp_now {

    width: 38px;

    height: 38px;

    background: linear-gradient(45deg, #32ba46, #54cc60);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #fff;

    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;

    font-size:18px;

}



.bottom_inMenu .bottom_menu_item:not(:last-child) {

    margin-right: 28px;

}



/* .bottom_inMenu .bottom_menu_item:last-child {

    margin-left: auto;

} */

@media(max-width:767px){

    .bottom_inquerNow{

        display: flex;

    }

}

/* ================ bottom_inquerNow ================== */



.other_site ul{

    margin:0;

    padding:0;

    display: flex;

    justify-content: end;

    list-style: none;

}

.other_site ul li:not(:last-child){

    margin-right:30px;

}



.other_site ul li a{

    color:var(--white-color);

    opacity: 0.8;

    font-size:14px;

}



div#enquiryModal {

    z-index: 999999;

}

div#enquiryModal .modal-title {

    color: #fff;

}

@media(max-width:767px){

    .inquireNow_button_wrapper {

        margin-bottom: 20px;

    }

}













.tiled_galler_section.countryGalleryHeader .gallery_grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-gap: 5px;

}

.tiled_galler_section.countryGalleryHeader .gallery_item:nth-child(1) {

    grid-row-start: 1;

    grid-row-end: 3;

    height: 465px;

    grid-column-end: 2;

}

.tiled_galler_section.countryGalleryHeader .gallery_item:nth-child(2) {

    grid-row-start: 1;

    grid-row-end: 4;

    grid-column-start: 2;

    grid-column-end: 4;

    height: 465px;

}







.why .section_title {

    font-size: 19px;

    font-weight: 600;

    color: #333;

    margin: 0;

    padding-bottom: 20px;

}

.why .section_title span{

    font-size: 14px;

    letter-spacing: 0.5px;

    word-spacing: 1px;

}

.why .section_paddingB{

    padding-bottom:50px;

}

.team_image img {

    border-radius: 18px;

    height: 230px;

    width: 100%;

    object-fit: cover;

}

.team_image {

    padding-right: 30px;

}



.section_heading {

    padding-bottom: 4px;

    letter-spacing: 1px;

    font-size: 27px;

    text-align: center;

    font-weight: bold;

    margin: 0;

}



/* ===================================

About us page 

=================================== */

.founder_massage {

    background: #fefbf8;

}



.founder_image {

    position: relative;

    text-align: right;

    display: flex;

    justify-content: end;

    z-index: 1;

    margin-bottom: 45px;

}



.founder_image img {

    height: 292px;

    width: 100%;

    object-fit: cover;

    border-radius: 1.5rem;

    object-position: top;

}



/* .founder_image:after {

    content: '';

    z-index: -1;

    background-color: var(--theme_color1);

    border-radius: 1.5rem;

    width: 23.9375rem;

    height: 14.9375rem;

    position: absolute;

    inset: auto 0% 0% auto;

    transform: rotate(-7deg);

    right: auto;

    left: 13%;

    bottom: -25px;

} */



.journey_items {

    display: grid;

    grid-template-columns: repeat(1, 1fr);

    grid-gap: 20px;

}



.journey_item .section_title {

    padding-bottom: 14px;

    font-size: 18px;

    font-weight: 600;

}



.journey_items .journey_item {

    display: flex;

    padding: 10px;

    box-shadow: 0 2px 8px #0000000a;

    border-radius: 12px;

    background: #fff;

    border: 1px solid #bbd5ff;

}

.journey_items .journey_item .certi_img img {

    mix-blend-mode: multiply;

    max-width: 100%;

}

.paddingB_45 {

    padding-bottom: 45px;

}



.journey_items .journey_item .certi_img {

    width: 140px;

    background: #fefbf8;

    border-radius: 8px;

}

.theme_btn_outline {

    border: 1px solid var(--theme_black);

    padding: 8px 14px;

    border-radius: 30px;

    line-height: 1;

    font-size: 13px;

    font-weight: 500;

    transition: 0.5s;

}

.theme_btn_outline:hover{

    background:var(--theme_black);

    color:var(--theme_white);

    border-color:var(--theme_black);

}



.journey_items .journey_item .journey_content {

    width: calc(100% - 140px);

    padding-left:16px;

}



div#TA_selfserveprop102 div#CDSWIDSSP {

    width: 100% !important;

    border-radius: 16px;

    overflow: hidden;

}



.why_choose_image_wrapper {

    position: sticky;

    top: 0;

}





div#TA_selfserveprop102 div#CDSWIDSSP .widSSPData.withBorder.cx_brand_refresh {

    padding: 20px;

    border-radius: 16px;

    border-color: #bbd5ff;

}

.tripAdvisor {

    padding-right: 40px;

}

#CDSWIDSSP .widSSPData .widSSPBranding {

    margin-bottom: 10px;

    border-bottom: 1px solid #00eb5b;

    padding-bottom: 10px;

}

.widSSPComponent a {

    font-size: 16px !important;

    text-decoration: none !important;

}



.certificaion_section {

    background: #edf2fa;

}

.certification_wrapper .owl-stage {

    transition-timing-function: linear !important;

}

.certification_carousel .owl-item {

    border-radius: 18px;

    overflow: hidden;

}

.gallery_section_inner {

    display: flex;

    grid-gap: 10px;

}

.gallery_inner{

    width:50%;

    height:500px;

    position:relative;

    z-index: 1;

    overflow: hidden;

}

.gallery_inner .about_galCarousel .item,

.gallery_inner .about_galCarousel .item img{

    height:100%;

    width:100%;

    object-fit: cover;

}

.gallery_inner .about_galCarousel .item img{

    height: 500px;

}

 .gallery_inner .gallery_contentA{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgb(0 0 0 / 78%);

    display: flex;

    justify-content:center;

    align-items: center;

    z-index: 2;

 }

.about_galCarousel {

    overflow: hidden;

}

.gallery_contentA .content_caption {

    text-align: center;

    color: #fff;

}



.gallery_contentA .content_caption .gallery_button {

    padding: 14px 25px;

    border: 2px solid #fff;

    border-radius: 30px;

    color: #fff;

    margin-top: 10px;

    display: inline-block;

}



.gallery_contentA .content_caption .section_heading {

    margin-bottom: 16px;

    color: #fff;

}



.gallery_contentA .content_caption p {

    color: #fff;

}

section.call {

    background: #F5F5F5;

}

section.call .grid-box {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

}

section.call .grid-box .grid-item {

    background: var(--theme_white);

    padding: 15px 25px;

}

section.call .content-box {

    text-align: center;

}

section.call .grid-box .icon-box {

    width: 80px;

    height: 80px;

    background: peachpuff;

    color: #EB662B;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    padding: 10px;

    margin: 0 auto 10px;

    font-size: 35px;

}

section.call .content-box h3 {

    font-size: 20px;

}

section.call .content-box p {

    font-size: 14px;

    color: var(--theme_text_color);

}

.gallery_inner .gallery_video {

    height: 100%;

}



.gallery_inner .gallery_video video {

    height: 100%;

    object-fit: cover;

    width: 100%;

}

/* ===================================

About us page  End

=================================== */



/* ===============================

About responsive css

=============================== */



@media(max-width:767px){

    .founder_massage .row {

        flex-direction: column-reverse;

    }

    .founder_image:after {

        width: 20.9375rem;

        left: 5%;

        bottom: -15px;

    }

    .tripAdvisor {

        padding-right: 0px;

        margin-bottom: 30px;

    }

    .journey_items {

        display: grid;

        grid-template-columns: repeat(1, 1fr);

        grid-gap: 16px;

    }

    .gallery_inner {

        width: 100%;

        height: 350px;

        position: relative;

        z-index: 1;

        overflow: hidden;

    }

    .gallery_section_inner {

        flex-direction: column;

    }

    section.call .grid-box {

        display: grid;

        grid-template-columns: repeat(1, 1fr);

        gap: 20px;

    }

    .journey_items .journey_item .journey_content {

            width: calc(100% - 120px);

            padding-left: 10px;

        }

    .journey_items .journey_item .certi_img{

        width:120px;

    }

    .abGuest_gal {

        grid-gap: 4px;

        grid-auto-rows: 120px;

    }

    .why_choose_image_wrapper {

    position: relative;

    top: 0;

}

.section_heading.mobile_title {

    margin-bottom: 13px;

}

.section_title.mobile_title {

    margin-bottom: 13px;

    padding-bottom: 0px;

}

.founder_image {

    margin-bottom: 16px !important;

}

.section_heading.desktop_title,

.section_title.desktop_title {

    display: none;

}

.team_image {

    padding-right: 0px !important;

    margin-bottom: 16px !important;

}

section.our_team_section {

    padding-right: 15px;

    padding-left: 15px;

}

}



@media(min-width:768px){

    .section_heading.mobile_title {

        display: none;

    }

    .section_title.mobile_title {

        display: none;

    }

}



@media(min-width:768px) and (max-width:992px){

    .tripAdvisor {

        padding-right: 0px;

    }

    .gallery_inner {

        height: 400px;

    }

}



.abGuest_gal {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-gap: 10px;

    grid-auto-rows: 210px;

}



@media(max-width:767px){

    .abGuest_gal {

        grid-gap: 4px;

        grid-auto-rows: 120px;

    }

}



.abGuest_gal_item:nth-child(1) {

    grid-column-start: 1;

    grid-column-end: 3;

}



.abGuest_gal_item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.abGuest_gal_item:nth-child(3) {

    grid-row-start: 1;

    grid-column-start: 4;

    grid-row-end: 3;

}



.abGuest_gal_item:nth-child(5) {

    grid-column-start: 2;

    grid-column-end: 4;

}

.team_image img {

    border-radius: 18px;

    height: 230px;

    width: 100%;

    object-fit: cover;

}

.team_image {

    padding-right: 30px;

}

.section_paddingT {

    padding-top: 50px;

}

.guest_gallery_section .section_title {

    font-size: 19px;

    font-weight: 600;

    color: #333;

    margin: 0;

    padding-bottom: 20px;

}

.add_card h3 {

    font-size: 18px;

    margin-bottom: 16px;

}

.add_card ul {

    padding: 0;

    list-style: none;

}

/* ===============================

About responsive css

=============================== */

/* =======================================

Brand section style

======================================= */

.brands-grid{

    display:grid;

    grid-template-columns: repeat(3,1fr);

    gap:20px;

}



.brand-card{

    background:#fff;

    border-radius: 9px;

    padding:35px;

    box-shadow:

        0 10px 35px rgba(0,0,0,.05),

        0 0 20px rgba(255,255,255,.9) inset;

    transition:.3s ease;

    border: 1px solid #e1e3e1;

}



.brand-card:hover{

    transform:translateY(-6px);

}



.brand-logo{

    display:flex;

    align-items:center;

    margin-bottom: 20px;

}



.brand-logo img {

    max-width: 180px;

    max-height: 90px;

    width: auto;

}



.brand-content h3{

    font-size: 16px;

    line-height:1.2;

    font-weight:700;

    margin-bottom:15px;

}





.brand-content p + p{

    margin-top:6px;

}



@media(max-width:991px){



    .brands-grid{

        grid-template-columns:1fr;

    }



    .brand-card{

        min-height:auto;

    }



    .brand-content p{

        font-size:16px;

    }



}

/* =======================================

Brand section style

======================================= */



