@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Nunito';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.srcn-container{
    width: 90% !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}




body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #555;
}
.responsive-table{
    width: 100%; 
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

strong::selection,
input::selection,
button::selection,
a::selection,
li::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
p::selection {
    color: #fff;
    background: #5e9732;
}

body {
    padding: 0;
    margin: 0;
}

/* my css */
.custume-size{
    height: 424px;
}

/* form */
::placeholder {
    color: #FFf;
}

.inquery input {
    color-scheme: dark;
}

.about-bandhavghar {
    position: relative;
    width: 100%;
    background: #F1EEE9;
    padding: 100px 0px;
}

/* form-end */
.top_header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: #648c05;
}

.col-lg-9.top-bar-content {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.d-row-.Query-from {
    width: 50%;
    margin: 0 auto;
    padding: 31px 0;
}

h1.text-conter-in{
    text-align: center;
    margin: 0 0 18px;
}
.hover-text-in{
    color: #648c05 !important;
    font-weight: 700;
}
.overview_box{
    background: #fff;
    border-radius: 15px;
    padding: 45px;
}
.fishing-img-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.modal-xl {
  --bs-modal-width: 595px !important;
}
#phone {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
}

#phone i {
    margin-right: 5px;
    font-size: 18px;
    align-items: center;
}

a.top-btns,
button.top-btns {
    padding: 10px 5px;
    font-size: 12px !important;
    text-decoration: none;
    color: #fff !important;
}

a.top-btns:hover,
button.top-btns:hover {
    color: #648c05 !important;
    background: #fff !important;
    border-radius: 5px !important;
    transform: scale(1.07);
}

.navbar {
    width: 100%;
    padding: 100px 0px;
    /* background: url(../corbett-images/navbar-background-1.webp);
    background-position: unset;
    background-repeat: no-repeat; 
    background-size: cover; */
    /* box-shadow: 0px 0px 10px rgba(220, 220, 230, 0.7); */
}

.nav-link {
    padding: 0px !important;
    display: inline-block !important;
}

li.nav-item {
    font-weight: 700 !important;
}

ul.navbar-nav.ms-auto {
    gap: 1.5rem;
    margin-right: 30px;
}

ul.navbar-nav {
    align-items: end;
    gap: 1rem;
}

.navbar-brand {
    padding: 12px;
}

ul.dropdown-menu {
    box-shadow: 0px 1px 1px #888888;
}

div#navbarSupportedContent {
    justify-content: start;
    padding: 20px;
}

ul.navbar-nav {
    align-items: start;
    gap: 1rem;
}

.dropdown-item {
    font-size: 13px !important;
    color: white !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #61c27c !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #648c05 !important;
}

a.nav-link:hover {
    color: #648c05;
    transition: all ease-in 0.2s;
}

li.nav-item.dropdown {
    display: inline-block;
}

div#navbarSupportedContent {
    justify-content: end;
}

ul.dropdown-menu {
    background: #648c05;
    color: #fff;
    top: 20px !important;
}

.sticky-box {
    width: 100%;
    background: #eef7f0;
    box-shadow: rgba(105, 105, 105, 0.1) 1px 1px 5px 5px;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

.sticky-box ul {
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.sticky-box ul li {
    list-style: none;
    padding: 10px 50px;
}

.sticky-box ul li:hover {
    transform: scale(1.2);
}

.sticky-box ul li a {
    display: inline-block;
    text-decoration: none;
    color: #648c05;
}

.sticky-box ul li img {
    margin-bottom: 0;
    transition: all .5s;
    opacity: 1;
    height: 30px;
    position: relative;
    top: 0;
}

.sticky-box ul li h3,
.sticky-box ul li span {
    color: #648c05;
    font-size: 13px;
    font-weight: normal;
    font-weight: 700;
    transition: all .5s;
    letter-spacing: .2px;
}

.sticky-box ul li.enquire a span {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Nunito';
    background: none;
    margin-right: 4px;
    border: 1px solid #648c05;
    width: auto;
    padding: 9px 15px;
    border-radius: 50px;
    color: #38404f;
}

.sticky-box ul li.enquire a span:hover {
    background: #648c05;
    color: white;
}

.sticky-box ul li.enquire a span img {
    margin-right: 8px;
    height: auto;
}

.home-main-banner {
    width: 100%;
    padding: 100px 0px;
    background: url(../corbett-images/navbar-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.main_banner_heading p {
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    text-transform: none;
    color: #fff;
    /* margin-left: 80px; */
}

.home-1-banner {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 1rem;
}

.banner-img-text {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.banner-img-text .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.banner-img-text:hover .content-overlay {
    opacity: 0;
}

.banner-img-text:hover .try {
    display: none;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    bottom: 10%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.banner-img-text:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.banner-img-text .try {
    bottom: 0;
}

.banner-img-text p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 22px;
    left: 0px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
}

.news_slider {
    display: flex;
    justify-content: space-between;
}

.news_slider_slides img {
    width: 100%;
    margin-bottom: 15px;
}

.news_slider_slides p {
    width: 80%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
}

.news_slider_slides h3 {
    width: 80%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}

.main-section {
    width: 100%;
    display: flex;
    position: relative;
    height: 90vh;
}

.bg-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.banner-img-text img {
    width: 379px;
    height: 134px;
    border-radius: 50px;
}

.bg-heading {
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0px 25px;
}

.bg-heading h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.bg-heading a {
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    font-weight: 400;
}

.main-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.main-heading h1 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    text-transform: lowercase;
}

.nt-park {
    height: 740px;
    background: url(../corbett-images/second-sec.webp );
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-content-park {
    padding: 0px 11px;
    margin-top: 117px;
}

.right-content-park {
    padding: 0px 70px;
    margin-top: 117px;
}

.left-content-park h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    text-transform: capitalize;
    color: #648c05;
}

.left-content-park p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #585858;
    padding: 0px 131px 0px 0px;
}

.right-content-park p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #585858;
    padding-right: 15px;
}

.btn-park {
    display: inline-block;
    background: #fff;
    border: 1px solid #648c05;
    border-radius: 10px;
    padding: 12px 30px;
    color: #648c05;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.btn-park:hover {
    color: white;
    background: #648c05;
}

.things-section {
    width: 100%;
    background: #eaeede;
    position: relative;
    padding: 120px 0px;
}

.img-cards h2:hover {
    color: #648c05 !important;
    font-weight: 800;
}

.img-cards a {
    text-decoration: none;
}

.img-cards a i:hover {
    color: #648c05 !important;
    font-weight: 800;
}

.point-section {
    position: relative;
    width: 100%;
    background: #648c05;
}

.border-img {
    width: 100%;
}

.btn-point {
    background: #fff;
    border: 1px solid #648c05;
    border-radius: 10px;
    padding: 12px 30px;
    color: #648c05;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 500;
}

.btn-point:hover {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

.col-9.ms-auto.point-gallery {
    text-align: start;
    margin-top: 108px;
}

.point_heading {
    text-align: left;
    position: absolute;
    top: 20px;
    left: 2rem;
    color: white;
}

.point_heading p {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
}

.point_heading h2 {
    color: #fff;
    margin: 0 auto;
    font-size: 40px;
}

.img-cards a:hover {
    color: #0f5132 !important;
}

.pic5 a {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 0rem;
    left: 29rem;
}

.pic6 a {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 9rem;
    right: 5rem;
}

.pic7 a {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 1rem;
    right: 12rem;
}

.pic8 a {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 1rem;
    right: 5rem;
}

.attraction-section {
    width: 100%;
    position: relative;
}


.attraction-hd p {
    font-size: 12px;
    font-weight: 700;
    color: #4B4B4B;
    margin: 0 auto;
}

.attraction-hd h2 {
    font-size: 52px;
    color: #648c05;
    font-weight: 700;
}

h4.accordion1-item__label {
    display: block;
    text-align: center;
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
}

.slide-box {
    overflow: hidden;
}

.slide img {
    margin-bottom: 33px;
}

.slide h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #121212;
}

.slide h2:hover {
    color: #648c05;
    font-weight: 800;
}

.slide p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    text-align: -webkit-auto;
    padding-right: 2rem;
}

.slick-track {
    display: flex;
    opacity: 1;
    width: 1276px;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
}

.slider-1.slick-initialized.slick-slider {
    overflow: hidden;
    position: relative;
}

.slider-1 .slick-list.draggable {
    height: 750px;
}

#reaspns-section {
    width: 100%;
    position: relative;
    margin-bottom: 72px;
}

