.bandhavgarh-bg{
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 125px 10px;
}
.bandhavgarh-bg h1{
    text-align: center;
    color: #ffffff;
}
.bandhavgarh-bg-color{
    background: rgb(255 225 171 / 10%) url(../img/destinations/branch-new.jpg) right top no-repeat;
    text-align: center;
    padding: 2% 0;
}
.bandhavgarh-bg-color .b-white, .bandhavgarh-bg .b-white{
    background: #272727;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 18px;
}
 .bandhavgarh-bg .b-white{
     background: #ffffff;
    color: #272727;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
 }
.bandhavgarh-bg-color .b-white h4{
color: #ffffff;
padding: 15px 0px 10px 0px;
}
.bandhavgarh-bg .b-white h5{
    color: #272727;
text-align: center;

	}
.turist-attraction img{
    border-radius: 10px;
}
.bandhavgarh-bg-color figure{
    background: #9F7335;
    border-radius: 250%;
    width: 160px;
    height: 160px;
    display: block;
    transition: all .3s;
    padding: 28px;
    display: block;
    margin: auto;
}
.bandhavgarh-bg-color figure:hover {
    background: #004D00;
    transition: all .3s;
}
.bandhavgarh-bg-color .button, .blog-section .card .card-body .button{
    background: url(../img/destinations/arrow-right.png) no-repeat right;
    padding-right: 24px;
    color: #FF9413;
    margin-top: 10px;
}
.bandhavgarh-top-things{
    background:  url(../img/destinations/thing-bg.jpg) repeat;
    background-position: center;
    background-size: cover;
    padding: 53px 10px;
}
.bandhavgarh-top-things .button, .place-cities .button{
    background:  url(../img/destinations/arrow-right.png) no-repeat right;
    padding-right: 24px;
    color: #FF9413;
    margin-top: 10px;
    float: right;
}

.bandhavgarh-top-things .card {
    background: #fff;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    overflow: hidden;
}

.bandhavgarh-top-things .card img{
    margin-left: 35px;
    margin-bottom: 10px;
}
.geographical-details li:nth-child( odd ) {
   background-color: #F5F5F5;
   padding: 5px 3px 5px 10px;
   font-size: 15px;

}
.geographical-details li:nth-child( even ) {
    background-color: #D1D1D1;
    padding: 7px 5px 7px 10px;
    font-size: 15px;
 }
 .place-cities{
    background-color: #eee;
    padding: 20px 20px 40px 20px;
 }
 .geographical-details-tabs ul li{
    border: #ccc solid 1px;
    border-bottom: none;
    margin: 0 2px 0 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
 }
 .geographical-details-tabs ul li  .nav-link.active{
    border: 0px;
    background: #92673D;
    color: #fff;
 }

 .geographical-details-tabs ul li  .nav-link{
    padding: 9px 55px;
    color: #161616;
 }
  .faq-section {
    background: rgb(255 225 101 / 20%);
    padding: 2% 0px;
} 
.faq-section .accordion-button{
    background: transparent;
    border-bottom: 1px solid #dbd2aa;
    border-radius: 0px !important;
}
.faq-section .accordion-item{
    background: transparent;
    border: 0px !important;
}
.faq-section .accordion-button:not(.collapsed){
     color: #000;
}
.blog-section .card .image-top {
    border-radius: 10px;
    padding: 0!important;
    overflow: hidden;
    height: 280px !important;
}
.blog-section .card .image-top  a {
    text-decoration: none;
    transition: all .3s;
}
.blog-section .card .image-top  a:hover img {
    transform: scale(1.1);
}
.blog-section .card .image-top img {
    object-fit: cover;
    height: 280px !important;
}
.blog-section .card {
border: 0px;
}



.box-details{
    background: #d9d9d9;
    padding: 2% 0px 7%;
    margin-bottom: -4%;
    margin-top: 50px;
}
.box-details .box{
        background: #ffffff;
        box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
        overflow: hidden;
        border-radius: 10px;
}
.box-details .box .info_1 {
    background: #92673D;
}
.box-details .box .info_2 {
    background: #4B6F45;
}
.box-details .box .info_3 {
    background: #6F4745;
}
.box-details .box h4 {
    font-size: 22px;
    margin-bottom: 0px;
    padding: 10px 0px 10px 20px;
    color: #ffffff;
}
.box-details .box ul {
    margin-left: 30px;
}
.box-details .box ul li {
    list-style-type: disc;
    padding: 8px 0px;
    border-bottom: #ccc dashed 1px;
}
.box-details .box ul li a{
font-size: 14px;
}
.box-details .box ul li:last-child {
    border: none;
}

