body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-family: 'Google Sans', Arial, Helvetica, sans-serif;

}


:root {
    /* --primary-color: #902502; */
    --primary-color2: #604019;
    /* --main-color: #c25107; */
    --main-color: #FF7518;
    /* --primary-color2: #4a0404; */
    --primary-color: #B87333;
    --main-color1: #ec8422;
    --color-head: #532424;
    --common-white: #fff;
    --common-black: #000;
    --gray-color: #4a4848;
    --red-color: rgb(184, 17, 17);
    --red-colors: rgb(184, 17, 17, 0.8);
}



/* topbar   */
.topbar {
    background-color: var(--primary-color2);
    top: 0px;
    z-index: 10;

}

/* header */

.logo {
    display: inline-lock;
}

.header {
    background-color: #fff;
    /* box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); */
    position: fixed;
    top: 32px;
    width: 100%;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: var(--primary-color2);
    font-weight: 600;
}


.header li a:hover,
.header .menu-btn:hover {
    color: var(--main-color1);
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    /* padding: 10px 20px 10px 20px; */
    text-decoration: none;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    /* padding: 28px 20px; */
    position: relative;
    user-select: none;
    top: 30px;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 500px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.header li a.active {
    color: var(--main-color1);
    /* Change color or add background */
    font-weight: bold;
    /* Or any other styling you prefer */
}

/* 48em = 768px */
#main-div {
    margin-top: 120px;
}

#safari-div {
    margin-top: 113px;

}

marquee {
    background: var(--main-color);
    color: var(--common-white);
    top: 111px;
    z-index: 9;

}

@media (min-width: 58em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 22px 14px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;

    }

    .header .menu-icon {
        display: none;
    }


}

@media (max-width:567px) {

    /* .logo img {
        height: 50px;
    } */


    #menu-responsive {
        margin-top: 10px !important;
        background: #F2D2BD !important;
        border-radius: 10px !important;
        height: 470px;
    }

    .header li a {
        display: block;
        padding: 14px 20px !important;
    }

    .header {
        top: 48px !important;
    }

    marquee {
        background: var(--main-color);
        color: var(--common-white);
        top: 128px;
        font-size: 12px;
    }

    #main-div {
        margin-top: 145px;
    }

    #video {
        width: 100%;
        height: 210px !important;
        background-color: #333;
    }

    .img-responsive {
        height: 100% !important;
    }

    .main_heading {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    .service_block {

        padding: 20px 25px 20px !important;
    }

    .footer-div {

        padding: 10px !important;
    }

    .form-control {

        padding: .275rem .75rem !important;
    }

    .package-filter {
        margin: 4px 2px !important;
    }

    .main-park-section img {
        height: 100%;
    }

    .boxes-visit {
        padding: 0px 30px !important;
    }

    .boxes-visit .div {
        width: 100% !important;
    }

    #video {
        width: 100%;
        /* height: 375px !important; */
    }

    .gallery>div {
        height: 90px !important;
        width: 117px;
    }

    #mrging-head {
        margin-top: 20px !important;
    }

    .calendarForm .form-control {

        height: 37px !important;
    }

    .img-crush {
        width: 100% !important;
        height: 300px !important;
    }

    .Chambal-safari {
        height: 180px !important;
    }

    .booking-header-btn {
        font-size: 10px !important;
        background: green;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 10px !important;
        background: red;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

    .rev {
        width: 60%;
    }
}

@media (max-width:768px) {
    #menu-responsive {
        margin-top: 50px !important;
        background: #F2D2BD !important;
        border-radius: 10px !important;
    }

    .img-crush {
        width: 100% !important;
    }

    .Chambal-safari {
        height: 200px !important;
    }

    .gallery {
        display: flex;
        justify-content: center;
    }

    .gallery>div {
        padding: 3px !important;
        /* height: auto !important; */
    }

    #video {
        width: 100%;
        /* height: auto !important; */
        background-color: #333;
    }

    .bottom_text {
        font-size: 18px !important;
    }

    .button-43 {
        width: 100% !important;
    }

    .button-42 {
        width: 100% !important;
        font-size: 14px !important;
        padding: 0px !important;
    }

    .couple-div {
        display: none;
    }
}

/* footer */
a {
    color: white;
}

.footer-div {
    background-color: var(--primary-color2);
    color: var(--main-color1);
    padding: 40px;
}

.footer-logo {
    width: 70%;
}


/* footer */
.div-text {
    list-style-type: none;
}

.div-text>li a {
    color: var(--common-white);
    padding: 6px;
    line-height: 42px;
}

.bx-chevron-right:before {
    content: "\ea50";
}

.fa-angle-right {
    font-size: 12px;

}

.div-text>li a:hover {
    color: var(--main-color1);
}

.gallery>div {
    padding: 3px !important;
    height: 100px;
}

.gallery>div img {
    border-radius: 10px;
    border: 2px solid var(--main-color1);
}

