.navbar img {
    width: 200px;
}

.navbar .nav-link {
    font-size: 15px;
    color: #000;
    padding: 8px 0px;
    position: relative;
    font-weight: 500;
}

.navbar {
    box-shadow: 1px 2px 17px #ddd;
}

.price-chart {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
    border-radius: 10px;
    width: 750px;
    padding: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.price-chart h2 {
    background-color: #e79e1d;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 6px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.price-chart table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    font-size: 14px;
}

.price-chart tr:nth-child(1) th {
    background-color: #878c8f;
    font-weight: 600;
}

.price-chart th,
.price-chart td {
    border: 1px solid #b1b1b1;
    padding: 4px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    background: #30383c;
}

.price-chart td {
    background-color: #30383c;
}

.price-chart .note {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.pricing-calender-sec {
    background-color: #000;
}

.ptb-70 {
    padding: 30px 0px;
}

.common-heading {
    font-size: 18px;
    color: #236d05;
    line-height: 24px;
    font-weight: 700;
}

.common-para {
    color: #161616;
    font-size: 16px;
    line-height: 31px;
}

.about-card {
    width: 204px;
    border-radius: 0px 30px 0px 0px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
    /* background-color: white; */
}

.about-card img {
    width: 100%;
    height: auto;
    display: block;
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.about-card .card-footer {
    background-color: #6d3f4b;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    border-radius: 0px 0px 0px 30px;
    top: -23px;
    padding-top: 30px;
}

.about-card .card-footer:hover::after {
    margin-left: 10px;
}

.about-card i {
    transform: rotate(-45deg);
    margin-left: 13px;
}

.safari-details-sec {
    background-color: rgb(146 103 61 / 20%);
}

.safari-details-sec img {
    border-radius: 10px;
    margin-bottom: 24px;
}

.geo-details img {
    border-radius: 10px;
    margin-bottom: 24px;
}

.park-details img {
    border-radius: 10px;
    margin-bottom: 24px;
}

.geo-details-points {
    padding: 0;
    margin-top: 20px;
}

.geo-details-points ul {
    padding: 0;
}

.geo-details-points li:nth-child(odd) {
    background: #7ca6448a;
    color: #161616;
    /* border: 1px solid #86a94b; */
}

.geo-details-points li:nth-child(even) {
    background: #ade56159;
    color: #161616;
    /* border: 1px solid #86a94b; */
}

.geo-details-points li ul li {
    background: #fff !important;
    padding: 10px;
    margin-top: 10px;
}

.geo-details-points li {
    list-style-type: none;
    background: #ffffff;
    padding: 15px 15px;
    color: #161616;
    /* font-size: 18px; */
}

.main-heading {
    font-size: 35px;
    font-weight: 700 !important;
    color: #4c4c4c;
}

.tour-card {
    width: 300px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    min-height: 399px;
}

.tour-card img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
}

.tour-content {
    padding: 15px;
}

.tour-duration {
    font-size: 15px;
    color: #161616;
    margin-bottom: 5px;
    line-height: 1.75em;
}

.tour-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.tour-description {
    font-size: 15px;
    color: #161616;
    line-height: 1.75em;
    margin-bottom: 10px;
}

.read-more {
    font-size: 16px;
    color: #ff4500;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.more-tour-packages {
    background-color: #f1f1f1;
}

.latest-blogs .tour-content {
    padding: 15px 0px;
}

.latest-blogs img {
    border-radius: 30px 30px 0;
}

/* .footer-top {
    background: url(../images/footer-bg.png)no-repeat;
    height: 400px;
    background-size: cover;
    margin-top: 29px;
} */

footer h5 {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 11px;
}

footer ul {
    padding: 0;
    padding-top: 15px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

footer ul li {
    list-style: none;
    margin-bottom: 8px;
}

footer h5::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.copyright {
    background-color: #2e875c;
    /* brown shade from image */
    color: white;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 15px 10px;
    border-top: 1px solid #fffcfc;
}

.copyright a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px;
}

.copyright a:hover {
    text-decoration: underline;
}

.disclaimer {
    margin-top: 8px;
    font-size: 13px;
    font-weight: normal;
}

.copyright p {
    font-size: 16px;
    margin-top: 10px;
}

.navbar .nav-link:hover {
    color: #2c9800;
}

.navbar .nav-link:hover::before {
    width: 100%;
}

.navbar .nav-link::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #2c9800;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.navbar-nav {
    gap: 10px;
}

.contact-links a::before {
    display: none !important;
}

.contact-links a:hover {
    color: #fff !important;
}

.banner-sec {
    /* background-image: url(../images/banner-img.jpg);
    padding: 150px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000087;
    background-blend-mode: multiply;
    text-align: center;
    background-attachment: fixed; */
}

.banner-sec img {
    height: 700px;
    object-fit: cover;
}

.banner-sec h1 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    line-height: 68px;
}

.banner-sec h1 span {
    color: #4ecd1b;
}

.banner-sec p {
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 70px !important;
}

.main-btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 13px 45px;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #2c9800;
    /* width: max-content; */
    display: block;
    background: #ffffff;
}

.error-404 .main-btn {
    background-color: #2c9800;
    width: max-content;
    margin: auto;
}

.banner-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main-btn:hover {
    background-color: #2c9800;
}

.about-sec {
    position: relative;
}

.about-sec::before {
    content: "";
    display: block;
    height: 56%;
    width: 34%;
    background: #e3f1ea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.img-fluid {
    width: 100%;
}

.heading__pre-title {
    display: inline-block;
    color: #848484;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading__pre-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: #2c9800;
    position: relative;
}

.travel-guide-for-visitors img {
    position: sticky;
    top: 10px;
}

.about-sec .main-btn {
    color: #2c9800;
}

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

.payment-form .main-btn {
    color: #ffffff !important;
    width: 100% !important;
    background: #2c9800;
    font-weight: 500;
}

.payment-form .main-btn:hover {
    color: #fff;
    background: #64b843;
}

.tour-packages .main-btn {
    color: #2c9800;
    width: max-content;
}

.tour-packages .main-btn:hover {
    color: #fff;
}

.taboda-online-booking .main-btn {
    color: #2c9800;
}

.taboda-online-booking .main-btn:hover {
    color: #fff;
}

.about-sec {
    position: relative;
}

.about-vec {
    position: absolute;
    right: 0;
    opacity: 0.5;
    z-index: -1;
}

.about-sec p span {
    color: #2c9800;
    font-weight: 600;
}

.about-sec .common-para {
    margin-bottom: 10px !important;
}