/* ===================================== Online Booking Bandhavgarh Bg CSS Start ====================================== */
.online-booking-bandhavgarh-bg{
    background-image:  url("../img/destinations/bottom-banner.jpg");
    background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 20px 10px;
position: relative;
}

.online-booking-bandhavgarh-bg:before {
    background: rgb(0 0 0 / 66%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.safari-header-content{
    position: relative;
}
.safari-header-content .box1, .safari-header-content .box2 {
    background: rgb(255 255 255 / 20%);
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}
.safari-header-content .table tbody tr:nth-child(even) {
    background: #606060;
}
.safari-header-content .table-bordered tr td {
    color: #fff;
}


/* ================================Calender Css Start ================================================ */

/*=================================================Calender Css Start ======================================*/

.wrapper {
    margin: 15px auto;
    max-width: 1100px;
}

.container-calendar {
    background: #ffffff;
    padding: 15px;
    max-width: 475px;
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #00a2b7;
    color: #fff;
    border: 1px solid #0aa2b5;
    border-radius: 4px;
    padding: 5px 10px;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}

.table-calendar td, .table-calendar th {
    padding: 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
}

.date-picker.selected {
    font-weight: bold;
    outline: 1px dashed #00BCD4;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

/* friday */
.date-picker:nth-child(6) {
  color: green;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}
.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

.online-booking-form .form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
}
.online-booking-form .form-group {
    margin: 1rem 0rem;
}
/*======================================================= Calender Css End =====================================*/

/* =================================Tour Css Start ======================================================== */

.tour-book-bg{
    background-image:linear-gradient(
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.8)
        ), url("../img/destinations/bandhav-tour3.jpg");
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 10px;
}
.tour-bg-color{
    background-color: #FFE1AB;
    padding: 15px 10px;
}
.tour-bg-color .col-md-2{
    padding: 2px;
}
.tour-bg-color form  .form-control{
    padding: 11px 7px;
}

.value-button {
    display: inline-block;
    margin: 0px;
    width: 38px;
    line-height: 2.5;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  .value-button:hover {
    cursor: pointer;
  }
  
  .form-group #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
  }
  
  .form-group #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
  }
  
  .form-group #input-wrap {
    margin: 0px;
    padding: 0px;
  }
  
  input.number {
    text-align: center;
    margin: 0px;
    width: 40px;
  }
  
  .show-box .box-input input{
    border: 0px;
}
.show-box .box-input {
    border: 1px solid #ddd;
    padding: 8px 1px 0 0px;
    margin-bottom: 5px;
}
.tour-details-search ul.day-night li{
    font-size: 12px;
    padding: 0 11px 0 0px;
}  
.tour-details-search ul.day-night li i{
    font-size: 12px;
    color: #DF6951;
}  
.tour-details-search ul.star li i{
    color: #DF6951;
}
.tour-search-border{
    border: 1px solid #D7DCE3;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.tour-details-search .tour-search-border img{
    height: 208px;
    object-fit: cover;
     border-radius: 11px;
    overflow: hidden;
    transition: transform .2s; /* Animation */
}
.tour-details-search .tour-search-border .day-tour {
    position: absolute;
    left: 4px;
    font-weight: 500;
    width: 65px;
    height: 65px;
    border: 2px solid #64e31b;
    border-radius: 100%;
    background: #64e31b;
    color: #fff;
    font-size: 27px;
    line-height: 65px;
    top: 7px;
    padding: 0 3px 0 31px;
}
.tour-rot {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    transform: rotate(-90deg);
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 5px;
    top: 24px;
}
.tour-details-search .tour-search-border img:hover{
    transform: scale(1.1);
}
.tour-search-border .tour-search-content{
    padding: 10px 0px;
}
.tour-details-search .tour-search-border:hover{
    background-color: rgb(255 225 171 / 40%)
}
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
/* =================================Tour Css End  ======================================================== */


