body {
    font-family: 'Roboto', sans-serif !important;

    --BlueColor: #1d8da8;
    --OrangeColor: #f47521;
    --LightBg: #ebf5f7;
    --headingColor: #2f2a2c;
    --textcolor: #777777;
}

button {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Roboto', sans-serif !important;
}

a {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}


.container {
    max-width: 1240px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 320px;
        height: 100%;
        z-index: 1050;

        background: rgba(29, 141, 168, 0.95);


        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .navbar-collapse.collapsing {
        right: -320px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .navbar-light .close_btn {
        color: var(--OrangeColor) !important;
        right: 0px;
        top: 0px !important;
        margin-left: -20px;
        background-color: #cdab81;
        width: 40px;
        height: 40px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        color: #5d2701 !important;
    }

    .menu-wrapper .navbar .navbar-nav {
        margin-top: 50px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        padding: 0px 10px !important;
        line-height: 40px !important;
    }

    .menu-wrapper .navbar .dropdown .dropdown-menu {
        padding: 10px 10px !important;
    }

    .header-bar .navbar .nav-item {
        border-left: none !important;
        border-bottom: 1px dashed #2274b7;
    }

    .header-bar .navbar .nav-item .nav-link {
        text-align: center;
        padding: 0px 0px;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler {
        border-color: var(--textcolor);
        color: var(--textcolor);
        margin-top: 0px;
        position: absolute;
        top: 7px;
        right: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .header-wrapper .nav-link {
        color: #fff !important;
        padding: 0px 0px !important;
    }

    .home-btn {
        display: block !important;
        visibility: visible !important;
    }
}

.home-btn {
    display: none;
    visibility: hidden;
}


/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;

}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    /* line-height: 1; */
    /* opacity: .75; */
    color: white;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    display: block;

    padding: 2px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*----*/


.activity-row .slick-dots,
.package-row .slick-dots,
.offer-imagescroll .slick-dots,
.testimonials-scroll .slick-dots,
.eventscroll-row .slick-dots {
    bottom: -30px !important;
}



.activity-row .slick-dots li button,
.package-row .slick-dots li button,
.offer-imagescroll .slick-dots li button,
.testimonials-scroll .slick-dots li button,
.eventscroll-row .slick-dots li button {
    border: 2px solid var(--OrangeColor);
    list-style: none !important;
    z-index: 990;
    border-radius: 50%;
}


.activity-row li button:before,
.package-row li button:before,
.offer-imagescroll li button:before,
.testimonials-scroll li button:before,
.eventscroll-row li button:before {
    display: none;
    visibility: hidden;
}


.activity-row .slick-dots li.slick-active button,
.package-row .slick-dots li.slick-active button,
.offer-imagescroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button,
.eventscroll-row .slick-dots li.slick-active button {
    background: var(--OrangeColor);
}


.activity-row .slick-dots li button,
.package-row .slick-dots li button,
.offer-imagescroll .slick-dots li button,
.testimonials-scroll .slick-dots li button,
.eventscroll-row .slick-dots li button {
    border: 2px solid var(--OrangeColor);
    list-style: none !important;
    z-index: 990;
    border-radius: 50%;
}


.activity-row .slick-dots li.slick-active button,
.package-row .slick-dots li.slick-active button,
.offer-imagescroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button,
.eventscroll-row .slick-dots li.slick-active button {
    background: var(--OrangeColor);
}


::selection {
    background: var(--OrangeColor);
    color: #fff;
}

::-moz-selection {
    background: var(--OrangeColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(29, 141, 168, 0.8);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(29, 141, 168, 1);
}

.footer-bottom {
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--LightBg);
    font-size: 15px;
}

.footer-bottom p {
    font-size: 15px;
    padding: 0;
    margin: 20px 0px;
}

.footer-bottom .col-lg-6:last-child p {
    text-align: right;
}

.footer-bottom .col-lg-6:last-child p a {
    color: var(--textcolor);
    text-decoration: none;
}

.footer-bottom .col-lg-6:last-child p a:hover {
    color: var(--BlueColor);
}

.footer-top-wrapper {
    width: 100%;
    background: var(--BlueColor);
    padding: 0;
    margin: 0;
    text-align: center;
}

.col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.footer-links-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    font-weight: 500;
    color: var(--headingColor);
}

.footer-links-wrap ul {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: left;
}


.footer-links-wrap ul li {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    line-height: normal;
    display: inline-block;
}

.footer-links-wrap ul li a {
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.footer-links-wrap ul li {
    font-size: 15px;
    color: var(--textcolor);
}

.footer-links-wrap ul li a:hover {
    color: var(--OrangeColor);
    text-decoration: none;
}

.footer-links-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer-links-wrap img {
    height: 90px;
    object-fit: cover;
}

.footer-top-wrapper .booknow-btn {
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--OrangeColor);
    color: #fff;
    display: inline-block;
    min-height: 90px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 500;
}

.footer-top-wrapper .booknow-btn i {
    margin-left: 5px;
}

.footer-top-wrapper .booknow-btn:hover {
    text-decoration: none;
}

.footer-top-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.footer-top-wrapper .row .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #4fa6bb;
}

.footer-top-wrapper .row .col-lg-3 span {
    min-height: 90px;
    display: table;
    text-align: left;
    color: #fff;
    position: relative;
    width: 100%;
    padding-left: 76px;
}

.footer-top-wrapper .row .col-lg-3 span h6 {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.footer-top-wrapper .row .col-lg-3 span img {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 16px;
    left: 0px;
    margin-left: 0px;
}

.footer-top-wrapper .row .col-lg-3:nth-child(1) span {
    padding-left: 140px;
}

.footer-top-wrapper .row .col-lg-3:nth-child(1) span img {
    left: 65px;
}


.footer-top-wrapper .row .col-lg-3:nth-child(2) span {
    padding-left: 110px;
}

.footer-top-wrapper .row .col-lg-3:nth-child(2) span img {
    left: 35px;
}

.footer-top-wrapper .row .col-lg-3:nth-child(3) span {
    padding-left: 130px;
}

.footer-top-wrapper .row .col-lg-3:nth-child(3) span img {
    left: 55px;
}

.header-top-wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    padding: 0px 0px;
    transition-duration: 0.3s;
}

.header-top-wrapper .col-lg-3 a {
    display: inline-block;
    float: left;
}

.header-top-wrapper .col-lg-3 img {
    height: 90px;
    width: auto;
    transition-duration: 0.3s;
}

.header-top-wrapper .col-lg-3 {
    position: relative;
}

.header-top-wrapper .col-lg-3 h6 {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    left: 220px;
    top: 15px;
    transition-duration: 0.3s;
    opacity: 1;
    color: var(--textcolor);
    font-weight: 500;
}

.f-nav .header-top-wrapper .col-lg-3 h6 {
    opacity: 0;
    left: 150px;
    top: 5px;
    overflow: hidden;
    height: 45px;
}

.header-top-wrapper .col-lg-9 {
    position: relative;
    transition-duration: 0.3s;
    padding-top: 20px;
}

.header-top-wrapper ul li {
    padding: 0px 1px;
}

.header-top-wrapper ul li .nav-link {
    padding: 4px 16px !important;
    margin: 0;
    color: var(--headingColor);
    font-size: 15px;
    font-weight: 400;
}

.header-top-wrapper ul li .nav-link:hover {
    color: var(--OrangeColor);
}

@media screen and (min-width:980px) {

    .header-top-wrapper .booknow-btn {
        background: var(--OrangeColor);
        color: #fff !important;
    }

    .header-top-wrapper .booknow-btn:hover {
        background: var(--BlueColor);
    }
}



.header-top-div {
    width: 100%;
    height: 40px;
    background: var(--BlueColor);
    position: relative;
    transition-duration: 0.3s;
}

.header-top-div h6 {
    width: 100%;
    padding: 0;
    margin: 12px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    color: var(--LightBg);
    font-weight: normal;
    display: inline-block;
}

.header-top-div h6 .exploretopbtn {
    color: #fff !important;
    background: var(--OrangeColor);
    text-decoration: none;
    font-weight: 700;
    margin-left: 5px;
    padding: 4px 12px;
    border-radius: 4px !important;
}

.header-top-div h6 .exploretopbtn:hover {
    color: var(--OrangeColor);
}

.header-top-div .topclose-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 10px;
    background: url(../img/close-btn.png) no-repeat;

    transition-duration: 0.3s;
    opacity: 0.4;
}

.header-top-div .topclose-btn:hover {
    opacity: 1;
}

.header-top-div button {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    color: var(--LightBg);
}

.header-top-div button:hover,
.header-top-div button:focus {
    color: var(--LightBg);
}

.header-top-wrapper .header-con {
    margin-top: 14px;
    margin-bottom: 14px;
}

.banner-wrapper {
    width: 100%;
    height: 580px;
    object-fit: cover;
    margin-top: 158px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.3s;
}

.banner-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.banner-wrapper .row .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-wrapper img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

/*
.banner-wrapper:after {
    width: 100%;
    height: 66px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../img/banner-btm-repeat.png) bottom repeat-x;
    z-index: 10;
}
*/
.page-heading {
    margin-bottom: 50px;
}

.page-heading h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 46px;
    font-weight: 300;
}

.page-heading p {
    text-align: center;
    padding: 0;
    margin: 0;
}

.ouractivities-wrapper {
    margin-top: 90px;
}

.activity-item-con {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}