.s2_slides{
    display: flex !important;
    width: 1076px;
    align-items: center;
    padding-bottom: 70px;
}

.s-content h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #4B4B4B;
}

.s-content h2:hover {
    font-weight: 800;
    color: #648c05;
}

.s-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
}

.carousel-gallery {
    width: 100%;
    position: relative;
    margin: 40px 0px;
}

.carousel-text-contant h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-transform: none;
    color: #648c05;
    margin-bottom: 20px;
}

.carousel-text-contant p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    color: #616161;
    margin-bottom: 20px;
}


@media (max-width: 450px) {

    .carousel-text-contant h2 br,
    .carousel-text-contant p br {
        display: none;
    }
}

.carousel-slides h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    width: 92%;
    color: #000;
}

.carousel-slides h2:hover {
    color: #648c05;
    font-weight: 800;
}

.carousel-slides p {
    color: #616161;
    margin: 0px;
}

.carousel-2 .carousel-slides img {
    width: 259px !important;
    height: 259px !important;
    border-radius: 50px;
}
.carousel-2 .carousel-slides .me {
    width: auto!important;
    height:auto !important;
    border-radius: 50px;
}

.news {
    width: 100%;
    background: #648c05;
    position: relative;
    display: flex;
    align-items: center;
}

.news-text-contant h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.news-text-contant p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.news-btn {
    background: #fff;
    border: 1px solid #648c05;
    border-radius: 10px;
    padding: 12px 30px;
    color: #648c05;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.news-btn:hover {
    color: white;
    background: #648c05;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.news-letter {
    background: #fff;
    border-radius: 20px;
    display: block;
    width: 281px;
    height: 150px;
    text-align: center;
    margin-top: 75px;
    padding: 25px;
}

.news-letter h3 {
    font-size: 23px;
    font-weight: bold;
    color: #648c05;
    margin-bottom: 24px;
}

.news-letter a {
    padding: 10px 30px;
    background: #648c05;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: none;
}

.news-letter a:hover {
    border: 2px solid #648c05;
    background: #D4DBD4;
    color: #648c05;
}

.news-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    border-radius: 100px;
    height: 536px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.lion-text {
    padding: 25px 40px;
    border-radius: 100px;
}

.lion-text p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.lion-text h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 400;
}

.lion-text i {
    color: #fff;
    font-size: 30px;
}

.lion-text i:hover,
.news-part-3 i:hover {
    color: #99cd1e;
}

.post-image img {
    border-radius: 100px;
}

.single_slider .news-part-3 .post-image img {
    width: 100%;
}

.news-part-3 {
    text-align: center;
}

.news-part-3 img {
    margin-bottom: 30px;
}

.news-part-3 p {
    color: #fff;
    font-size: 15px;
    padding-right: 45px;
    font-weight: 400;
}

.news-part-3 h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    list-style: 30px;
    font-weight: 400;
}

.news-part-3 i {
    font-size: 30px;
    color: #fff;
}

.about-corbett {
    position: relative;
    width: 100%;
    background: #F1EEE9;
    padding: 100px 0px;
}

.about-part1 p {
    margin: 0;
}

.about-part1 h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    color: #648c05;
    margin-bottom: 30px;
}

p.long-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #616161;
    padding: 0 16px;
}