/* ========================================= Toure With Jeep Css =============================================== */
.tour-book-bg-borders {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border-bottom: none;
}
.tour-book-bg-borders img {
    max-height: 272px;
    object-fit: cover;
}
.tour-book-holiday .durations {
    background: url(../img/destinations/imgcol.jpg) no-repeat center 5px;
    height: 68px;
    text-align: center;
    padding-top: 9px;
    min-width: 205px;
}
.tour-book-holiday .durations p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    position: relative;
    text-align: center;
}
.toure-book-bg-gray{
    background-color: #161616;
}
.toure-book-bg-gray p{
    font-size: 13px;
    display: block;
    line-height: 43px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.tour-packege-list table thead th {
    height: 40px;
    border-right: 1px solid #ddd;
    line-height: 15px;
    font-size: 14px;
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.tour-packege-list table thead {
    background: #f4f4f4;
}
.tour-packege-list table tbody td {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height: 15px;
     height: 50px;
    font-size: 18px;
    color: black;
    border-right: 1px solid #ddd;
}

.tour-packege-list{
    background: #585653 !important;
    margin: 30px 0px;
    padding: 5px 10px 10px !important;
    max-width: 1210px;
    margin: 30px auto;
    border-radius: 7px;
}
.btns-design{
    padding: 8px;
    margin-bottom: 5px;
}
.tour-days-section .toure-days img{
    border-radius: 10px!important;
    overflow: hidden;
}
.tour-days-section .toure-days{
    background: #ffffff;
    border-radius: 10px;
    margin: 20px 0px;
}
.tour-days-section{
    background: rgb(204 207 212 / 10%);
    padding: 50px 0px;
}
.toure-days .text-centers{
    display: flex;
    align-items: center;
}
.toure-days .all-days{
    border: 1px solid #6AAF08;
    border-radius: 50px;
    padding: 29px 11px 28px 11px;
    height: 100px;
    width: 100px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    rotate: -93deg;
    line-height: 19px;
    margin: auto;
}
.toure-days .all-days:hover{
    background-color: #6AAF08;
    color: #ffffff;
    border: 1px solid #6AAF08;
}
.inclu-exclu ol li{
list-style-type: auto;
}
.inclu-exclu ul li i{
    padding-right: 8px;
    color: red;

}
/* ========================================= Toure With Jeep End =============================================== */

/* ========================================= Hotel Css Start =============================================== */

.hotel-bg-image{
    background-image: linear-gradient(
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.8)
        ), url("../img/destinations/hotel-banner.jpg");
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 10px;
}
.hotel-bg-color{
        background: #FFE1AB;
        margin-bottom: 5px;
        position: relative;
        z-index: 1;
        padding: 10px 0;
    }
.hotel-star ul li{
padding-left: 10px;
}
.hotel-star ul li i{
    color: #C6A576;
    }
.hotel-star input{
  margin-top: 7px;
}
.sidebar-box, .sidebar-main{
    border: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: none !important;
}
.sidebar-box:hover, .sidebar-main:hover {
    background: rgb(255 225 171 / 40%);
}
.side-end span{
    font-size: 13px;
}
.side-end button{
	padding: 3px 15px;
    font-weight: bold;
    background-color: #198754;
    border: 1px solid #198754;
    color: #ffffff;
    border-radius: 6px;
}
.sidebar-footers .sidebar-footer-list{
    display: flex;
    padding: 0px 4px 11px 26px;
}
.car-name{
        background: #e6fcff;
    padding: 5px 8px;
    font-size: 13px;
    margin-top: 10px;
}
.sidebar-main ul.car-icons li{
    font-weight: bold;
    color: #000000;
}
.sidebar-main ul li span{
    padding-right: 10px;
}


.g-price {
    margin-top: 24px;
    padding: 12px 0px 0px 18px;
}
.sidebar-box img{
    height: 180px;
    object-fit: cover;
}
.sidebar-box .g-info{
    position: relative;
    padding: 15px;
}
.sidebar-box .g-attributes .item:before {
    content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    background: grey;
    vertical-align: middle;
    margin-right: 5px;
}
.sidebar-box .booking-item-rating-stars {
display: flex;
}
.sidebar-box .booking-item-rating-stars li{
    color: #DF6951;
    font-size: 14px;
    margin: 0px 4px;
    }
    .sidebar-box .g-info  .location {
        position: absolute;
        right: 17px;
        bottom: 5px;
        font-size: 13px;
        color: hsl(204, 12%, 42%);
    }
    .sidebar-box .g-rate-price {
        padding: 15px 15px 15px 0;
    position: relative;
        background: #f5f5f5;
        border-left: #e6e4e4 solid 1px;
    }
    .service-review-pc .all-rating-reviews {
        margin-left: 22px;
    }
.service-review-pc .total-rating {
        display: inline-block;
        background: #2EC785;
        color: white;
        font-size: 12px;
        border-radius: 5px;
        padding: 2px 10px;
    }
 /* .g-rate-price .g-price {
        text-align: right;
        position: absolute;
        right: 15px;
        bottom: 10px;
        float: right;
    } */
/* ==============================================Price Fiter Css Start ======================================== */


/* ==============================================Price Fiter Css End ======================================== */
.main-caheckout-section {
    background: #ffffff;
    box-shadow: rgba(100,100,111,0.1) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 4%;
    overflow: hidden;
}
.main-caheckout-section .space {
    padding: 10px 10px;
}
.main-caheckout-section .booking-table {
    border: #ccc solid 1px;
    padding: 8px 10px 0px 10px;
}
.main-caheckout-section .form-group {
    margin-bottom: 10px;
}
.main-caheckout-section  .BlockTitle {
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: #373737;
    font-size: 13px;
    font-weight: normal;
}
.main-caheckout-section .back {
    background: #FCDA7A;
    color: #111110;
    display: inline-block;
    width: 74px;
    border-radius: 3px;
    padding: 9px 7px 9px 0px;
    margin-left: 20px;
}
.form-actions .btn {
    border: none;
    background-color: #28a745;
    color: #ffffff;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px;
    transition: background .2s, color .2s;
    font-size: 14px;
    font-weight: 500;
}
.final-payment-method {
     background: #111110;
    padding: 15px 0px;
}
.heading{
    background: #92673D;
    padding: 4px 10px;
}
.heading h5{
    color: #ffffff;
}
.Foresttable{
    border: #61685f 1px solid;
}
.Foresttable td {
    padding: 6px;
    border: #61685f 1px solid;
    text-align: left;
    width: 25%;
}
/* ========================================= Hotel Css Start =============================================== */

/* ========================================= Hotel Checkout Css Start =============================================== */
.hotel-checkout{
    background: #FFE1AB;
    padding: 2% 0 4%;
}

.form-group .show-btn {
    padding: 9px 20px; 
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid gray;
    background-color: #ffffff;
    height: 65px;
    overflow: hidden;
}
.form-group .show-box{
    padding: 12px 5px;
    border-radius: 8px;
    position: absolute;
    box-shadow: none;
    border: 1px solid gray;
    z-index: 999;
    background: #FFFFFF;
}

/* ========================================= Hotel Checkout Css End =============================================== */


/* ========================================Hotel Details Css Start ================================================ */

.hotel-details-gallary .gallery a ,.hotel-details-gallary .gallery a img{
width: 100%;
}
.hotel-details-gallary .gallery .col-sm-3{
padding: 5px;
}
.hotel-details-gallary .image-first img{
height: 369px;
object-fit: cover;
}
.hotel-details-gallary .image-secound img{
    height: 180px;
    object-fit: cover;
    }
.hotel-detail-facilities-list ul {
        padding: 10px 10px 0px;
    }
    .hotel-detail-facilities-list ul li a{
        font-weight: bold;
    }
    .hotel-detail-facilities-list ul li.active a{
        color: #DF6951;
        border-bottom: 1px solid #DF6951;
        
    }
    .dfhhl ul {
    margin-left: 15px;
    margin-top: 9px;   
    }
    .dfhhl ul li i{
        color: #DF6951;
    }

.all-type .row .col-lg-3{
    padding: 0px;
    border: 1px solid #d7dce3;
}
.all-type  h5{
    background-color: #EEEEEE;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d7dce3;
}
.all-type .room-type-sec{
    padding: 10px;
}
.all-type .room-type-sec img{
    width: 100%;
    border-radius: 21px;
    margin-bottom: 8px;
}
.Amenities h2{
    border-bottom: 1px solid #d7dce3;
}
.Amenities ul{
    line-height: 40px;
}
.Amenities ul li i {
    font-size: 30px;
    padding-right: 14px;
    line-height: 2;
    vertical-align: middle;
}
/* ========================================Hotel Details Css Start ================================================ */
 @media (max-width: 580px) {
      .tour-packege-list table tbody td{
      	font-size: 12px;
      }
      .tour-packege-list table thead th{
      	font-size: 12px;
      }
    }
.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
  
    @media (max-width: 580px) {
      grid-template-columns: 1fr;
    }
  
    .img-box {
      border: 1px solid #ffffff;
      position: relative;
    }
  
    .img-box:hover .transparent-box {
      background-color: rgba(0, 0, 0, 0.6);
    }
  
    .img-box:hover .caption {
      transform: translateY(-5px);
    }
  
    img {
      max-width: 100%;
      display: block;
      height: auto;
    }
  
    .caption {
      color: white;
      transition: transform 0.3s ease, opacity 0.3s ease;
      font-size: 1.5rem;
    }
  
    .transparent-box {
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      transition: background-color 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .main-photo {
      grid-row: 1;
      grid-column: 1;
    }
  
    .sub {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 0em;
  
      &:nth-child(0) {
        grid-column: 1;
        grid-row: 1;
      }
  
      &:nth-child(1) {
        grid-column: 2;
        grid-row: 1;
      }
  
      &:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
      }
  
      &:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
      }
    }
  }
  
  .hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  @media screen and (min-width: 1280px) {
       .container {
      margin: 0 auto;
      width: 1250px;
    }
  }
  