.bottom-div {
    background-color: #eeeeee;
}

.copyright-text {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

section {
    margin-top: 30px !important;
    margin-bottom: 30px;
}

#video {
    width: 100%;
    height: 550px;
    background-color: #333;
}

#video video {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_heading {
    font-size: 30px;
    line-height: 30px;
    color: var(--main-color);
    font-weight: 400;
    font-family: "Outfit";
    font-weight: bold;

}

/*
.main_heading:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--main-color);
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
} */

.main_heading1 {
    font-size: 30px;
    line-height: 30px;
    color: var(--common-white);
    font-weight: 400;
    font-family: "Outfit";
    font-weight: bold;

}

.main_heading1:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--common-white);
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
}

.bottom_text {
    font-size: 32px;
    font-weight: 600;
    color: var(--gray-color);
    font-family: "Rubik", sans-serif;
}

/* service  */


.dd_heading {
    text-align: center;
    font-family: roboto thin;
}

.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    /* max-width: 1024px; */
    margin: 0 auto;
    font-family: var(--font-sans);
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }


}

/* @tab  */
@media (min-width: 767px) and (max-width:1200px) {
    /* body {
        background-color: gray !important;
    } */

    .img-responsive {
        height: 400px !important;
        margin-bottom: 22px !important;
    }

    .bottom_text {
        font-size: 25px !important;
    }

    #video {
        width: 100%;
        height: 375px !important;
    }

    .heading {
        font-size: 1.2rem !important;
    }

    .Chambal-safari {
        height: 400px !important;
    }
}

/* @mac  */
@media (min-width: 1200px) and (max-width:1282px) {


    .text-main {
        font-size: 11px !important;
        margin-bottom: 0px !important;
    }

    .button-43 {
        width: 111px !important;
        margin-top: 3px !important;

    }

    .img-crush {
        height: 500px !important;
        width: 100% !important;
    }

    .button-42 {
        margin-top: 3px !important;
        width: auto !important;
    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .service_block h4 {
        font-size: 20px !important;
    }

    .service_block {

        padding: 20px 40px 20px !important;
    }


}

@media (min-width: 1150px) {
    .page-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.d_card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

@media (min-width: 600px) {
    .d_card {
        height: 350px;
    }
}

.d_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 100% 100%;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e),
        -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.d_card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(11.7%, rgba(0, 0, 0, 0.009)),
            color-stop(22.1%, rgba(0, 0, 0, 0.034)),
            color-stop(31.2%, rgba(0, 0, 0, 0.072)),
            color-stop(39.4%, rgba(0, 0, 0, 0.123)),
            color-stop(46.6%, rgba(0, 0, 0, 0.182)),
            color-stop(53.1%, rgba(0, 0, 0, 0.249)),
            color-stop(58.9%, rgba(0, 0, 0, 0.32)),
            color-stop(64.3%, rgba(0, 0, 0, 0.394)),
            color-stop(69.3%, rgba(0, 0, 0, 0.468)),
            color-stop(74.1%, rgba(0, 0, 0, 0.54)),
            color-stop(78.8%, rgba(0, 0, 0, 0.607)),
            color-stop(83.6%, rgba(0, 0, 0, 0.668)),
            color-stop(88.7%, rgba(0, 0, 0, 0.721)),
            color-stop(94.1%, rgba(0, 0, 0, 0.762)),
            to(rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.009) 11.7%,
            rgba(0, 0, 0, 0.034) 22.1%,
            rgba(0, 0, 0, 0.072) 31.2%,
            rgba(0, 0, 0, 0.123) 39.4%,
            rgba(0, 0, 0, 0.182) 46.6%,
            rgba(0, 0, 0, 0.249) 53.1%,
            rgba(0, 0, 0, 0.32) 58.9%,
            rgba(0, 0, 0, 0.394) 64.3%,
            rgba(0, 0, 0, 0.468) 69.3%,
            rgba(0, 0, 0, 0.54) 74.1%,
            rgba(0, 0, 0, 0.607) 78.8%,
            rgba(0, 0, 0, 0.668) 83.6%,
            rgba(0, 0, 0, 0.721) 88.7%,
            rgba(0, 0, 0, 0.762) 94.1%,
            rgba(0, 0, 0, 0.79) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e),
        -webkit-transform calc(var(--d) * 2) var(--e);
}

.d_card:nth-child(1):before {
    background-image: url('https://jungleride.in/front/assets/img/Jeep%20Safari%20(2).jpg');
}

.d_card:nth-child(2):before {
    background-image: url('https://jungleride.in/front/assets/img/attraction/Chambal%20Safari.jpg');
}

.d_card:nth-child(3):before {
    background-image: url('https://jungleride.in/front/assets/img/Hotel%20Booking%20(1).jpg');
}

.d_card:nth-child(4):before {
    background-image: url('https://jungleride.in/front/assets/img/Safari%20Package%20%20(1).jpg');
}

