@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



* {

    margin: 0;

    padding: 0;

    scroll-behavior: smooth

}



html {

    font-size: 100%;

    scroll-behavior: smooth

}



body {

    margin: 0;

    padding: 0;

    font-family: "Montserrat", sans-serif;

    color: var(--title-color);

    font-size: 16px;

    font-weight: 400;

    line-height: 30px

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Montserrat", sans-serif;

    font-weight: 700;

    line-height: 1.4;

    color: #000;

}

h1 {

    font-size: 30px;

}



a {

    text-decoration: none

}



p {

    font-size: 14px;

    font-weight: 400;

    line-height: 24px

}



ul {

    margin: 0;

    padding: 0;

    list-style: none

}

.header{

    z-index: 999999;

    position: relative;

    width: 100%;

}

.fixed-nav {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 999;

    width: 100%;

    border-bottom: 1px solid #fff;

    animation: smoothScroll 1s forwards;

  }

  @keyframes smoothScroll {

    0% {

      transform: translateY(-40px);

    }

    100% {

      transform: translateY(0px);

    }

  }

.fixed-nav .header-logo img {

    height: 60px;

}

.top-bar{

    background-color: #893E14;

    padding: 8px 30px;

}



.top-bar-link a{

    display: flex;

    align-items: center;

    gap: 5px;

    color: #FFF;

}

.top-bar-link a:hover,

.top-bar-link a:focus{

    color: #E2B423;

}

.mob-link{

    justify-content: center;

}

.login-link{

    justify-content: end;

}

.navigation{

    background-color: #FFF;

    padding: 10px 30px;

    box-shadow: 0px 5px 5px -3px #00000080;

}

.main-menu {

    display: flex;

    align-items: center;

    height: 100%;

}

.right_menu{

    justify-content: end;

}

.menu-list {

    display: flex;

    flex-direction: row;

    gap: 25px;

}

.menu-list a {

    color: #3B3B3B;

}

.menu-list a:hover {

    color: #E2B423;

}

.menu-list a.active {

    color: #E2B423;

}

.header-logo{

    text-align: center;

}





.dropdown:hover .dropdown-menu {

    display: block;

    margin-top: 0;

  }

  .dropdown .dropdown-menu {

    display: none;

  }

  .dropdown:hover .dropdown-toggle::after {

    border-top: 0;

    border-bottom: 0.3em solid;

  }



.hero_banner {

    position: relative;

    cursor: default;

}

.tourism-view {

    background-image: url(../img/banner_top.jpg);

    height: 400px;

    width: 100%;

    top: auto;

    bottom: 10px;

    z-index: 1;

    animation: 150s linear infinite reverse bannerbg;

    background-repeat: repeat;

    background-position: bottom;

}

.flight {

    background-image: url(../img/plane_icon.png);

    height: 100px;

    width: 330px;

    top: 35px;

    z-index: 1;

    background-repeat: no-repeat;

    background-size: cover;

    position: absolute;

    right: 100px;

}

.train {

    background-image: url(../img/train_icon.png);

    height: 145px;

    width: 578px;

    top: 256px;

    z-index: 1;

    background-repeat: no-repeat;

    background-size: cover;

    position: absolute;

    left: 40px;

}

.bus {

    background-image: url(../img/bus_icon.png);

    height: 100px;

    width: 335px;

    top: 388px;

    z-index: 1;

    background-repeat: no-repeat;

    background-size: cover;

    position: absolute;

    right: 40px;

}

.cruise {

    background-image: url(../img/ship_icon.png);

    height:250px;

    width: 396px;

    bottom: 40px;

    z-index: 1;

    background-repeat: no-repeat;

    background-size: cover;

    position: absolute;

    left: 40px;

}

.banner_bg{

    background-image: url(../img/banner_bottom.png);

    height: 317px;

    width: 100%;

    background-repeat: repeat;

    background-position: bottom;

}





@keyframes bannerbg {

    0% {

      background-position: 0;

    }

    100% {

      background-position: 1920px;

    }

  }

  @keyframes cruise {

    0% {

      transform: translateX(0);

    }

    100% {

      transform: translateX(2000px);

    }

  }













.about-section{

    width: 100%;

    background: url(../img/about-bg.jpg) no-repeat;

    background-size: cover;

    padding: 60px 0;

}

.about-para {

    padding: 0 90px;

    text-align: center;

    font-size: 18px;

    line-height: 33px;

    margin-bottom: 32px;

}

