* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li::marker {
    color: #4f5e4a;
}

body,
p {
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit';
}

img {
    width: 100%;
}

/* Banner */
.banner {
    position: relative;
}

.banner figure {
    margin-bottom: 0;
}

.banner figure img {
    filter: brightness(0.8);
    object-fit: cover;
}

.banner .slick-arrow {
    position: absolute;
    bottom: 30px;
    font-size: 24px;
    color: #fff;
}

.banner .prev-arrow {
    right: 160px;
    z-index: 1;
}

.banner .next-arrow {
    right: 120px;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 145px;
}

.banner-content p {
    font-size: 50px;
    line-height: 53px;
    font-weight: 500;
    color: #fff;
}

.banner-content p span {
    font-weight: 400;
}

/* WELCOME */
.theme-color {
    padding: 80px 0 130px;
    background: #4f5e4a;
}

.main-heading h1 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

.main-heading h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    color: #303636;
}

.main-heading h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #303636;
}

.main-heading h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #303636;
}

.main-heading h5 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    color: #303636;
}

.main-heading h6 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    color: #303636;
}

.about-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.explore-more {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background: transparent;
    border: none;
    padding-top: 20px;
}

.explore-more i {
    padding-left: 5px;
    vertical-align: middle;
    font-size: 17px;
}

.explore {
    color: #303636;
}

/* History  */
.sariska-history {
    padding: 0 0 60px;
}

.history-img {
    margin-top: -85px;
}

.history-img img {
    border-radius: 10px;
}

.history-content {
    padding: 60px 0 0;
}

.history-detail {
    padding: 30px 0 0;

}

.history-content p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
}

.history-content ul {
    margin-left: 12px;
}

.history-content ul li {
    font-size: 15px;
    list-style: disc;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.history-sec,
.about-sec,
.flora-sec,
.best-visit-sec,
.nearby-places-sec,
.faq-sec {
    justify-content: space-between;
}

/* Sariska Tour Package */
.sariska-tour-package {
    padding: 60px 0 60px;
}

.sariska-tour-package-content {
    padding: 40px 0 0;
}

.tour-package-detail {
    margin: 0 14px;
}

.tour-package-detail img {
    height: 479px;
    object-fit: cover;
    transition: all 0.5s ease-out;
    overflow: hidden;
    border-radius: 10px;
}

.tour-package-detail,
.tour-package-detail figure {
    position: relative;
    overflow: hidden;

}

/* .tour-package-detail figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #000 -20%, transparent 60%);
    border-radius: 10px;
} */

.package-short-detail {
    display: none;
    font-size: 15px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 30%;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease 0s;
    width: 75%;
    height: 140px;
    z-index: 1;
    border-radius: 10px;
    padding: 11px 10px;
}

.tour-package-detail:hover .package-short-detail {
    display: block;
    background-color: rgb(19 19 19 / 41%);
}

.tour-package-detail:hover figure img {
    transform: scale(1.2);
    overflow: hidden;
    border-radius: 10px;
    display: block;
}

.package-short-detail span {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
}


.tour-package-detail p a {
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
}

.tour-package-detail p a:hover {
    color: #4f5e4a;
}

.package-short-detail strong {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaf37a;
}

.package-short-detail a {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    padding-top: 15px;
}

.package-short-detail a:hover,
.package-short-detail a span:hover {
    color: #a5f58a;
    transition: all 0.5s ease;
}

.package-short-detail a span {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    padding-right: 14px;
}

.package-short-detail a i {
    font-size: 20px;
}

.sariska-tour-package .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
}


.sariska-tour-package .prev-arrow {
    left: -5px;
    z-index: 1;
}

.sariska-tour-package .next-arrow {
    right: -5px;
}

/* Flora In sariska */
.flora-in-sariska {
    padding: 80px 0 40px;
}

.flora-in-sariska .flora-sec {
    margin-bottom: 40px;
}

.flora-in-sariska .flora-sec img {
    border-radius: 10px;
}

.flora-in-sariska .flora-sec:last-child {
    margin-bottom: 0;
}

.imp-heading h2 {
    color: #303636;
}

.imp-heading h1 {
    color: #303636;
}