.activity-item-con span {
    width: 100%;
    height: 260px;
    background: var(--BlueColor);
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.activity-item-con span img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.activity-item-con span:before {
    width: 32px;
    height: 32px;
    background: url(../img/more-arrow.png) no-repeat;
    position: absolute;
    content: '';
    left: 30%;
    top: 70%;
    opacity: 0;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 20;
    transition-duration: 0.3s;
}

.activity-item-con:hover span:before {
    left: 50%;
    top: 50%;
    opacity: 1;
}



.activity-item-con:hover img {
    opacity: 0.1;
}

.activitymargin {
    margin-left: -15px;
    margin-right: -15px;
}

.activitymargin .col-lg-3 {
    padding: 0px 15px;
}

.activity-row .col-lg-3 h5 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    position: absolute;
    left: 0px;
    bottom: 25px;
    transition-duration: 0.3s;
}

.explore-btn {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: var(--OrangeColor);
    display: inline-block;
    transition-duration: 0.3s;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.explore-btn:hover {
    background: var(--BlueColor);
}

.explore-btn img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    animation: rotation 10s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.explore-btn:before {
    width: 115px;
    height: 115px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/compas.png) no-repeat;
    z-index: 10;
    animation: compassrotate 4s infinite linear;
}

@keyframes compassrotate {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(180deg);
    }

    40% {
        transform: rotate(90deg);
    }

    60% {
        transform: rotate(320deg);
    }

    80% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(320deg);
    }
}

.activity-icon {
    width: 100%;
    position: relative;
    padding-top: 8px;
}

.activity-icon:before {
    width: 65px;
    height: 100px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: var(--LightBg);
}

.activity-icon h2 {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
    color: var(--BlueColor);
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
}

.activity-icon h6 {
    width: 100%;
    padding: 0px 0px 0px 80px;
    margin: -8px 0px 0px 0px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.section-bottom-wrapper {
    width: 100%;
    position: relative;
    border-top: 1px dashed var(--textcolor);
    padding-top: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: justify;
}

.section-bottom-wrapper .sectionbtm-image {
    width: 100%;
    height: 485px;
    border-radius: 20px;
    display: inline-block;
    background: var(--headingColor);
    overflow: hidden;
}

.section-bottom-wrapper .sectionbtm-image img {
    width: 100%;
    height: 485px;
    object-fit: cover;
}

.section-bottom-wrapper .col-lg-6 {
    position: relative;
}

.section-bottom-wrapper .col-lg-6:last-child {
    display: table;
}

.section-bottom-wrapper .col-lg-6:last-child span {
    display: table-cell;
    vertical-align: middle;
}

.section-bottom-wrapper .explore-btn {
    bottom: 50%;
    margin-bottom: -58px;
    right: 00px;
}

.section-bottom-wrapper .col-lg-6:first-child {
    padding-right: 60px !important;
}

.section-bottom-wrapper .page-heading h2 {
    text-align: left;
}

.section-bottom-wrapper .page-heading {
    margin-bottom: 25px;
}

.section-bottom-wrapper p:last-child {
    margin-bottom: 0px;
}

.packages-wrapper {
    margin-top: 120px;
    width: 100%;
    overflow: hidden;
    padding-top: 0px !important;
}

.package-item-con {
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 0px;
    padding: 30px 30px 0px 30px;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0px;
}

.package-item-con span {
    color: var(--textcolor);
    font-size: 12px;

}


.package-item-con::after {
    width: 100%;
    border: 2px solid #0368fe;
    height: 100%;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}

/*
.package-item-con::before {
    width: 870px;
    height: 870px;
    background: #0368fe;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 50%;
    top: -690px;
    margin-left: -435px;
    z-index: -1;
    opacity: 0.15;
}
*/
.package-item-con h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-transform: inherit;
    color: #0368fe;
    font-size: 20px;
}

.package-item-con h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 700;
    color: var(--headingColor);
}

.package-item-con p {
    padding: 6px 0px;
    border-radius: 20px;
    margin: 15px 0px;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    color: var(--textcolor);
    background: #fff;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);


}

.package-item-con ul {
    width: 100%;
    padding: 0;
    margin: 30px 0px 40px 0px;
}

.package-item-con ul li {
    list-style: none;
    padding: 0px 10px 8px 10px;
    margin: 0px 0px 8px 0px;
    font-size: 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--textcolor);
    width: 100%;
    text-align: left;
    line-height: normal;
    border-bottom: 1px dashed #cdcdcd;
}

.package-item-con ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.package-item-con ul li font {
    float: right;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.package-item-con a {
    width: auto;
    padding: 10px 30px;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    background: #0368fe;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    position: relative;
    bottom: 0px;
    z-index: 20;
}

.package-item-con a:hover {
    text-decoration: none;
}

.packages-wrapper .row {
    margin-left: -20px;
    margin-right: -20px;
}

.packages-wrapper .row .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
}