.about-stats {

    display: flex;

    width: 100%;

    justify-content: space-between;

    max-width: 750px;

    margin: auto;

}

.about-stats h5 {

    margin-bottom: 0;

    font-size: 26px;

}

.about-stats p {

    margin-bottom: 0;

    font-size: 16px;

}

.tour-vehicle-section{

    width: 100%;

    background: #f1f1f1;

    padding: 60px 0;

}

.tour_by_content {

    width: 430px;

    flex: 0 0 430px;

    padding-left: 30px;

}



.tour_by_img {

    flex: 1;

}



.tour_by_slider {

    display: flex;

    width: 100%;

}

.tour_by_content h3 {

    font-size: 24px;

}



.tour_by_content p {

    color: #252525;

}



.tour_tags_box {

    margin: 0px 0px 30px 0px;

    padding: 0;

    list-style: none;

    display: flex;

    flex-direction: column;

    gap: 15px;

}



.tour_tags_box .tour_tags {

    background: #FFF;

    border: solid 2px #CFCCCC;

    border-radius: 30px;

    padding: 5px 20px;

    font-weight: 500;

    width: auto;

    font-size: 15px;

    display: inline-block;

}



.explore_btn {

    display: flex;

    border-bottom: solid 2px #E2B423;

    width: 130px;

    justify-content: space-between;

    color: #893E14;

    font-weight: 600;

}



.explore_btn:hover, .explore_btn:focus {

    color: #E2B423;

}

.tour-vehicle-section ul.slick-dots {

    width: 100%;

    display: flex;

    gap: 10px;

    justify-content: center;

    margin-top: 25px;

    position: relative;

}



.tour-vehicle-section ul.slick-dots button {text-indent: -100px;overflow: hidden;width: 12px;height: 12px;border: none;border-radius: 30px;background: #E2B423;}



.tour-vehicle-section ul.slick-dots .slick-active button {

    background: #893E14;

}

.tour_by_img img{

    border-radius: 10px;

}

.enquire_btn_wrap {

    display: flex;

    justify-content: center;

    padding: 60px 0;

}



.enquire_btn {

    background: #E2B423;

    padding: 10px 40px;

    border-radius: 5px;

    display: flex;

    gap: 5px;

    color: #FFF;

    font-weight: 600;

}



.enquire_btn:hover, .enquire_btn:focus {

    background: #893E14;

}

.package_slide_item {

    display: flex;

    flex-wrap: wrap;

}



.slide_item_box {

    flex: 25%;

    box-sizing: border-box;

    padding: 10px;

}

.item_box_wrap {

    position: relative;

}

.item_box_overlay{

    width: 100%;

    border-radius: 10px;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17,47,56,0.80) 100%);

}

.item_box_content {

    position: absolute;

    bottom: 20px;

    left: 0;

    right: 0;

    z-index: 2;

    max-width: 350px;

    margin: auto;

}

.item_box_wrap img.img-fluid {

    border-radius: 10px;

}

.item_box_content h3 {

    color: #FFF;

    text-align: center;

    font-size: 20px;

    padding: 0 20px;

    margin-bottom: 0px;

}



.item_box_amount {

    color: #FFF;

    text-align: center;

    font-size: 15px;

    font-weight: 500;

}



.item_box_trip {

    color: #FFF;

    text-align: center;

    font-size: 14px;

    font-weight: 400;

}



.item_box_btn {

    display: flex;

    gap: 15px;

    justify-content: center;

    margin-top: 10px;

}



.book_btn {

    background: #E2B423;

    color: #fff;

    padding: 5px 20px 5px 20px;

    border-radius: 5px;

    font-weight: 500;

    font-size: 14px;

}



.book_btn:hover, .book_btn:focus {

    background: #FFF;

    color: #000;

}



.view_tour_btn {

    border: solid 2px #E2B423;

    color: #E2B423;

    padding: 5px 20px;

    border-radius: 5px;

    font-weight: 500;

    font-size: 14px;

}



.view_tour_btn:hover, .view_tour_btn:focus {

    background: #E2B423;

    color: #FFF;

}

.package_slider button.slick-prev {

    background: #FFF;

    border: solid 2px #893E14;

    border-radius: 30px;

    padding: 1px 15px;

    position: absolute;

    top: -40px;

    right: 65px;

    text-indent: -99999px;

    line-height: 42px;

}