.service-item {
    margin-bottom: 0px;
    border: 1px solid #d8d8d8;
    padding: 28px 14px 25px;
    position: relative;
    margin-top: 20px;
    min-height: 365px;
}

.service-item:before {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-top-color: #d8d8d8;
    border-right-color: #d8d8d8;
    right: 8px;
    top: 8px;
    transition: 0.5s ease;
}

.service-item .icon-box {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 17px auto 40px;
    line-height: 120px;
    transition: 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item .icon-box:before {
    position: absolute;
    content: "";
    border: 1px solid #d8d8d8;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    transform: rotate(45deg);
    left: 0;
    transition: 0.5s ease;
}

.service-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-item:hover {
    border-color: #2c9800;
    transition: 0.5s ease;
}

.service-item:hover:before {
    border-top-color: #2c9800;
    border-right-color: #2c9800;
    transition: 0.5s ease;
}

.service-item:hover .icon-box:before {
    border-color: #2c9800;
    background: #2c9800;
    transition: 0.5s ease;
}

.service-item .icon-box img {
    width: 45px;
}

.service-item:hover .icon-box img {
    filter: invert(1);
}

.taboda-online-booking {
    background-color: #e3f1ea;
}

.zone-box {
    margin-top: 20px;
    padding: 15px 30px;
    box-shadow: 2px 1px 13px #ddd;
    border: 1px solid #ddd;
    min-height: 299px;
    background: #fbfbfb;
}

.zone-box h6 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.safari-zone-card .img-box {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.safari-zone-card img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.safari-zone-card .img-box .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    opacity: 0;
    visibility: hidden;
}

.safari-zone-card .img-box .overlay .inner-box {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.safari-zone-card .img-box .overlay .inner-box .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.thm-btn {
    position: relative;
    background: #8dc63f;
    font-size: 14px;
    line-height: 48px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #8dc63f;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn.style-2 {
    background: transparent;
    color: #8dc63f;
    border-color: #8dc63f;
}

.safari-zone-card .content {
    position: relative;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-top: 0px;
    background: #fff;
    min-height: 255px;
}

.safari-zone-card .content p {
    margin-bottom: 18px;
}

.safari-zone-card:hover .overlay {
    height: 100%;
    transition: 0.7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    opacity: 1;
    visibility: visible;
}

.safari-zone-card a {
    color: #000;
    text-decoration: none;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: #d3d3d3;
}

.faq-sec .accordion-button {
    font-size: 22px;
    font-weight: 500;
    border-radius: 0 !important;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
}

.faq-sec .accordion-item {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 14px;
}

.major-safari-zones {
    background: #e3f1ea;
    margin-bottom: 30px;
}

.default-blog-news {
    position: relative;
    transition: 0.5s ease-in-out;
    margin-bottom: 0px;
    margin-top: 20px;
}

.default-blog-news:hover {
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content {
    position: relative;
    padding: 15px 0px 20px;
    border-bottom: 1px solid #cacaca;
    min-height: 140px;
    min-height: 190px;
    padding-bottom: 0 !important;
    margin-bottom: 0px;
}

.default-blog-news .lower-content:before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.default-blog-news .lower-content:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #8dc63f;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.5s ease;
}

.default-blog-news .lower-content:hover:after {
    transform: scaleX(1);
    transition: 0.5s ease;
}

.default-blog-news .date {
    position: absolute;
    left: 0px;
    top: -30px;
    background: #2c9800;
    line-height: 20px;
    padding: 5px 15px;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.default-blog-news .lower-content .text p {
    margin-bottom: 10px;
    font-size: 14px;
}

.default-blog-news .lower-content h4 {
    color: #222;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 12px;
    transition: all 300ms ease;
    font-size: 20px;
}

.default-blog-news .lower-content h4:hover {
    color: #8dc63f;
    transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta {
    color: #848484;
    font-size: 16px;
    margin-bottom: 7px;
}

.default-blog-news .lower-content a {
    text-decoration: none;
}

.default-blog-news img {
    height: 300px;
    object-fit: cover;
}

.default-blog-news:hover .img-holder img {
    transform: scale(1.1);
}

.default-blog-news .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1, 1);
}

.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.default-blog-news .img-holder {
    position: relative;
    overflow: hidden;
}

.default-blog-news .img-holder .overlay .box .content a i {
    background: #2c9800;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.default-blog-news .img-holder .overlay .box .content a:hover i {
    background: #2c9800;
}

.default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.blog-sec {
    background: #e3f1ea;
}

.adventure-experience {
    background-image: url(../images/mid-bg-img.jpg);
    background-attachment: fixed;
    background-color: #00000099;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.plan-trip-card {
    text-align: center;
    padding: 30px;
    background: #88c6a83d;
    border-bottom: 7px solid #2e875c;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 30px;
}

.plan-trip-card p {
    font-size: 45px;
    font-weight: 600;
    color: #2e875c;
}

.plan-trip-card h6 {
    font-size: 24px;
    line-height: 37px;
    color: #000000;
}

.about-item {
    padding: 30px;
    box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0px 12px -5px rgba(0, 0, 0, 0.3);
    border-left: 3px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    min-height: 300px;
}

.about-item.item-2 {
    margin-top: 20px;
}

.about-item a {
    text-decoration: none;
    color: #2c9800;
    font-size: 25px;
    display: block;
    margin-bottom: 6px;
}

.adventure-experience h2 {
    color: #fff;
    margin-bottom: 30px;
}

.why-book-with-us {
    background-image: url(../images/why-book-bg-img.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 3px;
}

.why-book-with-us .item {
    position: relative;
    background: #fbfbfb;
    padding: 17px 0 25px;
    border: 1px solid #f4f4f4;
    text-align: center;
}

.why-book-with-us .column .icon {
    font-size: 40px;
    position: relative;
    right: 5px;
    margin-bottom: 5px;
    color: #8dc63f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.why-book-with-us .count-outer {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    padding: 0px 10px 5px;
    font-family: "Roboto Slab", Sans-serif;
    color: #303030;
}

.why-book-with-us .count-outer:before {
}

.why-book-with-us .counter-title {
    position: relative;
    font-size: 19px;
    font-weight: 300;
    color: #2c9800;
    text-align: center;
    font-weight: 500;
}

.why-book-with-us .item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.gallery .mySwiperthumb .swiper-slide {
    width: 60px !important;
    height: 60px !important;
    margin: 0;
}

.mySwiperthumb .mySwiperthumb-div {
    height: 100% !important;
}
.mySwiperthumbpre .mySwiperthumb-div {
    height: 100% !important;
}

.mySwiperthumb {
    margin: 0 !important;
}
.mySwiperthumbpre {
    margin: 0 !important;
}

.travel-guide-for-visitors p {
    background: #e3f1ea;
    padding: 10px 20px;
}

.travel-guide-for-visitors p a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.travel-guide-for-visitors p span {
    /* font-size: 15px; */
    display: block;
    margin-top: 10px;
}

footer p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

footer .main-btn {
    border-color: #fff;
}

footer .main-btn:hover {
    background-color: #fff;
    color: #000;
}

.internal-banner {
    background-image: url(../images/internal-page-banner.jpg);
    padding: 52px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #224e2ccc;
    background-blend-mode: multiply;
    text-align: center;
}

.flora-banner {
    background-image: url(../images/floea-fauna-banner-img.jpg);
    padding: 100px 0px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #224e2ccc;
    background-blend-mode: multiply;
    text-align: center;
}

.best-time-banner {
    background-image: url(../images/best-time-banner.jpg);
    padding: 100px 0px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #224e2ccc;
    background-blend-mode: multiply;
    text-align: center;
}

.birdwatching-banner {
    background-image: url(../images/bird-watching-banner.jpg);
    padding: 100px 0px;
    background-position: right -240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #224e2ccc;
    background-blend-mode: multiply;
    text-align: center;
}

.internal-banner h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 18px;
}

.tour-packages a {
    text-decoration: none;
}

.internal-banner p {
    color: #fff;
    font-size: 24px;
}

.internal-banner p a {
    color: #fff;
    text-decoration: none;
}

.main-heading span {
    color: #236d05;
}

.internal-things-to-do .row .row {
    border: none !important;
    box-shadow: 1px 2px 11px #ddd;
}

.internal-flora-fauna ul li {
    /* margin-top: 15px; */
    /* font-size: 17px; */
    /* font-weight: 500; */
}

.internal-flora-fauna .common-para {
    /* margin-top: 15px; */
    /* font-size: 17px; */
    /* font-weight: 500; */
}

.internal-flora-fauna ul {
    border-bottom: 2px dashed #cdcdcd;
    padding-bottom: 20px;
}

.internal-flora-fauna img {
    border-radius: 10px;
    position: sticky;
    top: 20px;
}

.internal-flora-fauna h3 {
}

.best-time-visit-card ul {
    border: none !important;
}

.best-time-visit-card {
    padding: 20px;
    background: #ffbd8745;
    border-radius: 15px;
    margin-top: 30px;
}

.birdwatching-gallery {
    background-color: #dbffa959;
}

.birdwatching-gallery img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 15px;
}

.about-tadoba img {
    position: static;
    height: 400px;
    object-fit: cover;
}

.birdwatching-page img {
    position: static;
}

.travel-guide-for-visitors .plan-color-box {
    background: #e3f1ea;
    padding: 10px 20px;
}

.plan-color-box ul {
    padding: 0;
    border: none;
}

.plan-color-box p {
    padding: 0;
    margin: 15px 0px;
    background-color: transparent;
}

.travel-guide-for-visitors ul li {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 20px;
    /* font-weight: 600; */
    font-size: 15px;
    display: block;
    margin-top: 10px;
    list-style: circle;
    line-height: 28px;
}

.blog-detail-page img {
    height: 350px;
    object-fit: cover;
}

.classic-blog__meta {
    padding: 0;
}

.classic-blog__meta li {
    list-style: none;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    margin-right: 10px;
    color: #757575;
}

.classic-blog__meta li a {
    color: #000;
}

.blog-detail-page h5 {
    font-size: 45px;
    margin-top: 20px;
    color: #303b16;
}

.lil-large-head {
    font-size: 30px;
    font-weight: 600;
    color: #236d05;
}

.payment-form {
    padding: 15px;
    box-shadow: 0px 3px 13px #ddd;
    border-radius: 10px;
}

.payment-page h5 {
    font-size: 35px;
    margin-bottom: 20px;
}

.payment-page img {
    height: 699px !important;
    object-fit: cover;
}

.payment-form h5 {
    font-size: 31px;
    margin-bottom: 8px;
}

.payment-form label {
    font-weight: 600;
}

.payment-form input {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 11px 20px;
}

.payment-form Select {
    width: 100%;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 11px 20px;
}

.payment-form textarea {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 11px 20px;
}

.rooms1-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.rooms1-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.rooms1-img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.rooms1-single:hover .rooms1-img img {
    transform: scale(1.05);
}

.rooms1-content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    box-shadow: 0px 4px 5px #d9d9d9;
    /* border: 1px solid #ddd; */
}