.package-one a {
    background: rgba(3, 103, 254, 1);
    background: -moz-linear-gradient(left, rgba(3, 103, 254, 1) 0%, rgba(52, 163, 254, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3, 103, 254, 1)), color-stop(100%, rgba(52, 163, 254, 1)));
    background: -webkit-linear-gradient(left, rgba(3, 103, 254, 1) 0%, rgba(52, 163, 254, 1) 100%);
    background: -o-linear-gradient(left, rgba(3, 103, 254, 1) 0%, rgba(52, 163, 254, 1) 100%);
    background: -ms-linear-gradient(left, rgba(3, 103, 254, 1) 0%, rgba(52, 163, 254, 1) 100%);
    background: linear-gradient(to right, rgba(3, 103, 254, 1) 0%, rgba(52, 163, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0367fe', endColorstr='#34a3fe', GradientType=1);
}

.package-one h6 {
    color: #0368fe;
}

.package-one .package-item-con::after {
    border-color: #0368fe;
}

.package-one .package-item-con::before {
    background: #0368fe;
}

.package-one .package-item-con p b {
    color: #0368fe;
}

.package-two a {
    background: rgba(173, 51, 255, 1);
    background: -moz-linear-gradient(left, rgba(173, 51, 255, 1) 0%, rgba(240, 55, 253, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(173, 51, 255, 1)), color-stop(100%, rgba(240, 55, 253, 1)));
    background: -webkit-linear-gradient(left, rgba(173, 51, 255, 1) 0%, rgba(240, 55, 253, 1) 100%);
    background: -o-linear-gradient(left, rgba(173, 51, 255, 1) 0%, rgba(240, 55, 253, 1) 100%);
    background: -ms-linear-gradient(left, rgba(173, 51, 255, 1) 0%, rgba(240, 55, 253, 1) 100%);
    background: linear-gradient(to right, rgba(173, 51, 255, 1) 0%, rgba(240, 55, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad33ff', endColorstr='#f037fd', GradientType=1);
}

.package-two h6 {
    color: #ae33ff;
}

.package-two .package-item-con::after {
    border-color: #ae33ff;
}

.package-two .package-item-con::before {
    background: #ae33ff;
}

.package-two .package-item-con p b {
    color: #ae33ff;
}

.package-three a {
    background: rgba(254, 107, 49, 1);
    background: -moz-linear-gradient(left, rgba(254, 107, 49, 1) 0%, rgba(255, 149, 50, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 107, 49, 1)), color-stop(100%, rgba(255, 149, 50, 1)));
    background: -webkit-linear-gradient(left, rgba(254, 107, 49, 1) 0%, rgba(255, 149, 50, 1) 100%);
    background: -o-linear-gradient(left, rgba(254, 107, 49, 1) 0%, rgba(255, 149, 50, 1) 100%);
    background: -ms-linear-gradient(left, rgba(254, 107, 49, 1) 0%, rgba(255, 149, 50, 1) 100%);
    background: linear-gradient(to right, rgba(254, 107, 49, 1) 0%, rgba(255, 149, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe6b31', endColorstr='#ff9532', GradientType=1);
}

.package-three h6 {
    color: #fe6c31;
}

.package-three .package-item-con::after {
    border-color: #fe6c31;
}

.package-three .package-item-con::before {
    background: #fe6c31;
}

.package-three .package-item-con p b {
    color: #fe6c31;
}

.package-four a {
    background: rgba(108, 149, 55, 1);
    background: -moz-linear-gradient(left, rgba(108, 149, 55, 1) 0%, rgba(132, 187, 76, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108, 149, 55, 1)), color-stop(100%, rgba(132, 187, 76, 1)));
    background: -webkit-linear-gradient(left, rgba(108, 149, 55, 1) 0%, rgba(132, 187, 76, 1) 100%);
    background: -o-linear-gradient(left, rgba(108, 149, 55, 1) 0%, rgba(132, 187, 76, 1) 100%);
    background: -ms-linear-gradient(left, rgba(108, 149, 55, 1) 0%, rgba(132, 187, 76, 1) 100%);
    background: linear-gradient(to right, rgba(108, 149, 55, 1) 0%, rgba(132, 187, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c9537', endColorstr='#84bb4c', GradientType=1);
}

.package-four h6 {
    color: #6c9537;
}

.package-four .package-item-con::after {
    border-color: #6c9537;
}

.package-four .package-item-con::before {
    background: #6c9537;
}

.package-four .package-item-con p b {
    color: #6c9537;
}


.package-five a {
    background: rgba(202, 8, 44, 1);
    background: -moz-linear-gradient(left, rgba(202, 8, 44, 1) 0%, rgba(254, 44, 117, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(202, 8, 44, 1)), color-stop(100%, rgba(254, 44, 117, 1)));
    background: -webkit-linear-gradient(left, rgba(202, 8, 44, 1) 0%, rgba(254, 44, 117, 1) 100%);
    background: -o-linear-gradient(left, rgba(202, 8, 44, 1) 0%, rgba(254, 44, 117, 1) 100%);
    background: -ms-linear-gradient(left, rgba(202, 8, 44, 1) 0%, rgba(254, 44, 117, 1) 100%);
    background: linear-gradient(to right, rgba(202, 8, 44, 1) 0%, rgba(254, 44, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca082c', endColorstr='#fe2c75', GradientType=1);
}

.package-five h6 {
    color: #ca082b;
}

.package-five .package-item-con::after {
    border-color: #ca082b;
}

.package-five .package-item-con::before {
    background: #ca082b;
}

.package-five .package-item-con p b {
    color: #ca082b;
}

.package-six a {
    background: rgba(111, 127, 153, 1);
    background: -moz-linear-gradient(left, rgba(111, 127, 153, 1) 0%, rgba(139, 156, 182, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(111, 127, 153, 1)), color-stop(100%, rgba(139, 156, 182, 1)));
    background: -webkit-linear-gradient(left, rgba(111, 127, 153, 1) 0%, rgba(139, 156, 182, 1) 100%);
    background: -o-linear-gradient(left, rgba(111, 127, 153, 1) 0%, rgba(139, 156, 182, 1) 100%);
    background: -ms-linear-gradient(left, rgba(111, 127, 153, 1) 0%, rgba(139, 156, 182, 1) 100%);
    background: linear-gradient(to right, rgba(111, 127, 153, 1) 0%, rgba(139, 156, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7f99', endColorstr='#8b9cb6', GradientType=1);
}

.package-six h6 {
    color: #6f7f99;
}

.package-six .package-item-con::after {
    border-color: #6f7f99;
}

.package-six .package-item-con::before {
    background: #6f7f99;
}

.package-six .package-item-con p b {
    color: #6f7f99;
}



.content-middle-area {
    width: 100%;
    height: 320px;
    position: relative;
    padding-top: 225px;

    background: url(../img/middle-bg.jpg) no-repeat center center fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-middle-area h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.content-middle-area span {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.content-middle-area span img {
    display: inline-block;
    width: 70px;
    height: 65px;
}

.content-middle-area h3 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 45px 0px;
    color: #fff;
    font-size: 38px;
    font-weight: 300;
}

.contenttop-middlearea {
    width: 100%;
    background: #e8fafd;
    padding: 120px 0px 0px 0px;
    margin: 90px 0px 0px 0px;
    position: relative;
    z-index: 100;
}

.contenttop-middlearea .col-lg-3 {
    position: relative;
}

.contenttop-middlearea .col-lg-3 .explore-btn {
    right: 50%;
    margin-right: -58px;
    bottom: -58px;
    z-index: 10;
}

.offer-container {
    width: 100%;
    height: 390px;
    background: var(--textcolor);
    position: relative;
    border-radius: 20px;
    display: inline-block;
    float: left;
    margin-bottom: -130px !important;
    position: relative;
    z-index: 20;
}

.offer-container img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 5px;
}

.cycle-icons:after {
    float: right;
    padding: 0;
    margin: 0;
    width: 155px;
    height: 134px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    background: url(../img/cycle-icon.png) no-repeat;

}

.offer-passes {
    width: 186px;
    height: 206px;
    float: left;
}

.swimming-pool span,
.rollerskating span {
    top: 50px;
}

.mtbcycle span,
.basketball span,
.kidsfunitem span {
    left: -15px;
}

.family-cycle span,
.trafficycle span,
.cricket span {
    top: 30px;
    left: -10px;
}

.duetcycle span,
.rockclimbing span {
    left: -25px;
}

.trafficycle span,
.ropecourse-zipline span,
.opengym span {
    left: -30px;
    top: 50px;
}

.f-nav .header-top-wrapper {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.f-nav .header-top-wrapper .col-lg-3 img {
    height: 50px;
}

.f-nav .header-top-wrapper .col-lg-9 {
    padding-top: 0px;
}

.f-nav .header-top-wrapper .header-con {
    margin-top: 8px;
    margin-bottom: 8px;
}

.hidetopbar .header-top-div {
    margin-top: -40px;
}

.hidetopbar .banner-wrapper,
.hidetopbar .innerpagewrapper-con {
    margin-top: 118px;
}

.downloadapp-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 241, 243, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(230, 241, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 241, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 241, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 241, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 241, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6f1f3', GradientType=0);
    padding: 30px 0px;
    margin: 0;
}

.downloadapp-wrapper a {
    float: right;
    width: auto;
    margin-left: 15px;
    margin-top: 5px;
}

.downloadapp-wrapper a img {
    height: 60px;
}

.downloadapp-wrapper h3 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 38px;
    font-weight: 300;
    color: var(--headingColor);
}

.downloadapp-wrapper h6 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
    color: var(--textcolor);
}



.innerpagewrapper-con {
    padding: 45px 0px;
    margin: 158px 0px 0px 0px;
    background: var(--BlueColor);
    width: 100%;
    display: block;
    text-align: center;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
}

/*
.innerpagewrapper-con::before {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    bottom: 5px;
    content: '';
    border-radius: 50%;
    opacity: 0.1;

    background: rgba(35, 141, 168, 0);
    background: -moz-linear-gradient(top, rgba(35, 141, 168, 0) 0%, rgba(35, 141, 168, 0) 70%, rgba(35, 141, 168, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 141, 168, 0)), color-stop(70%, rgba(35, 141, 168, 0)), color-stop(100%, rgba(35, 141, 168, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 141, 168, 0) 0%, rgba(35, 141, 168, 0) 70%, rgba(35, 141, 168, 1) 100%);
    background: -o-linear-gradient(top, rgba(35, 141, 168, 0) 0%, rgba(35, 141, 168, 0) 70%, rgba(35, 141, 168, 1) 100%);
    background: -ms-linear-gradient(top, rgba(35, 141, 168, 0) 0%, rgba(35, 141, 168, 0) 70%, rgba(35, 141, 168, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 141, 168, 0) 0%, rgba(35, 141, 168, 0) 70%, rgba(35, 141, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#238da8', endColorstr='#238da8', GradientType=0);
}
*/

.innerpagewrapper-con h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 46px;
    font-weight: 300;
    position: relative;
    z-index: 10;
    color: #fff;
}

.innerpagewrapper-con ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.innerpagewrapper-con ul li {
    list-style: none;
    padding: 0px 20px 0px 0px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    font-size: 14px;
    color: #8ec6d3;
    position: relative;
}

.innerpagewrapper-con ul li:after {
    position: absolute;
    top: 0px;
    right: 0px;
    content: '/';
    color: #8ec6d3;

}

.innerpagewrapper-con ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.innerpagewrapper-con ul li:last-child:after {
    display: none;
    visibility: hidden;
}

.innerpagewrapper-con ul li a {
    color: #8ec6d3;
    text-decoration: none;
    font-weight: 500;
}

.innerpagewrapper-con ul li a:hover {
    color: #fff;
}

.innerpage-wrapper {
    margin-top: 90px;
    margin-bottom: 90px;
}

.package-page {
    margin-top: 105px;
    margin-bottom: 105px;
}

.package-page .col-lg-4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.activity-page .activity-item-con {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
    border-right: none;
}

.activity-page .activity-item-con h5 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0px 25px 0px;
    font-size: 16px;
}

.activity-page .activity-item-con span {
    width: 200px;
    height: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
}

.activity-page .row {
    margin-left: 0px;
    margin-right: 0px;
}

.activity-page .row .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding-top: 25px;
    padding-bottom: 0px;
}

.activity-page .row .col-lg-3 .booknow-btn {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    background: var(--LightBg);
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    transition-duration: 0.3s;
}

.activity-page .row .col-lg-3:hover .booknow-btn {
    background: var(--OrangeColor);
    color: #fff;
}

.members-wrapper {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    border-radius: 5px;
    background: var(--LightBg);
    overflow: hidden;
}

.members-wrapper ul {
    width: 100%;
    padding: 20px 20px;
    margin: 0;
}

.members-wrapper ul li {
    list-style: none;
    padding: 0px 40px 0px 0px;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 15px;
    color: var(--headingColor);
    border-bottom: 1px dashed #c1dce3;
    line-height: 40px;
}

.members-wrapper ul li:last-child {
    border-bottom: none;
}

.members-wrapper ul li button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    outline: none;
    color: var(--headingColor);
    font-size: 13px;
    width: 40px;
    height: 40px;
}

.members-wrapper ul li button:hover {
    color: var(--OrangeColor);
}

.members-wrapper h4 {
    width: 100%;
    padding: 14px 20px 14px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    background: #ddeef2;
}

.members-wrapper h4 button {
    float: right;
    padding: 0;
    margin: 4px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    font-weight: 500;
    color: var(--BlueColor);
    font-size: 13px;
}

.members-wrapper h4 button:hover {
    color: var(--OrangeColor);
}

.selectdate-wrapper {
    width: 100%;
    background: #d8ebf0;
    padding: 20px 0px;
}

.selectdate-wrapper .col-lg-4 input {
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0;
    height: 45px;
    background: var(--LightBg);
    border: 1px solid #8aaab2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
}

.selectdate-wrapper .col-lg-4 input:focus {
    border: 1px solid var(--OrangeColor);
    outline: none;
}

.selectdate-wrapper .col-lg-4 label {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 14px;
    font-weight: 500;
}

.selectdate-wrapper .col-lg-8 h4 {
    padding: 0;
    margin: 12px 0px 0px 0px;
    width: 100%;
    font-size: 24px;
    line-height: 50px;
}

.selectdate-wrapper .col-lg-8 h4 img {
    float: left;
    height: 50px;
    margin-right: 24px;

}

.select-slot {
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    float: left;

}

.select-slot li {
    list-style: none;
    padding: 0px 4px 8px 4px;
    margin: 0;
    display: inline-block;
    float: left;
    width: 25%;

}

.select-slot li button {
    width: 100%;
    padding: 6px 0px;
    margin: 0;
    background: none;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #cccccc;
    color: var(--textcolor);
    border-radius: 3px;
}

.select-slot li button:focus {
    background: var(--BlueColor);
    border-color: var(--BlueColor);
    color: #fff;
}

.select-slot li button h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: var(--textcolor);
}

.select-slot li button.active {
    background: var(--BlueColor);
    border-color: var(--BlueColor);
    color: #fff;
}

.select-slot li button.active h6,
.select-slot li button:focus h6 {
    color: #fff;
}

.select-slot li button.disabled {
    background: #cccccc;
    border-color: #cccccc;
    color: var(--textcolor);
}


.select-slot li button.disabled:focus h6 {
    color: var(--textcolor);
}

.booking-page .col-lg-8 h4 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    color: var(--headingColor);
}

.history-wrapper {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    border-radius: 5px;
    background: var(--LightBg);
    overflow: hidden;
}

.history-wrapper h4 {
    width: 100%;
    padding: 14px 20px 14px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    background: #ddeef2;
}

.history-wrapper h4 button {
    float: right;
    padding: 0;
    margin: 4px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    font-weight: 500;
    color: var(--BlueColor);
    font-size: 13px;
}

.history-wrapper h4 button:hover {
    color: var(--OrangeColor);
}



.history-wrapper ul {
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px;
}

.history-wrapper ul li {
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 8px 0px;
    list-style: none;
    border-bottom: 1px dashed #cccccc;
}

.history-wrapper ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.history-wrapper ul li button {
    width: 100%;
    padding: 0px 60px 0px 48px;
    margin: 0;
    position: relative;
    border: none;
    outline: none;
    background: none;
    text-align: left;
}

.history-wrapper ul li button h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    transition-duration: 0.3s;
}

.history-wrapper ul li button h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.history-wrapper ul li button span {
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 15px;
    font-weight: 600;
    color: var(--TextColor);
}

.history-wrapper ul li button span i {
    font-size: 13px;
}

.history-wrapper ul li button font {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(29, 141, 167, 0.15);
    width: 36px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--PrimaryColor);
}