.package_slider button.slick-next {

    background: #893E14;

    border: solid 2px #893E14;

    color: #FFF;

    border-radius: 30px;

    padding: 1px 15px;

    position: absolute;

    top: -40px;

    right: 0;

    line-height: 36px;

}

.slick-next:before {

    content: '→';

    display: inline-block;

}

.slick-prev:before {

    content: '→';

    rotate: 180deg;

    display: inline-block;

}

.slick-next:before {

    font-size: 20px;

    line-height: 1;

    color: #FFF;

}

.slick-prev:before {

    font-size: 20px;

    line-height: 1;

    color: #893E14;

}

.slick-next, .slick-prev {

    font-size: 0;

    line-height: 0;

    top: 50%;

    width: 54px;

    height: 30px;

    margin-top: -10px \9;

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

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

    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;

    border: none;

    outline: 0;

    background: 0 0;

}



.slick-dots, .slick-next, .slick-prev {

    position: absolute;

    display: block;

    padding: 0;

}

.sub_head{

    color: #E2B423;

}

.testimonial-section{

    padding: 60px 0;

}

.testimonial_wrap {

    width: 100%;

    text-align: center;

    padding: 40px 30px 0 30px;

    max-width: 900px;

    margin: auto;

}



.testimonial_img {

    width: 100%;

    text-align: center;

}



.testimonial_img img {

    width: 128px;

    height: 128px;

    object-fit: cover;

    border-radius: 100%;

    margin: auto;

}



.testimonial_content {

    padding-top: 25px;

}

.testimonial_content p {

    font-size: 16px;

}

.testimonial_content h4 {

    color: #E2B423;

    font-size: 20px;

}



.testimonial_content h4 span {

    color: #000;

    font-weight: 500;

    font-size: 17px;

}



.rating_box {

    display: flex;

    justify-content: center;

    margin-bottom: 20px;

    gap: 6px;

}



.rating_box img {

    width: 22px;

}

.testimonial_slider button.slick-prev {

    background: #FFF;

    border: solid 2px #893E14;

    border-radius: 30px;

    padding: 1px 15px;

    top: 45%;

    left: 65px;

    width: 60px;

    height: 60px;

    text-indent: -99999px;

    line-height: 70px;

    z-index: 99;

}



.testimonial_slider button.slick-next {

    background: #893E14;

    border: solid 2px #893E14;

    color: #FFF;

    border-radius: 30px;

    padding: 1px 15px;

    top: 45%;

    right: 0;

    width: 60px;

    height: 60px;

    line-height: 60px;

    z-index: 99;

}

.footer_top {

    background: #EBEBEB;

    padding: 50px 0 42px 0;

}



.footer_bottom {

    background: #893E14;

    text-align: center;

    color: #FFF;

    font-size: 13px;

    line-height: 20px;

    font-weight: 300;

    padding: 18px 0;

}

.footer_bottom a {

    color: #E2B423;

    text-decoration: underline;

}

.footer_bottom:hover,

.footer_bottom:focus {
    background:#E2B423;
    color: #FFF;

    text-decoration: none;

}

.sponser_logo {

    text-align: center;

    padding-top: 30px;

    display: flex;

    justify-content: center;

    gap: 10px;

}



.sponser_logo img {height: 70px;}



.footer_address li {

    margin-bottom: 12px;

    font-size: 14px;

    padding-left: 24px;

    position: relative;

    line-height: 24px;

}



.footer_address li img {

    position: absolute;

    left: 0;

    top: 5px;

    width: 17px;

    height: 17px;

}



.socail_icon {

    display: flex;

    gap: 10px;

}



.socail_icon li img {

    height: 20px;

}

.quick_links{

    margin-bottom: 10px;

}

.quick_links a {

    color: #000;

    font-size: 14px;

}



.quick_links a:hover, .quick_links a:focus {

    color: #E2B423;

}

.mobile-menu-btn{

	display:none;

}

.mobile_menu_drawer{

	display:none;

}



.login_box_wrap {

    max-width: 490px;

    margin:60px auto;

}



.header-logo img {

    height: 90px;

}







.login_box_wrap .header-logo {

    margin-bottom: 30px;

}



.otp_box {

    padding: 0px 30px 30px 30px;

}

.login_box {

    padding: 30px 30px 30px 30px;

    background: #f7f7f7;

    border-radius: 10px;

}

.modal-header{

    border-bottom: none;

}

.login_box h1, .otp_box h1 {

    font-size: 24px;

    text-align: center;

    margin-bottom: 0;

    color: #893E14;

}