.content {
    position: relative;
    display: flex;

    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);

    transition: transform var(--d) var(--e);

    z-index: 1;
}

.content>*+* {
    margin-top: 1rem;
}

.heading {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Outfit";
    background-color: rgb(254, 235, 238, 0.8);
    color: var(--primary-color);
    padding: 5px;
}

.data-content {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px) {
    .d_card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content {
        -webkit-transform: translateY(calc(100% - 4.5rem));
        transform: translateY(calc(100% - 4.5rem));
    }

    .content>*:not(.heading) {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
        transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
    }

    .d_card:hover,
    .d_card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }

    .d_card:hover:before,
    .d_card:focus-within:before {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }

    .d_card:hover:after,
    .d_card:focus-within:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .d_card:hover .content,
    .d_card:focus-within .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .d_card:hover .content>*:not(.heading),
    .d_card:focus-within .content>*:not(.heading) {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: calc(var(--d) / 8);
        transition-delay: calc(var(--d) / 8);
    }

    .d_card:focus-within:before,
    .d_card:focus-within:after,
    .d_card:focus-within .content,
    .d_card:focus-within .content>*:not(.heading) {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}


/* button */

/* CSS */
.button-3 {
    appearance: none;
    /* background-color: #2ea44f; */
    background-color: var(--primary-color);
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}


.button-3:hover {
    background-color: var(--main-color);
}


/* service  */
.service_block {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 40px 40px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: 1px solid var(--main-color);
}

.service_block:hover {
    border: none;
}

.service_block:before,
.service_block:after,
.service_block span:before,
.service_block span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-width: 2px 0px 0px 2px;
    border-radius: 10px 0px 0px 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.service_block span:before {
    left: auto;
    right: 0;
    border-radius: 0px 10px 0px 0px;
    border-width: 2px 2px 0px 0px;
}

.service_block .service_icon {
    margin-bottom: 14px;
}

.service_block h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color);
    font-style: italic;
}

.service_block h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color);
    font-style: italic;
}

.service_block:after {
    top: auto;
    bottom: 0;
    border-radius: 0px 0px 0px 10px;
    border-width: 0px 0px 2px 2px;
}

.service_block:hover span:before {
    width: 60px;
    height: 90px;
    border-color: var(--main-color);
}

.service_block:hover span:after {
    width: 90px;
    height: 60px;
    border-color: var(--main-color);
}

.service_block:hover:before {
    width: 90px;
    height: 60px;
    border-color: var(--main-color);
}

.service_block:hover:after {
    width: 60px;
    height: 90px;
    border-color: var(--main-color);
}

.service_block span:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
    border-width: 0px 2px 2px 0px;
}


/* package  */
.package-filter {
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

.fa-star {
    color: orange;
}


/* range slider */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.range-slider {
    position: relative;
    width: 250px;
    height: 10px;
    border-radius: 15px;
    background: linear-gradient(to right, var(--main-color), var(--primary-color));
}

.range-slider .progress {
    position: absolute;
    left: 25%;
    right: 0%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to right, var(--main-color), var(--primary-color));
}

.range-slider input[type="range"] {
    position: absolute;
    width: 99%;
    height: 10px;
    -webkit-appearance: none;
    pointer-events: none;
    background: none;
    outline: none;
}

.range-slider .range-min::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #fcfcfc 0% 0% no-repeat padding-box;
    border: 2px solid #8b9e30;
    border-radius: 20px;
    opacity: 1;
}

.range-slider .range-max::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #fcfcfc 0% 0% no-repeat padding-box;
    border: 2px solid #a22a2a;
    border-radius: 20px;
    opacity: 1;
}

.field input {
    width: inherit;
    height: 100%;
    outline: none;
    font-size: 18px !important;
    padding: 3px !important;
    margin-left: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999 !important;
}

.btn-success1 {
    background-color: var(--main-color) !important;
    color: var(--common-white) !important;
}

.btn-success1:hover {
    background-color: var(--main-color1) !important;
}

.btn-danger1 {
    background-color: var(--red-color) !important;
    color: var(--common-white) !important;
}

.btn-danger1:hover {
    background-color: var(--red-colors) !important;
}

.text-main {
    font-size: 12px;
}

.right-pkg-div {
    border-left: 1px solid rgb(128, 128, 128, 0.3);
    padding: 2px;
}


/* CSS */
.button-42 {
    background-color: initial;
    border: 1px solid var(--main-color) !important;
    /* background-image: linear-gradient(-180deg, #FF7E31, #E62C03); */
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    outline: 0;
    overflow: hidden;
    padding: 0 10px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 90%;
    z-index: 9;
    border: 0;
    font-weight: 600;
    transition: box-shadow .2s;
    margin-bottom: 4px;
    font-size: 15px;
}

.button-42:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.button-43 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    outline: 0;
    overflow: hidden;
    padding: 0 10px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 93%;
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;

    font-size: 15px;

}