.main-heading span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #303636;
    display: block;
    padding-bottom: 10px;
}

.flora-in-sariska .flora-content .imp-heading strong {
    display: block;
    font-size: 2rem;
    color: #303636;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}

.flora-in-sariska .sariska-content .imp-heading strong {
    display: block;
    font-size: 2rem;
    color: #303636;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}

.flora-detail p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
}

.flora-detail strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.flora-detail ul {
    margin-left: 30px;
}

.flora-detail ul li {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    margin-bottom: 10px;
    list-style: disc;
}

.flora-detail ul li b {
    font-weight: 600;
}

.flora-detail ul li::marker {
    color: #4f5e4a;
}

/* sariska Safari */

.safari-img-sec {
    position: relative;
}

.safari-img-sec .img1 img {
    height: 759px;
    object-fit: cover;
}

/* Top Attraction */
.top-attraction {
    padding: 60px 0 60px;
    /* padding-left: 270px; */
}

.top-attraction .slick-list {
    overflow: visible;
    padding-right: 500px;
}

.top-attraction-sec {
    padding: 50px 0 0;
    overflow: hidden;
}

/* .top-attraction-sec .slick-slide{ 
    padding-left: 70px;
} */
.attraction-content {
    margin: 0 10px;
}

.attraction-content img {
    height: 437px;
    object-fit: cover;
}

.top-attraction-sec .slick-arrow {
    position: absolute;
    top: 25%;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px #0000008c;
    border-radius: 50%;
    color: #4f5e4a;
}



.top-attraction-sec .prev-arrow {
    left: 10px;
    z-index: 1;
    box-shadow: 0 0 1px #0b0a0a
}

.top-attraction-sec .next-arrow {
    right: 10px;
    box-shadow: 0 0 1px #0b0a0a
}

.top-attraction-sec .slick-arrow i {
    color: #4f5e4a;
    font-weight: 600;
}

.attraction-detail {
    padding: 0 0;
}

.attraction-detail strong {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: #000000;
}

.attraction-detail strong a {
    color: #000000;
    text-decoration: none;
}

.attraction-detail strong a:hover {
    color: #4f5e4a;
    transition: all 0.5s ease;
}

.attraction-detail p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    padding: 10px 0 0;
    font-weight: 400;
}

/* Reach Destination */
.reach {
    padding: 60px 0;
}

.main-heading p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    padding: 20px 0 0;
}

.reach-sec {
    padding: 50px 0 0;
}

.reach-content span i {
    font-size: 24px;
    color: #fff;
    background: #4f5e4a;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reach-detail strong {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.reach-detail p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    padding: 16px 0 0;
}

/* Best Time To Visit */
.best-time {
    padding: 40px 0px 40px;
    background: #4f5e4a;
}

.best-time .main-heading h3 {
    color: #FFFFFF;
}

.best-time .best-time-detail strong {
    display: block;
    color: #FFFFFF;
}

.best-time .best-time-detail p {
    color: #FFFFFF;
}

.best-time-sec {
    border-radius: 10px;
    margin: 70px 0 0;
}

.best-time-sec .nav {
    flex-wrap: inherit;
    position: relative;
}

.best-time-detail p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    font-weight: 400;
}

.best-time-sec .nav::after {
    content: "";
    position: absolute;
    width: 115%;
    height: 1px;
    background: #D9E2E8;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}

.best-time-sec .nav .nav-item {
    white-space: nowrap;
}

.best-visit-sec img {
    border-radius: 10px;
    height: 256px;
    object-fit: cover;
}

.best-time-sec ul li button {
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 0 0 15px 0;
    margin-right: 55px;
}

.best-time-sec ul li button:hover {
    color: #fff;
}

.best-time-sec ul li button.active {
    font-weight: 700;
    color: #fff;
    position: relative;
}

.best-time-sec ul li button.active:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #4f5e4a;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 50px;
}

.best-time-sec ul li button span {
    font-weight: 600;
    font-size: 15px;
    padding-left: 6px;
}

.best-time table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 10px !important;
    overflow: hidden;
}

.best-time table thead tr th {
    padding: 18px;
    font-size: 20px;
    font-weight: 500;
}