.history-wrapper ul li button:hover h5 {
    color: var(--OrangeColor);
}


.recharge-now input {
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 2px solid #999999;
    font-size: 24px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    color: var(--TextColor);
    outline: none;
    transition-duration: 0.3s;
    margin: 30px 0px;
}

.recharge-now input:focus {
    border-color: var(--OrangeColor);
}

.recharge-now ul {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    float: left;

}

.recharge-now ul li {
    list-style: none;
    padding: 4px 4px;
    margin: 0;
    display: inline-block;
    float: left;
    width: 20%;

}

.recharge-now ul li button {
    width: 100%;
    padding: 4px 0px;
    margin: 0;
    background: none;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #cccccc;
    color: var(--LightTextColor);
    border-radius: 3px;
}

.recharge-now ul li button:focus {
    background: var(--BlueColor);
    border-color: var(--BlueColor);
    color: #fff;
}

.recharge-now h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}

.button-style {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background: var(--OrangeColor);
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.button-style:focus,
.button-style:hover {
    background: var(--BlueColor);
}



.recharge-now .available-balance h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.recharge-now .available-balance h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}


.recharge-now .available-balance span {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}

.recharge-now .available-balance span img {
    display: inline-block;
}

.recharge-now {
    border: 1px solid #cce5eb;
    border-radius: 5px;
    display: table;
    width: 100%;
    min-height: 405px;
}

.recharge-now .align-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}



.profile-page-wrap {
    width: 100%;
    padding: 30px 30px 30px 30px;
    margin: 0;
    background: var(--LightBg);
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

.profile-page-wrap span {
    width: 100px;
    height: 100px;
    background: url(../img/profile-pic-bg.jpg) no-repeat #bbdde5;
    position: relative;
    background-size: 100px 100px;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    left: 50%;
    margin-left: -50px;
    margin-bottom: 10px;
}

.profile-page-wrap span img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
}

.single-chart {
    width: 100%;
    position: relative;
    left: 0%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 3;
}

.circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: var(--PrimaryColor);
}

.service-item.swimming-item .circular-chart.orange .circle {
    stroke: #abc4ff !important;
}

.percentage {
    font-family: sans-serif;
    font-size: 0.5em;
    font-weight: bold;
    text-anchor: middle;
    fill: var(--TextColor);
}




.profile-page-wrap .flex-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-bottom: 5px;
}

.profile-page-wrap .circle-bg {
    stroke-width: 1;
    stroke: #d3e9ee;
}

.profile-page-wrap .circle {
    stroke-width: 1;


}

.profile-page-wrap .profilepic {
    width: 108px;
    height: 108px;
    background: url(../img/profile-pic-bg.jpg) no-repeat #bbdde5;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-page-wrap .profilepic img {
    width: 100%;
    height: 108px;
    object-fit: cover;
}

.aboutus-page-con .about-heading {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
}

.aboutus-page-con .about-heading button {
    float: right;
    padding: 2px;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--BlueColor);
    width: auto;
}

.aboutus-page-con h4 button:hover {
    color: var(--OrangeColor);
}


.aboutus-page-con .col-lg-4 ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.aboutus-page-con .col-lg-4 ul li {
    width: 100%;
    position: relative;
    list-style: none;
    float: left;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
    padding-right: 25px;
}

.aboutus-page-con .col-lg-4 ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.aboutus-page-con .col-lg-4 ul li span {
    width: 50px;
    height: 50px;
    background: url(../img/profile-pic-bg.jpg) no-repeat;
    background-size: 50px 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 14px;
}

.aboutus-page-con .col-lg-4 ul li span img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.aboutus-page-con .col-lg-4 ul li h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-weight: normal;
    font-size: 14px;
}

.aboutus-page-con .col-lg-4 ul li h5 {
    width: 100%;
    padding: 0;
    margin: 6px 0px 3px 0px;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 15px;
}

.aboutus-page-con .col-lg-4 ul li button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    height: 50px;
    font-size: 14px;
    color: var(--textcolor);
    transition-duration: 0.3s;
}

.aboutus-page-con .col-lg-4 ul li button:hover {
    color: var(--OrangeColor);
}



.card-description-wrap {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
    background: rgba(29, 141, 167, 0.1);
    border-radius: 3px;
    position: relative;
    margin-top: 10px;
}

.card-description-wrap h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.card-description-wrap h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: var(--LightTextColor);
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.card-description-wrap .closebtn {
    width: 70px;
    height: 5px;
    background: #bfdfe6;
    border: none;
    outline: none;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 10px;
    border-radius: 3px;
}

.card-description-wrap .closebtn:hover {
    background: var(--OrangeColor);
}

.card-description-wrap .switch-control {
    position: absolute;
    top: 20px;
    right: 20px;
}



.card-watch-band {
    margin-bottom: 20px;
}


.card-watch-band .col-4 button {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

.card-watch-band .col-4 button h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: var(--textcolor);
}

.card-watch-band .col-4 button span {
    width: 70px;
    height: 70px;
    background: #e8f3f6;
    border-radius: 3px;
    display: inline-block;
    transition-duration: 0.3s;

}

.card-watch-band .card-btn span {
    background: url(../img/card-icon.png) no-repeat rgba(29, 141, 167, 0.1) !important;
    background-size: 100%;
}

.card-watch-band .card-btn:hover span {
    background: url(../img/card-icon.png) no-repeat var(--BlueColor) !important;
    background-position-y: -70px !important;

}

.card-watch-band .watch-btn span {
    background: url(../img/watch-icon.png) no-repeat rgba(29, 141, 167, 0.1) !important;
    background-size: 100%;
}

.card-watch-band .watch-btn:hover span {
    background: url(../img/watch-icon.png) no-repeat var(--BlueColor) !important;
    background-position-y: -70px !important;

}

.card-watch-band .band-btn span {
    background: url(../img/band-icon.png) no-repeat rgba(29, 141, 167, 0.1) !important;
    background-size: 100%;
}

.card-watch-band .band-btn:hover span {
    background: url(../img/band-icon.png) no-repeat var(--BlueColor) !important;
    background-position-y: -70px !important;

}


.userreg-item {
    width: 100%;
    position: relative;
    margin: 25px 0px 0px 0px;
}

.userreg-item input {
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    height: 30px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #cccccc;
    transition-duration: 0.3s;
    color: var(--textcolor);
    font-size: 14px;
}

.userreg-item textarea {
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    height: 70px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #d2e8ed;
    transition-duration: 0.3s;
    color: var(--textcolor);
    font-size: 14px;
}

.userreg-item select {
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    height: 30px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #d2e8ed;
    transition-duration: 0.3s;
    color: var(--textcolor);
    font-size: 14px;
}