.rooms1-single .rooms1-content.active,
.owl-item.active .rooms1-single .rooms1-content {
    visibility: visible;
    opacity: 1;
}

.rooms1-tagline {
    font-size: 15px;
    color: #3b3b3b;
    margin-bottom: 0;
    transition: all 500ms ease;
}

.rooms1-title,
.rooms1-title a {
    /* font-family: 'Libre Caslon Display', serif; */
    font-size: 27px;
    margin-bottom: 5px;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
    transition: all 500ms ease;
}

/* book */
.rooms1-content .book {
    text-align: left;
    margin-top: 3px;
}

.rooms1-content .book .butn-dark2 {
    margin: 0;
}

.rooms1-content .book > div {
    display: table-cell;
    vertical-align: middle;
}

.rooms1-content .book > div:nth-child(2) {
    padding-left: 36px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.2em;
}

.rooms1-content .book > div > span {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
}

.rooms1-content .book .price {
    font-family: "Libre Caslon Display", serif;
    font-size: 30px;
    line-height: 1.2em;
    color: #aa8453;
}

.rooms1-content i {
    font-size: 12px;
    color: #ffb100;
}

.rooms1-single {
    margin-bottom: 20px;
}

.availability-form {
    background: #2e7031;
    padding: 20px;
    /* width: 280px; */
    border-radius: 6px;
}

.availability-form h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.availability-form p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 15px;
}

.availability-form .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.availability-form label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.availability-form input[type="text"],
.availability-form input[type="date"],
.availability-form input[type="email"],
.availability-form textarea,
.availability-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
}

.availability-form input[type="range"] {
    width: 100%;
    margin: 10px 0;
}

.availability-form .checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    color: #fff;
}

.availability-form .checkbox-group input {
    margin-right: 8px;
    accent-color: #4d9d39;
    /* Copper-brown */
}

.availability-form .price-label {
    font-size: 16px;
    margin-top: 5px;
    color: #ddd;
    margin-bottom: 0;
}