.best-time table tbody tr td {
    padding: 15px;
}

.best-time table tbody tr td b {
    font-size: 20px;
    font-weight: 500;
}

/* Hotels */
.hotels {
    padding: 60px 0;
    background-color: #4f5e4a;
}

.hotels .main-heading h3 {
    color: #FFFFFF;
}

.top-hotels {
    padding-bottom: 30px;
}

.hotels-sec {
    padding: 30px 0 0;
}

.hotel-detail {
    padding: 10px 0 0;
}


.hotel-detail p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.hotel-detail p a {
    color: #FFFFFF;
}

.hotel-detail p a:hover {
    color: #a5f58a;
    transition: all 0.5s ease;
}

.hotel-detail small {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 5px 0 2px;
}

.hotel-slider .slick-list {
    padding-top: 30px;
}

.hotel-content {
    margin: 0 10px;
}

.hotel-content img {
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: block;
    z-index: 9999;
}

.hotel-content img:hover {
    transform: translateY(-25px);
}

.hotels-sec .slick-arrow i {
    color: #4f5e4a;
}

.hotels-sec .slick-arrow {
    top: 25%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.hotels-sec .prev-arrow {
    left: 0px;
}

.hotels-sec .next-arrow {
    right: 0px;
}

/* Nearby Safari */
.nearby-safari {
    padding: 0 0 60px;
    /* padding-left: 270px; */
}

.nearby-safari .slick-list {
    overflow: visible;
    padding-right: 500px;
}

.nearby-safari-detail strong a {
    color: #000000;
}

.nearby-safari-detail p {
    color: #283A2C;
}

.nearby-safari-sec .slick-arrow i {
    color: #4f5e4a;
}

.nearby-safari-sec .slick-arrow {
    border: 1px solid #4f5e4a;
}

/* Nearby Places To Visit */
.nearby-places {
    background: #4f5e4a;
    padding: 60px 0;
}

.nearby-places-col {
    padding: 80px 0 0;
}

.nearby-places-sec {
    align-items: center;
    padding: 0 0 50px;
}

.nearby-places-content strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.nearby-places-content strong a {
    color: #fff;
}

.nearby-places-content strong a:hover {
    color: #a5f58a;
    transition: all 0.5s ease;
}

.nearby-places-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    padding: 15px 0 0;
}

.nearby-places-img img {
    height: 342px;
    border-radius: 10px;
    object-fit: cover;
}

.first-place {
    order: 0;
}

.second-place {
    order: 1;
}

.place-visit-img {
    width: calc(50% - 0px);
}

.place-visit-detail {
    width: calc(45% - 10px);
}

/* FAQ */
.faq {
    padding: 60px 0 60px;
    background: #4f5e4a;
}

.faq .main-heading h5 {
    color: #FFFFFF;
}

.faq .faq-sec .accordion {
    --bs-accordion-bg: transparent !important;
}

.faq-sec {
    padding: 40px 0 0;
}

.faq .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after,
.faq .accordion-item .accordion-button::after {
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-image: none !important;
    color: #FFFFFF !important;
}

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

.faq .accordion-button {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 30px 10px 30px 0;
}

.faq .accordion-body {
    padding: 0 10px 30px 0;
}

.faq .accordion-body p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #FFFFFF;
}

.faq .accordion-body ul {
    padding: 10px 0 0 20px;
}

.faq .accordion-body ul li {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    padding: 0 0 10px;
    list-style: disc;
}

.faq .accordion {
    border-top: 1px solid #e1e0e0;
}

.faq .faq-sec .explore {
    color: #FFFFFF;
}

.read {
    font-size: 15px;
}

.read i {
    color: #4f5e4a;
}

/* More Info */
.more-info {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.more-info .main-heading h5 {
    text-align: center;
}

.main-info-content {
    padding: 40px 0;
}

.main-info-content p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #303636;
}

.main-info-content p b {
    font-weight: 600;
}

.main-info-content p strong {
    font-weight: 600;
    display: block;
    padding: 10px 0;
    color: #303636;
}