.button-42:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.modal-content {
    border: 1px solid var(--main-color1) !important;
    background-color: var(--primary-color2) !important;
}

.btn-close-custom {
    border: none;
    margin: 2px !important;
}

.btn-close-custom::after {
    color: #fff !important;
}

.btn-close-custom2 {
    background: #fff !important;
}

.fa-square-xmark {
    font-size: 21px;
    top: -10px;
    left: -7px;
    color: white !important;
    background: var(--main-color1);
    padding: 4px 4px;
    border-radius: 5px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

/* main section  */
.main-park-section {
    background: url('../img/tiger-1\ \(1\).jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.visit-zones-bg {
    position: relative;
    opacity: 0.9;
    color: var(--primary-color);
    /* background-color: #f5f5f5; */
    background: #FFF5EE;
    /* background: url(https://demo2.pavothemes.com/triply/wp-content/uploads/2022/09/h6_decor.png) 0% 0% / cover; */
}

.boxes-visit {
    margin: 20px;
}

.boxes-visit .div {
    border: 2px solid var(--primary-color);

    border-radius: 15px;
    /* border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--main-color1); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 5px;
    text-align: center;
    height: 150px;
    width: 170px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--common-white);
}

.boxes-visit .div:hover {
    border: 2px dotted var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.numbers {
    font-weight: bold;
    color: var(--main-color);
    padding-top: 3px;
    font-size: 28px;
}

.small-headings {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    font-style: italic;
}

.Experience-img img {
    border-radius: 20px;

    box-shadow: rgba(249, 9, 9, 0.19) 0px 10px 20px, rgba(233, 158, 8, 0.23) 0px 6px 6px;
    outline: 1px dashed var(--primary-color);
    outline-offset: 4px;
}

.table-data-border {
    box-shadow: rgba(222, 146, 3, 0.25) 0px 50px 100px -20px, rgba(244, 9, 9, 0.3) 0px 30px 60px -30px, rgba(111, 59, 3, 0.35) 0px -2px 6px 0px inset;
}

.table-data-border td {
    text-align: center;
    border: 1px solid var(--primary-color);
    font-weight: 600;

}

.attraction-boxs {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border-left: 2px solid var(--primary-color);
    border-radius: 10px;
}

.blog-title {
    color: var(--main-color) !important;
}

.blog-title:hover {
    color: var(--main-color1) !important;
}

.safari-booking {
    background-image: url('../img/safari/Background\ Safari.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.Chambal-safari {
    width: 100%;
    height: 500px;
    background-image: url('../img/safari/chambal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none !important;
}

/*
.img-crush {
    --_g: 10% / 45% 45% no-repeat linear-gradient(#000 0 0);
    --m: left var(--_i, 0%) top var(--_g), bottom var(--_i, 0%) left var(--_g), top var(--_i, 0%) right var(--_g), right var(--_i, 0%) bottom var(--_g);
    -webkit-mask: var(--m);
    mask: var(--m);
    transition: 0.3s linear;
    cursor: pointer;
    margin-top: 30px;
}

.img-crush {
    height: 500px;
}

.img-crush:hover {
    --_i: 10%;
    filter: grayscale(0);
} */

.design-card>div {
    border: 2px solid var(--primary-color);
    margin: 5px;
    box-sizing: border-box;
    padding: 20px 20px;
}

.img-dsg {
    border-radius: 0px 40px;
    outline: 3px dashed var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box-radius {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.box-sads {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.chambal-top {
    border: 1px solid var(--primary-color2);
    background-color: #FFC000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px 10px 0px 0px;
}

.form-group .form-control {
    padding: .255rem 1.15rem .255rem .65rem;
}

.chambaBooking form input,
.chambaBooking form select {
    /* background: #e6e9f1; */
    border-color: #ccc;
    color: #98a3ae;
    font-size: 14px;
}

.chambaBooking form input,
.chambaBooking form select {
    background: #f5f7fa;
    border-color: #ccc;
    color: #98a3ae;
    font-size: 14px;
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    /* padding: .5rem .75rem; */
}

.form-control {
    width: 100%;
    /* padding: 10px !important; */
    border: 1px solid #ccc;
    border-radius: 5px;
    /* margin-bottom: 6px; */
}

.chambaBooking form {
    border: 1px solid #ddd;
    border-top: none;
    padding: 13px 15px;
}

.chambaBooking h1 {
    background: var(--main-color1);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-top: 30px;
    padding: 14px 0;
    text-align: center;
}

.chambaBooking form label {
    font-weight: 600;
    color: var(--primary-color);
}

.chambaBooking .form-group {
    margin-bottom: 1rem;
}

.paybtn {
    background: #ce1511;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 42px;
    min-width: 220px;
    padding: 8px;
}

.paynow li .btn-primary {
    background: green;
    border-color: green;
    border-radius: 3px;
    padding: 6.5px 24px;
}

.btn-default {
    background: #eb903b !important;
    border-color: #eb903b !important;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
}

.theme-bg-color {
    background-color: var(--main-color) !important;
    color: var(--common-white) !important;
    font-size: 24px !important;
}

.btn-amt {
    color: #222;
    background-color: #ffc419;
    border-color: #ffc419;
    padding: 12px 25px;
    position: relative;
    top: -22px !important;
}

.theme-color {
    color: var(--primary-color);
}

.brs-1 {
    border: 2px solid var(--primary-color2) !important;
    border-radius: 1rem !important;
    border-top: 0px !important;
}

.texticons {
    border: 1px solid #b7acac;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
}

.text-emoji {
    color: green;
}

.text-emoji-1 {
    color: red;
}

.accordion-button:not(.collapsed) {
    background: #FFD580 !important;
    border: none !important;
    color: var(--primary-color2) !important;
}

.pkage-detail-btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to left, var(--primary-color2), #f05107);
    z-index: 999;
    padding: 4px;
}

.data-ul-content>li {
    padding: 6px 15px;
    text-align: center;
    margin-bottom: -16px;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 5px;
    border: 2px solid white;
    height: 42px;
}

.service_btn.active {
    background: linear-gradient(to left, #f05107, var(--primary-color2));
    color: #fff;
    border-color: var(--primary-color2);
    padding: 8px 10px;
}

.service_btn {
    background-color: var(--main-color) !important;
    border: 1px solid #ccc !important;
    cursor: pointer;
    padding: 5px 9px;
}

.service {
    display: flex;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: var(--primary-color2) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: var(--primary-color2) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px !important;
}

/* ======service btn====== */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--primary-color2);
}

.swiper-slide>img {
    width: 100%;
    height: 260px;
}

.btn-sticky-details2 {
    background: orange;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.btn-sticky-details {
    background: rgb(26, 176, 26);
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.form-package-detail {
    width: 100%;
    background: #FFD580;
    border: 1px solid rgb(182, 179, 179);
    padding: 20px;
    /* background: #E5AA70; */
    color: #000;
}

.input-box,
select {
    width: 100%;
    padding: 6px;
    border: none;
    border: 1px solid var(--primary-color2);
    border-radius: 5px;
}

.inc-dec-box {
    border: 1px solid var(--primary-color2);
    border-radius: 5px;
    width: 130px;
    padding: 5px 3px;
    margin-left: 62px;
    /* background: brown; */
}

.inc-dec-box>a {
    padding: 4px 11px;
    border-radius: 5px;
}

.plus-bg1 {
    background: var(--main-color);
}

.inc-dec-box>input {
    width: 38px;
    padding: 2px;
    text-align: center;
    border: none;
}

.inc-dec-box>a .fa-plus,
.fa-minus {
    color: #fff !important;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.plus-bg {
    background: var(--primary-color);
}

.marging-left-ak {
    margin-left: 65px;
}

.width-of-rooms {
    width: 38px;
}

.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid #ecad37;
    font-weight: bold;
    margin-left: 10px;
}

.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid #ecad37;
    font-weight: bold;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .floating-from-div {
        top: 130px !important;
    }

    #hotel {
        margin-top: 155px !important;
    }


    .inner_hotel .top {
        display: block !important;
    }

    .image-group {
        margin-top: 15px !important;
    }

    #for-mobile-view {
        margin-top: -20px;
    }

    #for-laptop-view {
        display: none;
    }

    .data-ul-content>li {
        padding: 3px 7px !important;
        text-align: center;
        margin-bottom: 0px !important;
        font-weight: bold;
        margin-left: 7px !important;
        border-radius: 5px;
        border: 1px solid white !important;
        height: 32px !important;
    }

    .btn-sticky-details2 {
        padding: 3px 3px !important;
        font-size: 13px;
        height: 32px;
    }

    .btn-sticky-details {
        border: none;
        padding: 3px 3px !important;
        color: #fff;
        height: 32px;
        font-size: 13px;
    }

    .switches-container {
        width: 12rem;
        position: relative;
        display: flex;
        padding: 0;
        position: relative;
        background: linear-gradient(to right, #f05107, var(--primary-color2));
        line-height: 2rem;
        border-radius: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .width-on-phone {
        width: 98% !important;
    }

    .rooms-on-phone-1 {
        /* margin-left: 20px !important; */
    }

    .fc .fc-toolbar-title {
        padding: 3px 32px !important;
    }

    .rooms-on-phone {
        margin-right: 20px;
    }

    #table-text-data {
        font-size: 14px !important;
        padding: 0px !important;
    }

    .button-43 {
        width: 80% !important;
    }

    .button-42 {
        width: 80% !important;

    }

    .margin-tophotel {
        margin-top: 176px !important;
    }

    .search-card-result {
        margin: 3px !important;
    }

    .image_carousel {
        padding-right: 0px !important;
    }

    .deposit_types .card {
        width: 100% !important;
    }


    .select-rooms {
        white-space: nowrap !important;
    }

    #reviewpage .box-checkout .inclusions {
        padding: 15px 20px 20px !important;
    }

    .add-cmpy {
        display: block !important;
    }

    .copyright-text {
        text-align: start !important;
    }
}


@media (min-width:578px) and (max-width:2500px) {
    #for-mobile-view {
        display: none !important;
    }
}