/* ====================================== Hotel Details Css End ==================================================== */

/* ====================================== Booking Checkout Css Start ==================================================== */
  
.checkout-section .reviews-book{
        background: #FFE1AB;
        margin-bottom: -3%;
        padding: 2% 0 4%;
  }
  .tour-booking-bg{
    background: #ffffff;
    box-shadow: rgba(100,100,111,0.1) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 4%;
    overflow: hidden;
    padding: 20px;
  }
  .tour-booking-bg .check-in {
    background: #D6E9FF;
    margin: 0 -20px;
    padding: 10px 20px;

  }
.btn-bg{
    background: linear-gradient(90deg, #0093E8 11.41%, #1C47B4 83.56%);
    letter-spacing: .2px;
    border-radius: 7px;
    color: #ffffff;
    font-weight: bold;
}
.booking-sidebar{
    background: #ffffff;
    box-shadow: rgba(100,100,111,0.1) 0 1px 9px 0;
    border-radius: 5px;
    overflow: hidden;
}
.booking-sidebar .booking-sidebar-content{
    padding: 0px 20px;
}
.booking-sidebar-content ul li{
    border-bottom: #eaeef3 solid 1px;
    margin: 0!important;
    padding: 10px 0!important;
}
.booking-sidebar-content ul li:last-child {
    background: #D6E9FF;
    margin: 0 -20px!important;
    padding: 14px 20px!important;
    border-top: #eaeef3 solid 1px;
  }
/* ====================================== Booking Checkout Css End ==================================================== */



/* ========================================= Car Css Start =============================================== */

.car-bg-image{
    background-image: linear-gradient(
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.8)
        ), url("../img/destinations/car-banner.jpg");
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 10px;
}