.main-info-content strong {
    font-size: 24px;
    display: block;
    line-height: 33px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.pd-up {
    padding: 15px 0 0;
}

/* theme destination */
.main-listing {
    padding: 30px 0 20px;
    border-top: 1px solid #dee2e6;
}

.main-listing strong {
    font-size: 20px;
    line-height: 24px;
    color: #303636;
    display: block;
    font-weight: 600;
}

.main-listing ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    gap: 2px 20px;
}

.main-listing ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    padding-right: 20px;
    list-style-type: disc;
    color: #4f5e4a
}

.main-listing ul li a {
    color: #303636;
}

.main-listing ul li a:hover {
    color: #4f5e4a;
    transition: all 0.5s ease;
}

.info-more {
    font-size: 14px;
}

.main-info-content table {
    border: 1px solid #dee2e6;
    margin-top: 20px;
    background: transparent;
}

.main-info-content table tr td {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    background: transparent;
}

.main-info-content table tr th {
    color: #fff;
    background: transparent;
}

.main-info-content table tr .table-first {
    width: 30%;
    border-right: 1px solid #dee2e6;
}

.main-info-content table tr .table-second {
    border-right: 1px solid #dee2e6;
    width: 25%;
    background: transparent;
}

.main-info-content table tr th {
    background-color: transparent;
}

.main-info-content table tr .table-col-first {
    border-left: 1px solid #dee2e6;
}

.main-info-content ul {
    padding: 10px 0 0 20px;
}

.main-info-content ul li {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    list-style: disc;
    padding: 0 0 15px;
}

.more-info .main-info-content ul li {
    color: #000000;
}

.more-info .main-info-content ul li b {
    font-weight: 600;
}

.more-info .main-info-content ul li::marker {
    color: #4f5e4a;
}

.padding-right-content .main-info-content ul li {
    color: #000000;
}

.padding-right-content .main-info-content ul li b {
    font-weight: 600;
}

.padding-right-content .main-info-content ul li::marker {
    color: #4f5e4a;
}

.about-content strong {
    font-weight: 600;
}

/* WILDLIFE TOURISM IN GUJARAT */
.attraction-detail span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    display: block;
}



/* --------------------------------------- INLINE CSS  */

#collapse2 {
    display: none;
}

#collapse02 {
    display: none;
}

#collapse005 {
    display: none;
}

#collapse1 {
    display: none;
}

#collapse04 {
    display: none;
}

#collapse06 {
    display: none;
}

#collapse07 {
    display: none;
}

#collapse08 {
    display: none;
}

#collapse09 {
    display: none;
}

#collapse10 {
    display: none;
}

#collapse-04 {
    display: none;
}

#collapse-05 {
    display: none;
}

#collapse-06 {
    display: none;
}

#collapse006 {
    display: none;
}

/* ======================================= */
.best-time-detail p small {
    font-weight: 600;
    font-size: 18px;
}

/* =======================================================new css================================================== */

/* about us  */
.about-sec {
    padding: 40px 0 120px;
}

.about-sec .main-heading h1 {
    color: #303636;
    margin-bottom: 20px;
}

.about-sec .about-content p {
    color: #303636;
}

.about-right-pkgs-heading strong {
    color: #303636;
    display: block;
    font-size: 24px;
    font-family: 'Outfit';
    line-height: normal;
    font-weight: 600;
}

.about-packages-content .tour-package-content {
    padding: 30px 12px 0;
}

.about-packages-content .tour-package-detail figure img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.about-packages-content .viewAllBtn a {
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #4f5e4a;
    color: #4f5e4a;
    text-decoration: none;
    line-height: 1.4;
    background-color: #FFFFFF;
    padding: 10px 15px;
    display: block;
    margin: auto;
    text-align: center;
    width: max-content;
    margin-top: 26px;
    font-size: 15px;
}

.about-packages-content .viewAllBtn a:hover {
    background-color: #4f5e4a;
    color: #FFFFFF;
}

/* history  */
.sariska-history .history-content h2 {
    color: #FFFFFF;
}

.sariska-history .history-content .history-detail p {
    color: #FFFFFF;
}

.sariska-history .history-content .history-detail button {
    color: #FFFFFF;
}

/* history  */