.userreg-item input:focus,
.userreg-item textarea:focus,
.userreg-item select:focus {
    border-color: var(--OrangeColor);
}

.userreg-item label {
    width: 100%;
    padding: 0;
    margin: 0px 0px -3px 0px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.userreg-item label font {
    color: red;
}

.userreg-item i {
    position: absolute;
    left: 0px;
    bottom: 8px;
    color: var(--BlueColor);
    font-size: 12px;
}

.profile-page-wrap h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--LightTextColor);
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.profile-page-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--headingColor);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.profile-edit {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 50;
    border: none;
    outline: none;
    background: none;
    color: var(--textcolor);
}

.profile-edit:hover {
    color: var(--OrangeColor);
}



.activity-history-wrapper {
    width: 100%;
    padding: 45px 0px;
    margin: 90px 0px 0px 0px;
    background: #e8f3f6;
}

.activity-history-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.activity-history-wrapper .activity-item {
    border-top: 1px solid #c6dae0;
    padding-top: 8px;
    margin-top: 8px;
}

.activity-history-wrapper .col-lg-4:nth-child(1) .activity-item,
.activity-history-wrapper .col-lg-4:nth-child(2) .activity-item,
.activity-history-wrapper .col-lg-4:nth-child(3) .activity-item {
    border-top: none;
    padding-top: 10px;
}

.activity-history-wrapper .activity-item h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}

.activity-history-wrapper h5 {
    width: 100%;
    padding: 0px 65px 0px 0px;
    margin: 0;
    font-size: 15px;
}

.activity-history-wrapper h5 span {
    float: right;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 18px;
    right: 15px;
}


.other-activitiues-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 24px 0px;
    font-size: 18px;
    font-weight: 700;
}

.other-activitiues-wrap .activity-item-con {
    border-right: none;
    padding: 0px;
    min-height: auto;
}

.other-activitiues-wrap .activity-item-con h5 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
}

.other-activitiues-wrap .activity-item-con span {
    width: 140px;
    height: 140px;
    position: relative;
    left: 50%;
    margin-left: -70px;
}


.other-activitiues-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}



.activity-header-wrapper {
    width: 100%;
    padding: 20px;
    margin: 0;
    background: var(--LightBg);
    border-radius: 3px;
}

.activity-header-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: var(--headingColor);
    font-weight: 500;
}

.activity-header-wrapper h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: var(--headingColor);
    font-weight: 700;
}

.activity-header-wrapper h6 {
    width: 100%;
    padding: 12px 0px 0px 0px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
}

.activity-header-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.activity-header-wrapper ul li {
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 8px 0px 0px 0px;
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    position: relative;
    color: var(--textcolor);
}

.activity-header-wrapper ul li:before {
    width: 12px;
    height: 12px;
    background: #84c1cf;
    position: absolute;
    left: 0px;
    top: 1px;
    content: '';
    border-radius: 50%;
}

.activity-header-wrapper ul li:last-child:before {
    background: #c2e0e7;
}

.activity-header-wrapper .flex-wrapper {
    width: 125px;
    height: 125px;
    float: right;
    left: auto;
    right: 15px;
}

.activity-header-wrapper .circle-bg,
.activity-header-wrapper .circle {
    stroke-width: 2;
}

.activity-btm-buttons {
    margin-top: 8px;
    margin-left: -5px;
    margin-right: -5px;
}

.activity-btm-buttons .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.activity-btm-buttons button {
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 3px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
}

.activity-btm-buttons button i {
    margin-right: 5px;
}

.activity-btm-buttons button:hover {
    background: var(--OrangeColor);
}


.activity-header-buttons {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.activity-header-buttons li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.activity-header-buttons li button {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.activity-header-buttons li button:hover {
    color: var(--OrangeColor);
}

.activity-page-con {
    margin-top: 90px;
}

.activity-header-wrapper .col-5 span {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    float: right;
}

.activity-header-wrapper .col-5 span img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.letsconnect-con .col-lg-4 input {
    width: 100%;
    height: 42px;
    font-size: 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-left: 12px;
    transition-duration: 0.3s;
}

.letsconnect-con .col-lg-12 textarea {
    width: 100%;
    height: 105px;
    font-size: 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-left: 12px;
    transition-duration: 0.3s;
}

.letsconnect-con .col-lg-4 input:focus,
.letsconnect-con .col-lg-12 textarea:focus {
    outline: none;
    border-color: var(--OrangeColor);
}

.letsconnect-con .col-lg-3 button {
    width: 100%;
    padding: 10px 0px;
    margin: -7px 0px 0px 0px;
    background: var(--OrangeColor);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    outline: none;
}

.letsconnect-con .col-lg-4,
.letsconnect-con .col-lg-12 {
    padding-bottom: 15px;
}

.letsconnect-con h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
}

.contact-details-item {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0px 30px 0px;
    position: relative;
    padding-left: 85px;
}

.contact-details-item:last-child {
    margin-bottom: 0px;
}

.contact-details-item h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: 500;
}

.contact-details-item p {
    line-height: 22px;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.contact-details-item h6 {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.contact-details-item h6 a {
    color: var(--textcolor);
    text-decoration: none;
}

.contact-details-item span {
    width: 65px;
    height: 65px;
    background: #fdf1e8;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 65px;
    color: var(--OrangeColor);
    font-size: 20px;
    border-radius: 5px;
}


.star-feedback {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
    float: right;
}

.star-feedback li {
    list-style: none;
    display: inline-block;
}

.star-feedback li button {
    padding: 0px 22px 0px 0px;
    margin: 0;
    font-size: 18px;
    border: none;
    outline: none;
    background: none;
    color: #cde6ec;
}

.star-feedback li button:focus,
.star-feedback li button:hover {
    color: var(--BlueColor);
}

.star-feedback li button.active {
    color: var(--BlueColor);
}

.smiley-feedback {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
    float: right;
}

.smiley-feedback li {
    list-style: none;
    display: inline-block;
    margin-right: 21px;
    float: left;
}

.smiley-feedback li:nth-child(2) button {
    background-position-x: -24px;
}

.smiley-feedback li:nth-child(3) button {
    background-position-x: -48px;
}

.smiley-feedback li:nth-child(4) button {
    background-position-x: -72px;
}

.smiley-feedback li:nth-child(5) button {
    background-position-x: -96px;
}

.smiley-feedback li button {
    padding: 0px 0px;
    margin: 0;
    width: 24px;
    height: 24px;
    background: url(../img/smiley-icons.png) no-repeat;
    font-size: 18px;
    border: none;
    outline: none;
    float: left;
}

.smiley-feedback li button:hover,
.smiley-feedback li button.active {
    background-position-y: -24px;
}

.feedback-item {
    border-bottom: 1px dashed #ccc;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.feedback-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.feedback-item h5 {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 4px 15px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: var(--OrangeColor);
    color: #fff;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.location-btn:hover {
    color: var(--BlueColor) !important;
}

.location-btn font {
    display: none;
    visibility: hidden;
}

.location-btn span {
    background: var(--OrangeColor);
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -2px;
    transition-duration: 0.3s;
    box-shadow: 0 0 0 0 rgba(244, 117, 33, 0.5);
    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}



.location-btn:hover span {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes puls {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

@-moz-keyframes puls {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

@-ms-keyframes puls {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}

@keyframes puls {
    to {
        box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
    }
}






.location-btn {
    position: relative;
}

.location-btn:hover span {
    background: var(--BlueColor);
}

.activity-item-con:hover {
    text-decoration: none;
}

.activitymargin h5 {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
}

.socialmedia-footer {
    width: 100%;
    padding: 0;
    margin: 25px 0px 0px 45px !important;
    text-align: left;
}

.socialmedia-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto !important;
}

.socialmedia-footer li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: var(--textcolor);
    text-align: center;
    color: #fff !important;
    font-size: 13px !important;
}

.socialmedia-footer li a.facebook {
    background: #3a5a97;
}

.socialmedia-footer li a.twitter {
    background: #25a4ef;
}

.socialmedia-footer li a.linkedin {
    background: #007bb8;
}

.socialmedia-footer li a.instagram {
    background: #d72b67;
}

.testimonials-wrapper {
    width: 100%;
    position: relative;
    padding-top: 70px;
    margin-top: 0px;
    margin-bottom: 120px;
}

/*
.testimonials-wrapper:before {
    width: 100%;
    height: 356px;
    background: var(--OrangeColor);
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: -1;
    opacity: 0.1;
}
*/


.testimonials-item {
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background: none;
    border-radius: 3px;
    margin-bottom: 0px;
    background: #fff;
}

.testimonial-content {
    padding: 20px 20px 20px 20px;
    height: 180px;
}

.testimonials-item ul {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    display: block;
}

.testimonials-item ul li {
    list-style: none;
    padding: 0;
    margin: 0px 4px 0px 0px;
    display: inline-block;
}

.testimonials-item ul li i {
    font-size: 12px;
    color: #cccccc;
}

.testimonials-item ul li .active {
    color: var(--OrangeColor);
}

.testimonials-item p {
    padding: 0;
    margin: 0;
    font-style: italic;
    line-height: 26px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testimonial-footer {
    width: 100%;
    position: relative;
    height: 90px;
    border-top: 1px solid #cccccc;
    padding-left: 100px;
}

.testimonial-footer span {
    width: 60px;
    height: 60px;
    background: url(../img/testimonial-placeholder.jpg) #fdf1e8 no-repeat;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 15px;
}

.testimonial-footer span img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.testimonial-footer h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: normal;
}

.testimonial-footer h5 {
    width: 100%;
    padding: 0;
    margin: 25px 0px 3px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 700;
}

.testimonial-footer h5 a {
    color: var(--headingColor) !important;
    text-decoration: none;
}

.testimonial-footer h5 a:hover {
    color: var(--OrangeColor) !important;
}

.eventhub-wrapper {
    margin-top: 90px;
    width: 100%;
    overflow: hidden;
}

.eventhub-wrapper .event-item {
    width: 100%;
    display: inline-block;
    position: relative;
}

.eventhub-wrapper .event-item .event-content {
    position: relative;
    width: 100%;
    display: inline-block;
    background: var(--LightBg);
    display: table;
    height: 100px;
    float: left;
    padding-left: 25px;
}

.eventhub-wrapper .event-item .event-content p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.eventhub-wrapper .event-item .event-content h5 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
}

.eventhub-wrapper .event-item .event-content span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.eventhub-wrapper .event-item .event-content span font {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: var(--BlueColor);
    line-height: 60px;
    font-size: 22px;
    transition-duration: 0.3s;
}

.eventhub-wrapper .event-item:hover {
    text-decoration: none;
}

.eventhub-wrapper .event-item:hover .event-content span font {
    background: var(--BlueColor);
    color: #fff;
}


.eventhub-wrapper .event-item .event-image {
    width: 100%;
    height: 260px;
    background: var(--BlueColor);
    display: inline-block;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    float: left;
}

.eventhub-wrapper .event-item .event-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.eventhub-wrapper .event-item .event-image:before {
    width: 32px;
    height: 32px;
    background: url(../img/more-arrow.png) no-repeat;
    position: absolute;
    content: '';
    left: 30%;
    top: 70%;
    opacity: 0;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 20;
    transition-duration: 0.3s;
}

.eventhub-wrapper .event-item:hover .event-image:before {
    left: 50%;
    top: 50%;
    opacity: 1;
}



.eventhub-wrapper .event-item:hover img {
    opacity: 0.1;
}

.eventhub-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.eventhub-wrapper .row .col-lg-3 {
    padding: 0px 15px;
}



.activity-innerpage-item {
    width: 100%;

    padding: 0;
    margin: 0px 0px;
    display: inline-block;
}

.activity-innerpage-item:hover .col-lg-4 span img {
    transform: scale(1.2);
}

.activity-innerpage-item:nth-child(even) {
    background: var(--LightBg);
}

.activity-innerpage-item .col-lg-4 span {
    width: 100%;
    height: 300px;
    background: var(--headingColor);
    display: block;
    overflow: hidden;
}

.activity-innerpage-item .col-lg-4 span img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition-duration: 0.4s;
}

.activity-innerpage-item .col-lg-8 {
    display: table;
    height: 300px;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 80px;
    padding-right: 80px;
}

.activity-innerpage-item .col-lg-8 span {
    display: table-cell;
    vertical-align: middle;
}

.activity-innerpage-item .col-lg-8 span h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.activity-innerpage-item .col-lg-8 span p {
    padding: 0;
    margin: 10px 0px 30px 0px;
    text-align: justify;
}

.activity-innerpage-item .col-lg-8 span a {
    padding: 6px 25px !important;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background: var(--OrangeColor);
}

.activity-innerpage-item .col-lg-8 span a:hover {
    text-decoration: none;
    background: var(--BlueColor);
}

.whatsapp-sharebtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 900;
    border: none;
    outline: none;
    background-color: #2b9f17;
    text-align: center;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    outline: none !important;
    line-height: 60px;
}