.image__btn {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.my-btn {
    background: #fff;
    border: 2px solid #648c05;
    border-radius: 15px;
    color: #648c05;
    padding: 10px 25px;
    font-weight: bold;
    text-decoration: none;
}

.my-btn:hover {
    background: #648c05;
    color: #fff;
    border: 2px solid #fff;
}

.image__btn .about-btn {
    border-radius: 15px;
    font-size: 10px;
    padding: 8px 20px;
    margin-top: 10px !important;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.about-btn:hover {
    color: #fff;
}

.accordion1 {
    display: flex;
    overflow: hidden;
}

.accordion1-tabs {
    display: flex;
    flex-direction: column;
    width: 20%;
}

a.accordion1-tab {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 45px;
    color: #648c05;
    text-decoration: none;
    width: 100%;
    cursor: pointer !important;
}

a.accordion1-tab span {
    font-size: 14px;
}

a.accordion1-tab:hover {
    /* font-size: 32px !important; */
    color: #648c05;
    cursor: text;
}

.accordion1-content {
    width: 100%;
    padding: 20px;
}

.accordion1-tabs:focus {
    outline: none;
}

.accordion1-item {
    border-bottom: 1px solid #DCDCE6;
}

.accordion1-item:last-child {
    border: none;
}

.accordion1-item__label {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    transition: padding 0.2s ease;
    color: #648c05;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    margin-left: 40px;
}

.accordion1-item__label::after {
    content: '\002B' !important;
    position: absolute;
    top: -4px;
    right: 20px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(45deg);
    opacity: 1;
    transition: opacity 0.1s ease;
    border-radius: 2px;
    border: 5px solid transparent;
    color: #648c05 !important;
}

.accordion1-item__container {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.accordion1-active .accordion1-item__label {
    padding-bottom: 0;
    cursor: inherit;
}

.accordion1-active .accordion1-item__label:hover {
    background: none;
}

.accordion1-active .accordion1-item__label::after {
    opacity: 0;
}

.accordion1-active .accordion1-item__container {
    height: auto;
    padding: 20px;
    opacity: 1;
}

.accordion1-active .accordion1-item__container p:first-child,
.accordion1-active .accordion1-item__container h4:first-child {
    margin-top: 0;
}

.accordion1-active .accordion1-item__container p:last-child,
.accordion1-active .accordion1-item1__container h4:last-child {
    margin-bottom: 0;
}

.travel-section {
    width: 100%;
}

.travel-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
    color: #648c05;
}

.col-lg-3.cards {
    padding: 62px 42px;
    width: 286px;
    height: 438px;
    border-radius: 15px;
    box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.col-lg-3.cards:hover {
    transform: scale(1.10);
    z-index: 2;
}

.col-lg-3.cards img {
    margin-bottom: 52px;
}

.col-lg-3.cards h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
}

.col-lg-3.cards h2:hover {
    font-weight: 800;
    font-size: 27px;
}

.col-lg-3.cards p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #4B4B4B;
    padding-right: 10px;
}

.card-gap {
    gap: 3.6rem;
}

.card-1 {
    background: #EFF4EF;
}

.card-1 h2 {
    color: #567856;
}

.card-2 {
    background: #EEF5F8;
}

.card-2 h2 {
    color: #48768A;
    margin-bottom: 30px;
}

.card-3 {
    background: #FBF2F1;
}

.card-3 h2 {
    color: #C8392C;
}

.card-4 {
    background: #FBF2F1;
}

.card-4 h2 {
    color: #9A7F3D;
}

.table-index tbody tr td,
.table-index tbody tr {
    border: 1px solid #D4DBD4 !important;
    text-align: center !important;
}

.index-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #616161;
}

.frequently-heading h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 50px;
    color: #648c05;
    margin-top: 12px;
}

.frequently-heading h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    color: #648c05;
    margin-top: 12px;
}

.frequently-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}


.frequentl-accordion-item-text {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 14px 0 14px 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #648c05;
    gap: 12px;
}
.accordion-button:not(.collapsed) {
    color: #648c05 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    border-top: none !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);

}
.accordion-item{
    border: none;
    border-bottom: 1px solid #ccc !important;
}
.frequentl-accordion-row {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


.accordion-header {
    margin-bottom: 0;
    display: flex;
    position: relative;
    align-items: center;
}

.ribbon {
    width: 100%;
    background: #648c05;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 19px 0px;
}

p.ribbon-para {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
}

.row.for-centre {
    align-items: center;
    text-align: center;
}

.call a,
.mail a,
.chat a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.call a:hover,
.mail a:hover,
.chat a:hover {
    color: #61C27C !important;
    font-weight: 700;
}

.rebn-btn {
    background: #fff;
    border: 1px solid #648c05;
    border-radius: 10px;
    padding: 10px 25px;
    color: #648c05;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.rebn-btn:hover {
    color: white;
    background: #648c05;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.modal-header {
    background: none;
}

.modal-content {
    background: url(../corbett-images/background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inquery input:focus:focus-visible {
    border: 2px solid #648c05 !important;
    outline: none;
}

.inquery textarea:focus:focus-visible {
    border: 2px solid #648c05 !important;
    outline: none;
}

.inquery.inquery-popup h2 {
    color: #fff;
}

.inquery.inquery-popup {
    background: none;
}

.inquery.inquery-popup input,
.inquery.inquery-popup textarea {
    border-radius: 5px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 5px 10px;
}

.inquery.inquery-popup .form-btn {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 14px;
}

.inquery.inquery-popup .form-btn:hover {
    border: none;
    background: #648c05;
    color: #fff;
}

label#name-error,
label#email-error,
label#-error,
label#arival_date-error,
label#country_name-error,
label#contact_number-error,
label#stay_duration-error,
label#number_of_person-error,
label#requirements-error,
label#exampleFormControlTextarea1-error {
    color: red;
    font-size: 11px;
    margin-right: auto;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.modal-content {
    border-radius: 0px !important;
    border: none;
}

.footer-background {
    width: 100%;
    background: #fff;
}

.main-footer {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.main-footer .col-lg-3 img {
    width: 75%;
    margin-top: 8px;
}

.main-footer .col-lg-3 h3 {
    font-size: 14px;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    display: flex;
    align-items: center;

}

.main-footer .col-lg-3 h3 a {
    text-decoration: none;
    color: #282E3A;
    position: relative;
}

.main-footer .col-lg-3 h3 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #648c05;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s;
}

.main-footer .col-lg-3 h3 a:hover:before {
    transform: scaleX(1);
}


.main-footer .col-lg-3 ul {
    padding: 0;
}

.main-footer .col-lg-3 ul li {
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #545A6F;
    cursor: pointer;
}

.main-footer .col-lg-3 ul li a {
    text-decoration: none;
    color: #616161;
    position: relative;
}

.main-footer .col-lg-3 ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #648c05;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s;
}

.main-footer .col-lg-3 ul li a:hover:before {
    transform: scaleX(1);
}

.mini-footer {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 4rem;
}

.mini-footer .col-6 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #545A6F;
}

.social-icons i {
    text-align: center;
    background: #d7d7d7;
    border-radius: 100px;
    padding: 12px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.social-icons i:hover {
    color: #fff;
    background: #648c05;
    transition: ease-in-out 0.3s;
}

.mini-footer .col-1 a {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background: #E0E0E0;
    border-radius: 10px;
    text-decoration: none;
    color: white;
}

#site-map-list li {
    margin-left: 10px !important;
    color: #4F4F4F;
}

#site-map-list li a:hover {
    color: #648c05 !important;
    font-weight: 700;
    font-size: 16px;
}