@media (max-width:325px) {

    .inc-dec-box>a {
        padding: 4px 7px !important;
        border-radius: 5px;
    }

    .rooms-on-phone {
        margin-right: 12px;
    }

    .rooms-on-phone-1 {
        margin-left: 15px;
    }

    .inc-dec-box {

        width: 111px !important;
    }

    .width-on-phone {
        width: 98%;
    }


}

/* datepicker  */

.datepicker .datepicker-switch {
    width: 125px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    font-size: 16px !important;
}

/* .datepicker .datepicker-switch:hover {
    background-color: #000 !important;
} */

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: var(--primary-color);
    font-size: 20px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: rgb(46, 46, 46);
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom, #30e203, #194d0d) !important;
    color: white !important;
}

.datepicker table {
    border: 2px solid var(--primary-color) !important;
}

.datepicker td,
.datepicker th {
    background: #FFD580;
    padding: 6px !important;
}

@media (min-width:200px) and (max-width:400px) {

    .rooms-on-phone-1 {
        margin-left: 20px !important;
    }

    .marging-left-ak {
        margin-left: 0px !important;
    }

    .inc-dec-box {
        margin-left: 0px !important;
    }

    .service_btn {

        padding: 3px 6px !important;
    }

    .enquire_now {
        margin-left: 1px !important;
    }

    .view_more {
        margin-left: 1px !important;

    }

}