.whatsapp-sharebtn:hover {
    text-decoration: none;
    color: #fff;
}

.event-hub-item {
    width: 100%;
    display: table;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0px;
}


.event-hub-item span {
    width: 100%;
    height: 200px;
    position: relative;
    background: var(--BlueColor);
    transition-duration: 0.3s;
    display: inline-block;
}

.event-hub-item span:before {
    width: 32px;
    height: 32px;
    background: url(../img/more-arrow.png) no-repeat;
    position: absolute;
    content: '';
    left: 30%;
    top: 70%;
    opacity: 0;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 20;
    transition-duration: 0.3s;
}

.event-hub-item:hover span:before {
    left: 50%;
    top: 50%;
    opacity: 1;
}

.event-hub-item span img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.event-hub-item h5 {
    width: 100%;
    background: var(--LightBg);
    text-align: center;
    font-size: 17px;
    height: 50px;
    display: table;
    transition: 0.3s
}

.event-hub-item h5 font {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.event-hub-item:hover {
    text-decoration: none;
}

.event-hub-item:hover h5 {
    color: var(--OrangeColor);
}

.event-hub-item:hover img {
    opacity: 0.1;
}



.innerpage-package {
    width: 100%;
    background: var(--LightBg);
    padding-top: 80px;
    padding-bottom: 80px;
}


.parktiming-wrapper .parktiming-con {

    width: 100%;
    border: 2px solid var(--OrangeColor);
    border-radius: 5px;
    padding: 0px 25px 0px 25px;
    display: table;
    height: 420px;
}

.parktiming-wrapper .parktiming-con h6 {
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 12px 0px 12px 0px;
    line-height: normal;
    background: #fdf1e8;
    border-radius: 4px;
    font-size: 17px;
}

.parktiming-wrapper .parktiming-con h6 b {
    color: var(--BlueColor);
}

.parktiming-wrapper .parktiming-con p {
    text-align: center;
    font-size: 15px;
    padding: 0;
    margin: 8px 0px 25px 0px;
    line-height: 24px;
    text-align: center;
}

.parktiming-wrapper .parktiming-con font {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: var(--OrangeColor);
    font-size: 34px;
    margin: 0px 0px 10px 0px;
}

.parktiming-wrapper .parktiming-con span {
    display: table-cell;
    vertical-align: middle;
}

.parktiming-wrapper .parktiming-con ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.parktiming-wrapper .parktiming-con ul li {
    list-style: none;
    padding: 0px 0px 14px 0px;
    margin: 0px 0px 14px 0px;
    line-height: normal;
    font-size: 16px;
    color: var(--textcolor);
    border-bottom: 1px dashed #cccccc;
}

.parktiming-wrapper .parktiming-con ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.parktiming-wrapper .parktiming-con ul li font {
    font-weight: 500;
    float: right;
    font-size: 15px;
}

.parktiming-wrapper .parktiming-con h4 {
    width: 100%;
    font-size: 22px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}

.parktiming-wrapper {
    margin-top: 90px;
}

.parkmap {
    width: 100%;
    /* height: 420px; */
    object-fit: cover;
    border-radius: 5px;
}

.comingsoonmodal-popup h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: var(--textcolor);
}

.comingsoonmodal-popup h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 35px 0px 5px 0px;
    font-size: 22px;
    font-weight: 500;
    color: var(--BlueColor);
}

.comingsoonmodal-popup span {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.comingsoonmodal-popup span img {
    height: 160px;
}

.comingsoonmodal-popup {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.comingsoonmodal-popup .close {
    position: absolute;
    background: #fff;
    top: -10px;
    right: -10px;
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);

}

.parking-space {
    width: 100%;
    border: 2px solid var(--BlueColor);
    float: left;
    position: relative;
    padding: 8px 30px 8px 185px;
    border-radius: 20px;
    margin-top: 45px;
}

.parking-space b {
    position: absolute;
    left: 20px;
    top: 10px;
    color: var(--BlueColor);
}

.parking-space b i {
    margin-right: 5px;
}

.parking-space p {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.parking-space p strong {
    color: var(--BlueColor);
}

.restaurant-wrapper {
    width: 100%;
    background: #fdf1e8;
    margin-top: 90px;
    padding: 80px 0px;
    position: relative;
}

.restaurant-wrapper:before {
    /* width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 100px solid #fdf1e8;
    position: absolute;
    top: -100px;
    right: 0px;
    content: ''; */
}

.restaurant-wrapper:after {
    /* width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 300px solid transparent;
    border-top: 100px solid #fdf1e8;
    position: absolute;
    bottom: -100px;
    left: 0px;
    content: ''; */
}

.restaurant-wrapper .left-div span {
    width: 100%;
    height: 320px;
    background: var(--headingColor);
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

.restaurant-wrapper .left-div span img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.restaurant-wrapper .col-lg-5 .retsurant-middle-align {
    width: 100%;
    height: 320px;
    display: table;
}

.restaurant-wrapper .col-lg-5 .retsurant-middle-align span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.restaurant-wrapper .col-lg-5 .retsurant-middle-align span p {
    padding: 0;
    margin: 0;
    text-align: justify;
}


.restaurant-wrapper .col-lg-5 .retsurant-middle-align span h2 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 46px;
    font-weight: 300;
}

.eventhub-wrapper .slick-arrow {
    background: var(--BlueColor);
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background: url(../img/left-arrow.png) no-repeat;
    transition-duration: 0s !important;
}

.eventhub-wrapper .slick-arrow:before {
    display: none;
    visibility: hidden;
}

.eventhub-wrapper .slick-arrow:hover {
    background-position-y: -45px;
}

.eventhub-wrapper .slick-arrow.slick-prev {
    left: -45px;
}

.eventhub-wrapper .slick-arrow.slick-next {
    right: -45px;
    transform: rotateY(180deg);
}

.scroll-top {
    width: 45px;
    height: 45px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 900;
    background: var(--OrangeColor);
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
}

.scroll-top:hover {
    background: var(--BlueColor);
}

.scroll-top.viewscroll {
    opacity: 1;
}

.event-bottom-wrapper {
    margin-bottom: 90px;
}

.event-bottom-wrapper .col-lg-4 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.restaurantwrapper-event {
    margin-top: 90px;
    margin-bottom: 90px;
}

.restaurantwrapper-event .col-lg-5 span {
    width: 100%;
    height: 300px;
    background: var(--headingColor);
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;

}

.restaurantwrapper-event .col-lg-5 span img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.restaurantwrapper-event .col-lg-7,
.multipurpose-hall .col-lg-7 {
    height: 300px;
    display: table;
}

.restaurantwrapper-event .col-lg-7 span,
.multipurpose-hall .col-lg-7 span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
}

.restaurantwrapper-event .col-lg-7 span p {
    padding: 0;
    margin: 0;
}

.restaurantwrapper-event .col-lg-7 h2,
.multipurpose-hall h2 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 42px;
    font-weight: 300;
}