.availability-form button {
    width: 100%;
    padding: 12px;
    background: #4d9d39;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

.availability-form button:hover {
    background: #54ba3a;
}

.mobile-li {
    display: none;
}

.availability-form {
    position: sticky;
    top: 20px;
}

.hotel-detail-page .mySwiper img {
    border-radius: 10px;
    border: 3px solid #2e5d0b;
}

.mySwiper .swiper-button-prev {
    padding: 20px;
    background: #2e5d0b;
    height: 52px;
    width: 50px;
    /* border: rebeccapurple; */
    border-radius: 10px;
    border: 2px solid #fff;
}

.mySwiper .swiper-button-prev::after {
    color: #fff;
    font-size: 25px;
}

.mySwiper .swiper-button-next {
    padding: 20px;
    background: #2e5d0b;
    height: 52px;
    width: 50px;
    /* border: rebeccapurple; */
    border-radius: 10px;
    border: 2px solid #fff;
}

.mySwiper .swiper-button-next::after {
    color: #fff;
    font-size: 25px;
}

.meg_aminites_item {
    position: relative;
    padding: 20px 30px;
    background: #f9f9f9;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 500;
    text-align: left;
    border: 1px solid #eee;
    margin: 5px 0;
}

.meg_aminites_item i {
    color: #236d05;
    font-size: 20px;
    margin-right: 20px;
}

.meg_aminites_item span {
    position: relative;
    top: -2px;
}

.safari-zone-card i {
    color: rgb(255, 230, 0);
}

.safari-zone-card {
    margin-bottom: 0px;
}

.tour-packages .payment-form {
    position: sticky;
    top: 10px;
    background: #f3f3f3;
    border: 1px solid #ddd;
}

.tour-detail .nav-tabs {
    border: none;
    gap: 20px;
}

.tour-detail .nav-link {
    border: 1px solid #ddd;
    border-radius: 8px !important;
    background: #f1f1f1;
    color: #000;
    padding: 12px 37px;
}

.tour-detail .nav-link.active {
    background: #ffffff;
    border: 1px solid;
}

.near-place-visit img {
    height: 100%;
    object-fit: cover;
}

.online-safari-page h1 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 25px;
}

.online-safari-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.online-safari-page th,
.online-safari-page td {
    border: 1px solid #999999;
    padding: 4px 15px;
    text-align: left;
}

.online-safari-page th {
    background-color: #ececec;
    color: #333;
}

.online-safari-page td {
    background-color: #f9fdfb;
    /* font-size: 15px; */
}

.online-safari-page .section-title {
    background-color: #ffffff;
    color: #1b4d2d;
    padding: 10px 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .online-safari-page th,
    .online-safari-page td {
        /* font-size: 14px; */
        padding: 10px;
    }

    .section-title {
        font-size: 16px;
    }
}

.online-safari-box {
    padding: 20px;
    background: #2e7031;
    border-radius: 20px;
}

.online-safari-page {
    background-color: #f2f2f2;
}

.imp-links-div {
    padding: 10px;
    box-shadow: 1px 0px 11px #ddd;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.imp-links-div ul {
    padding: 0;
}

.imp-links-div ul li {
    list-style: none;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #e3f1eabd;
    border: 1px solid #bde1cf;
}

.imp-links-div ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.imp-links h2 {
    color: #40640d;
    font-size: 40px;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
}

.imp-links-div ul li:hover {
    background-color: #dcffec;
}

.hotels-list-page .main-btn {
    width: max-content;
    display: block !important;
    color: #2c9800;
    padding: 7px 22px;
    border-radius: 11px;
}

.hotels-list-page .main-btn:hover {
    color: #fff;
}

.safari-link {
    background: #2e7031;
    color: #ffff !important;
    padding: 8px 23px !important;
    border-radius: 10px;
}

.safari-link:hover {
    color: #fff !important;
}

.online-safari-page .common-heading {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 40px;
}

.list-box {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding-bottom: 1px;
}

.list-box h6 {
    font-size: 23px;
    color: #236d05;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-box p {
}

.list-box li {
    /* font-size: 16px; */
    /* margin-bottom: 15px; */
}

.tour-packages .mySwiper .swiper-slide img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.tour-packages .mySwiper2 .swiper-wrapper {
    height: 200px;
    margin-bottom: 10px;
}

.tour-packages .mySwiper2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info {
    display: flex;
    gap: 20px;
    margin-bottom: 4px;
    color: #000000;
    font-size: 15px;
}

.info i {
    margin-right: 6px;
    color: #c0392b;
}

.description {
    font-size: 19px;
    color: #333;
    margin-bottom: 20px;
}