.login_box p, .otp_box p {

    text-align: center;

    color: #ADACAC;

    font-size: 14px;

    margin-bottom: 10px;

    line-height: 20px;

}



.form-group {

    margin-bottom: 10px;

}



.form-group label {

    font-size: 14px;

    color: #707070;

}



.icon_field {

    position: relative;

}



.form-control {

    padding: 10px 15px 10px 40px;

}

.form-select {

    padding: 10px 15px 10px 15px;

}

.textarea-field{

    padding: 10px 15px 10px 15px;

}



.icon_field img {

    position: absolute;

    top: 13px;

    left: 12px;

    width: 19px;

    height: 19px;

}



.forgot_link {

    text-align: right;

}



.forgot_link a {

    color: #000000;

    font-weight: 500;

    font-size: 14px;

    text-decoration: underline;

}



.form_btns {

    display: flex;

    flex-direction: column;

    gap: 15px;

    margin-top: 15px;

    margin-bottom: 20px;

}



.btn_login {

    background: #E2B423;

    border: none;

    padding: 10px;

    font-size: 16px;

    font-weight: 700;

    color: #FFF;

    border-radius: 5px;

    height: 50px;

}

.btn_login:hover, .btn_login:focus {

    background: #893E14;

}

.btn_login_otp {

    background: #FFF;

    border: none;

    padding: 8px;

    height: 50px;

    font-size: 16px;

    font-weight: 700;

    color: #E2B423;

    border-radius: 5px;

    border: solid 2px #E2B423;

}







.register_link {

    text-align: center;

    font-size: 14px;

    color: #797878;

}



.register_link a {

    color: #282828;

    font-weight: 600;

}



.register_link a:hover, .register_link a:focus {

    color: #E2B423;

}



.forgot_link a:hover, .forgot_link a:focus {

    color: #E2B423;

}



.register_btn {

    display: inline-block;

    margin-top: 15px;

    margin-bottom: 20px;

    width: 100%;

}

.register_btn button{

    width: 100%;

}

.otp_field {

    width: 66px;

    padding: 10px;

    border: solid 2px #ebebeb;

    border-radius: 0;

    font-weight: 700;

    text-align: center;

    font-size: 24px;

    border-radius: 5px;

}



.otp_field_wrap {

    display: flex;

    gap: 10px;

    justify-content: space-between;

    margin-bottom: 30px;

    max-width: 350px;

    margin: 30px auto 30px auto;

}



.inner_banner{

    width: 100%;

    padding:100px 0;

    overflow: hidden;

    position: relative;

}
.inner_banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
        height: 100%;
    object-fit: cover;
}
.inner_banner::before{

    content: "";

    background: #00000096;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0px;

    left: 0px;
    z-index: 9;

}

.inner_banner span {

    color: #FFF;

    position: relative;

    z-index: 9;

    width: 100%;

    text-align: center;

    display: block;

    font-size: 36px;

    font-weight: 700;

}

.my-profile-section{

    width: 100%;

    padding: 60px 0;

}

.my-profile-section ul.nav-pills {

    border-bottom: solid 1px #d8d8d8;

    margin-bottom: 30px !important;

}



.my-profile-section ul.nav-pills .nav-link {

    color: #7C7C7C;

    font-weight: 600;

    padding: 0 30px 5px 30px;

}



.my-profile-section ul.nav-pills .nav-link.active {

    background-color: transparent;

    border-bottom: solid 2px #E2B423;

    border-radius: 0;

    color: #E2B423;

}



.my-profile-wrap{

    width: 100%;

    border: solid 1px #d8d8d8;

    padding: 18px 25px 25px 25px;

    border-radius: 10px;

}

.my-profile-wrap-step{

    width: 100%;

    border: solid 1px #d8d8d8;

    padding: 18px 25px 25px 25px;

    border-radius: 10px;

}

.passenger_tbl {

    width: 100%;

    border: solid 1px #dee2e6;

}



.passenger_tbl thead th {

    background: #f5f5f5;

    border-right: 1px solid #dee2e6;

    font-size: 14px;

    padding: 6px 14px;

}



.passenger_tbl tbody td {

    border-right: 1px solid #dee2e6;

    font-size: 14px;

    padding: 14px 14px;

}



.my-profile-wrap-step input.form-control, .my-profile-wrap-step textarea.form-control {

    padding-left: 15px;

}