/* tour packages */
.readMoreBtn {
    border: 1px solid #4f5e4a;
    background: #4f5e4a;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    display: block;
    width: max-content;
    border-radius: 10px;
    display: block;
    margin: auto;
    color: #FFFFFF;
    margin-top: 43px;
    transition: all 0.5s ease-out;
}

.readMoreBtn:hover {
    background-color: #FFFFFF;
    color: #4f5e4a;
}

/* tour packages */

.nearby-places .main-heading h4 {
    color: #FFFFFF;
}

/* safari-timing */
.safari-timing {
    padding: 60px 0 60px;
    background: #4f5e4a;
}

.safari-timing .main-heading h2 {
    color: #FFFFFF;
}

.safari-timing .main-heading p {
    color: #FFFFFF;
    text-align: center;
}

/* attracton  slider*/
.attraction-slider .slick-slide {
    margin: 0 12px !important;
    /* Removes unwanted side spacing */
}

.attraction-slider .slick-list {
    padding: 0 !important;
    /* Removes internal padding (center padding effect) */
}

.attraction-slider .slick-track {
    display: flex !important;
    /* Fix uneven slide width */
}

/* near by slider */
.near-by-slider .slick-slide {
    margin: 0 12px !important;
    /* Removes unwanted side spacing */
}

.near-by-slider .slick-list {
    padding: 0 !important;
    /* Removes internal padding (center padding effect) */
}

.near-by-slider .slick-track {
    display: flex !important;
    /* Fix uneven slide width */
}


/* safari timing  */
.safari-timing .table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 10px !important;
    overflow: hidden;
}

.safari-timing .table thead tr th {
    padding: 18px;
    font-size: 20px;
    font-weight: 500;
}

.safari-timing .table tbody tr td {
    padding: 15px;
}