.jeep-safari-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4B4B4B;
    text-transform: none;
}

.jeep-safari-right p a {
    text-decoration: underline;
}

.jeep-safari-right p a:hover {
    background: #648c05;
    color: #fff;
    padding: 3px;
    text-decoration: none;
}

.breadcrumb li {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 19px;
    color: #648c05 !important; 
}

.breadcrumb li a {
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #4B4B4B !important;
}

.breadcrumb_second {
    display: flex;
    gap: 10px;
}

.breadcrumb_second li {
    color: #fff !important;
    list-style: none;
}

.breadcrumb_second li a {
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #fff !important;
}

.breadcrumb li a:hover,
.breadcrumb_second li a:hover {
    color: #61C27C !important;
}

.tour_packages,
.travel_information,
.jeep-safari-right h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    text-transform: none;
    color: #648c05;
    margin-bottom: 25px;
}

.jeep-safari-right h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #648c05;
    margin-top: 10px;
    margin-bottom: 9px;
}

ul.major-list {
    list-style-type: none;
    font-size: 16px;
    line-height: 32px;
    color: #4B4B4B;
    padding-left: 20px;
    font-weight: 400;
}

.table {
    background: #fff;
    border: 1px solid #E0E0E0;
}

.table thead tr {
    background: #F1EEE9;
    border: 1px solid #E0E0E0;
}

.table thead tr th {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #121212;
    border: 1px solid #E0E0E0; 
}

.table thead tr th span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #121212;
}

.table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4B4B4B; 
}
.index-list-2{
    margin: 0px;
    padding-left: 28px;
}

.index-list-2 li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #4b4b4b;
}

.table tbody tr th {
    border: 1px solid #e7e7e7;
    color: #4B4B4B; 
    font-size: 14px;
}

@media (max-width: 575px) {
    .table tbody tr th {
        line-height: 20px;
    }

    .reposnsive-table {
        overflow-x: auto;
    }
}

.table tbody td {
    border: 1px solid #e7e7e7;
}

.jeep-safari-right a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px; 
    color: #648c05;
    text-decoration: none;
}

.jump-to {
    border-left: 4px solid #648c05;
    height: 280px;
}

.jump-to p {
    font-weight: 600;
    font-size: 12px;
    color: #121212;
    margin: 0;
}

.jump-to-list ul li {
    list-style: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    align-items: center;
    color: #121212;
    margin-left: 10px;
}

.jump-to-list ul li a:hover {
    color: #648c05;
}

.jump-to-list ul li a {
    font-weight: 800;
    font-size: 17px;
    line-height: 45px;
    text-decoration-line: underline;
    color: #121212;
    margin-left: 20px;
    text-decoration: none;
}

.packages-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #648c05;
    margin-bottom: 45px;
}

.packages-gallery p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4B4B4B;
    margin-top: 30px;
}

.packages-gallery a img {
    width: 100%;
    border-radius: 50px;
}

.packages-gallery a img:hover {
    transform: scale(1.02);
    transition: all 0.4s;
    opacity: 0.6;
}

.packages-gallery h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #648c05;
    margin-bottom: 20px;
}

.packages-gallery ul {
    display: flex;
    padding: 0;
    gap: 1.3rem;
    margin: 0;
    flex-wrap: wrap;
}

.packages-gallery ul li {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 10px;
    color: #4B4B4B;
    list-style: none;
}

.review {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: center;
    margin: 25px 0px;
}

.review p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #4B4B4B;
    margin: 0;
}

.packages-gallery-btn {
    display: inline-block;
    background: #fff;
    border: 1px solid #648c05;
    border-radius: 10px;
    color: #648c05;
    padding: 9px 30px;
    text-decoration: none;
    margin-top: 20px;
}

.packages-gallery-btn:hover {
    background: #648c05;
    color: #fff;
}

.border-top {
    border-top: 1px solid #E0E0E0;
    padding: 30px 0px;
}

.slider-3 .mb-3 img {
    width: 100%;
    height: 93%;
}

.slider-3-pics .mb-3 img {
    width: 85px;
    height: 85px;
    border-radius: 15px;
    object-fit: cover;
}

.slider-3-side_img img {
    width: 100%;
    height: 239px;
    object-fit: cover;
}

.jump-to h3 {
    font-weight: 600;
    font-size: 12px;
    color: #121212;
    margin: 0;
}

.wildlife-tour-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.wildlife-tour-list li {
    list-style: none;
}

.wild-life_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px; 
    color: #648c05;
    margin: 0px;
}

.wildlife-tour-menu {
    display: flex;
    padding: 0px;
    gap: 4rem;
    font-size: 14px;
}

.wildlife-tour-menu li,
.picture-gallery-menu {
    list-style: none;
}

.wildlife-tour-menu a::after,
.picture-gallery-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #648c05;
    top: 32px;
    left: 0;
    transition: 0.3s;
}

.wildlife-tour-menu a,
.picture-gallery-menu a {
    text-decoration: none;
    color: #38404F;
    position: relative;
    padding: 0 10px;
}

.wildlife-tour-menu a:hover,
.picture-gallery-menu a:hover {
    color: #648c05;
}

.wildlife-tour-menu a:hover::after,
.picture-gallery-menu a:hover::after {
    width: 100%;
}

.wild_life_overview {
    width: 100%;
    background: #F1EEE9;
}

.col-lg-12.overview_box {
    background: #fff;
    border-radius: 15px;
    padding: 45px;
}

h2.overview-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px; 
    color: #648c05;
}

p.overview-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4B4B4B;
}

.overview_box a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #648c05;
    text-decoration: none;
}

.accordion-btns button {
    border: 1px solid #E0E0E0;
    border-radius: 60px;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    text-transform: capitalize;
    color: #4B4B4B;
    padding: 0px 20px;
    margin-right: 10px;
}