.tbl_input {

    display: flex;

    gap: 14px;

}



.my-profile-wrap-step h6 {

    border-bottom: 1px dashed #e0e0e0;

    margin-top: 10px;

    padding-bottom: 4px;

}



.update_btn_wrap {

    display: inline-block;

    margin-top: 15px;

    margin-bottom: 10px;

    width: 100%;

}

.btn_update {

    background: #E2B423;

    border: none;

    padding: 10px 30px;

    font-size: 16px;

    font-weight: 700;

    color: #FFF;

    border-radius: 5px;

    height: 50px;

    width: auto;

    display: inline-block;

}

.btn_update:hover, .btn_update:focus {

    background: #893E14;

}



.my-order-wrap{

    width: 100%;

    border: solid 1px #d8d8d8;

    padding: 25px 25px 25px 25px;

    border-radius: 10px;

}

.my-order-wrap table {

    width: 100%;

    border: solid 1px #dbdee8;

    white-space: nowrap;

}

.my-order-wrap table thead {

    background: #f7f7f7;

    border-bottom: solid 1px #dbdee8;

}



.my-order-wrap table thead th {

    font-size: 13px;

    font-weight: 600;

    padding: 6px 10px;

}



.my-order-wrap table tbody td {

    font-size: 13px;

    font-weight: 400;

    padding: 10px 10px;

}



.my-order-wrap table tbody tr {

    border-bottom: solid 1px #dbdee8;

}



.my-order-wrap .booked_status {

    background: #eafbe9;

    padding: 2px 20px;

    border-radius: 40px;

    border: solid 1px #00b100;

    color: #00b100;

    font-weight: 500;

    display: inline-block;

    text-align: center;

}

.inner_banner h1 {
    color: #FFF;
}

.inner_banner .container {
    position: relative;
}

.my-order-wrap .canceled_status {

    background: #eafbe9;

    padding: 2px 20px;

    border-radius: 40px;

    border: solid 1px #d30202;

    color: #d30202;

    font-weight: 500;

    width: 110px;

    display: inline-block;

    text-align: center;

}

.success_label {

    color: #00b100;

    font-weight: 600;

}



.failed_label {

    color: #d30202;

    font-weight: 600;

}



.pending_label {

    color: #edd13d;

    font-weight: 600;

}

.download {

    font-weight: 600;

}

.download img {

    width: 16px;

}

.owner_box img {

    width: 100%;

}

.owner_name {

    border: solid 1px #ececec;

    padding: 10px;

}

.owner_box h6 {

    font-size: 19px;

    text-align: center;

    width: 100%;

    display: block;

    margin-bottom: 0px;

}



.owner_box span {

    text-align: center;

    width: 100%;

    display: block;

}



.owner_box_wrap {

    display: flex;

    flex-direction: column;

    gap: 25px;

}



/* Photo Gallery CSS */

.gallery_wrap {

    display: flex;

    flex-wrap: wrap;

    min-width: 320px;

    gap:15px;

  }

  

  .card {

    flex: 1 0 calc(25% - 15px);

    overflow: hidden;

    position: relative;

  }

  .card .content {

    z-index: 2;

    width: 100%;

    position: absolute;

    bottom: -100px;

    transition: all 0.7s ease;

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 10px;

    box-sizing: border-box;

    background: #E2B423;

  }

  .card .image {

    z-index: 1;

    height: 100%;

  }

  .card img {

    height: 100%;

    width: 100%;

    transition: all 0.5s ease;

    transform: scale(1.2);

  }

  

  .card:hover .content {

    bottom: 0px;

    color: #fff;

  }

  

  .card:hover .image img {

    transform: scale(1);

  }

  

  .card .content span:first-child {

    text-transform: uppercase;

    margin-bottom: 0px;

    font-weight: 700;

    letter-spacing: 1px;

    text-align: center;

    color: #fff;

    font-size: 16px;

  }

  

/* Photo Gallery CSS */



.main_head{

    margin-bottom: 30px;

}



.sidebar_box{

    padding: 30px 20px;

    background: #f7f8fa;

    border-radius: 20px;

    margin-bottom: 30px;

    border: none;

}

.sidebar_box h6 {

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 12px;

}



.sidebar_box h6 span {

    display: block;

    font-size: 19px;

    color: #E2B423;

}



.sidebar_item_content li a {

    font-size: 16px;

    color: #5E6D77;

    font-weight: 400;

    margin-bottom: 0;

    cursor: pointer;

    width: 100%;

    display: block;

    padding: 5px 0;

}