/* ========================================= Car Css End =============================================== */



/* =========================================Price Filter Css Start =============================================== */



    .filter-price {
    width: 220px;
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  .price-title {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
  }
  
  .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgba(248, 247, 244, 0.2);
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
  }
  
  .price-field input[type="range"] {
    position: absolute;
  }
  
  /* Reset style for input range */
  
  .price-field input[type="range"] {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
  }
  
  .price-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  
  .price-field input[type="range"]:active,
  .price-field input[type="range"]:focus {
    outline: 0;
  }
  
  .price-field input[type="range"]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
  }
  
  /* Style toddler input range */
  
  .price-field input[type="range"]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  .price-field input[type="range"]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  .price-field input[type="range"]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  /* Style track input range */
  
  .price-field input[type="range"]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
  }
  
  .price-field input[type="range"]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
  }
  
  .price-field input[type="range"]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
  }
  
  /* Style for input value block */
  
  .price-wrap {
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
  }
  
  .price-wrap-1,
  .price-wrap-2 {
    display: flex;
  }
  
  .price-title {
    margin-right: 5px;
    backgrund: #d58e32;
  }
  
  .price-wrap_line {
    margin: 0 10px;
  }
  
  .price-wrap #one,
  .price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #000;
    font-family: "Karla", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
  }
  
  .price-wrap label {
    text-align: right;
  }
  
  /* Style for active state input */
  
  .price-field input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #000;
    transition-duration: 0.3s;
  }
  
  .price-field input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #000;
    transition-duration: 0.3s;
  }
  
/* =========================================Price Filter Css End =============================================== */




@media all and (max-width: 1024px) {
    .geographical-details-tabs ul li  .nav-link{
        padding: 9px 36px;
     }
    }
@media all and (max-width: 991px) {
    .geographical-details-tabs ul li  .nav-link{
        padding: 9px 16px;
     }
    }
 @media all and (max-width: 600px) {
    .geographical-details-tabs ul li  .nav-link{
        padding: 9px 24px;
     }
     .bandhavgarh-bg-color figure{
        width: 100px;
        height: 100px;
        padding: 15px;
    }
        .bandhavgarh-bg .b-white h4 {
        font-size: 19px;
    }
    }