@media (min-width:400px) and (max-width:576px) {
    .width-of-rooms {
        width: 65px !important;
    }

    .inc-dec-box {
        width: 155px !important;
    }

    .rooms-on-phone-1 {
        margin-left: 20px !important;
    }

    .rooms-on-phone {
        margin-right: 20px !important;
    }

    .width-on-phone {
        width: 98%;
    }

    .inc-dec-box {
        margin-left: 2px !important;
    }

    .marging-left-ak {
        margin-left: 32px !important;
    }

    .service_btn {

        padding: 3px 6px !important;
    }

    .enquire_now {
        margin-left: 40px !important;
    }

    .view_more {
        margin-left: 40px !important;

    }
}


@media (min-width: 600px) and (max-width: 1200px) {


    .inc-dec-box {
        width: 276px !important;
    }

    .inc-dec-box>input {
        width: 182px !important;
    }

    .inc-dec-box {
        margin-left: 15px !important;
    }

    .marging-left-ak {
        margin-left: 20px;
    }

    .width-on-phone {
        width: 98%;
    }

    .inc-dec-box>a {
        padding: 5px 12px;
        border-radius: 5px;
    }

    .padding-rm-tab {
        padding: 0px !important;
    }

    .rooms-on-phone {
        margin-right: 27px;
    }
}

@media (min-width:1200px) and (max-width: 2680px) {
    .inc-dec-box {
        margin-left: 62px !important;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .marging-left-ak {
        margin-left: 16px !important;
    }

    .inc-dec-box {
        margin-left: 15px !important;
    }

    .button-42 {
        width: 100% !important;
        font-size: 13px !important;
    }

    .button-43 {
        width: 100% !important;
    }

    .gallery>div {
        height: 150px !important;
    }

    .Experience-img img {
        height: 100% !important;
    }
}

#safari-div-data {
    margin-top: 180px;
}



#panel {
    display: none;
}

.floating-from-div {
    background: linear-gradient(to right, var(--primary-color2), var(--primary-color));
    top: 112px;
    color: white;
}

.floating_form .form-group {
    width: 20.3rem;
    padding-left: 10px !important;
}

.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.floating_form .search-group {
    width: 250px;
}

.danger-class-style {
    background-color: #f22f2f;
    color: white;
    border: none;
    padding: 6px 13px !important;
    border-radius: 6px;
    margin-left: 10px;
    /* margin-top: 6px; */
}

.btn-hotelform {
    background-color: #d85b1d;
    color: white;
    border: none;
    padding: 6px 13px !important;
    border-radius: 6px;
    /* margin-top: 6px; */
}