.multipurpose-hall {
    margin-top: 90px;
    text-align: justify;
}

.multipurpose-hall .col-lg-5 span {
    width: 100%;
    height: 300px;
    background: var(--headingColor);
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
}

.multipurpose-hall .col-lg-5 span img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.packages-wrapper .page-heading {
    margin-bottom: 15px;
}

.paid-activity-con {
    width: 100%;
    background: var(--BlueColor);
    margin-bottom: 75px;
    float: left;
    padding: 45px 20px;
}

.paid-activity-con ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.paid-activity-con ul li {
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    width: 33.33%;
    float: left;
    line-height: normal;
    color: #fff;
    font-size: 15px;
}

.paid-activity-con ul li span {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    float: left;
    padding: 10px 10px;
}

.paid-activity-con ul li span font {
    float: right;
    font-weight: bold;
}

.paid-activity-con h3 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
}

.bannerone-style {
    position: relative;
}

.banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
}

.banner-caption marquee {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 55px;
    background: rgba(244, 117, 33, 0.8);
}

.banner-caption .marquee {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: none;
    opacity: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 55px;
    background: rgba(29, 141, 168, 0.6);
}

.banner-caption .marquee font {
    background: var(--OrangeColor);
    padding: 8px 26px;
    border-radius: 20px;
}

.banner-caption .marquee font i {
    margin-right: 5px;
}

.banner-logo {
    width: 100%;
    height: 240px;
}

.banner-logo img {
    height: 240px;
    width: auto;
    object-fit: cover;
    position: relative;
}


.parallax-wrap {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.parallax-wrap span {
    position: absolute;
    height: auto;
    width: 100%;
    width: auto;
}

.banner-caption h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--BlueColor);
    font-size: 22px;
    line-height: 32px;
}


#mouse-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -32px 0 0 -32px;
    border: 2px solid var(--OrangeColor);
    pointer-events: none;
    z-index: 100;
    box-shadow: 0 0 0 0 rgba(227, 88, 145, 0.2);
    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}


@-webkit-keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
    }
}

@-moz-keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
    }
}

@-ms-keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
    }
}

@keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
    }
}


.bannerone-style {
    background: linear-gradient(-45deg, #b9e1fd, #e4e6ff, #ffffff);
    background-size: 400% 400%;
    animation: gradient-bg 20s ease infinite;
}

@keyframes gradient-bg {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bannerimage-opacity {
    opacity: 0.08;
}

body {
    overflow-x: hidden;
}



.session-btns {
    width: 100%;
    padding: 16px 0px;
    margin: 0;
    text-align: center;
    background: none;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition-duration: 0.3s;
}

.session-btns:hover {
    background: var(--OrangeColor);
    border-color: var(--OrangeColor);
}

.session-btns:hover h5 {
    color: #fff;
}

.session-btns:hover h6 {
    color: #fff;
    opacity: 0.8;
}

.session-btns:hover span::before {
    background-position-y: -50px;
}

.session-btns h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--textcolor);
}

.session-btns h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 16px;
    color: var(--headingColor);
}

.session-btns span {
    width: 100%;
    height: 50px;
    display: inline-block;
}

.session-btns span::before {
    width: 50px;
    height: 50px;
    background: url(../img/morning-day-icon.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 16px;
    content: '';
    transition-duration: 0.3s;
}

.morning-day-con .col-lg-3:nth-child(2) .session-btns span::before {
    background-position-x: -50px;
}

.package-itemrow-con {
    width: 100%;
    border-top: 1px dashed #cccccc;
    padding-top: 20px;
    margin-top: 20px;
}

.package-itemrow-con:nth-child(1) {
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}

.package-itemrow-con label {
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.package-itemrow-con h5 {
    width: 100%;
    padding: 0px;
    margin: 6px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
}

.package-itemrow-con h5 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}

.package-itemrow-con .quantitybutton-con {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 4px;
}

.package-itemrow-con .quantitybutton-con button {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    outline: none;
    border: 1px solid #cccccc;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 30px;
}

.package-itemrow-con .quantitybutton-con button:hover {
    background: var(--BlueColor);
    color: #fff;
    border-color: var(--BlueColor);
}

.package-itemrow-con .quantitybutton-con input {
    width: 50px;
    height: 32px;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    outline: none;
    text-align: center;
    color: var(--headingColor);
}

.package-itemrow-con h4 {
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    color: var(--BlueColor);
}

.parkvisit-date label {
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.parkvisit-date input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--OrangeColor);
    outline: none;
    padding: 0px 20px;
    margin: 4px 0px 35px 0px;
    color: var(--headingColor);
    border-radius: 20px;
    font-size: 15px;
}

.packages-item-row-wrapper {
    border-bottom: 2px solid var(--textcolor);
    padding-bottom: 20px;
}

.package-footer {
    margin-top: 14px;
}


.package-footer hr {
    width: 100%;
    height: 2px;
    background: var(--textcolor);
    border: none;
    outline: none;
    padding: 0;
    margin: 14px 0px;
}

.package-footer .col-lg-8 h4 {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.package-footer .col-lg-4 h4 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.package-footer .col-lg-4 h4 i {
    font-size: 17px;
}



.package-footer .col-lg-8 h6 {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: var(--textcolor);
}

.package-footer .col-lg-4 h6 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: var(--textcolor);
}

.package-footer .col-lg-4 h6 i {
    font-size: 12px;
}




.package-footer .col-lg-8 h5 {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: var(--headingColor);
}

.package-footer .col-lg-4 h5 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: var(--headingColor);
}

.package-footer .col-lg-4 h5 i {
    font-size: 16px;
}





@media screen and (min-width: 1024px) {

    .activity-page .row .col-lg-3:nth-child(1),
    .activity-page .row .col-lg-3:nth-child(2),
    .activity-page .row .col-lg-3:nth-child(3),
    .activity-page .row .col-lg-3:nth-child(4) {
        border-top: none;
    }

    .activity-page .row .col-lg-3:nth-child(4),
    .activity-page .row .col-lg-3:nth-child(8),
    .activity-page .row .col-lg-3:nth-child(12),
    .activity-page .row .col-lg-3:nth-child(16),
    .activity-page .row .col-lg-3:nth-child(20) {
        border-right: none;
    }


}

@media screen and (max-width: 1024px) {
    #mouse-circle {
        display: none;
        visibility: hidden;
    }
}