.sidebar_item_content li a:hover, .sidebar_item_content li a:focus {

    color: #E2B423;

}



.packages_item {

    background: #fff;

    border: none;

    box-sizing: border-box;

    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);

    border-radius: 15px;

    overflow: hidden;

    padding-bottom: 0;

    margin-bottom: 30px;

}

.packages_item:hover img {

    transform: scale3d(1.1, 1.1, 1.1);

}

.featured-image {

    display: block;

    overflow: hidden;

}

.featured-image img {

    height: 200px;

    object-fit: cover;

    transition: all 1.5s cubic-bezier(0,0,.2,1);

}

.content-item {

    position: relative;

    padding: 20px;

}



.content-item .c-main {

    font-weight: 700;

    font-size: 18px;

    line-height: 26px;

    margin-top: 0;

    margin-bottom: 5px;

    display: block;

    color: #000;

}



.section-footer {

    border-top: 1px solid #dedede;

    margin-top: 15px;

    padding-top: 15px;

    display: flex;

    justify-content: space-between;

}



.btn_more {

    background: #E2B423;

    border: none;

    padding: 10px 18px;

    font-size: 14px;

    font-weight: 700;

    color: #FFF;

    border-radius: 5px;

}

.btn_more:hover, .btn_more:focus{

    background: #893E14;

}

.btn_book {

    background: #FFF;

    padding: 8px 18px;

    font-size: 14px;

    font-weight: 700;

    color: #E2B423;

    border-radius: 5px;

    border: solid 2px #E2B423;

}

.btn_book:hover, .btn_book:focus{

    background: #E2B423;

    color: #FFF;

}



.register_tooltip{

    border-radius: 4px;

    background-color: rgba(53, 84, 209, .05);

    padding: 15px 20px;

    font-size: 14px;

    margin-bottom: 20px;

}

.register_tooltip_link{

    color:#E2B423;

    font-weight: 500;

}

.form_head{

    font-size: 20px;

}

.booking-sidebar {

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 30px;

}

.package_detail_box{

    border: 1px solid #e8e8e8;

    width: 100%;

    padding: 30px;

    border-radius: 5px;

}

.booking-img img {

    border-radius: 5px;

    height: 262px;

    object-fit: cover;

}

.package_head{

    font-size: 20px;

    padding-bottom: 10px;

    border-bottom: dashed 1px #c4c4c4;

    margin-bottom: 10px;

}

.package_details {

    background: #f8f6f4;

    height: 100%;

    text-align: center;

    display: flex;

    justify-content: center;

    flex-direction: column;

}

.package_details h6 {

    font-size: 22px;

}

.view_pkg_form {

    background: #E2B423;

    width: 136px;

    color: #FFF;

    padding: 5px 10px;

    display: block;

    border-radius: 3px;

    margin: 0 auto;

    font-weight: 500;

    font-size: 14px;

    border: none;

}

.view_pkg_form:hover, .view_pkg_form:focus{

    background: #893E14;

}

.booking-footer {

    border-top: 1px solid #ddd;

    padding-top: 15px;

    margin-top: 15px;

}



.booking-footer a {

    display: flex;

    gap: 10px;

    font-size: 17px;

    font-weight: 600;

    color: #E2B423;

    align-items: center;

}

.booking-footer a:hover,

.booking-footer a:focus{

    color: #893E14;

}

.package_icon {

    width: 16px;

}



.package_list li {

    display: flex;

    gap: 10px;

    font-size: 14px;

    line-height: 24px;

}



.packages_amenities {

    margin-top: 10px;

}



.packages_amenities ul {

    display: flex;

    gap: 15px;

    flex-wrap: wrap;

}



.amenities_list {

    display: flex;

    gap: 5px;

    font-weight: 500;

    font-size: 15px;

}



.amenities_list img {

    width: 20px;

}



.cities_card {

    position: relative;

    z-index: 0;

    border-radius: 4px;

    display: block;

    margin-bottom: 30px;

}

.cities_card:hover .cities_card_bottom {

    transform: translateY(0);

}

.cities_card:hover .cities_card_bg {

    opacity: 1;

}

.cities_card:hover .cities_card_top {

    opacity: 1;

}

.cities_card:hover .cities_card_btn {

    opacity: 1;

}



.cities_card_img {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: inherit;

    width: 100%;

}