.rev {
    background: linear-gradient(to right, #E35335, #FF5F15);
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
}

.text-rupess {
    text-shadow: rgba(47, 109, 8, 0.45) 0px 5px 5px;
    color: rgb(13, 136, 13);
}

.couple-icon {
    font-size: 13px;
    color: var(--primary-color2);
    line-height: 15px;
}

.fa-location-crosshairs {
    color: green;
}

.hotel_loaction {
    font-size: 13px;
}

.hotel-description {
    font-size: 13px;
}

.checked {
    color: rgb(255, 174, 24);
    font-size: 14px;
}

.large-icons>ul>li {
    border: 1px solid;
    white-space: nowrap;
    margin-left: 10px;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background: linear-gradient(to right, #b15513, #ec4c2c); */
    /* background: linear-gradient(to right, rgb(226, 68, 95), rgb(245, 163, 12)); */
    /* background:  */
    font-weight: 600;
    color: #1c1b1b;
    border: 2px solid var(--main-color);
}

.enquire_now {
    /* background-color: #f22f2f; */
    color: var(--main-color);
    border: none;
    padding: 3px 6px;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    font-weight: 600;
}

.enquire_now:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.view_more {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 5px 16px;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.view_more:hover {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color2);

}

.imghotel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}

.imghotelList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.viewAllText {
    position: absolute;
    font-size: smaller;
    padding-top: 20%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.smokyBg {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}

.carousel {
    height: 180px;
}

.carousel-item {
    height: 100%;
}

.carousel-inner {
    height: 180px;

}

/* hotel-detail  */
.image-group {
    grid-template-columns: 1fr 1fr !important;
}

.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}

.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .first-image {
    grid-column: 1 / 2;
}

.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

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

.select-rooms {
    color: #fff !important;
}

.select-rooms {
    border: 1px solid gray;
    border: 1px solid gray;
    padding: 6px 8px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
}

.hotel-detail-form {
    background-color: #E3963E;
    color: #fff;
    border: 2px solid #fff;
}

.toggle-button {
    color: rgb(254, 251, 251);
    width: 100%;
    position: fixed;
    top: 128px;
    z-index: 980;
    font-size: 18px;
    border: 1px solid #b7acac;
    padding: 1px;
    background: linear-gradient(to right, var(--main-color), var(--primary-color));
}

.toggle-button>span {
    font-size: 18px;

}

#hotel-review {
    margin-top: 130px;
}

#reviewpage h2,
#reviewpage h4.booking-review-title {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0px;
    border-bottom: #eaeef3 solid 1px;
    letter-spacing: .5px;
    padding: 0 0 20px;
}

#reviewpage .heading-inside {
    width: 100%;
    display: flex;
    margin-bottom: 2%;
}

.field-email .small {
    font-size: 0.75rem;
}

.traveller-details .form-group {
    margin-bottom: 20px;
}

.traveller-details .form-checkout .inputdetails label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.traveller-details .special-request .spandiv {
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special-request .requestdiv {
    padding: 10px;
}

.special-request textarea {
    resize: none;
    max-height: 80px;
}

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

.deposit_types .card {
    width: 48%;
    border-radius: 5px;
    overflow: hidden;
}

.deposit_types .card-header {
    background-color: #EADDCA;
}

.deposit_types .price {
    font-weight: bold;
}

.deposit_types .card input[type="radio"] {
    margin-right: 10px;
}


.deposit_types input[type='radio']:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -4px;
    left: -4px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid white;
}

.deposit_types input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -4px;
    left: -4px;
    position: relative;
    background-color: #ff9100;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid white;
}

.traveller-details .special-request {
    border-top: #ddd solid 32px;
    min-width: 835px;
    display: block;
    border-radius: 1px;
    border-bottom: #ddd solid 32px;
    margin: 10px -24px;
    padding: 27px 24px;
}

.shadow-bow {
    /* background: #000000; */
    box-shadow: rgba(100, 100, 111, 0.6) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 4%;
    overflow: hidden;
    padding: 20px;

}


#reviewpage .check-in {
    background: #EADDCA;
    margin: 0 -20px;
    padding: 10px 20px;
}

#reviewpage .box-checkout {
    border: #272727 solid 1px;
    border-radius: 5px;
    margin: 15px 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFDEAD;
}

#reviewpage .box-checkout .inclusions {
    padding: 15px 40px 20px;
}



/* Show the tooltip on hover */
#reviewpage .free-cancel:hover .on-hover {
    display: block;
}

#reviewpage .booking-detail.booking-form {
    padding: 20px 20px 0;
}

#reviewpage .col-md-4 .booking-form {
    background: #ffffff;
    box-shadow: rgba(111, 107, 100, 0.1) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 5%;
    overflow: hidden;
}

#reviewpage .check-in .center-night {
    margin: 10px;
    padding: 10px;
}

#reviewpage .check-in .center-night span {
    font-size: 11px;
    background: #fff;
    border: #eaeef3 solid 1px;
    border-radius: 20px;
    color: var(--cr-sec-txt);
    padding: 2px 10px;
}

#reviewpage .check-in .white-border {
    border-left: 2px solid #717171;
}

#reviewpage h4.booking-review-title {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: #8f8f8f solid 1px;
    letter-spacing: .5px;
    padding: 0 0 20px;
}

#reviewpage .booking-detail .booking-review-title+.label {
    margin-bottom: 10px;
    margin-top: 10px;
}