@media screen and (max-width: 980px) {
    .header-top-div {
        padding-right: 50px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .banner-wrapper img,
    .banner-wrapper {
        height: 320px;
    }

    .ouractivities-wrapper,
    .packages-wrapper {
        margin-top: 90px;
    }

    .page-heading p br,
    .activity-icon,
    .explore-btn,
    .offer-passes,
    .footer-top-wrapper {
        display: none;
        visibility: hidden;
    }

    .ouractivities-wrapper .container {
        background: none;
    }

    .contenttop-middlearea,
    .section-bottom-wrapper {
        margin-top: 90px;
        padding-top: 90px;
    }

    .section-bottom-wrapper .col-lg-6:first-child {
        padding-right: 15px !important;
    }

    .section-bottom-wrapper .sectionbtm-image {
        height: auto;
        margin-bottom: 45px;
    }

    .section-bottom-wrapper .sectionbtm-image img {
        height: auto;
    }

    .section-bottom-wrapper .page-heading h2 {
        text-align: center;
    }

    .footer-links-wrap {
        display: none;
        visibility: hidden;
    }

    .downloadapp-wrapper h3 {
        text-align: center;
    }

    .downloadapp-wrapper h6 {
        text-align: center;
    }

    .downloadapp-wrapper {
        text-align: center;
    }

    .downloadapp-wrapper a {
        float: none;
        clear: both;
        display: inline-block;
        margin-top: 25px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .activity-page .row .col-lg-3 {
        border-right: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
    }

    .activity-page .row .col-lg-3:nth-child(1),
    .activity-page .row .col-lg-3:nth-child(2),
    .activity-page .row .col-lg-3:nth-child(3) {
        border-top: none;
    }

    .activity-page .row .col-lg-3:nth-child(3),
    .activity-page .row .col-lg-3:nth-child(6),
    .activity-page .row .col-lg-3:nth-child(9),
    .activity-page .row .col-lg-3:nth-child(12),
    .activity-page .row .col-lg-3:nth-child(15) {
        border-right: none;
    }

    .recharge-now {
        min-height: auto;
        padding: 45px 25px;
        margin-bottom: 45px;
    }

    .aboutus-page-con .col-lg-4 {
        margin-bottom: 45px;
    }

    .aboutus-page-con .col-lg-4:last-child {
        margin-bottom: 0px;
    }

    .letsconnect-con {
        margin-top: 45px;
    }

    .activity-item-con {
        margin: 10px 0px;
    }

    .activity-innerpage-item .col-lg-8 {
        padding-left: 15px;
        padding-right: 45px;
    }

    .parkmap {
        margin-top: 45px;
    }

    .restaurant-wrapper .col-lg-5 .retsurant-middle-align span h2,
    .restaurant-wrapper .col-lg-5 .retsurant-middle-align span p {
        text-align: center;
    }

    .restaurant-wrapper .col-lg-5 .retsurant-middle-align {
        height: auto;
        margin-top: 45px;
    }

    .restaurantwrapper-event .col-lg-7,
    .multipurpose-hall .col-lg-7 {
        height: auto;
        margin-top: 30px;
    }

    .restaurantwrapper-event .col-lg-5 span,
    .restaurantwrapper-event .col-lg-5 span img {
        height: auto;

    }

    .paid-activity-con ul li {
        width: 50%;
    }

    #mouse-circle {
        display: none;
        visibility: hidden;
    }

    .banner-logo,
    .banner-logo img {
        height: 120px;
    }

    .parallax-wrap {
        height: 180px;
    }

}

@media screen and (max-width: 520px) {

    .banner-wrapper img {
        height: 520px;

    }

    .banner-wrapper {
        height: auto;
    }

    .banner-wrapper:after {
        bottom: -2px;
    }

    .banner-wrapper {
        overflow: visible;
    }

    .banner-wrapper:after {
        height: 40px;
        background-size: auto 40px;
    }

    .page-heading h2 {
        font-size: 36px;
    }

    .ouractivities-wrapper,
    .packages-wrapper {
        margin-top: 70px;
    }

    .activity-item-con span {
        top: 0px !important;
        left: 50% !important;
        margin-left: -75px;
        width: 150px;
        height: 150px;
    }

    .activity-item-con {
        border: none;
        padding: 0;
        margin: 0;
        min-height: auto;
    }

    .activity-row .col-lg-3 h5 {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .contenttop-middlearea,
    .section-bottom-wrapper {
        margin-top: 70px;
        padding-top: 70px;
    }

    .offer-container,
    .offer-container img {
        height: 240px;
    }

    .content-middle-area h3 {
        font-size: 28px;
    }

    .content-middle-area h6 {
        font-size: 14px;
    }

    .footer-bottom p {
        margin: 0px 0px;
        text-align: center !important;
        width: 100%;
        line-height: 24px;
    }

    .footer-bottom {
        padding: 20px 0px;
    }

    .downloadapp-wrapper h3 {
        font-size: 32px;
    }

    .downloadapp-wrapper h6 {
        text-align: center;
        font-size: 14px;
    }

    .downloadapp-wrapper a {
        width: 50%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 5px;
    }

    .downloadapp-wrapper a img {
        width: 100%;
        float: left;
        height: auto;
    }

    .innerpagewrapper-con h2 {
        font-size: 32px;
    }

    .innerpagewrapper-con {
        padding: 0px 0px;
    }

    .package-page,
    .innerpage-wrapper {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .innerpagewrapper-con::before {
        display: none;
        visibility: hidden;
    }

    .activity-page .activity-item-con span {
        width: 140px;
        margin-left: -70px;
        height: 140px;
    }

    .activity-page .activity-item-con h5 {
        font-size: 14px;
    }

    .activity-page .row .col-lg-3 {
        border-right: 1px solid #e4e4e4 !important;
        border-top: 1px solid #e4e4e4 !important;
    }

    .activity-page .row .col-lg-3:nth-child(1),
    .activity-page .row .col-lg-3:nth-child(2) {
        border-top: none !important;
    }

    .activity-page .row .col-lg-3:nth-child(2),
    .activity-page .row .col-lg-3:nth-child(4),
    .activity-page .row .col-lg-3:nth-child(6),
    .activity-page .row .col-lg-3:nth-child(8),
    .activity-page .row .col-lg-3:nth-child(10),
    .activity-page .row .col-lg-3:nth-child(12),
    .activity-page .row .col-lg-3:nth-child(14),
    .activity-page .row .col-lg-3:nth-child(16),
    .activity-page .row .col-lg-3:nth-child(18),
    .activity-page .row .col-lg-3:nth-child(20) {
        border-right: none !important;
    }

    .activity-page .row .col-lg-3 .booknow-btn {
        font-size: 13px;
    }

    .activity-page .activity-item-con h5 {
        margin-bottom: 15px;
    }

    .members-wrapper {
        margin-top: 45px;
    }

    .selectdate-wrapper .col-lg-8 h4 {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 15px;
        line-height: normal;
        height: auto;
        display: inline-block;
    }

    .selectdate-wrapper .col-lg-8 h4 font {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 20px;
        margin-top: 8px;
    }

    .selectdate-wrapper .col-lg-8 h4 img {
        display: inline-block;
        float: none;
        clear: both;
        padding: 0;
        margin: 0;
    }

    .selectdate-wrapper .col-lg-4 label {
        text-align: center;
    }

    .recharge-now {
        min-height: auto;
        padding: 20px;
        margin-bottom: 25px;
    }

    .activity-page-con,
    .activity-history-wrapper,
    .other-activitiues-wrap {
        margin-top: 60px;
    }

    .other-activitiues-wrap {
        margin-bottom: 60px;
    }

    .activity-history-wrapper .col-lg-4:nth-child(2) .activity-item,
    .activity-history-wrapper .col-lg-4:nth-child(3) .activity-item {
        border-top: 1px solid #c6dae0;
    }

    .letsconnect-con h4 {
        font-size: 20px;
    }

    .star-feedback,
    .smiley-feedback {
        float: none;
        clear: both;
        margin-top: 5px;

    }

    .activitymargin h5 {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .location-btn font {
        display: block;
        visibility: visible;
    }

    .location-btn i {
        display: none;
        visibility: hidden;
    }

    .header-top-wrapper ul li .nav-link {
        color: #fff;
        font-size: 18px;
        padding: 15px 0px !important;
    }

    .activity-innerpage-item:nth-child(even) .col-lg-8 {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 25px;
    }

    .activity-innerpage-item .col-lg-8 span h4 {
        font-size: 20px;
        margin-top: 25px;
    }

    .activity-innerpage-item .col-lg-8 {
        height: auto;
    }

    .whatsapp-sharebtn {
        right: 20px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .header-top-wrapper .col-lg-3 img {
        height: 70px;
    }

    .header-top-wrapper .col-lg-3 h6 {
        left: 170px;
        top: 5px;
    }

    .header-top-wrapper .col-lg-9 {
        padding-top: 12px;
    }

    .banner-wrapper {
        margin-top: 130px;
    }

    .location-btn span {
        display: none;
        visibility: hidden;
    }

    .activitymargin {
        margin-left: -5px;
        margin-right: -5px;
    }

    .activitymargin .col-lg-3 {
        padding: 0px 5px;
    }

    .restaurant-wrapper .col-lg-7 .col-lg-6:nth-child(2) {
        display: none;
        visibility: hidden;
    }

    .restaurant-wrapper .col-lg-5 .retsurant-middle-align span h2 {
        font-size: 36px;
    }

    .restaurant-wrapper:before {
        /* width: 0;
        height: 0;
        border-left: 200px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 50px solid #fdf1e8;
        position: absolute;
        top: -50px;
        right: 0px;
        content: ''; */
    }

    .restaurant-wrapper:after {
        /* width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 100px solid transparent;
        border-top: 50px solid #fdf1e8;
        position: absolute;
        bottom: -50px;
        left: 0px;
        content: ''; */
    }

    .restaurant-wrapper,
    .eventhub-wrapper {
        margin-top: 70px;
    }


    .restaurantwrapper-event .col-lg-7 h2,
    .multipurpose-hall h2 {
        font-size: 36px;
        text-align: center;
    }

    .gallery {
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .gallery div img,
    .gallery div video {
        height: 160px !important;
    }

    .paid-activity-con ul li {
        width: 100%;
    }

    .paid-activity-con ul li {
        padding: 5px 0px;
    }

    .paid-activity-con {
        padding: 45px 10px;
    }

    .paid-activity-con ul li span {
        font-size: 14px;
    }

    .banner-logo,
    .banner-logo img {
        height: 120px;
    }

    .parallax-wrap {
        height: 520px;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        opacity: 0.4;
    }

    .parallax-wrap span {
        transform: none !important;
    }

    .banner-caption h4 {
        margin-top: 50px;
        font-size: 14px;
        line-height: 20px;

    }

    .banner-caption h4 br {
        display: none;
        visibility: hidden;
    }

    .hide-mobile {
        display: none;
    }

    .banner-caption .marquee {
        opacity: 1;
    }

    .testimonials-wrapper {
        margin-bottom: 70px;
    }

    .morning-day-con .row {
        margin-left: -3px;
        margin-right: -3px;
    }

    .morning-day-con .row .col-6 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .package-itemrow-con h4 {
        margin-top: 0px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .package-itemrow-con .quantitybutton-con {
        display: inline-block;
    }
}