.cities_card_img img {

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border-radius: inherit;

}



.cities_card_img:before {

    display: block;

    width: 100%;

    padding-bottom: 133.33333%;

    content: "";

    background: #0000001a;

}



.cities_card_content {

    overflow: hidden;

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border-radius: inherit;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    padding: 30px 20px;

    text-align: center;

}



.cities_card_bg {

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(5, 16, 54, 0.4);

    border-radius: inherit;

    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

    opacity: 0;

}



.cities_card_top {

    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

    opacity: 0;

}



.cities_card_desc {

    font-size: 14px;

    color: #FFF;

}



.cities_card_bottom {

    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

    transform: translateY(80px);

}



.cities_card_head {

    font-size: 26px;

    color: #FFF;

    margin-bottom: 20px;

    line-height: 30px;

}



.cities_card_btn {

    opacity: 0;

    width: 100%;

    background: #E2B423;

    height: 60px;

    color: #FFF;

    display: flex;

    align-items: center;

    justify-content: center;

    vertical-align: middle;

    text-align: center;

    font-weight: 500;

    font-size: 15px;

    line-height: 1.2;

    border-radius: 4px;

    border: 1px solid transparent;

    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.cities_card_btn:hover, .cities_card_btn:focus{

    background: #893E14;

}

.place_img {

    margin-bottom: 30px;

}



.place_img img {

    width: 100%;

}

.place_contents p strong {

    display: block;

}



.address_box {

    background: #fff;

    border-top: solid 6px #E2B423;

    box-sizing: border-box;

    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);

    border-radius: 10px;

    overflow: hidden;

    margin-bottom: 30px;

    padding: 30px;

    display: flex;

    flex-direction: column;

    min-height: 254px;

}



.address_box h3 {

    font-size: 22px;

}



.address_box a {

    color: #E2B423;

}

.contact-control {

    padding-left: 15px;

}

.contact_form {

    max-width: 550px;

    margin: auto;

    background: #F7f7f7;

    padding: 30px;

    border-radius: 10px;

}

.terms_page_content a {

    color: #E2B423;

    text-decoration: underline;

}

.terms_page_content a:hover, .terms_page_content a:focus{

    color: #893E14;

    text-decoration: none;

}

.facilities_list{

    width: 100%;

    display: block;

    margin-bottom: 30px;

    background: #fff;

    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);

    padding: 20px 20px;

    border: solid 1px #e9e9e9;

    border-radius: 5px;

}

.facilities_list h6{

    font-size: 20px;

    font-weight: 700;

    color: #E2B423;

}

.facilities_list p{

    margin-bottom: 0;

}

.what_include_box ul {

    border-radius: 4px;

    background-color: rgba(53, 84, 209, .05);

    padding: 20px 25px;

    font-size: 14px;

    margin-bottom: 20px;

}

ul.disclaimer_list {

    list-style: auto;

    margin-left: 18px;

}



ul.disclaimer_list li {

    margin: 5px 0;

    font-weight: 500;

}

.download-pdf-section{

    width: 100%;

    padding: 80px 0 180px 0;

}

.download_pdf_box {
    display: inline-block;
    font-weight: bold;
    color: #E2B423;
    font-size: 19px;
    margin-bottom: 20px;
    width: 100%;

}

.download_pdf_btn{
    background:#893E14;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 15px 20px 15px;
}
.download_pdf_btn span{
    width:100%;
    display:block;
    text-transform:uppercase;
}
.download_pdf_btn a{
    border:solid 1px #E2B423;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 13px;
    color: #E2B423;
    margin-top: 10px;
    text-transform:uppercase;
}
.download_pdf_btn a:hover, .download_pdf_btn a:focus {
    background: #E2B423;
    color: #FFF;
}
.download_pdf_box img {

    width: 100%;

}




.payment_wrap{
    padding:70px 0;
}
.razorpay-payment-button{
    padding:8px 20px;
    background:#00CC96;
    border:none;
    color:white;
    border-radius:5px;
}
.jaipur-pdf{

    text-align: right;

}

.all-tour-pdf{

    text-align: left;

}

.package_details_overview {

    margin-top: 30px;

    margin-bottom: 30px;

}



.tab-content {

    border: solid 1px #dee2e6;

    border-top: none;

    padding: 20px;

}



.nav-tabs li button {

    color: #9c9c9c;

    text-transform: capitalize;

    padding: 8px 22px;

    border: none !important;

}