.accordion-body h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #121212;
}

.accordion-button strong {
    color: #648c05;
}

.accordion-icons {
    display: flex;
    gap: 2rem;
    text-align: center;
}



.accordion:last-child {
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 1px solid #E0E0E0 !important;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #648c05 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

ul.wildlife-tour-menu.border-bottom {
    padding: 10px 0px;
}

.col-lg-12.three-box {
    display: flex;
    padding: 0px;
    justify-content: stretch;
}

.write_a_review {
    background: #fff;
    border-radius: 15px;
}

.reviews {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #E0E0E0;
    padding: 20px 98px;
    border-top: none;
}

.reviews:hover {
    border-bottom: 4px solid #61C27C;
    cursor: pointer;
}

.reviews img {
    width: 30px;
    height: 30px;
}

.review-text strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #4B4B4B;
}

.review-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #4B4B4B;
}

.col-lg-12.write-review,
.col-lg-6.traveller_rating,
.col-lg-12.review-rating.border-top {
    padding: 20px 45px;
}

h2.write-review-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #4B4B4B;
}

.review-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 8px;
}

.form-check {
    margin-bottom: 1rem !important;
}

.col-lg-4.review-line img {
    margin-bottom: 34px;
}

.col-lg-12.btns_review a {
    padding: 6px 20px;
    margin-right: 11px;
    border: 1px solid #4B4B4B;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #4B4B4B;
}

.col-lg-12.btns_review a:hover {
    background: #648c05;
    color: #fff !important;
}

.col-lg-12.search-btn-review form {
    width: 100%;
    padding: 6px;
    background: #fff;
    border: 1px solid #E0E0E0;
    display: flex;
}

.col-lg-12.search-btn-review form input {
    flex: 1;
    border: none;
    outline: none;
}

.col-lg-12.search-btn-review form .fa-search {
    align-items: center;
    padding: 10px 15px;
    color: #61C27C;
}

.col-lg-1.profile_pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-lg-1.profile_pic p {
    background: #FFF6F3;
    padding: 20px;
    border-radius: 50px;
}

.col-lg-3.profile-review-info p img {
    margin-right: 10px;
}

.col-lg-3.profile-review-info p {
    margin: 10px 0px;
    padding: 0px;
}

.col-lg-12.review_list_name.border-bottom {
    padding: 0px 15px;
}

.col-lg-12.profile-review-content h2 {
    font-size: 15px;
    line-height: 21px;
    color: #4B4B4B;
}

.col-lg-12.col-lg-12.profile-review-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #4B4B4B;
}

.col-lg-12.col-lg-12.profile-review-content a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #61C27C;
    text-decoration: none;
}

.col-lg-12.date_of_review p {
    margin: 0;
}

.helpful_share a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #121212 !important;
    text-decoration: none;
}

.helpful_share a i {
    margin-right: 10px;
}

.inquery {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.inquery h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    text-align: center;
    color: #648c05;
}

.inquery input,
.inquery textarea {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #48768A;
    background: none;
}
.form-control{
   appearance: auto !important;
}

.form-control:focus {
    border-color: #60c27c !important;
    outline: none !important;
    box-shadow: 0 0 0 0.05rem #61c27c !important;
}

.inquery .form-btn {
    padding: 10px 0px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #648c05;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.inquery .form-btn:hover {
    color: #648c05;
    border: 2px solid #648c05;
    background: none;
}





.where-do-you {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
}

.row.agra.border-bottom {
    justify-content: space-between;
    align-items: center;
}

#banner-section {
    height: 400px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.reach_heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: none;
    color: #648c05;
    margin-bottom: 45px;
}

.reach-by h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #121212;
    padding: 7px 0px;
}

.reach-by img {
    width: 281px;
    height: 281px;
    object-fit: cover;
    border-radius: 50px;
}

.reach-by a {
    display: inline-block;
}

.reach-border {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 !important;
}

.reach-by p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #4B4B4B;
}

.border-bottom {
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0px;
    margin-bottom: 14px;
}

.major-city h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #38404F;
    margin-top: 25px;
}
.major-city h2:hover{
color: #648c05;
}

.major-city img {
    width: 100%;
    transition: 0.4s;
}

.major-city img:hover {
    opacity: 0.6;
    transform: scale(1.05);
}

.major-city p {
    font-size: 18px;
}

.stars img {
    width: 20px;
    height: 20px;
}

.amenities_list {
    padding: 0;
}

.amenities-list-item {
    list-style: none;
    margin-bottom: 16px;
}

.amenities-list-item img {
    margin-right: 15px;
}

.location-list-item {
    list-style: none;
    margin-bottom: 30px;
}

p.location-wild-p {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #38404F;
    margin-bottom: 3rem;
}

.location-wild p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #38404F;
    margin-bottom: 45px;
}

p.best-place-sub-heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
    color: #648c05;
}

p.best-place-sub-heading-2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #648c05;
}

.the_area {
    background: #F1EEE9;
    width: 100%;
    padding: 50px 0px;
}

h2.the-area-heading,
h2.contribute-heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
    color: #648c05;
}

p.the-area {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #121212;
}

.col-lg-7.search-btn-contribute form {
    width: 100%;
    padding: 6px;
    background: #fff;
    border: 1px solid #E0E0E0;
    display: flex;
    border-radius: 10px;
}

.col-lg-7.search-btn-contribute form .fa-search {
    align-items: center;
    padding: 10px 15px;
    color: #61C27C;
}

.col-lg-7.search-btn-contribute form input {
    flex: 1;
    border: none;
    outline: none;
}

li.contribute-li {
    list-style: none;
}

p.contribute-p {
    margin: 0;
}

.fade {
    transition: opacity .1s linear;
}

.col-lg-7.scroll-park-gallery {
    overflow: scroll;
    height: 795px;
}

.col-lg-7.scroll-park-gallery::-webkit-scrollbar {
    width: 5px;
}

.col-lg-7.scroll-park-gallery::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E0E0E0;
}

.col-lg-7.scroll-park-gallery::-webkit-scrollbar-thumb {
    background: #648c05;
    border-radius: 10px;
}

section.panna-nt-park {
    width: 100%;
    background: #648c05;
}

.panna-nt-park-heading {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
    color: #fff;
}

.panna-sub-heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #fff;
}

.panna-paragraph {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}