#reviewpage .booking-review .booking-review-content {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.booking-review .booking-review-content .review-section {
    border-bottom: 1px solid #8b8b8b;
}

.booking-review .booking-review-content .review-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#reviewpage .booking-review .booking-review-content .review-section.total-review .review-list .flex-wrap {
    /* background: #272727; */
    margin: 0px -20px !important;
    padding: 10px 20px !important;
}

.booking-review .booking-review-content .review-list li {
    border-bottom: #a5a5a5 solid 1px;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
}

#reviewpage .booking-review .booking-review-content .review-section.total-review .final-total.d-block {
    background: #7c7c7c26;

    margin: 0 -20px !important;
    padding: 8px 20px !important;
}

#reviewpage .booking-review .booking-review-content .review-list li.final-total {
    font-size: 19px;
}

#reviewpage .check-in-data {
    display: flex;
    align-items: center;
}

.check-in .date {
    font-size: 16px;
    margin-bottom: 10px;
}

.time-slots {
    display: flex;
    flex-direction: column;
}

.radio {
    margin-bottom: 5px;
}

.package-image-kazi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .package-image-kazi img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .breadcrumbs h2 {
        text-align: center;
    }
}

/* dsg-blogs */
.dsg-blogs {
    border: 1px solid var(--primary-color);
    margin-bottom: 15px;
    border-radius: 10px;
}

.dsg-blogs img {
    border-radius: 10px;
}

.fa-circle-user,
.fa-clock {
    color: var(--primary-color);
}

.add-cmpy {
    display: flex;
    justify-content: center;
    gap: 8px;

}

@media (max-width: 576px) {

    .booking-header-btn {
        font-size: 10px !important;
        background: green;
        color: white;
        padding: 6px;
        border-radius: 4px;
        margin-top: 20px !important;
    }

    .booking-header-btn1 {
        font-size: 10px !important;
        background: red;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

}

/* @media (max-width: 350px) {



    .booking-header-btn {
        font-size: 12px;
        background: green;
        color: white;
        padding: 3px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 12px;
        background: red;
        color: white;
        padding: 3px;
        border-radius: 4px;
    }

} */

/* header */
@media(min-width: 150px) and (max-width: 323px) {


    .logo img {
        width: 80%;
    }

    .booking-header-btn {
        font-size: 12px;
        background: green;
        color: white;
        padding: 3px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 12px;
        background: red;
        color: white;
        padding: 3px;
        border-radius: 4px;
    }

    .call-action {
        /* background: yellow; */
        display: block;
        position: absolute;
        left: 130px;
        top: 10px;
    }

    .header {
        height: 80px;
    }

    .text-small-resp {
        font-size: 10px !important;
        margin-bottom: 1px !important;
        margin-right: 1px !important;
        padding: 0px;
        white-space: nowrap;
    }
}

@media (min-width: 323px) and (max-width: 370px) {



    .call-action {
        /* background: yellow; */
        position: absolute;
        left: 170px;
        top: 10px;
    }

    .text-small-resp {
        font-size: 12px !important;
        margin-bottom: 1px !important;
        margin-right: 1px !important;
        white-space: nowrap;

    }

}

@media (min-width: 370px) and (max-width:410px) {


    .call-action {
        /* background: yellow; */
        position: absolute;
        left: 180px;
        top: 10px;
    }

    .text-small-resp {
        font-size: 12px !important;
        margin-bottom: 2px !important;
        margin-right: 2px !important;
    }

}

@media (min-width: 410px) and (max-width: 576px) {

    .call-action {
        /* background: yellow; */
        position: absolute;
        left: 200px;
        top: 10px;
    }

    .text-small-resp {
        font-size: 13px !important;
        margin-bottom: 4px !important;
        margin-right: 3px !important;
    }

    .booking-header-btn {
        font-size: 10px !important;
        background: green;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 10px !important;
        background: red;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

    header .menu-icon {

        padding: 0px 5px !important;

        top: 31px !important;
    }

}

/* @media (max-width: 350px) {

    #header .logo img {
        height: 35px;
        padding: 0;
    }

    .booking-header-btn {
        font-size: 12px;
        background: green;
        color: white;
        padding: 2px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 12px;
        background: red;
        color: white;
        padding: 2px;
        border-radius: 4px;
    }

} */

@media only screen and (min-width: 768px) and (max-width: 2500px) {
    .call-action {
        display: none !important;
    }
}

.table-condensed {
    width: 240px !important;
    padding: 0px !important;
}

.whatsapp-icon {
    position: fixed;
    bottom: 8px;
    right: 10px;
    z-index: 999;
}

.whatsapp-icon a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #00cb4a;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    box-shadow: 0px 2px 10px rgba(9, 149, 149, 2);
    transition: transform 0.2s ease-in-out;
}

.whatsapp-icon a img {
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(9, 149, 149, 2);
    width: 60px;
    height: 60px;
}

.whatsapp-icon a:hover {
    transform: scale(1.1);
}