.nav-tabs li button:hover, .nav-tabs li button:focus {

    color: #000;

    text-decoration: none;

    border: none;

}

.nav-tabs .nav-link.active {

    background: #e2b423;

    color: #FFF;

    border-color: #e2b423;

}

.tab_head {

    font-size: 16px;

    margin-bottom: 8px;

}



.Highlights_list {

    margin-bottom: 20px;

    list-style: disc;

    margin-left: 15px;

}



.Highlights_list li {

    font-size: 14px;

}



.Highlights_list li span {

    width: 150px;

    display: inline-block;

}

.tabs_table p {

    margin-bottom: 0;

}



.tabs_table li, .tabs_table td {

    font-size: 14px;

}

.tabs_table strong {

    font-size: 13px;

}



.tab-content .address_box {

    background: #fff;

    border: solid 2px #dee2e6;

    box-sizing: border-box;

    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);

    border-radius: 10px;

    overflow: hidden;

    margin-bottom: 10px;

    padding: 30px;

    display: flex;

    flex-direction: column;

    min-height: 224px;

}



.cart_page_wrap {

    display: flex;

    flex-direction: row;

    gap: 20px;

    justify-content: space-between;

}



table.cart_table {

    border-spacing: 0;

    border-collapse: collapse;

    margin-bottom: 30px;

    width: 100%;

    line-height: 1.4;

}



table.cart_table thead tr {

    border-bottom: 1px solid #ebebeb;

}



table.cart_table thead tr th {

    font-size: 14px;

    font-weight: 600;

    color: #000;

    text-align: left;

    padding: 14px 0px;

}



table.cart_table tbody tr {

    border-bottom: 1px solid #ebebeb;

}



table.cart_table tbody td {

    padding: 18px 10px;

    vertical-align: top;

}



table.cart_table tbody td.cart_item {

    padding-left: 0;

    display: flex;

    gap: 15px;

}



table.cart_table tbody td.cart_item .img-box {

    width: 100px;

    height: 100px;

}



table.cart_table tbody td.cart_item .img-box img {

    width: 100%;

    border-radius: 3px;

}



table.cart_table .cart_title {

    font-size: 15px;

    line-height: 19.6px;

    display: block;

    color: #000;

    font-weight: 700;

    margin-bottom: 10px;

}



.cart_variant {

    display: flex;

    flex-direction: column;

}



.cart_user {

    font-size: 14px;

    display: flex;

    gap: 25px;

    flex-direction: row;

    margin-bottom: 10px;

}
.top-bar-link {
  text-align: right;
}
.user_dropdown {
      text-align: right;
    width: auto;
    display: inline-block;
}
button.login-user-link.dropdown-toggle {
    background: transparent;
    border: none;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
}
button.login-user-link.dropdown-toggle {
    background: transparent;
    border: none;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
}

.user_dropdown ul.dropdown-menu {
    right: 0;
}

.user_dropdown ul.dropdown-menu li a {
    color: #000;
}
.cart_user b {
    font-weight: 600;
    font-size: 13px;
    display: block;
}



table.cart_table .remove_cart {

    text-decoration: underline;

    font-size: 13px;

    color: red;

    font-weight: 500;

}



table.cart_table .cart_quantity input {

    padding-left: 15px;

    width: 90px;

}



.cart_total, .cart_price {

    font-weight: 600;

}



.cart_right_wrap {

    width: 100%;

    padding: 20px;

    background-color: #f2f2f2;

    border-radius: 2.5px;

}



.cart_right_wrap h3 {

    font-size: 18px;

    font-weight: 600;

}



span.total-value {

    font-size: 26px;

    font-weight: 700;

    margin-bottom: 15px;

    display: block;

}



.checkout_btn {

    background: #E2B423;

    width: 100%;

    color: #FFF;

    padding: 5px 10px;

    display: block;

    border-radius: 3px;

    margin: 0 0 15px 0;

    font-weight: 500;

    font-size: 14px;

    border: none;

    text-align: center;

}



.checkout_btn:hover, .checkout_btn:focus {

    background: #893E14;

}



.cart_trust {

    display: flex;

    flex-direction: column;

}



.cart_trust_list {

    display: flex;

    justify-content: space-between;

    gap: 10px;

}



.cart_trust p {

    margin-bottom: 5px;

}

.cart_right {

    width: 300px;

}



.cart_left {

    flex: 1;

}
.package_slide_item .slide_item_box img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}