section.history-panna {
    width: 100%;
}

.col-lg-5.his_panna_img.mt-5.mb-5 {
    text-align: center;
}

.his_panna_img img {
    width: auto !important;
    border-radius: 50px;
    height: 500px;
}

.col-lg-7.his_panna_content h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    color: #648c05;
}

.col-lg-7.his_panna_content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #4b4b4b;
    margin-top: 20px;
}

.toggle-active {
    font-weight: 400;
    font-size: 15 px;
    text-decoration: none;
    line-height: 19px;
    text-transform: capitalize;
    color: #fff;
    background: none;
    border: none;
}

.panna_things_bg {
    background: linear-gradient(180deg, #F1EEE9 100%, #fff 25%);
}

.p_with_image_panna a img {
    width: 100%;
    height: 475px;
    border-radius: 50px;
    object-fit: cover;
}

p.panna-paragraph-01 {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #4B4B4B;
    padding: 0px 25%;
}

.places_of_interest-content h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 69px;
    text-align: center;
    text-transform: capitalize;
    color: #648c05;
}

.places_of_interest-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B4B4B;
}

section.excursions {
    background: #648c05;
    padding: 70px 0px;
}

.excursions h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 69px;
    color: #fff;
    margin-bottom: 25px;
}

.excursions-p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    width: 60%;
}

.col-lg-12.excursions-banner {
    width: 100% !important;
    border-radius: 100px;
    background: #fff;
}

.col-lg-5.excursions-banner-contant {
    padding: 60px 50px !important;
    background: #fff;
    border-radius: 100px;
}

img.best-time-visit-img {
    max-width: 100%;
    height: 475px;
    border-radius: 50px;
    object-fit: cover;
}

.excursions-banner-img.col-lg-7.p-0 {
    overflow: hidden;
    border-radius: 100px;
}

.excursions-banner-img.col-lg-7.p-0 img {
    width: 100%;
    height: 421px;
    object-fit: cover;
    border-radius: 100px;
}

.excursions-banner-img img:hover {
    transform: scale(1.3);
    transition: 1s;
    filter: brightness(0.5);
}

.excursions-banner h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #4B4B4B;
}

.excursions-banner h3:hover {
    color: #648c05;
    font-weight: 800;
}

section.how_to_reach {
    background: #F1EEE9;
}

.accordion1 input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-wrapper {
    overflow: hidden;
    width: 455px;
    margin: 0;
}

.accordion1 {
    background: none;
    width: auto;
    color: rgb(0, 0, 0);
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion1:last-child {
    margin-bottom: 0;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #121212;
    background: none;
}

.accordion-label:hover {
    background: rgb(239, 241, 243);
}

.accordion-label::after {
    content: "\002B";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    background: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #D4DBD4;
}

.accordion-content p {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
}

.accordion1 input:checked+.accordion-label {
    background: none;
    padding: 0px;
}

.accordion1 input:checked+.accordion-label::after {
    transform: rotate(90deg);
}

.accordion1 input:checked~.accordion-content {
    max-height: 100vh;
    padding: 16px;
}

.do_and_donts_list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #4B4B4B;
    padding: 10px 0 0 15px;
}

.do_and_donts_list li::marker {
    content: '\276F';
    color: #648c05;
}

#contactus {
    border: 2px solid #0f5132 !important;
    padding: 10px !important;
    text-align: center !important;
}

.interest-section {
    padding: 0px 0px 93px 0px;
}

.interest-section .haeding span {
    font-size: 12px;
    font-weight: 700;
    color: #4B4B4B;
    margin: 0 auto;
}

.interest-section .haeding h2 {
    font-weight: 700;
    font-size: 31px;
    line-height: 37px;
    text-transform: none;
    color: #648c05;
    margin-bottom: 10px;
}

.interest-section .haeding p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    color: #616161;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .interest-section .haeding h2 {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width: 575px) {
    .interest-section .haeding p {
        font-size: 14px;
        line-height: 20px;
    }
}

.interest-section .row {
    justify-content: space-between;
}

@media (max-width: 767px) {
    .interest-section .row {
        gap: 13px;
    }
}

.interest-section .row .left {
    width: 47%;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 581px;
    position: relative;
    margin-right: 10px;
}

@media (max-width: 1366px) {
    .interest-section .row .left {
        width: 44%;
    }
}

@media (max-width: 1200px) {
    .interest-section .row .left {
        padding-left: 0.8rem;
    }
}