.tour-pack-card {
    padding: 15px;
    box-shadow: 2px 2px 21px #e8e8e8dd;
    margin: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.tour-pack-card .preview {
    box-shadow: none;
}

.tour-pack-card h5 {
    font-size: 27px;
    border-bottom: 2px solid #4f7f00;
    padding-bottom: 3px;
    margin-bottom: 6px;
    display: inline-block;
    color: #4f7f00;
}

.mySwiperthumbpre {
    height: 100%;
}

.mySwiperthumbpre .mySwiperthumb-div {
    height: 100%;
}

.gallery {
    text-align: center;
    margin-bottom: 0;
}

/* Big preview image */
.preview {
    width: 100%;
    max-width: 700px;
    height: 201px;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* Thumbnails row */
.thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.thumbnails img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
}

.thumbnails img.active,
.thumbnails img:hover {
    opacity: 1;
    border: 2px solid #0078ff;
}

.hotel-detail-page .preview {
    margin: 0;
    max-width: 100%;
    height: 400px;
    margin-bottom: 5px;
}

.hotel-detail-page .thumbnails img {
    width: 194px;
    height: 119px;
}

.recent-posts {
    position: sticky;
    top: 10px;
}

.recent-post-card {
    display: flex;
    gap: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}

.tour-detail .nav-tabs-list {
    border: none;
    gap: 20px;
    display: flex;
    padding: 0;
}

.tour-detail .nav-tabs-list li {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    background: #f1f1f1;
    color: #000;
    list-style: none;
    padding: 12px 37px;
}

.tour-detail .nav-tabs-list li a {
    text-decoration: none;
    color: #000;
}

.tour-detail .nav-tabs-list li.active {
    background: #ffffff;
    border: 1px solid;
}

.recent-post-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.recent-post-card span {
    font-size: 13px;
}

.recent-post-card h6 {
}

.recent-posts h5 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

.recent-post-card:hover {
    background-color: #f3f3f3;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li span {
    font-size: 20px;
}

.search-bar {
    background: #ffe4b5;
    padding: 15px;
    border-radius: 6px;
    /* display: flex; */
    gap: 10px;
    align-items: center;
}

.travellers-dropdown {
    min-width: 280px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter button {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: bold;
}

#checkin {
    width: 100% !important;
    text-align: center;
    color: #000;
}

.hotels-filters .dropdown-toggle {
    width: 100%;
    background: #fff;
}

.hotels-filters select {
    text-align: center;
    font-size: 14px;
    height: 38px;
}

.travellers-dropdown .mb-3 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.travellers-dropdown .mb-3 label {
    font-size: 13px;
}

.mobile-filter-toggle {
    display: none;
}

.hotels-list-page .availability-form .checkbox-group i {
    font-size: 12px;
}

.hotel-card {
    display: flex;
    background: #ffffff;
    border-radius: 6px;
    color: #000;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 29%);
    /* max-width: 900px; */
    margin: auto;
    /*margin-bottom: 20px;*/
    text-decoration: none;
    height: 100%;
}

/* Left image */
.hotel-card img {
    width: 250px;
    height: 100%;
    object-fit: cover;
}

/* Middle content */
.hotel-info {
    flex: 1;
    background: #f3f3f3;
    padding: 15px;
    border-right: 1px solid #f0d9a8;
}

.hotel-info h3 {
    margin: 0 0 10px;
    font-size: 21px;
}

.facilities {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}

.facilities span {
    margin-right: 8px;
}

/* Right side */
.hotel-price {
    width: 220px;
    padding: 15px;
    text-align: right;
    background: #f4f4f4;
}

.rating {
    background: #2e7031;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.reviews {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

.old-price {
    color: red;
    text-decoration: line-through;
    font-size: 14px;
    margin-bottom: 5px;
}

.new-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.charge {
    font-size: 13px;
    color: #333;
}

.calendar-day {
    transition: all 0.2s ease;
    background-color: #3d7d4a;
    color: white;
}

.calendar-day:hover:not(.passed, .selected) {
    background-color: rgb(172, 240, 172);
    cursor: pointer;
}

.hotels-list-page .gallery {
    width: 250px !important;
    margin-bottom: 0;
}

/* .hotels-list-page .thumbnails img {
    width: 100% !important;
    height: 100% !important;
} */

.hotels-list-page .preview {
    margin-bottom: 0;
}

.mySwiperthumbpre .swiper-button-next:after {
    color: #000000;
    font-size: 23px;
    background: #ffffffa6;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.mySwiperthumbpre .swiper-button-prev:after {
    color: #000000;
    font-size: 23px;
    background: #ffffffa6;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.hotel-info {
}

.hotel-info ul {
    display: flex;
    padding: 0;
    gap: 15px;
    margin-top: 15px;
}

.hotel-info ul li {
    width: 30px;
    list-style: none;
    flex-grow: 0;
    flex-shrink: 0;
}

.hotel-info ul li img {
    width: 30px;
    height: 30px;
}

.hotel-info span {
    font-size: 14px;
    display: block;
}

.hotel-info i {
    color: #0bda51;
    font-size: 15px;
}

.price-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /* margin-top: 15px; */
    width: 178px;
    background: #f3f3f3;
    padding: 0px 10px;
    gap: 30px;
}

.price {
    font-size: 32px;
    font-weight: bold;
    color: #27ae60;
    /* text-align: end; */
    display: block;
}

.buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}

.btn {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.btn-enquire {
    background: #fff;
    color: #e67e22;
    border: 1px solid #e67e22;
    width: 100%;
    display: block;
}

.btn-book {
    background: #2e7031;
    color: #fff;
}

.price-box small {
    display: block;
    font-size: 13px;
}

/* [class*="col-"]{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.row{
    margin-bottom: 0 !important;
} */

.taboda-online-booking img {
    position: sticky;
    top: 10px;
}

footer {
    background-color: #0d2d18f0;
    padding: 50px 10%;
    /* display: grid; */
    /* grid-template-columns: 1.5fr 1fr 1fr 1.5fr; */
    gap: 90px;
    background-image: url(../images/banner-img.jpg);
    background-blend-mode: multiply;
    background-position: center;
    display: flex;
    justify-content: space-around;
}

/* Logo & About */
.footer-logo h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #a6ff00;
    margin: 0;
}

.footer-logo p {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
    color: #ffffff;
}

.footer-logo .contact p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-logo .contact i {
    margin-right: 8px;
    color: #a6ff00;
}

/* Links */
.footer-links h3 {
    font-size: 18px;
    /* margin-bottom: 15px; */
    color: #ffffff;
    border-bottom: 1px solid #fff;
    display: inline;
    padding-bottom: 5px;
    /* margin-bottom: 20px !important; */
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.footer-links ul li {
    margin: 8px 0;
}

.footer-links ul li a {
    text-decoration: none;
    color: #eeeeee;
    font-size: 18px;
    transition: 0.3s;
}

.footer-links ul li a:hover {
    color: #6ba400;
}

/* Newsletter */
.newsletter h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.newsletter p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #cfcfcf;
}

.newsletter input {
    width: 100%;
    padding: 12px;
    border: 1px solid #a6ff00;
    border-radius: 30px;
    outline: none;
    background: transparent;
    color: #fff;
    margin-bottom: 15px;
}

.newsletter button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #a6ff00;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter button:hover {
    background: #8dd600;
}

/* Bottom */
.footer-bottom {
    text-align: center;
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #ffffff;
    background-color: #0c330c;
}

.footer-bottom p {
    margin-bottom: 5px;
}

.footer-logo .footer-social-links {
    display: flex;
    gap: 20px;
}