.ultimate-travel-experience .card {
    padding: 0 0 15px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000033;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.ultimate-travel-experience .card .destination-card::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.ultimate-travel-experience .destination-card {
    overflow: hidden;
    display: block;
}

.ultimate-travel-experience .destination-card img {
    transition: all 0.5s ease-out;
    height: 170px;
}

.ultimate-travel-experience .card:hover .destination-card img {
    scale: 1.1;
    overflow: hidden;
}

.ultimate-travel-experience .card .destination-card::after :hover {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.ultimate-travel-experience .card .batch {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
}

.ultimate-travel-experience .card .batch .date {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 6px 12px;
    background-color: #4f5e4a;
    width: max-content;
}

.ultimate-travel-experience .card .card-body {
    padding: 6px 12px;
}

.ultimate-travel-experience .card .card-body b a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    transition: 0.5s;
    text-decoration: none;
    height: 45px;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ultimate-travel-experience .card .card-body b a:hover {
    color: #4f5e4a;
}

.ultimate-travel-experience .card .card-footer {
    padding: 10px 12px;
    background: transparent;
}

.ultimate-travel-experience .card .card-footer .footer-left b {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.ultimate-travel-experience .card .card-footer .footer-left b {
    font-weight: 500;
    display: block;
}

.ultimate-travel-experience .card .card-footer .footer-left p {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.ultimate-travel-experience .card .card-footer .footer-right a {
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #4f5e4a;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.4;
    background-color: #4f5e4a;
    padding: 8px 10px;
}

.ultimate-travel-experience .card .card-footer .footer-right a:hover {
    transition: all 0.5s ease-out;
    color: #4f5e4a;
    background-color: #FFFFFF;
}

.safari-timing ul li button.active {
    background-color: transparent !important;
    border-bottom: 1.5px solid #FFF !important;
    color: #FFF !important;
    border-radius: 0 !important;
    font-size: 18px !important;
}

.safari-timing ul li button {
    color: #FFF !important;
    font-size: 18px !important;
}

/* Ultimate Travel Experience*/

/* gallery home  */
.ourGallery {
    padding: 30px 0 20px;
    border-top: 1px solid #4f5e4a;
}

.ourGallery .main-heading h6 {
    margin-bottom: 30px;
}


.ourGallery .main-gallary .main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 34%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.ourGallery .main-gallary .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourGallery .gallery-01 {
    height: 500px;
}

.ourGallery .gallery-02 {
    height: 220px;
}

/* gallery home */

.nearby-places .nearby-places-sec .nearby-places-content .explore-more {
    color: #FFFFFF;
}


/* content page */
.common-banner {
    position: relative;
}

.common-banner figure {
    margin: 0 0 0rem;
}

.common-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.hotels-banner figure img {
    height: 400px;
}

.common-banner .comn-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.common-banner .comn-banner-content p {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
}

.content .main-info-content table {
    border: 1px solid #dee2e6;
    background: transparent;
}

.content .main-info-content table tr th {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    align-content: baseline;
    padding: 15px;
    font-weight: 600;
}

.content .main-info-content table tr td {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #303636;
    background: transparent;
    padding: 12px;
    align-content: baseline;
}

.content .main-info-content ul li {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #303636;
    list-style: disc;
    padding: 0 0 10px;
}

.content .main-info-content ul li b {
    font-weight: 600;
}

.padding-right-content {
    padding-right: 80px;
}

/* content right */
.stickyTop {
    position: sticky;
    top: 0;
}

.content-right-links {
    margin-bottom: 20px;
    border-top: 1px solid #dee2e6;
    margin-top: 30px;
    padding-top: 10px;
}

.content-right-links strong {
    font-size: 21px;
    line-height: 30px;
    color: #303636;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.content-right-links ul {
    padding: inherit;
}

.content-right-links ul li {
    list-style-type: disc;
    color: #4f5e4a;
}

.content .main-info-content strong {
    padding: 10px 0 10px;
}

.content-right-links ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #303636;
}

.content-right-links ul li a:hover {
    transform: all;
    color: #4f5e4a;
}

.content-right-links figure img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.content-packages.ultimate-travel-experience .destination-card img {
    height: 115px;
}

.content-packages.ultimate-travel-experience .card .card-body b a {
    font-size: 13px;
    height: 33px;
}

.content-packages.ultimate-travel-experience .card .card-footer .footer-left p {
    font-size: 12px;
}

.viewAllBtn a {
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #4f5e4a;
    color: #4f5e4a;
    text-decoration: none;
    line-height: 1.4;
    background-color: #FFFFFF;
    padding: 8px 12px;
    display: block;
    margin: auto;
    text-align: center;
    width: max-content;
    margin-top: 26px;
    font-size: 15px;
}

.viewAllBtn a:hover {
    background-color: #4f5e4a;
    color: #FFFFFF;
}

/* flora */
.fontSm {
    font-size: 20px !important;
    padding: 0 !important;
}

.para-bold {
    font-size: 16px !important;
    margin-bottom: 0;
}

.para-bold b {
    font-weight: 600;
}

.hotels-table table {
    border: #dee2e6;
}

.hotels-table table thead tr th {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    align-content: baseline;
    padding: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.hotels-table table tbody tr td {
    color: #303636;
    align-content: baseline;
}

.hotels-content .main-heading h3 {
    font-size: 38px;
}

.hotels-content .main-info-content {
    padding: 0 0;
}

.about-content-hotels-right figure img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.tehla-gate .main-heading h2 {
    color: #FFFFFF;
}

.tehla-gate .tehla-gate-slider .slick-list {
    padding-top: 30px;
}

.sariska-gate .sariska-gate-slider .slick-list {
    padding-top: 30px;
}

/* breadcrumb */
.breadcrumb {
    margin-top: 15px;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #303636;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #4f5e4a;
}

.breadcrumb .breadcrumb-item.active span {
    text-decoration: none;
    color: #4f5e4a;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
}

.main-info-content.detailed-table table {
    border: 1px solid #dee2e6;
}

.main-info-content.detailed-table table tr td {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    align-content: baseline;
    color: #303636;
}

.main-info-content.detailed-table table tr th {
    font-size: 16px;
    line-height: 25px;
    align-content: baseline;
    font-weight: 600;
    color: #303636;
}

.main-info-content.main-list ul li {
    color: #303636;
}


.hotes-in-sariska h4 {
    color: #FFFFFF;
}

.tourPackages button {
    border: 1px solid #FFFFFF;
}

.tourPackages .tour-package-detail p a {
    color: #FFFFFF;
}

.tourPackages .tour-package-detail p a:hover {
    color: #a5f58a;
    transition: all 0.5s ease;
}

.main-info-content.main-list ul li::marker {
    color: #4f5e4a;
}

/* itinerary */

/* itinerary content */
.itinerary-heading h1 {
    color: #303636;
}

.itinerary-heading-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.itinerary-heading-top .short-info p {
    margin-bottom: 0;

    display: flex;
    align-items: baseline;
    padding-top: 0;
}

.itinerary-heading-top .short-info p span {
    padding-bottom: 0px;
    color: #303636;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.itinerary-heading-top .short-info p i {
    color: #4f5e4a;
}

.itinerary-heading-top .short-info p strong {
    font-weight: 600;
    color: #303636;
    font-size: 15px;
    line-height: 25px;
}

.itinerary-content .accordion-button {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #303636;
    gap: 10px;
}

.itinerary-content .accordion-item:first-of-type>.accordion-header .accordion-button {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
}

.itinerary-content .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background: unset !important;
    border: none !important;
}

.itinerary-content .accordion-button:focus {
    box-shadow: none !important;
}

.itinerary-content .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: none !important;
}

.accordion-button::after {
    background-image: none !important;
}

.itinerary-content .accordion-item .accordion-header span {
    background: #4f5e4a;
    width: max-content;
    flex-shrink: 0;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}

.itinerary-content .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #303636;
    margin-bottom: 0;
    border-radius: 5px;
}

.itinerary-content .accordion-item .accordion-body {
    padding-top: 0 !important;
}

/* itinerary content */


/* itinerary slider */
.itinerary-slider {
    padding: 50px 0;
    border-top: 1px solid #dee2e6;
}

.itinerary-slider .main-heading h4 {
    color: #FFFFFF;
}

.itinerary-package-slider .slick-slide {
    margin: 0 12px;
}

.itinerary-package-slider .slick-arrow {
    top: 28%;
    position: absolute;
    z-index: 99;
    background: #FFF;
    border-radius: 50%;
    color: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    z-index: 9;
    box-shadow: 0 0 1px #191818;
}

.itinerary-package-slider .prev-arrow {
    left: 0;
}

.itinerary-package-slider .next-arrow {
    right: 0;
}

.itinerary-package-slider .tour-package-detail img {
    height: 270px;
    border-radius: 10px;
}

.itinerary-package-slider .tour-package-detail button {
    font-size: 14px;
    line-height: 21px;
    background: transparent;
    padding: 7px 14px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #FFFF;
    cursor: pointer;
    transition: all 0.5s ease;
    font-weight: 500;
    text-align: center;
    width: max-content;
    display: block;
    margin: auto;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itinerary-package-slider .tour-package-detail p a {
    color: #FFFFFF;
}

.itinerary-package-slider .tour-package-detail .packages-footer a span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #303636;
}

.itinerary-package-slider .tour-package-detail .packages-footer a small {
    color: #4f5e4a;
}

.theme-color {
    background: #4f5e4a;
}

/* itinerary slider */


/* hotel page*/
#wrap .slider-for .slide-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#wrap .slider-for .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    background: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #4f5e4a;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px #0000008c;
}

#wrap .slider-for .prev-arrow {
    left: 0;
}

#wrap .slider-for .next-arrow {
    right: 0;
}

#wrap .slider-nav {
    width: 300px;
    margin: 0 auto 10px;
}

#wrap .slider-nav {
    margin-top: 16px;
}

#wrap .slider-nav .thumbnail-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

#wrap .slider-nav .slick-slide {
    margin: 0 5px;
}

#wrap .slider-nav .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 50%;
    background: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px #0000008c;
}

#wrap .slider-nav .prev-arrow {
    left: 0;
}

#wrap .slider-nav .next-arrow {
    right: 0;
}

.about-content-hotels-right form {
    background: #4f5e4a52;
}

/* 404 */
.page-not-found figure img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.page-not-found h1 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    color: #303636;
}

.page-not-found p {
    font-size: 15px;
    line-height: 25px;
    color: #303636;
    text-align: center;
}