@media (max-width: 1304px) {
    .interest-section .row .left {
        width: 46%;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 1192px) {
    .interest-section .row .left {
        width: 44%;
    }
}

@media (max-width: 767px) {
    .interest-section .row .left {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .interest-section .row .left {
        padding-left: 0px;
        width: 96%;
    }
}

.interest-section .row .left .image-part {
    position: relative;
}

.interest-section .row .left .image-part figure {
    max-width: 581px;
}

.interest-section .row .left .image-part figure img {
    filter: contrast(1.2);
    border-radius: 50px;
    width: 100%;
}

@media (max-width: 1366px) {
    .interest-section .row .left .image-part figure img {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .interest-section .row .left .image-part figure img {
        border-radius: 20px;
    }
}

.interest-section .row .left .shadow {
    border-radius: 0px 0px 50px 50px;
    padding: 156px 34px 28px 33px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    position: absolute;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .interest-section .row .left .shadow {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .interest-section .row .left .shadow {
        border-radius: 0px 0px 45px 45px;
    }
}

@media (max-width: 767px) {
    .interest-section .row .left .shadow {
        border-radius: 0px 0px 45px 45px;
    }
}

@media (max-width: 400px) {
    .interest-section .row .left .shadow {
        border-radius: 29px;
    }
}

.interest-section .row .left .shadow a {
    text-decoration: none;
}

.interest-section .row .left .shadow h3 {
    color: #fff;
    font-family: 'Nunito';
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    margin: 0px;
    padding-bottom: 12px;
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .left .shadow h3:hover {
    color: #648c05;
}

@media (max-width: 1192px) {
    .interest-section .row .left .shadow h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .left .shadow h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.interest-section .row .left .shadow .pera-icon {
    display: flex;
    align-items: center;
}

.interest-section .row .left .shadow .pera-icon p {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

@media (max-width: 1192px) {
    .interest-section .row .left .shadow .pera-icon p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .left .shadow .pera-icon p {
        font-size: 12px;
    }
}

.interest-section .row .left .shadow .pera-icon figure {
    margin: 0px;
}

.interest-section .row .left .shadow .pera-icon figure :hover {
    transform: translate(0, -24%);
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .left .shadow .pera-icon figure img {
    width: 23px;
}

@media (max-width: 992px) {
    .interest-section .row .left .shadow .pera-icon figure img {
        width: 15px;
    }
}

.interest-section .row .right {
    width: 53%;
    padding-right: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1px;
}

@media (max-width: 1192px) {
    .interest-section .row .right {
        width: 50%;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .interest-section .row .right {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .interest-section .row .right {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .interest-section .row .right .image-part-2 {
        gap: 0px;
    }
}

@media (max-width: 576px) {
    .interest-section .row .right .image-part-2 {
        margin: auto;
    }
}

@media (max-width: 473px) {
    .interest-section .row .right .image-part-2 {
        flex-direction: column;
        gap: 22px;
    }
}

@media (max-width: 473px) {
    .interest-section .row .right .image-part-2 .col-6 {
        width: 100%;
    }
}

.interest-section .row .right .image-part {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .interest-section .row .right .image-part {
        margin: auto;
        max-width: 316px;
    }
}

.interest-section .row .right .image-part figure {
    max-width: 316px;
}

.interest-section .row .right .image-part figure img {
    filter: contrast(1.2);
}

@media (max-width: 1366px) {
    .interest-section .row .right .image-part figure img {
        width: 100%;
    }
}

.interest-section .row .right .shadow1 {
    padding: 0px 23px 23px 34px;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
    position: absolute;
    max-width: 316px;
    bottom: 16px;
}

@media (max-width: 1192px) {
    .interest-section .row .right .shadow1 {
        padding: 0px 17px 23px 18px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow1 {
        padding: 0px 14px 12px 14px;
    }
}

@media (max-width: 767px) {
    .interest-section .row .right .shadow1 {
        padding: 0px 25px 27px 23px;
    }
}

.interest-section .row .right .shadow1 a {
    text-decoration: none;
}

.interest-section .row .right .shadow1 h3 {
    color: #fff;
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 8px;
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .right .shadow1 h3:hover {
    color: #648c05;
}

@media (max-width: 1192px) {
    .interest-section .row .right .shadow1 h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow1 h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.interest-section .row .right .shadow1 .pera-icon {
    display: flex;
    align-items: flex-end;
}

.interest-section .row .right .shadow1 .pera-icon p {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

@media (max-width: 1192px) {
    .interest-section .row .right .shadow1 .pera-icon p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow1 .pera-icon p {
        font-size: 12px;
    }
}

.interest-section .row .right .shadow1 .pera-icon figure {
    margin: 0px;
}

.interest-section .row .right .shadow1 .pera-icon figure :hover {
    transform: translate(0, -24%);
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .right .shadow1 .pera-icon figure img {
    width: 23px;
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow1 .pera-icon figure img {
        width: 15px;
    }
}

.interest-section .row .right .shadow2 {
    padding: 0px 31px 23px 34px;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
    position: absolute;
    max-width: 316px;
    bottom: 16px;
}

@media (max-width: 1192px) {
    .interest-section .row .right .shadow2 {
        padding: 0px 17px 23px 18px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow2 {
        padding: 0px 14px 12px 14px;
    }
}

@media (max-width: 767px) {
    .interest-section .row .right .shadow2 {
        padding: 0px 25px 27px 23px;
    }
}

.interest-section .row .right .shadow2 a {
    text-decoration: none;
}

.interest-section .row .right .shadow2 h3 {
    color: #fff;
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 8px;
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .right .shadow2 h3:hover {
    color: #648c05;
}

@media (max-width: 1192px) {
    .interest-section .row .right .shadow2 h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow2 h3 {
        font-size: 16px;
        line-height: 22px;
    }
    button.accordion-button.collapsed {
        background-color: transparent !important;
    }
    .accordion-button:not(.collapsed) {
        background-color: transparent !important;
    }
}

.interest-section .row .right .shadow2 .pera-icon {
    display: flex;
    align-items: flex-end;
}

.interest-section .row .right .shadow2 .pera-icon p {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

@media (min-width: 1200px) and (max-width: 1230px) {
    .home-1-banner {
        gap: 7px;
    }
}

@media (max-width: 1192px) {
    .interest-section .row .right .shadow2 .pera-icon p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow2 .pera-icon p {
        font-size: 12px;
    }
}

.interest-section .row .right .shadow2 .pera-icon figure {
    margin: 0px;
}

.interest-section .row .right .shadow2 .pera-icon figure :hover {
    transform: translate(0, -24%);
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .right .shadow2 .pera-icon figure img {
    width: 23px;
}

@media (max-width: 992px) {
    .interest-section .row .right .shadow2 .pera-icon figure img {
        width: 15px;
    }
}

@media (max-width: 576px) {
    .interest-section .row .right .last-image-section {
        margin: 0px 11px;
    }
}

.interest-section .row .right .last-image-section .image-part {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .interest-section .row .right .last-image-section .image-part {
        max-width: 663px;
        margin-top: 23px;
    }
}

@media (max-width: 400px) {
    .interest-section .row .right .last-image-section .image-part {
        border-radius: 20px;
    }
}

.interest-section .row .right .last-image-section .image-part figure {
    max-width: 663px;
}

.interest-section .row .right .last-image-section .image-part figure img {
    filter: contrast(1.2);
    width: 100%;
}

.interest-section .row .right .last-image-section .shadow3 {
    padding: 53px 31px 27px 34px;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
    position: absolute;
    max-width: 663px;
    bottom: 18px;
}

@media (max-width: 1192px) {
    .interest-section .row .right .last-image-section .shadow3 {
        padding: 0px 17px 23px 18px;
    }
}

@media (max-width: 767px) {
    .interest-section .row .right .last-image-section .shadow3 {
        width: 100%;
        max-width: unset;
        padding: 0px 25px 27px 23px;
    }
}

.interest-section .row .right .last-image-section .shadow3 a {
    text-decoration: none;
}

.interest-section .row .right .last-image-section .shadow3 h3 {
    color: #fff;
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 8px;
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .right .last-image-section .shadow3 h3:hover {
    color: #648c05;
}

@media (max-width: 1192px) {
    .interest-section .row .right .last-image-section .shadow3 h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .last-image-section .shadow3 h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.interest-section .row .right .last-image-section .shadow3 .pera-icon {
    display: flex;
    align-items: flex-end;
}

.interest-section .row .right .last-image-section .shadow3 .pera-icon p {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

@media (max-width: 1192px) {
    .interest-section .row .right .last-image-section .shadow3 .pera-icon p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .interest-section .row .right .last-image-section .shadow3 .pera-icon p {
        font-size: 12px;
    }
}

.interest-section .row .right .last-image-section .shadow3 .pera-icon figure {
    margin: 0px;
}

.interest-section .row .right .last-image-section .shadow3 .pera-icon figure :hover {
    transform: translate(0, -24%);
    transition: all 0.3s ease-in-out 0s;
}

.interest-section .row .right .last-image-section .shadow3 .pera-icon figure img {
    width: 23px;
}

@media (max-width: 992px) {
    .interest-section .row .right .last-image-section .shadow3 .pera-icon figure img {
        width: 15px;
    }
}

@media (max-width: 1023px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .humburger-ico {
        display: flex;
        width: 40px;
        flex-wrap: wrap;
        position: absolute;
        top: 13px;
        right: 40px;
        border: none;
    }

    .humburger-ico .hum-ico {
        display: block;
        width: 35px;
        background: #648c05;
        position: absolute;
        height: 4px;
        width: 85%;
        border-radius: 9px;
        transition: all 0.3s ease;
    }

    .humburger-ico .hum-ico:nth-child(2) {
        top: 13px;
    }

    .humburger-ico .hum-ico:nth-child(3) {
        top: 22px;
    }

    .humburger-ico.humburger-open span:nth-child(1) {
        top: 11px;
        transform: rotate(135deg);
    }

    .humburger-ico.humburger-open span:nth-child(2) {
        opacity: 0;
        left: -30px;
        display: none;
    }

    .humburger-ico.humburger-open span:nth-child(3) {
        top: 11px;
        transform: rotate(-135deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    button:focus:not(:focus-visible) {
        outline: hidden !important;
        box-shadow: none !important;
    }

    .navbar-toggler {
        border: 0px solid #fff !important;
    }
    .home-main-banner{
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .humburger-ico {
        top: 25px;
        right: 6%;
    }
}

@media (max-width: 575px) {
    .humburger-ico {
        top: 14px;
        right: 5%;
    }
}

@media (max-width: 450px) {
    .humburger-ico {
        top: 15px;
    }
}

.new-form h2 {
    margin-bottom: 30px;
}

@media (max-width: 450px) {
    .new-form h2 {
        font-weight: 700;
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.submit-sec .form-btn {
    width: 25% !important;
}

.submit-sec {
    text-align: center;
}

.new-form .col-lg-12 .form-group {
    padding-bottom: 18px;
}

.new-form .col-lg-12 .form-group select {
    color: #858585;
}

.new-form .submit-sec .form-btn {
    padding: 10px 0px;
    width: 100%;
    border: none;
    border-radius: 15px;
    background: #648c05;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #648c05;
    margin-top: 12px;
}

.new-form .submit-sec .form-btn:hover {
    color: #648c05;
    background: none;
}

.new-form .nav {
    margin-bottom: 20px;
}

@media (max-width: 1032px) {
    .new-form .nav {
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 58px;
    }
}

.new-form .nav .nav-item {
    margin-right: 45px;
}

@media (max-width: 767px) {
    .new-form .nav .nav-item {
        margin-right: 56px;
    }
    .packages-heading {
        font-size: 24px;
        line-height: 40px;
    }
}

.new-form .nav .nav-item button {
    color: #4f5b70;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    background: 0 0;
    border: 1px solid #648c05;
    padding: 6px 9px !important;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .new-form .nav .nav-item button {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        width: 200px;
    }
}

@media (max-width: 450px) {
    .new-form .nav .nav-item button {
        width: 146px;
    }
}

.new-form .nav .nav-item .active {
    background-color: transparent;
    color: #648c05;
    padding: 0px 0px 36px 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

@media (max-width: 767px) {
    .new-form .nav .nav-item .active {
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
    }
    .wildlife-tour-menu{
        gap: 0;
    }
    h2.overview-heading {
        font-size: 24px;
        line-height: 32px;
    }
    .wild-life_heading {
        font-size: 32px;
        line-height: 45px;
    }
} 

.short-from .col-md-6 input {
    margin-bottom: 18px;
    font-size: 14px;
}

.short-from .col-md-6 textarea {
    margin-bottom: 18px;
    font-size: 14px;
}

.for-mar {
    margin-bottom: 18px;
    font-size: 14px;
}

#date {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.for-mar select{
   font-size: 14px;
}
.short-from .col-lg-12 .row .col-12 .form-group input{
   font-size: 14px;
}
.short-from .col-lg-12 .row .col-12 .form-group select{
   font-size: 14px;
}

@media (max-width: 1158px) {
    #date {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #date {
        padding: 6px 12px 6px 14px;
    }
}

#date:focus-visible {
    outline: none;
}

#date:hover {
    width: 100%;
}

#date::placeholder {
    color: #212529;
    opacity: 1;
    /* Firefox */
}

#new-date {
    color: #4B4B4B !important;
}

#new-date::-webkit-scrollbar-thumb {
    background-color: #fff !important;
}

.inquary-new input::placeholder {
    color: #4B4B4B;
}

.amenities_list-new {
    list-style: disc;
    padding-left:41px !important;
    margin-bottom: 12px;
    margin-top: 24px !important;
}
.amenities_list-new li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B4B4B;
    padding-bottom: 9px;
}
.inquary-new input{
color-scheme: unset !important;
}

li.nav-item a{
    color: #0000008c;
   
}
a.nav-link.active {
    color: #000;
}
.table-section-box {
    width: 60%;
    margin: 0 auto;
}
.url-content-table{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 6000;
}
.url-content-table:hover{
    color: #648c05 !important;
}
.table-section-box thead tr{
    background-color: #648c05;
   
}
.table-section-box thead tr th{
    color: #fff !important;
}
.deluxe-resorts-section {
    gap: 34px 0;
    margin-bottom: 50px;
}