.footer-logo .footer-social-links li {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo .footer-social-links li a {
    color: #000;
}

.footer-logo .footer-social-links li a i {
    font-size: 20px;
}

.footer-bottom a {
    color: #75cc75;
    text-decoration: none;
}

.header-top-band {
    padding: 10px 0px;
    background: #113b04;
    display: none;
}

.header-top-band .box {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.header-top-band .box a {
    display: inline-block;
    margin-top: 2px;
    padding: 2px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
}

.header-top-band .tour-btn {
    background-color: #e74c3c;
    /* red */
}

.fa-star {
    color: #d4d4d4 !important;
}

.header-top-band .safari-btn {
    background-color: #27ae60;
    /* green */
}

.color {
    color: #ffc300 !important;
}

.online-safari-page h3 {
    text-align: center;
    font-size: 23px;
    color: #ffffff;
}

.form-group button:hover {
    background-color: #318336 !important;
    color: #ffffff;
}

.form-group button:focus {
    background-color: #318336 !important;
    color: #ffffff;
}

.text-danger {
    font-size: 13px !important;
    color: red !important;
}

.form-group button:disabled {
    background-color: #318336 !important;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
    footer {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .newsletter input,
    .newsletter button {
        max-width: 90%;
        margin: 0 auto 15px;
        display: block;
    }
}

/* Responsive */

@media only screen and (min-width: 1600px) {
    .common-para {
        font-size: 18px;
    }

    .navbar .nav-link {
        font-size: 17px;
    }

    .imp-links-div ul li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1600px) {
    .navbar .nav-link {
        font-size: 13px;
    }

    .banner-sec h1 {
        font-size: 50px;
        line-height: 62px;
    }

    .banner-sec p {
        margin-bottom: 50px !important;
    }

    .main-heading {
        font-size: 30px;
    }

    .why-book-with-us .item img {
        width: 50px;
        height: 50px;
    }

    .internal-banner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .common-para {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .aboyt-sec-img {
        height: 434px;
        object-fit: cover;
    }

    .service-item h4 {
        font-size: 18px;
    }

    .zone-box {
        min-height: 280px;
    }

    .about-item a {
        font-size: 20px;
    }

    .about-item {
        min-height: 279px;
    }

    .travel-guide-for-visitors p a {
        font-size: 17px;
    }

    .why-book-with-us .counter-title {
        font-size: 16px;
    }

    .faq-sec .accordion-button {
        font-size: 18px;
    }

    .imp-links h2 {
        font-size: 30px;
    }

    .imp-links-div ul li {
        padding: 6px 10px;
    }

    .footer-logo p {
        font-size: 15px;
    }

    .footer-links ul li a {
        font-size: 15px;
    }

    .footer-logo .footer-social-links li a i {
        font-size: 17px;
    }

    .footer-logo .footer-social-links li {
        width: 40px;
        height: 40px;
    }

    .banner-sec img {
        height: 500px;
    }

    .online-safari-page h1 {
        font-size: 20px;
    }

    .online-safari-page h3 {
        text-align: center;
        font-size: 20px;
    }

    #days div {
        padding: 5px 4px;
    }

    .online-safari-page h1 {
        font-size: 17px;
    }

    .online-safari-page h3 {
        font-size: 17px;
    }

    .online-safari-page th {
        /* font-size: 15px; */
    }

    .online-safari-page td {
        /* font-size: 15px; */
    }

    #daysOfWeek div {
        font-weight: 700 !important;
        font-size: 14px !important;
    }

    #days div {
        padding: 8px 4px;
        font-size: 13px;
    }

    .payment-form input {
        padding: 6px 20px;
    }

    .payment-form select {
        padding: 6px 20px;
    }

    .main-btn {
        font-size: 12px;
        padding: 9px 45px;
    }

    .online-safari-page th,
    .online-safari-page td {
        padding: 7px 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .about-item a {
        font-size: 20px;
    }

    .about-item {
        min-height: 236px;
    }

    .why-book-with-us .counter-title {
        font-size: 14px;
    }

    .navbar .nav-link {
        font-size: 14px;
    }

    .main-heading {
        font-size: 25px;
    }

    .heading__pre-title {
        font-size: 14px;
    }

    .common-para {
        font-size: 14px;
        line-height: 24px;
    }

    .aboyt-sec-img {
        height: 360px;
    }

    .service-item h4 {
        font-size: 16px;
    }

    .service-item {
        min-height: 335px;
    }

    .common-heading {
        font-size: 16px;
        line-height: 15px;
    }

    .taboda-online-booking img {
        height: 370px;
        object-fit: cover;
    }

    .zone-box h6 {
        font-size: 18px;
    }

    .zone-box {
        min-height: 230px;
    }

    .safari-zone-card a h4 {
        font-size: 20px;
    }

    .safari-zone-card .content {
        min-height: 224px;
    }

    .travel-guide-for-visitors p a {
        font-size: 15px;
    }

    .faq-sec .accordion-button {
        font-size: 15px;
    }

    .imp-links h2 {
        font-size: 25px;
    }

    .footer-logo p {
        font-size: 13px;
    }

    .footer-links ul li a {
        font-size: 13px;
    }

    .footer-logo .footer-social-links li a i {
        font-size: 13px;
    }

    .footer-bottom {
        font-size: 12px;
    }

    .online-safari-box {
        padding: 10px;
    }

    .online-safari-page table {
        margin-bottom: 10px;
    }

    #calendar #header button {
        font-size: 14px !important;
        padding: 4px 5px !important;
    }

    .online-safari-page h3 {
        margin-bottom: 0;
    }

    #days div {
        padding: 6px 4px !important;
    }

    .direct-pay-form .form-control {
        font-size: 14px;
    }

    .form-group button {
        padding: 9px !important;
    }

    .online-safari-page .common-heading {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .online-safari-img-1 {
        height: 369px;
        object-fit: cover;
    }

    .list-box h6 {
        font-size: 18px;
    }

    .blog-detail-page h5 {
        font-size: 35px;
    }

    .thumbnails img {
        width: 53px !important;
        height: 52px !important;
    }

    .tour-pack-card h5 {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1366px) {
    .internal-flora-fauna h3 {
        font-size: 22px;
    }

    .common-para {
        font-size: 14px;
        line-height: 27px;
    }

    .service-item h4 {
        font-size: 18px;
    }

    .zone-box {
        min-height: 221px;
    }

    .about-item {
        min-height: 246px;
    }

    .banner-sec img {
        height: 400px;
    }

    .heading__pre-title {
        font-size: 14px;
    }

    .main-heading {
        font-size: 22px;
    }

    .common-para {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .service-item {
        min-height: 326px;
    }

    .common-heading {
        font-size: 14px;
    }

    .zone-box h6 {
        font-size: 18px;
    }

    .safari-zone-card a h4 {
        font-size: 17px;
    }

    .safari-zone-card .content {
        min-height: 189px;
    }

    .about-item a {
        font-size: 18px;
    }

    .why-book-with-us .counter-title {
        font-size: 14px;
    }

    .faq-sec .accordion-button {
        font-size: 14px;
    }

    .imp-links h2 {
        font-size: 20px;
    }

    .footer-logo p {
        font-size: 14px;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .footer-links ul {
        margin-top: 15px;
    }

    .navbar img {
        width: 165px;
    }

    .navbar-nav {
        gap: 7px;
    }

    .online-safari-page th,
    .online-safari-page td {
        /* padding: 4px 15px; */
    }

    .online-safari-page .common-heading {
        font-size: 17px;
        margin-bottom: 0;
    }

    .form-group button {
        font-size: 14px;
    }

    #days div {
        padding: 2px 4px !important;
        font-size: 14px;
    }

    .direct-pay-form .form-control {
        font-size: 14px;
    }

    .text-danger {
        font-size: 14px !important;
    }

    .payment-form input {
        padding: 6px 20px;
        font-size: 14px;
    }

    .payment-form select {
        padding: 6px 20px;
        font-size: 14px;
    }

    .online-safari-page h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .payment-form h5 {
        font-size: 20px;
    }

    .payment-form label {
        font-size: 14px;
    }

    .payment-page img {
        height: 582px !important;
        object-fit: cover;
    }

    .payment-form textarea {
        font-size: 14px;
    }

    .list li span {
        font-size: 14px;
    }

    .payment-page h5 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .tour-detail .nav-tabs-list li {
        padding: 5px 19px;
    }

    .tour-detail .nav-tabs-list li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1100px) {
    .navbar img {
        width: 127px;
    }

    .navbar-nav {
        gap: 14px;
    }

    .navbar-nav {
        gap: 14px;
    }

    .banner-sec h1 {
        font-size: 42px;
        line-height: 51px;
    }

    .banner-sec p {
        font-size: 17px;
    }

    .aboyt-sec-img {
        position: sticky;
        top: 10px;
    }

    .zone-box {
        min-height: 190px;
    }

    .safari-zone-card .content {
        min-height: 311px;
    }

    .about-item {
        min-height: 387px;
    }

    .default-blog-news .lower-content h4 {
        font-size: 16px;
    }

    .navbar .nav-link {
        font-size: 14px;
    }

    .service-item {
        min-height: 404px;
    }

    footer .main-btn {
        margin-bottom: 10px;
        display: block !important;
    }

    .internal-flora-fauna .common-para {
        /* font-size: 15px; */
    }

    .imp-links h2 {
        font-size: 15px;
        padding-bottom: 13px;
    }

    .navbar .nav-link {
        font-size: 14px;
    }

    .safari-link {
        padding: 8px 15px !important;
    }

    .banner-sec img {
        height: 350px;
    }

    .heading__pre-title {
        font-size: 14px;
    }

    .main-heading {
        font-size: 22px;
    }

    .common-para {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .ptb-70 {
        padding: 20px 0px;
    }

    .aboyt-sec-img {
        height: 292px;
    }

    .service-item .icon-box {
        height: 50px;
        width: 50px;
    }

    .service-item .icon-box img {
        width: 26px;
    }

    .service-item {
        min-height: 279px;
    }

    .common-heading {
        font-size: 14px;
    }

    .taboda-online-booking img {
        height: 287px;
    }

    .taboda-online-booking p {
        margin-bottom: 10px !important;
    }

    .safari-zone-card img {
        display: block;
        height: 150px;
    }

    .thm-btn {
        font-size: 12px;
        line-height: 35px;
        padding: 0px 9px;
    }

    .safari-zone-card a h4 {
        font-size: 18px;
    }

    .safari-zone-card .content {
        padding: 14px;
    }

    .safari-zone-card .content {
        min-height: 160px;
    }

    .about-item a {
        font-size: 14px;
    }

    .about-item {
        padding: 16px;
        min-height: 169px;
    }

    .travel-guide-for-visitors p a {
        font-size: 14px;
    }

    .why-book-with-us .counter-title {
        font-size: 14px;
    }

    .why-book-with-us .item {
        padding: 20px 0px;
    }

    .footer-logo p {
        font-size: 14px;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .footer-links ul li {
        margin: 1px 0;
    }

    .footer-bottom {
        font-size: 14px;
    }

    .footer-logo .footer-social-links li {
        width: 30px;
        height: 30px;
    }

    .footer-logo .footer-social-links li a i {
        font-size: 14px;
    }

    .online-safari-page h1 {
        font-size: 14px;
        margin-bottom: 9px;
    }

    #calendar #header button {
        font-size: 14px !important;
    }

    #daysOfWeek div {
        font-size: 14px !important;
    }

    #days div {
        padding: 6px 4px !important;
        font-size: 14px;
    }

    .direct-pay-form .form-control {
        font-size: 14px;
    }

    .form-group button {
        font-size: 14px !important;
        padding: 7px !important;
        font-weight: 700;
    }

    .field-email .form-group {
        margin-bottom: 13px !important;
    }

    .online-safari-page .common-heading {
        margin-top: 0 !important;
    }

    .online-safari-img-1 {
        height: 270px !important;
    }

    .online-safari-page .common-heading {
        margin-bottom: 0 !important;
    }

    .list-box h6 {
        padding-bottom: 9px !important;
        margin-bottom: 10px;
    }

    .online-safari-page .common-para {
        /* margin-bottom: 10px !important; */
    }

    .internal-banner p {
        font-size: 15px;
    }

    .lil-large-head {
        font-size: 20px;
    }

    .default-blog-news .lower-content {
        min-height: 150px;
    }

    .blog-detail-page h5 {
        font-size: 30px;
    }

    .recent-post-card h6 {
        font-size: 11px;
    }

    .thumbnails img {
        width: 43px !important;
        height: 43px !important;
    }

    .tour-pack-card h5 {
        font-size: 18px;
    }

    .info {
        font-size: 14px;
    }

    .tour-pack-card .preview {
        height: 171px;
    }

    .color {
        font-size: 12px;
    }

    .meg_aminites_item span {
        font-size: 13px;
    }

    .meg_aminites_item {
        padding: 20px 8px;
    }
}

@media only screen and (max-width: 991px) {
    .birdwatching-banner {
        background-position: right;
    }

    .navbar img {
        width: 200px;
    }

    .nav-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar .nav-link {
        width: max-content;
    }

    .banner-sec p br {
        display: none;
    }

    .main-btn {
        padding: 8px 20px;
    }

    .about-sec::before {
        height: 27%;
        width: 31%;
    }

    .main-heading {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .service-item {
        margin-bottom: 20px;
    }

    .zone-box {
        min-height: auto;
    }

    .safari-zone-card .content {
        min-height: 270px;
    }

    .about-item {
        min-height: 329px;
    }

    .why-book-with-us .item {
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 40px;
        display: block;
        text-align: left;
    }

    .internal-banner h1 {
        font-size: 30px;
    }

    .near-place-visit img {
        height: 300px;
        object-fit: cover;
    }

    .mobile-li {
        display: block;
    }

    .desktop-li {
        display: none;
    }

    .navbar .nav-link {
        font-size: 14px;
        background: transparent;
        color: #000 !important;
        padding: 3px 0 !important;
    }

    .hotel-card {
        display: block;
    }

    .hotel-card img {
        width: 100%;
    }

    .price-box {
        width: 100%;
        align-items: flex-start;
    }

    .thumbnails img {
        width: 39px !important;
    }

    .hotels-list-page .gallery {
        width: 100% !important;
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 6px;
    }

    .navbar .nav-link::before {
        display: none;
    }

    .about-tadoba img {
        position: static;
        height: 200px;
    }

    .imp-links-div ul li {
        padding: 7px 10px;
    }

    .imp-links-div ul li a {
        font-size: 14px;
    }

    .internal-banner p {
        color: #fff;
        font-size: 12px;
    }

    .meg_aminites_item span {
        font-size: 10px;
    }

    .meg_aminites_item {
        padding: 20px 11px;
    }

    .meg_aminites_item i {
        color: #236d05;
        font-size: 15px;
    }

    .geo-details-points li {
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .banner-sec h1 {
        font-size: 23px;
        line-height: 36px;
    }

    .banner-btns {
        flex-wrap: nowrap;
    }

    .aboyt-sec-img {
        margin-bottom: 20px;
    }

    .service-item {
        margin-bottom: 20px;
        text-align: center;
        min-height: auto;
    }

    .about-item {
        min-height: auto;
    }

    footer h5 {
        margin-top: 40px;
    }

    .internal-banner h1 {
        font-size: 22px;
    }

    .main-heading {
        font-size: 25px;
        margin-bottom: 10px !important;
        line-height: 32px;
    }

    .imp-links-div {
        margin-bottom: 20px;
        padding: 10px;
        box-shadow: 1px 0px 11px #ddd;
        margin-top: 20px;
    }

    .order {
        order: 2;
    }

    .about-sec::before {
        display: none;
    }

    .taboda-online-booking img {
        margin-bottom: 20px;
    }

    .safari-zone-card .content {
        animation: auto;
        min-height: auto;
    }

    .online-safari-box {
        margin-top: 20px;
    }

    .tour-pack-card h5 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .preview {
        height: 250px;
    }

    .hotel-detail-page .preview {
        height: 200px;
    }

    .tour-detail .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .tour-detail .nav-tabs li {
        flex-grow: 0;
        flex-shrink: 0;
    }

    .hotel-card {
        display: block;
    }

    .hotel-card img {
        width: 100%;
    }

    .price-box {
        width: 100%;
        align-items: flex-start;
    }

    .thumbnails img {
        width: 84px !important;
    }

    .meg_aminites_item {
        padding: 20px 17px;
    }

    .hotels-list-page .gallery {
        width: 100% !important;
    }

    .meg_aminites_item span {
        font-size: 13px;
    }

    .payment-form h5 {
        font-size: 25px;
    }

    .internal-flora-fauna img {
        height: 200px !important;
    }

    /* .banner-sec {
        background-position: left;
    } */

    .common-heading {
        font-size: 18px;
    }

    .internal-flora-fauna img {
        margin-top: 0 !important;
    }

    .safari-zone-page img {
        margin-top: 20px !important;
        height: 100% !important;
    }

    .default-blog-news img {
        height: 200px !important;
    }

    .default-blog-news .lower-content {
        min-height: auto;
    }

    .blog-detail-page img {
        /* height: 200px; */
        flex-shrink: 0;
        flex-grow: 0;
    }

    .blog-detail-page h5 {
        font-size: 20px;
    }

    .classic-blog__meta li {
        font-size: 13px;
    }

    .recent-post-card h6 {
        line-height: 14px;
        margin-top: 3px;
        font-size: 14px;
    }

    .internal-banner p {
        color: #fff;
        font-size: 14px;
    }

    .faq-sec .accordion-button {
        font-size: 14px;
    }

    .banner-sec img {
        height: 300px;
        object-fit: cover;
    }

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

    .navbar-nav {
        margin-top: 10px;
    }

    .header-top-band {
        display: block;
    }

    .default-blog-news .lower-content .text p {
        font-size: 15px;
    }

    .ptb-70 {
        padding: 20px 0px;
    }

    .travel-guide-for-visitors .plan-color-box {
        margin-bottom: 20px;
    }

    .imp-links h2 {
        font-size: 18px;
    }

    .imp-links-div ul li {
        padding: 6px 10px;
    }

    .hotel-info {
        padding: 6px;
    }

    .hotel-info p {
        margin-bottom: 0;
    }

    .hotel-info ul {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .hotel-info ul li {
        width: 20px;
    }

    .hotel-info ul li img {
        width: 20px;
        height: 20px;
    }

    .price {
        font-size: 26px;
    }

    .price-box {
        gap: 10px;
    }

    .thumbnails img {
        width: 50px !important;
        height: 50px !important;
    }

    .tour-pack-card {
        padding: 5px;
    }

    .info {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .tour-packages .main-btn {
        margin-top: 10px !important;
        padding: 10px;
    }

    .tab-content .row {
        padding: 7px !important;
    }

    .tour-pack-card .thumbnails {
        display: none;
    }

    .tour-pack-card .main-btn {
        /* display: none !important; */
        margin-bottom: 20px;
    }

    .description {
        font-size: 15px;
    }

    .tour-pack-card {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .mobile-filter-toggle {
        display: block;
    }

    .hotels-list-page .availability-form {
        display: none;
    }

    .footer-links h3 {
        font-size: 18px;
    }

    footer {
        padding: 40px 20px;
    }

    .why-book-with-us .item img {
        width: 30px;
        height: 30px;
    }

    .service-item {
        padding: 10px;
    }

    .navbar img {
        width: 190px;
    }

    .navbar .nav-link {
        font-size: 14px;
        line-height: 11px;
    }

    .online-safari-page .common-heading {
        line-height: 27px;
    }

    .list-box h6 {
        font-size: 16px;
    }

    .payment-form label {
        font-size: 13px;
    }

    .payment-form {
        margin-bottom: 30px;
    }

    .internal-flora-fauna h3 {
        font-size: 18px;
        margin-top: 10px !important;
    }

    .internal-things-to-do h2 {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .tour-detail .nav-tabs-list {
        gap: 8px;
        flex-direction: column;
    }

    .tour-detail .nav-tabs-list li a {
        font-size: 12px;
    }
}

.direct-pay-form .form-control {
    padding: 12px 15px;
}
