@charset "utf-8";

* {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    font-family: 'Poppins';
    box-sizing: border-box
}

body {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050
}

html {
    scroll-behavior: smooth
}

.c1 {
    background-color: #fff !important;
    color: #333 !important
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Medium.eot);
    src: url('../fonts/Poppins-Medium.eot#iefix') format('embedded-opentype'), url(../fonts/Poppins-Medium.woff2) format('woff2'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.eot);
    src: url('../fonts/Poppins-Regular.eot#iefix') format('embedded-opentype'), url(../fonts/Poppins-Regular.woff2) format('woff2'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-SemiBold.eot);
    src: url('../fonts/Poppins-SemiBold.eot#iefix') format('embedded-opentype'), url(../fonts/Poppins-SemiBold.woff2) format('woff2'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Light.eot);
    src: url('../fonts/Poppins-Light.eot#iefix') format('embedded-opentype'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Breakthrough';
    src: url(../fonts/Breakthrough.eot);
    src: url('../fonts/Breakthrough.eot#iefix') format('embedded-opentype'), url(../fonts/Breakthrough.woff2) format('woff2'), url(../fonts/Breakthrough.woff) format('woff'), url(../fonts/Breakthrough.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.grecaptcha-badge {
    display: none !important
}

.p0 {
    padding: 0 !important
}

#popUp {
    position: fixed;
    width: 22%;
    height: auto;
    border-radius: 25px 0 0 25px;
    background: url(../images/form-bg.webp);
    bottom: 30%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 99999;
    padding: 2% 1% 2%;
    right: 0;
    opacity: 0
}

#new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px
}

#popUp .close {
    position: absolute;
    top: -40px;
    opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0
}

#plus {
    position: fixed;
    color: #fff;
    bottom: 60%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: auto;
    right: 0
}

#plus span {
    position: absolute;
    background-color: #84562e;
    font-size: 1em;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-block;
    padding: 8px 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -90px;
    width: max-content
}

#plus::after {
    display: block;
    display: relative
}

.mob-txt {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Poppins';
    font-weight: 500
}

.side-form input[type="text"],
.side-form textarea {
    background: #f5eadd;
    color: #936f59;
    width: 100%;
    padding: 15px 30px
}

.side-form p {
    font-size: 1.662em;
    font-family: 'Breakthrough';
    font-weight: 400;
    color: #84562e;
    letter-spacing: 2px;
    text-align: center
}

.submit-btn1 {
    border: none;
    background: #52250e;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    font-family: 'Poppins';
    font-size: 1em;
    text-transform: uppercase
}

.submit-btn1:hover {
    background: #000
}

a.left.carousel-control {
    left: -100px
}

.carousel-control.right {
    right: -100px !important
}

.clear {
    clear: both
}

audio,
::selection {
    background: #8cc248;
    color: #fff
}

.grecaptcha-badge {
    z-index: 9999
}

.img-full {
    width: 100%;
    height: auto;
    display: block
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.logo1 {
    display: none
}

.banner-wraper {
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.footer-container {
    width: 100%;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em
}

.footer-top-for {
    display: flex;
    align-items: center
}

.footer-top-for img {
    max-width: 35px;
    margin-left: 10px
}

.top-wraper {
    width: 100%;
    height: auto
}

.top-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%
}

.header-social-links {
    float: left
}

.tophead {
    width: 100%;
    height: 40px;
    position: relative;
    padding-top: 1em;
    padding-bottom: 2.5em;
    background: #eff2f6;
    display: flex;
    justify-content: space-between
}

.top-header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99
}

.top-contact {
    width: auto;
    height: 40px;
    float: right;
    clear: both;
    padding-top: 10px
}

.logo-container {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px
}

.menu-container {
    width: auto;
    height: auto;
    float: right;
    margin-top: 1em
}

.logo {
    width: auto;
    height: auto;
    float: left
}

.mt-2 {
    margin-top: 2em !important
}

.mt-5 {
    margin-top: 5em
}

.mb-2 {
    margin-bottom: 2em
}

.mb-5 {
    margin-bottom: 5em
}

.top-quickwraper {
    width: 100%;
    height: auto
}

.sexy-menu.detached .nav-brand .small {
    display: block !important
}

.header-contact {
    width: auto;
    height: auto;
    float: right
}

.css_prefix-btn-container {
    position: absolute;
    bottom: 25%
}

.css_prefix-button2 {
    background-color: #d10400
}

li.resp-show {
    display: none !important
}

span.text-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal
}

.css_prefix-button:hover {
    color: #84562e !important
}

.css_prefix-button2:hover {
    color: #d10400 !important
}

.nav-brand img {
    width: 100%
}

.old-price-inner {
    height: auto;
    float: left;
    font-family: inherit;
    font-size: 1em;
    color: #333333b3;
    text-decoration: line-through;
    font-weight: 300;
    margin-right: 30px
}

.css_prefix-button,
.css_prefix-button2 {
    padding: 10px 5px;
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins';
    position: relative;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    line-height: normal;
    border: none
}

.enq-form {
    background-color: #206105 !important
}

.header-call {
    width: auto;
    height: auto;
    float: left
}

.header-call i {
    color: #84562e
}

.header-call a {
    font-size: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 16px;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
    margin-right: 5px
}

.header-social-links li {
    float: left;
    margin-right: 3px
}

.header-social-links ul li a {
    width: 40px;
    color: #84562e;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-menu>li>a {
    padding: 20px 18px;
    display: inline-block;
    position: relative;
    color: #fff;
    -webkit-transition: color .3s, background .3s;
    font-size: 1em;
    transition: all .4s ease-in-out;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: capitalize
}

.nav-menu2>li>a {
    padding: 25px 18px 10px
}

.sexy-menu.detached .nav-menu>li>a {
    padding: 16px 15px
}

.header-call a:hover {
    color: #84562e
}

.sexy-menu.detached .header-call a {
    margin-top: 10px !important
}

ul.nav-menu.nav-menu2 {
    float: left !important;
    margin-right: 10px
}

a.book i {
    color: #fff
}

a.book {
    margin-left: 15px;
    margin-top: 19px !important;
    border-radius: 3px;
    position: relative;
    padding: 6px 15px 6px 21px !important;
    letter-spacing: 2px;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    background: #84562e
}

a.book:hover {
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    color: #fff;
    background-position: 120%;
    background: #000
}

.desk-view {
    display: block;
    width: 100%
}

.mob-view {
    display: none !important
}

.nav-menu>li:nth-last-child(1) a {
    padding-right: 0% !important
}

a.right.carousel-control i,
a.left.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.back-to-top {
    background: linear-gradient(to right, #84562e, #00bcf9);
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 75px;
    right: 30px;
    z-index: 20;
    box-shadow: 0 3px 15px 0 rgb(18 18 18 / 25%)
}

.footer-wraper {
    width: 100%;
    height: auto;
    background-image: url(../images/footer-wraper.png);
    background-size: cover;
    margin-top: -20px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px
}

.copy-right {
    width: auto;
    height: auto;
    float: left;
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: 65px
}

.designed {
    width: auto;
    height: auto;
    float: right
}

.designed-ido {
    float: right;
    height: auto;
    padding-left: 8px;
    padding-top: 15px;
    width: auto;
    color: #fff
}

.designed p {
    width: auto;
    height: auto;
    float: right;
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: 65px;
    margin: 0
}

.designed p a {
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400
}

.designed p a:hover {
    text-decoration: none;
    color: #f7f7f7;
    font-family: inherit;
    font-size: 1em
}

.footer-top-wraper {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: -465px;
    padding: 270px 0 100px;
    z-index: 9;
    background: url(../images/footer-bg2.webp);
    background-size: cover
}

.bottom-wraper {
    width: 100%;
    height: auto;
    position: relative;
    bottom: -2em;
    overflow: initial
}

.bottom-pic {
    width: 100%;
    height: auto
}

.whats-app {
    position: fixed;
    bottom: 10vh;
    right: 0;
    margin-right: 4%;
    width: 30px;
    z-index: 120000
}

.whats-app img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    opacity: 1;
    max-width: 40px
}

.whats-app:hover img {
    opacity: 1
}

@keyframes floating {
    from {
        transform: translate(0, 0)
    }

    65% {
        transform: translate(0, 15px)
    }

    to {
        transform: translate(0, 0)
    }
}

.footer-links-for {
    width: 100%;
    height: auto;
    padding: 36px 0 150px;
    text-align: center;
    margin: 0 auto
}

.footer-strip {
    background: linear-gradient(to bottom, #000000f5, #0000006e 100%);
    -webkit-mask-image: url(../images/button-path.png);
    -webkit-mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 50px 30px;
    margin: 0 auto 50px;
    width: 1300px
}

.footer-strip .footer-content-title {
    margin-bottom: 5px
}

.f-mobs {
    display: flex;
    align-items: center;
    border-radius: 25px
}

.f-mobs .address:nth-child(1) {
    margin-right: 50px
}

.footer-links-for li {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    vertical-align: middle
}

.footer-links-for a {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1.333em;
    color: #a18976;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    text-transform: capitalize
}

.footer-links-for a:hover {
    color: #84562e
}

.footer-links-for li:nth-child(8) a:after {
    display: none
}

.line>a:after {
    position: absolute;
    width: 36px;
    height: 36px;
    right: -20px;
    content: '';
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat
}

.footer-content:nth-child(1) {
    margin-right: 1%
}

.dnone {
    display: none
}

.footer-content {
    margin-right: 4%;
    height: auto;
    float: left;
    width: auto;
    z-index: 9
}

.footer-content:nth-child(5) {
    margin-right: 0
}

.footer-content.qlinks {
    margin-right: 3%;
    width: 28%
}

.footer-payment p {
    line-height: 2
}

.footer-content-icon {
    width: 50px;
    float: left
}

.footer-content-details {
    width: 88%;
    height: auto;
    float: left
}

.footer-content-details p {
    width: 100%;
    height: auto;
    font-family: inherit;
    line-height: 1.7;
    color: #333;
    text-transform: capitalize;
    font-size: 1em
}

.footer-content-details p a {
    font-family: inherit;
    line-height: 1.7;
    color: #333;
    font-size: 1em
}

.footer-logo {
    width: 200px;
    height: auto
}

.footer-logo img {
    width: 100%
}

.footer-logo img {
    width: 100%;
    margin-top: -50px;
    margin-bottom: 10px
}

.address:nth-child(1) {
    align-items: flex-start
}

.address {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.address,
.mob-numbs p {
    color: #ece9c8;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 15px
}

.address p {
    margin-bottom: 0
}

.mob-numbs img {
    height: 44px;
    width: 44px
}

.footer-top-title {
    width: 100%;
    height: auto;
    text-align: left;
    color: #0c203b;
    font-size: 1em;
    padding-bottom: 25px;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    font-family: 'Merienda'
}

.footer-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-content.qlinks ul {
    width: 45%;
    float: left
}

.footer-content.qlinks ul+ul {
    float: left;
    margin-left: 25px
}

.mb-0 {
    margin-bottom: 0 !important
}

.footer-content-title a {
    font-family: 'Breakthrough';
    font-weight: 400;
    color: #d6b39e
}

.footer-content-title a:hover {
    color: #fff
}

.footer-content-title {
    width: 100%;
    height: auto;
    font-size: 1.333em;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d6b39e;
    margin-bottom: 15px
}

.mobs .footer-content-title {
    font-size: 1.1em
}

.f-mobs .address {
    margin-bottom: 0
}

.f-links {
    display: flex
}

.footer-content.logo-foot {
    margin-top: 0px !important;
    align-items: center;
    display: flex
}

.footer-content ul li {
    font-family: inherit;
    font-size: 1em;
    line-height: 36px;
    margin-right: 20px
}

.footer-content ul li a {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1em;
    color: #ece9c8;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    font-weight: 400;
    text-transform: capitalize
}

.footer-content ul li a:hover {
    color: #84562e
}

.footer-social-links {
    width: auto;
    height: auto
}

.footer-social-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-social-links ul li {
    float: left;
    margin-right: 3px !important
}

.footer-social-links ul li svg {
    fill: #fff
}

.footer-social-links ul li:hover svg {
    fill: #84562e
}

.footer-content:nth-child(6) {
    margin-right: 0
}

.footer-social-links ul li a {
    width: 35px;
    height: 30px;
    background: #84562e;
    color: #fff;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-social-links ul li a:hover {
    background-color: #fff;
    color: #84562e
}

.main-wraper {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../images/main-bg.jpg) repeat-y;
    padding-bottom: 3em;
    margin-bottom: -2em
}

.main-container {
    width: 100%;
    height: auto;
    padding-top: 60px
}

.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 264px 0 250px;
    background-size: cover;
    background-image: url(../images/elephant-bg2.webp);
    margin-top: -128px
}

img.welcome-img {
    width: 90%
}

.how-content {
    padding: 50px
}

.exp-detail {
    padding: 0 200px
}

.heart-container {
    position: relative;
    overflow: hidden;
    padding: 250px 0 340px;
    background-size: cover;
    background-image: url(../images/heart-bg2.webp);
    margin-top: -299px;
    z-index: 9
}

.watch-container {
    position: relative;
    overflow: hidden;
    padding: 490px 0 300px;
    background-size: cover;
    background-image: url(../images/watch-bg2.webp);
    margin-top: -166px;
    z-index: -1
}

.activity-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 365px;
    background-size: cover;
    background-image: url(../images/activity-bg.webp);
    margin-top: -150px;
    z-index: 9
}

.exp-container {
    position: relative;
    overflow: hidden;
    background-position: center;
    padding: 230px 0 200px;
    background-size: cover;
    background-image: url(../images/exp-bg.webp);
    margin-top: -291px;
    z-index: 9
}

.cta-container {
    position: relative;
    overflow: hidden;
    padding: 180px 0 26px;
    background-size: cover;
    background-image: url(../images/cta-bg2.webp);
    margin-top: -267px;
    z-index: 9;
    margin-bottom: 0
}

.guardian-container {
    position: relative;
    overflow: hidden;
    padding: 194px 0 669px;
    background-size: cover;
    background-image: url(../images/guardian-bg2.webp);
    margin-top: -652px;
    z-index: 9
}

.erumadam-div {
    padding-top: 100px
}

.guard-detail h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.333em;
    color: #d6b39e
}

.tree-detail {
    padding-top: 130px
}

.ele-detail {
    padding-top: 260px;
    position: relative;
    top: 379px
}

.exp-title h3 {
    color: #d6b39e;
    font-size: 2.667em;
    line-height: 60px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough'
}

.cta-detail p {
    color: #80857f
}

.exp-title span {
    color: #d6b39e;
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Breakthrough'
}

.act-detail.tribal {
    float: right;
    width: 80%;
    position: relative
}

.act-detail.tribal img {
    margin-top: -70px;
    float: right;
    margin-right: 60px
}

.tribal-txt {
    position: absolute;
    bottom: -225px;
    left: 40%;
    width: 65%
}

.welcome-detail-title3 h3 {
    color: #d6b39e;
    font-size: 3.517em;
    line-height: 60px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px
}

.welcome-detail-title3 span {
    font-weight: 400;
    line-height: 80px;
    font-family: 'Breakthrough';
    font-style: normal;
    color: #d6b39e;
    font-size: 4.836em;
    letter-spacing: 1px
}

.welcome-detail-title1 h2 {
    text-align: left;
    color: #ece9c8;
    font-size: 3.948em;
    line-height: 70px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.water-content {
    padding-left: 100px;
    padding-top: 60px
}

.act-detail p {
    font-size: 1em;
    color: #ece9c8;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: justify
}

.welcome-detail.how-we p {
    margin-bottom: 5%
}

.pull-right {
    float: right
}

.center {
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center
}

a.read-more {
    font-weight: 500;
    font-family: 'Poppins-Medium';
    font-size: 1em;
    line-height: 16px;
    text-transform: uppercase
}

a.view-detail-btn.gal-btn {
    top: 50px;
    left: 35px
}

.welcome-detail.abt-content {
    margin-right: 0;
    text-align: center
}

.welcome-detail.abt-content p {
    text-align: center
}

.abt-container {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden
}

.carousel-control.left,
.carousel-control.right {
    background: unset !important
}

.init-text {
    font-size: 6.667em;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-family: 'Breakthrough';
    color: #ece9c8;
    text-transform: uppercase;
    line-height: 100px;
    letter-spacing: 1px
}

.featured-text {
    font-size: 7.5em;
    font-style: normal;
    font-display: swap;
    font-family: 'Breakthrough';
    font-weight: 400;
    color: #92c36a;
    text-transform: uppercase;
    line-height: 120px;
    letter-spacing: 1px
}

.slide-title-bottom {
    font-size: 2em;
    font-style: normal;
    font-display: swap;
    font-family: 'Breakthrough';
    font-weight: 400;
    padding-left: 140px;
    color: #fff;
    position: relative;
    letter-spacing: 2px
}

.slide-title-bottom:before {
    content: "";
    width: 130px;
    height: 25px;
    background: #92c36a;
    position: absolute;
    left: 0%;
    top: 5px;
    bottom: auto
}

.banner-caption.slide-title p,
.inner-banner-caption p {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-family: 'Breakthrough';
    margin-top: 25px
}

@-webkit-keyframes glowing {
    0% {
        background-color: #84562e;
        -webkit-box-shadow: 0 0 3px #84562e
    }

    50% {
        background-color: #513116;
        -webkit-box-shadow: 0 0 40px #513116
    }

    100% {
        background-color: #84562e;
        -webkit-box-shadow: 0 0 3px #84562e
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #84562e;
        -moz-box-shadow: 0 0 3px #84562e
    }

    50% {
        background-color: #513116;
        -moz-box-shadow: 0 0 40px #513116
    }

    100% {
        background-color: #84562e;
        -moz-box-shadow: 0 0 3px #84562e
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #84562e;
        box-shadow: 0 0 3px #84562e
    }

    50% {
        background-color: #513116;
        box-shadow: 0 0 40px #513116
    }

    100% {
        background-color: #84562e;
        box-shadow: 0 0 3px #84562e
    }
}

@keyframes glowing {
    0% {
        background-color: #84562e;
        box-shadow: 0 0 3px #84562e
    }

    50% {
        background-color: #513116;
        box-shadow: 0 0 40px #513116
    }

    100% {
        background-color: #84562e;
        box-shadow: 0 0 3px #84562e
    }
}

.inner-init-text .quote-left {
    left: 0;
    position: absolute;
    top: -30px
}

.inner-init-text .quote-right {
    right: -50px;
    position: absolute;
    bottom: 40px
}

.inner-init-text {
    font-size: 3.532em;
    color: #ece9c8;
    text-align: center;
    line-height: 1;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-init-text span {
    color: #a7cb78;
    text-align: center;
    line-height: 60px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-init-text2 {
    font-size: 3em;
    color: #ece9c8;
    text-align: left;
    line-height: 1px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-init-text2 span {
    color: #a7cb78;
    text-align: left;
    line-height: 1;
    font-family: 'Breakthrough';
    font-weight: 400
}

.inner-featured-text {
    font-size: 4.797em;
    color: #a7cb78;
    text-align: left;
    line-height: 75px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.page-hero .hero-text-area.inner-banner3 {
    text-align: left;
    top: 56%;
    left: 21%;
    width: fit-content;
    transform: translate(5%, -50%)
}

.inner-init-text3 {
    font-size: 3em;
    color: #ece9c8;
    text-align: left;
    line-height: 1;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-init-text3 span {
    color: #a7cb78;
    text-align: left;
    line-height: 1;
    font-family: 'Breakthrough';
    font-weight: 400
}

.inner-featured-text3 {
    font-size: 9.062em;
    color: #a7cb78;
    text-align: left;
    line-height: 125px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-init-text-fc span {
    color: #a7cb78;
    text-align: left;
    line-height: 1;
    font-family: 'Breakthrough';
    font-weight: 400;
    font-size: 1.6em
}

.inner-init-text-fc {
    line-height: 50px;
    font-size: 3.94em;
    color: #ece9c8;
    text-align: left;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.page-hero .hero-text-area.inner-banner-fc {
    left: 8%;
    top: 37%;
    transform: translateY(-50%)
}

.page-hero .hero-text-area.inner-banner4 {
    text-align: left;
    top: 56%;
    left: 10%;
    width: fit-content;
    transform: translate(5%, -50%)
}

.inner-init-text4 {
    font-size: 3.946em;
    color: #ece9c8;
    text-align: left;
    line-height: 60px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-featured-text4 {
    font-size: 6.39em;
    color: #a7cb78;
    text-align: left;
    line-height: 90px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-featured-text5 span {
    color: #fff;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.inner-featured-text5 {
    font-size: 5.779em;
    color: #a7cb78;
    text-align: left;
    line-height: 90px;
    font-family: 'Breakthrough';
    font-weight: 400;
    letter-spacing: 2px
}

.page-hero .hero-text-area.inner-banner2 {
    text-align: left;
    right: 17%;
    top: 30%;
    left: unset;
    width: fit-content;
    transform: translate(50%, 50%)
}

.line-shape {
    position: relative;
    top: 130px
}

.page-hero .hero-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    top: 46%;
    left: 17%;
    width: max-content;
    text-align: left
}

.page-hero .hero-text-area.inner-banner {
    left: 50%;
    top: 77%;
    transform: translate(-50%, -50%)
}

.title-logo {
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 auto 50px;
    position: relative;
    width: min-content
}

.title-wraper {
    width: 100%;
    height: auto
}

.welcome-detail-title h1 {
    width: 100%;
    height: auto;
    text-align: center;
    color: #8a0000;
    font-size: 1.665em;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-style: normal;
    font-display: swap
}

.welcome-detail-title {
    text-align: center
}

.welcome-detail-title span {
    text-align: center;
    margin-right: 10px;
    color: #84562e;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.welcome-detail-title2 {
    margin-bottom: 20px;
    margin-top: 15px
}

.welcome-detail-title2-title {
    width: 100%;
    height: auto;
    text-align: left;
    color: #d6b39e;
    font-size: 3.667em;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    margin-bottom: 20px;
    letter-spacing: 1px
}

img.kuruva-txt {
    margin-left: -50px;
    width: 100%
}

.k-text p {
    width: 70% !important
}

.c-green {
    color: #7ac45f
}

.in-section-title-3.headline.pera-content {
    padding-top: 150px
}

.cottage-title h2 {
    color: #d6b39e;
    letter-spacing: 1px;
    font-size: 3.099em;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough'
}

.cottage-item {
    margin-bottom: 50px
}

.cottage-item a:hover p {
    color: #7d7c7c
}

.view-det {
    color: #d6b39e;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1em
}

.view-det:hover {
    color: #fff
}

.col-md-15 {
    width: 20%;
    float: left
}

.col-md-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.cottage-detail {
    text-align: center
}

.cottage-detail p {
    color: #80857f;
    margin-top: 10px
}

.room-gallery {
    margin-top: 3em
}

.pool-imgs {
    -webkit-mask-image: url(../images/private-pool-mask.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/private-pool-mask.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    margin-bottom: 40px;
    object-fit: cover;
    transition: all 0.3s ease 0s;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.book-btn2 {
    background-color: #84562e;
    font-size: 1em;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-block;
    padding: 8px 20px;
}

.book-btn {
    display: flex;
    justify-content: center;
}

.related-cottages {
    margin-top: 4em;
}

.related-cottages .cottage-text h3 {
    margin-top: 0;
    font-size: 1.4em;
}

.rel-title {
    margin-bottom: 20px
}

.rel-item {
    position: relative;
}

.pool-imgs img {
    height: 280px;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.pool-imgs:hover .img-full {
    transform: scale3d(1.15, 1.15, 1);
    border-radius: 15px;
}

.owl-nav .owl-prev:before {
    right: unset;
    top: 0;
    top: unset;
    content: "";
    position: absolute;
    background-image: url(../images/arrow-left.png);
    background-size: cover;
    height: 39px;
    width: 66px;
    transform: translateY(-50%);
    top: 50%;
    left: -30px
}

.owl-nav .owl-next:before {
    left: unset;
    top: unset;
    bottom: unset;
    content: "";
    position: absolute;
    background-image: url(../images/arrow-right.png);
    background-size: cover;
    height: 39px;
    width: 66px;
    transform: translateY(-50%);
    top: 50%;
    right: -30px
}

.owl-theme .owl-nav [class*="owl-"] {
    padding: 0 !important;
    font-size: 0px !important;
    background: transparent !important
}

.room-imgss {
    position: relative
}

.rooms-wrap .wild-title h3 {
    color: #ece9c8;
    font-size: 2.6em;
    line-height: 25px
}

.pool-room {
    margin-bottom: 10px !important;
}

.rooms-wrap p {
    color: rgb(255 255 255 / 66%) !important;
    text-align: center !important;
}

.rooms-wrap,
.rooms-wrap p {
    text-align: center !important;
}

.room-ul li {
    width: 33%;
    float: left
}

.inc.room-ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 0
}

.inc.room-ul li {
    padding: 8px 20px 10px 50px
}

.inc.room-ul li:before {
    transform: translateY(-50%);
    left: 20px;
    top: 50%
}

.inc.room-ul img {
    width: 100%;
    height: 100%
}

.cottage-text h3 {
    font-size: 1.667em;
    color: #d6b39e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    margin-top: -21px
}

.cottage-text {
    padding-left: 30px
}

.cottage-text p {
    color: rgb(255 255 255 / 66%) !important
}

.yt-video {
    position: relative;
    overflow: hidden
}

.yt-video img {
    transition: transform 0.28s ease;
    transform: scale(1)
}

.yt-video:hover img {
    transform: scale(1.04)
}

.playbtn {
    position: absolute;
    display: block;
    background: url(../images/play-icon.png) no-repeat center;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    z-index: 9
}

.yt-video .cottage-text h3 {
    margin-top: 0 !important
}

.package-item {
    min-height: 760px;
    border-bottom: 1px solid #fff3;
    border-right: 1px solid #fff3
}

.package-container {
    margin-top: -404px;
    background-size: cover;
    background-image: url(../images/package-bg.png)
}

.package-text {
    padding-left: 50px
}

.package-wrap .col-md-4:nth-child(1) .package-text,
.package-wrap .col-md-4:nth-child(4) .package-text,
.package-wrap .col-md-4:nth-child(7) .package-text {
    padding-left: 0
}

.package-text h3 {
    font-size: 2.222em;
    color: #d6b39e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough'
}

.package-wrap .col-md-4 {
    padding: 0
}

.package-wrap .col-md-4:nth-child(4) {
    clear: both
}

.package-wrap .col-md-4:nth-child(3n) .package-item {
    border-right: 0
}

.package-wrap .col-md-4:nth-child(7) .package-item,
.package-wrap .col-md-4:nth-child(8) .package-item,
.package-wrap .col-md-4:nth-child(9) .package-item {
    border-bottom: 0
}

.package-text span {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1em;
    margin-right: 35px
}

.j-txt h2 {
    font-size: 3.041em;
    color: #d6b39e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    z-index: 99;
    position: relative
}

.journey {
    position: relative;
    padding: 50px 0 300px
}

.journey .j-txt {
    float: right
}

.journey img {
    position: absolute;
    left: 0;
    top: -35px
}

.journey .j-txt {
    float: right;
    padding: 100px
}

.package-img img {
    width: 100%
}

.package-container2 {
    background-image: url(../images/package-bg2.png);
    background-size: cover;
    background-position: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 290px;
    margin-top: -200px
}

.amenities-title h2 {
    font-size: 2.051em;
    color: #d6b39e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough'
}

.amenities li {
    margin-bottom: 10px;
    color: #b4b3af;
    font-family: 'Poppins';
    font-weight: 300;
    display: flex;
    align-items: center;
    line-height: 32px;
    font-size: 1em
}

.ami-border {
    border-right: 5px solid #74471c6e
}

.ame-div {
    padding: 0 50px
}

.inclusion-container {
    overflow: hidden;
    padding: 200px 0 0;
    position: relative
}

.cottage-img img {
    width: 100%
}

.cottage-container {
    padding: 300px 0 330px;
    background-image: url(../images/cottage-bg.webp);
    background-size: cover;
    margin-top: -355px
}

.amenities-container {
    padding-top: 3em;
    position: relative
}

img.deer-img {
    position: absolute;
    left: 0;
    top: -150px;
    width: 1000px;
}

.cottages .deer-img {
    z-index: -1
}

img.jeep-img {
    position: absolute;
    right: -51px;
    top: -150px
}

.wild a {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 300px
}

img.wild-img {
    margin-top: -169px;
    position: absolute;
    padding: 190px;
    z-index: 99;
    width: 940px
}

.inc li {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1em;
    position: relative;
    display: flex;
    align-items: center;
    color: #ece9c8;
    margin-bottom: 20px;
    padding: 10px 20px;
    padding-left: 107px
}

.cottage-ul li {
    background-image: url(../images/inc-bg-big.png);
    padding: 15px 20px 15px 104px;
    background-size: 100% 100%;
    margin-bottom: 0px !important
}

.bigli {
    margin-top: 28px;
    margin-bottom: 28px !important
}

.inc li img {
    position: absolute;
    z-index: 9;
    left: 0
}

.inc li span {
    z-index: 9;
    color: #beb7b0
}

ul.inc {
    margin-bottom: 60px
}

.inc li:before {
    top: 12px;
    position: absolute;
    left: 72px;
    height: 18px;
    width: 18px;
    content: '';
    background: #000;
    border-radius: 100%;
    z-index: 99
}

.cottage-ul li:before {
    top: 25px
}

.lSAction>.lSPrev {
    top: 20% !important;
    right: 12% !important
}

.lSAction>.lSNext {
    top: 20% !important;
    right: 11% !important
}

.welcome-detail p {
    width: 100%;
    height: auto;
    font-size: 1em;
    color: #80857f;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: justify
}

.mb-3 {
    margin-bottom: 3em
}

.d-flex {
    display: flex
}

.mar0 {
    margin: 0
}

.contact-container {
    padding: 300px 0 14px;
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    margin-top: -295px;
    position: relative
}

.gallery-bg img {
    margin-top: -800px;
    width: 100%
}

.gallery-container {
    position: relative;
    padding: 0 100px
}

.img-wrapper {
    -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    margin-bottom: 15px
}

.img-wrapper img {
    height: 480px;
    width: 100%;
    object-fit: cover
}

.mob-tab .img-wrapper img {
    height: unset
}

.tab button {
    background: #4b2816;
    padding: 6px 30px;
    color: #d6b39e;
    font-size: 1.3em;
    font-family: 'Breakthrough';
    letter-spacing: 2px
}

.tab button.active {
    color: #4b2816;
    background: #e4c69f
}

.tab {
    text-align: center;
    margin-bottom: 60px
}

.facility-container {
    margin-top: -440px;
    padding: 250px 100px 600px;
    background-size: cover;
    background-image: url(../images/facility-bg.png);
    position: relative
}

.leafs {
    position: relative
}

.leaf1 {
    position: absolute;
    left: -80px;
    top: -53px
}

.leaf2 {
    position: absolute;
    right: -80px;
    top: 154px
}

.leaf3 {
    position: absolute;
    left: -80px;
    bottom: 225px;
    transform: rotate(-75deg)
}

.leaf4 {
    position: absolute;
    right: 140px;
    bottom: 140px
}

.fac-bg {
    background-image: url(../images/fac-bg2.png);
    background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 25px
}

.fac-title {
    margin-bottom: 50px
}

.fac-title h1 {
    font-size: 2.662em;
    font-family: 'Breakthrough';
    font-weight: 400;
    color: #d6b39e;
    letter-spacing: 2px;
    text-align: center
}

.fac-title-cont {
    font-size: 2.662em;
    font-family: 'Breakthrough';
    font-weight: 400;
    color: #d6b39e;
    letter-spacing: 2px;
    text-align: center
}

.fac-head h2 {
    font-size: 2.106em;
    font-family: 'Breakthrough';
    font-weight: 400;
    color: #4b2816;
    letter-spacing: 1px
}

.facility-wraper {
    padding: 60px 0
}

.wild-con1 {
    position: relative;
    top: 300px;
    left: 135px
}

.wild-con1 p {
    color: #fff;
    margin-bottom: 20px
}

.wild-con1 span {
    color: #d6a885;
    font-weight: 500
}

.wild-container {
    margin-top: -440px;
    padding: 190px 0 600px;
    background-size: cover;
    background-image: url(../images/wildbg1.png);
    z-index: -1;
    position: relative
}

.wild-container2 {
    margin-top: 0;
    padding: 90px 0 272px;
    background-size: cover;
    background-image: url(../images/wildbg2.png);
    z-index: 1;
    position: relative
}

.wild-container3 {
    margin-top: -264px;
    padding: 90px 0 200px;
    background-size: cover;
    background-image: url(../images/wildbg3.png);
    z-index: 1;
    position: relative
}

.wild-container5 {
    margin-top: -135px;
    padding: 200px 0 0;
    background-size: cover;
    background-image: url(../images/wildbg2.png);
    z-index: 99;
    position: relative
}

.wild-container4 {
    margin-top: -270px;
    padding: 200px 0 150px;
    background-size: cover;
    background-image: url(../images/wildbg2.png);
    z-index: 999;
    position: relative;
    background-position: bottom
}

body.wilds .footer-top-wraper {
    margin-top: -390px
}

img.wild-overlay {
    top: 0;
    position: absolute;
    z-index: -1;
    left: -50px
}

.wild-container5 .wild {
    position: relative;
    top: -350px
}

.wild-title2 h2 {
    font-size: 2.851em;
    color: #a7cb78;
    line-height: 55px;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal
}

.wild-side2 {
    position: absolute;
    left: -205px;
    top: -100px;
    z-index: -1
}

.wild-title2 span {
    color: #d6b39e;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal
}

.wild-title2 b {
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    color: #fff
}

img.wild-side {
    position: absolute;
    left: 234px;
    top: -168px;
    z-index: -1
}

.wild-ul li b {
    font-weight: 500;
    font-family: 'Poppins'
}

.wild-ul li:before {
    background: #442e17
}

.wild-ul li {
    margin-left: -75px
}

.wild-title h3 {
    color: #d6b39e;
    font-size: 3.217em;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px
}

.wild-title span {
    font-size: 2.051em;
    color: #d6b39e;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal
}

img.honey {
    position: relative;
    top: -100px
}

.museum-wrap {
    padding-left: 50px
}

.wild-gold {
    margin-top: -250px
}

ul.inc.muselum-ul li {
    width: 25%;
    float: left;
    padding-left: 80px
}

ul.inc.muselum-ul li:before {
    background: unset
}

.wild-title {
    margin-bottom: 20px
}

.b-read {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1em;
    color: #a18976;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-container {
    padding: 200px 0 300px;
    margin-top: -300px;
    position: relative;
    z-index: 9
}

.blog-text h3 {
    font-size: 1.667em;
    color: #d6b39e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough'
}

.blog-item:hover img {
    opacity: .6;
    transform: scale(1.05, 1.05) rotate(2deg)
}

.blog-text p {
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Poppins'
}

.blog-item {
    position: relative;
    margin-bottom: 40px
}

.blog-item img {
    -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-text {
    padding: 0 15px
}

.date {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    color: #d6b39e;
    letter-spacing: 1px;
    font-size: 1em;
    top: 60px;
    left: -76px;
    transform: rotate(-90deg) translateX(-50%) translateY(100%);
    position: absolute
}

.date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    width: 50px;
    border-bottom: 1px solid #cecece
}

p.news-details__text-1 {
    color: #ece9c8
}

.news-details__img img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
}

.news-details__content {
    position: relative;
    display: block;
    padding: 32px 10px 35px;
    position: relative;
    z-index: 9
}

h3.news-details__title-1 {
    color: #fff;
    font-size: 1.44em;
    line-height: 35.99px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Breakthrough';
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 20px 30px 30px;
    background-color: #84562e;
    overflow: hidden;
    z-index: 1;
    border-radius: 14px;
    -webkit-mask-image: url(../images/bg-mask.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover
}

.sidebar__title {
    position: relative;
    color: #fff;
    font-size: 1.2em;
    line-height: 35.99px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Breakthrough';
    font-style: normal;
    margin-bottom: 25px
}

.sidebar__post-content h3 {
    font-size: 1.1em;
    line-height: 1.6
}

.sidebar__post-content h3 a {
    font-size: 1em;
    line-height: 35.99px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Breakthrough';
    font-style: normal
}

.sidebar__post-image>img {
    width: 130px
}

.sidebar__post__content__meta {
    display: flex;
    align-items: center;
    font-size: .889em;
    color: #ece9c8;
    font-weight: 500;
    line-height: 1
}

.sidebar__post__content__meta i {
    display: inline-block;
    font-size: 1em;
    color: #a18976;
    margin-right: 12px
}

.sidebar__post-image {
    margin-right: 17px
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 1em;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px
}

.sidebar__post-list li:last-child {
    border-bottom: 0
}

.contact-left {
    width: 60%;
    height: auto;
    float: left;
    text-align: right
}

.contact-right {
    width: 60%;
    height: auto;
    float: left;
    text-align: right
}

.contact-form .col-md-6:nth-child(1),
.contact-form .col-md-6:nth-child(3) {
    padding-right: 0
}

.contact-form {
    padding: 75px 50px 50px;
    border-radius: 25px;
    background: url(../images/form-bg.webp)
}

.contact-details-section {
    position: relative;
    z-index: 9;
    padding-top: 60px
}

.contact-box {
    display: flex;
    align-items: center;
    background-size: cover;
    padding: 50px 20px;
    background-position: center
}

.contact-box .content {
    margin-left: 20px
}

.contact-box .content p {
    margin-bottom: 0;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins'
}

.dateimg:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background-position: center center;
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
}

.in-booknow-page {
    position: relative;
    z-index: 99;
    margin-bottom: 12em;
}

select {
    cursor: pointer
}

.book-title {
    margin-bottom: 20px
}

.book-form {
    padding-top: 40px;
    padding-bottom: 40px
}

.tab2 {
    float: left;
    width: 30%
}

.tab2 button {
    display: block;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    background: none;
    padding: 25px 40px;
    color: #d6b39e;
    font-size: 1.2em;
    font-family: 'Breakthrough';
    letter-spacing: 2px;
    border: 1px solid rgb(255 255 255 / .05)
}

.accordion {
    border-top: none
}

.accordion dt {
    padding: 25px 40px;
    color: #d6b39e;
    border: 1px solid rgb(255 255 255 / .05);
    font-size: 1.2em;
    font-family: 'Breakthrough';
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: 0.1s;
    letter-spacing: 1px
}

.accordion h3 {
    color: #d6b39e;
    font-size: 1.1em;
    margin-top: 0;
    font-family: 'Breakthrough';
    letter-spacing: 1px
}

dt.expanded {
    color: #4b2816;
    background: #e4c69f
}

.accordion dt:hover {
    background: #e4c69f;
    color: #4b2816
}

.accordion dt i {
    float: right;
    transition: 0.2s;
    opacity: .3
}

.accordion dd {
    display: none;
    border: 1px solid rgb(255 255 255 / .05);
    padding: 10px;
    margin: 0
}

dt.expanded i {
    transform: rotate(90deg);
    opacity: 1
}

.mob-tab {
    display: none
}

.tab2 button:hover {
    background-color: #e4c69f;
    color: #333
}

.tab2 button.active {
    color: #4b2816;
    background: #e4c69f
}

.tabcontent2 {
    float: left;
    padding: 0 40px;
    width: 70%;
    height: 100%
}

.tabcontent2 h3 {
    color: #d6b39e;
    font-size: 1.4em;
    margin-top: 0;
    font-family: 'Breakthrough';
    letter-spacing: 2px;
    text-align: center
}

.mapbg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.map-wrap {
    margin-top: 5em
}

.map-wrap img {
    height: unset;
    background-size: cover
}

body.contact .fancybox-image,
body.contact .fancybox-spaceball {
    background-image: url(../images/map-bg.jpg);
    background-size: cover
}

.map-wrap .img-wrapper {
    -webkit-mask-image: unset
}

.reach-cont {
    margin-top: 70px;
    padding: 20px 40px 60px;
    position: relative;
    background: #84562e
}

.reach-cont p span {
    font-weight: 600
}

.reach-cont p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1em;
    line-height: 27px;
    color: #d6b39e
}

ul.reach-cont {
    margin-top: 20px
}

.counter-three__shape-top {
    position: absolute;
    left: 0;
    top: -32px;
    width: 100%;
    height: 84px;
    background-color: #84562e;
    -webkit-mask-image: url(../images/maskbg2.svg);
    -webkit-mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover
}

.counter-three__shape-bottom img {
    width: 100%
}

.counter-three__shape-bottom {
    bottom: 90px;
    width: 100%;
    height: 250px;
    position: relative;
    padding-bottom: 294px
}

.in-contact-page-content {
    position: relative;
    z-index: 9
}

img.leaf-c1 {
    position: absolute;
    bottom: -40px
}

img.leaf-c2 {
    position: absolute;
    top: 130px;
    z-index: -1
}

img.leaf-c3 {
    position: absolute;
    top: 0;
    right: 82px;
    z-index: -1
}

img.leaf-c4 {
    position: absolute;
    top: 34px;
    right: 520px;
    z-index: -1
}

img.leaf-c5 {
    position: absolute;
    bottom: -40px;
    right: 500px;
    z-index: -1
}

img.bird {
    position: absolute;
    bottom: -95px;
    right: -65px
}

.contact-box.first {
    background-image: url(../images/box1.png);
    background-position: top;
    padding: 80px 20px 30px;
    margin-top: -50px
}

.contact-box.second {
    background-image: url(../images/box2.png);
    margin-top: -20px
}

.contact-box.third {
    background-image: url(../images/box2.png);
    margin-top: -25px
}

.in-google-map {
    margin-top: -100px;
    z-index: -1;
    position: relative
}

.accordion-body h6 {
    color: #84562e;
    text-transform: capitalize;
    font-size: 1em;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfc9c9;
    width: max-content;
    padding-bottom: 5px
}

form#contact_form {
    width: 100%
}

.contact-form .form-group {
    margin-bottom: 15px
}

.contact-form input[type="text"],
.contact-form select,
.contact-form input [type="date"] {
    background: #f5eadd;
    color: #936f59;
    width: 100%;
    height: 70px;
    padding: 0 30px
}

option {
    font-size: 13px
}

.contact-form textarea {
    background: #f5eadd;
    color: #936f59;
    width: 100%;
    padding: 30px 30px 0
}

.submit-btn {
    border: none;
    background: #52250e;
    color: #fff;
    font-weight: 600;
    padding: 10px 50px;
    font-family: 'Poppins';
    font-size: 1em;
    text-transform: uppercase
}

.submit-btn:hover {
    background: #a7cb78;
    color: #fff
}

h2.css_prefix-title {
    color: #fff;
    font-size: 2.2em;
    line-height: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    justify-content: center;
    text-align: center
}

.bg-image {
    height: 660px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    flex-wrap: wrap
}

.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%
}

.bredcum-container {
    width: auto;
    height: auto;
    float: right
}

.bred-home {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    line-height: 30px;
    text-transform: capitalize
}

.bred-home a {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    line-height: 30px;
    text-transform: uppercase
}

.bred-home a:hover {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    color: #058d8b;
    line-height: 30px
}

.bred-arrow {
    width: auto;
    height: auto;
    float: left;
    font-size: .85em;
    color: #999;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px
}

.bred-next {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    color: #84562e;
    line-height: 30px;
    text-transform: uppercase
}

.hide-menu {
    display: none
}

.blog-content-wraper {
    width: 100%;
    height: auto;
    background: url(../images/blog-background.jpg) repeat-y;
    padding: 2em 0em
}

.blog-content-wraper .d-container {
    padding-bottom: 2em;
    position: relative;
    z-index: 999;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch
}

.blog-content-wraper .col-md-4 {
    margin-top: 1em;
    margin-bottom: 1.5em
}

.blog-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch
}

.blog-title {
    width: 100%;
    height: auto;
    text-align: center;
    color: #d6b39e;
    font-size: 3.667em;
    line-height: 50px;
    margin: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.blog-sub-title {
    width: 100%;
    height: auto;
    text-align: left;
    color: #d6b39e;
    font-size: 1.25em;
    line-height: 1.7;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    display: block
}

.blog-content {
    width: 100%;
    height: auto;
    font-size: 1em;
    color: #80857f;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: justify
}

.blog-pic {
    width: 100%;
    height: auto;
    position: relative
}

.blog-date {
    width: auto;
    height: auto;
    position: absolute;
    left: 2em;
    bottom: 2em
}

.blog-date-for {
    width: auto;
    height: auto;
    position: relative
}

.blog-date-for-bg {
    width: auto;
    height: auto
}

.blog-date-dtl {
    color: #57280d;
    font-size: 1.85em;
    line-height: 1.7;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .5em
}

.blog-date-dtl span {
    color: #5e6a4d;
    font-size: 1em;
    line-height: 1.7;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    margin-left: .25em
}

.blog-readmore {
    width: auto;
    height: auto;
    position: relative;
    max-width: 100%;
    float: left
}

.blog-readmore-pic {
    width: auto;
    height: auto
}

.blog-readmore-for {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #333;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300
}

a:hover .blog-readmore-for {
    font-size: 1em;
    color: #57280d;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300
}

.blog-image-container {
    -webkit-mask-image: url(../images/cottage2.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    -webkit-mask-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%
}

.blog-details {
    width: 100%;
    height: auto;
    padding-top: 1%;
    padding-bottom: 3%;
    color: #80857f;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300
}

.blog-details p {
    width: 100%;
    height: auto;
    font-size: 1em;
    color: #80857f;
    line-height: 1.7;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: justify
}

.view-news-img {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 2%
}

.more-button {
    float: right;
    position: relative;
    margin-top: -3em;
    margin-bottom: 2em
}

.hero-top-img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%
}

.facilities-title {
    color: #d6b39e;
    letter-spacing: 1px;
    font-size: 2.6em;
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    text-align: center
}

.facilities-container {
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-top: -370px
}

.facilities-wrap {
    margin-top: 3em;
    padding: 0 20%
}

.facilities-amnity {
    text-align: center;
    border-right: 1px solid rgb(229 193 142 / 24%)
}

.f-amnity-h {
    color: #baa287;
    letter-spacing: 1px;
    font-size: 1.537em;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    text-align: center
}

.f-amnity-text {
    margin-top: 10px
}

.f-shape1 {
    position: absolute;
    top: 4%;
    right: -100px
}

.f-shape2 {
    position: absolute;
    left: -100px
}

.fc-dine-img {
    -webkit-mask-image: url(../images/facilities-maskimg.png);
    -webkit-mask-position: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    margin-bottom: 40px
}

.facilities-am-container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid rgb(229 193 142 / 24%);
    z-index: 9
}

.facilities-container .wild {
    position: relative;
    top: -450px;
    padding-top: 18em
}

.deer-img2 {
    position: absolute;
    left: -145px;
    top: 15%;
    width: 1000px;
    opacity: .48;
    z-index: 1
}

.fc-bg1 {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    opacity: .25
}

.facilities-bg-btm {
    position: absolute;
    bottom: 12%;
    width: 100%;
    z-index: 0
}

.jeep-img-facilities {
    position: absolute;
    bottom: 22%;
    z-index: 0;
    right: -300px;
    opacity: .5
}

.about-img1 {
    position: absolute;
    right: 0;
    width: 100%
}

.abt-mob1,
.abt-mob2 {
    display: none
}

.about-img2 {
    position: absolute;
    left: 0;
    bottom: -210px;
    z-index: -1
}

.abt-btm-bg {
    position: absolute;
    bottom: -200px;
    width: 100%;
    right: 0
}

.welcome-span {
    font-size: 1.6em;
    color: #d6b39e;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Breakthrough';
    font-style: normal;
    font-display: swap;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.about-container {
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-top: -370px
}

.deer-img3 {
    position: absolute;
    left: -180px;
    top: 27%;
    width: 1000px;
    opacity: .48;
    z-index: 1
}

.about-img3 {
    position: relative;
    margin-left: 80px
}

.abt-img3-title {
    font-size: 3.15em
}

.abt-row2 {
    padding-top: 5em;
    padding-bottom: 13em;
    padding-left: 10em
}

.abt-row1 {
    padding-top: 17em;
    position: relative;
    z-index: 9
}

.abt-row1 p {
    margin-bottom: 25px
}

.welcome-detail.wild-wrap.left-txt {
    margin-left: 100px
}

@media (min-width:1023px) and (max-width:1279px) {
    body {
        font-size: 13px !important
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .top-container {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%
    }

    .navigation {
        height: unset !important
    }

    #plus span {
        right: -72px
    }

    .owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
        height: 30px;
        width: 45px
    }

    .footer-social-links ul li a i {
        font-size: .9em
    }

    .counter-three__shape-bottom {
        bottom: 60px
    }

    .tab2 button {
        padding: 12px 10px;
        font-size: 1.1em
    }

    .rooms-wrap .wild-title h3 {
        font-size: 2em;
        line-height: 20px;
    }

    .wild-title.pool-room {
        margin-bottom: 0;
    }

    .reach-cont {
        padding: 10px 37px 48px
    }

    .cottage-ul li:before {
        top: 22px;
        height: 10px;
        width: 10px;
        left: 54px
    }

    .cottage-ul li {
        padding: 15px 20px 15px 74px
    }

    .blog-text h3 {
        font-size: 1.4em
    }

    .ame-div {
        padding: 0
    }

    .amenities img {
        height: 50px
    }

    .bigli {
        margin-top: 37px;
        margin-bottom: 37px !important
    }

    .amenities-container {
        padding-top: 20px
    }

    .inclusion-container {
        padding: 100px 0 0
    }

    .inner-featured-text {
        line-height: 50px
    }

    .package-item {
        min-height: 465px
    }

    .package-container {
        margin-top: -243px
    }

    .package-text h3 {
        font-size: 1.8em
    }

    .package-text {
        padding-left: 30px
    }

    .playbtn {
        height: 60px;
        width: 60px
    }

    .wild-container3 {
        padding: 60px 0 80px
    }

    .wild-gold {
        margin-top: -100px
    }

    body.wilds img.wild-img {
        margin-top: -265px
    }

    img.wild-img {
        margin-top: 0;
        padding: 90px;
        width: 540px
    }

    .wild-container5 .wild {
        top: 0
    }

    .gallery-container {
        padding-bottom: 200px
    }

    .sidebar__post-list li {
        padding-bottom: 10px
    }

    .inner-init-text {
        font-size: 2.5em;
        line-height: 12px
    }

    .sidebar__post-image>img {
        width: 70px
    }

    .sidebar__post-content h3 {
        font-size: .9em;
        margin: 5px 0
    }

    .sidebar__post-content h3 a {
        line-height: 20.99px
    }

    .sidebar__post__content__meta {
        font-size: .6em
    }

    .contact-box.first {
        background-position: top;
        padding: 60px 20px 30px;
        margin-top: -30px
    }

    .sidebar__post {
        padding: 10px 15px 10px
    }

    .sidebar__title {
        margin-bottom: 0
    }

    .inner-featured-text5 {
        line-height: 65px
    }

    .contact-form {
        padding: 50px 20px 40px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    .in-contact-page-content .col-md-4 {
        width: 40.333333%
    }

    .contact-box img {
        height: 50px
    }

    .contact-box {
        padding: 35px 20px
    }

    .contact-box.second {
        margin-top: -10px
    }

    .contact-box.third {
        margin-top: -10px
    }

    img.bird {
        height: 120px;
        bottom: -61px;
        right: -31px
    }

    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4,
    img.leaf-c5 {
        height: 120px
    }

    .img-wrapper img {
        height: 230px
    }

    .guardian-container {
        padding: 120px 0 570px;
        margin-top: -545px
    }

    .fac-bg {
        padding: 20px 15px;
        margin-bottom: 10px
    }

    .fac-head h2 {
        font-size: 1.6em;
        margin: 10px 0 0
    }

    .fac-icon img {
        height: 60px
    }

    .leaf1,
    .leaf2,
    .leaf3,
    .leaf4 {
        width: 130px
    }

    .leaf2 {
        right: -30px;
        top: 91px
    }

    .leaf3 {
        left: -47px;
        bottom: 156px
    }

    .leaf4 {
        right: 70px;
        bottom: 70px
    }

    .inner-init-text4 {
        font-size: 3em;
        line-height: 45px
    }

    .inner-featured-text4 {
        font-size: 5.39em;
        line-height: 57px
    }

    .facility-container {
        padding: 250px 100px 300px;
        margin-top: -300px
    }

    .leafs .col-md-4 {
        padding-right: 7px;
        padding-left: 7px
    }

    .leaf1 {
        left: -47px;
        top: -27px
    }

    .tribal-txt {
        bottom: -200px;
        left: 20%;
        width: 83%
    }

    .nav-menu>li>a {
        font-size: .7em !important
    }

    .nav-menu>li>a {
        padding: 15px 15px 0
    }

    a.book {
        padding: 5px 12px 4px !important;
        font-size: .8em;
        margin-top: 11px !important
    }

    .header-call a {
        margin-top: 12px
    }

    .nav-brand img {
        width: 50%;
        margin-top: -30px !important
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: -20px !important;
        width: 40% !important
    }

    .sexy-menu.detached .nav-menu>.header-call a {
        padding: 15px 12px !important
    }

    .header-call img {
        height: 25px
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 15px 15px 0
    }

    .sexy-menu.detached {
        padding: 0 !important
    }

    img.honey {
        width: 400px
    }

    img.wmuseum,
    ul.inc.wild-ul li img {
        width: 100%
    }

    ul.inc.muselum-ul li img {
        width: 100%;
        height: 50px
    }

    ul.inc.muselum-ul li {
        padding: 20px
    }

    .inner-featured-text3 {
        font-size: 6.062em;
        line-height: 75px
    }

    .inner-init-text3 {
        font-size: 3.388em;
        line-height: 30px
    }

    .wild-container5 {
        margin-top: -135px
    }

    .wild-side2 {
        width: 700px
    }

    img.wild-side {
        left: 161px;
        top: 0;
        width: 420px
    }

    .wild-con1 {
        top: 90px
    }

    .wild-container {
        margin-top: -240px;
        padding: 190px 0 300px
    }

    .wild-container2 {
        margin-top: -172px;
        padding: 90px 0 272px
    }

    .wild-ul li {
        margin-bottom: 0
    }

    .wild-container4 {
        margin-top: -139px;
        padding: 100px 0 100px
    }

    .wild-title2 h2 {
        font-size: 2.3em;
        line-height: 40px
    }

    .footer-strip {
        width: 900px;
        padding: 45px 45px 20px
    }

    .heart-container {
        padding: 150px 0 130px
    }

    .act-detail.tribal img {
        width: 80%
    }

    .welcome-detail-title3 h3 {
        line-height: 40px;
        font-size: 2.8em
    }

    .welcome-detail-title3 span {
        font-size: 4em;
        line-height: 35px
    }

    .footer-content:nth-child(1) {
        margin-right: 1%
    }

    .address img {
        height: 30px
    }

    .address p,
    .address a,
    .footer-content ul li a {
        font-size: .9em
    }

    .watch-container {
        padding: 140px 0 243px
    }

    .welcome-detail-title1 h2 {
        font-size: 3em;
        line-height: 40px
    }

    .footer-content {
        margin-right: 3%
    }

    img.kuruva-txt {
        margin-left: -30px;
        width: 85%
    }

    .footer-links-for a {
        font-size: .8em
    }

    .footer-content.qlinks ul li {
        margin: 0
    }

    .footer-content.qlinks ul+ul {
        margin-left: 25px
    }

    .footer-social-links ul li a {
        width: 22px;
        height: 22px
    }

    .exp-detail {
        padding: 0 10px
    }

    .footer-logo {
        width: 110px
    }

    .footer-links-for {
        padding: 36px 0 60px
    }

    .footer-links-for li {
        padding: 0 1.2em
    }

    .line>a:after {
        width: 25px;
        background-size: cover;
        height: 25px
    }

    .exp-container {
        padding: 159px 0 128px
    }

    .exp-title h3 {
        line-height: 40px
    }

    .in-service-item-3 .inner-text h3 a {
        font-size: 1em
    }

    .in-service-item-3 {
        min-height: 380px
    }

    .init-text {
        font-size: 5.3em;
        line-height: 50px
    }

    .featured-text {
        font-size: 6em;
        line-height: 70px
    }

    .page-hero .hero-text-area {
        left: 13%
    }

    .welcome-container {
        padding: 164px 0 250px
    }

    .slide-title-bottom {
        font-size: 1.5em;
        padding-left: 80px
    }

    .slide-title-bottom:before {
        width: 70px;
        height: 15px;
        top: 0
    }

    .welcome-detail-title2-title {
        line-height: 25px;
        font-size: 2em
    }

    .in-portfolio-item .inner-text h3 {
        font-size: .9em;
        margin: 0
    }

    .in-portfolio-item .inner-text h3 a {
        line-height: 26px
    }

    .in-portfolio-item .inner-text {
        min-height: 80px
    }

    li.fac-li.bank-img img {
        width: 90%
    }

    .footer-content ul li {
        line-height: 26px
    }

    section.adv-div {
        padding: 100px 0 0
    }

    .inner-banner-caption.slide-title .featured-text {
        font-size: 1.3em;
        line-height: 40px
    }

    .inner-banner-caption.slide-title .init-text {
        font-size: 2.5em;
        line-height: 40px
    }

    .f-shape1 {
        width: 120px;
        left: -60px
    }

    .f-shape2 {
        width: 120px;
        right: -60px
    }

    .inner-init-text-fc {
        font-size: 2.6em;
        line-height: 25px
    }

    .facilities-container {
        margin-top: -200px
    }

    .facilities-title {
        font-size: 2em;
        line-height: 35px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.3em;
        line-height: 20px
    }

    .cottage-text h3 {
        font-size: 1.3em
    }

    .welcome-span {
        font-size: 1.3em;
        line-height: 25px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 700px;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 500px
    }

    .abt-row2 {
        padding-top: 2em;
        padding-bottom: 13em;
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }

    .about-img3 {
        width: 100%
    }

    .owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
        height: 30px;
        width: 45px
    }
}

@media (min-width:1280px) and (max-width:1359px) {
    body {
        font-size: 15px !important
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    #plus span {
        right: -78px
    }

    .tab2 button {
        padding: 12px 10px;
        font-size: 1.1em
    }

    .wild-container3 {
        padding: 60px 0 80px
    }

    .wild-gold {
        margin-top: -100px
    }

    .counter-three__shape-bottom {
        bottom: 60px
    }

    .rooms-wrap .wild-title h3 {
        font-size: 2.3em;
        line-height: 20px;
    }

    .reach-cont {
        padding: 10px 37px 48px
    }

    img.wild-img {
        margin-top: 0;
        padding: 90px;
        width: 540px
    }

    body.wilds img.wild-img {
        margin-top: -269px
    }

    .wild-container5 .wild {
        top: 0
    }

    img.honey {
        width: 500px
    }

    img.wmuseum {
        width: 100%
    }

    ul.inc.muselum-ul li {
        width: 22%;
        float: left;
        padding-left: 27px
    }

    .gallery-container {
        padding-bottom: 100px
    }

    .img-wrapper img {
        height: 300px
    }

    .sidebar__post-image>img {
        width: 70px
    }

    .sidebar__post-content h3 {
        font-size: .9em;
        margin: 5px 0
    }

    .sidebar__post-content h3 a {
        line-height: 20.99px
    }

    .sidebar__post__content__meta {
        font-size: .6em
    }

    .contact-box.first {
        background-position: top;
        padding: 60px 20px 30px;
        margin-top: -30px
    }

    .sidebar__post {
        padding: 10px 15px 10px
    }

    .sidebar__title {
        margin-bottom: 0
    }

    .inner-featured-text5 {
        line-height: 65px
    }

    body.gallery .col-md-4 {
        padding-right: 0;
        padding-left: 0
    }

    .contact-form {
        padding: 50px 20px 40px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    .in-contact-page-content .col-md-4 {
        width: 40.333333%
    }

    .contact-box img {
        height: 50px
    }

    .contact-box {
        padding: 35px 20px
    }

    .contact-box.second {
        margin-top: 0
    }

    .contact-box.third {
        margin-top: 0
    }

    img.bird {
        height: 120px;
        bottom: -61px;
        right: -31px
    }

    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4,
    img.leaf-c5 {
        height: 120px
    }

    .inner-init-text {
        font-size: 2.8em;
        line-height: 40px
    }

    h2.css_prefix-title {
        font-size: 1.6em;
        line-height: 40px
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .footer-logo img {
        margin-top: -30px;
        margin-bottom: 25px
    }

    .in-service-item-3 .inner-text h3 a {
        font-size: 1em
    }

    .welcome-container {
        padding: 164px 0 250px
    }

    .footer-strip {
        width: 1060px;
        padding: 45px 45px 20px
    }

    .heart-container {
        padding: 177px 0 237px
    }

    .watchtower-det {
        margin-top: 150px
    }

    .act-detail.tribal img {
        width: 80%
    }

    .welcome-detail-title3 h3 {
        line-height: 40px;
        font-size: 2.8em
    }

    .welcome-detail-title3 span {
        font-size: 4em;
        line-height: 35px
    }

    .watch-container {
        padding: 40px 0 243px
    }

    .welcome-detail-title1 h2 {
        font-size: 3em;
        line-height: 40px
    }

    .footer-content {
        margin-right: 3%
    }

    .inner-init-text4 {
        font-size: 3.5em;
        line-height: 50px
    }

    .inner-featured-text4 {
        font-size: 6em;
        line-height: 65px
    }

    .facility-container {
        padding: 250px 100px 300px;
        margin-top: -300px
    }

    .fac-bg {
        padding: 20px 15px
    }

    .fac-head h2 {
        font-size: 1.8em
    }

    .leaf1,
    .leaf2,
    .leaf3,
    .leaf4 {
        width: 170px
    }

    img.kuruva-txt {
        margin-left: -30px;
        width: 85%
    }

    .footer-links-for a {
        font-size: .8em
    }

    .footer-content.qlinks ul li {
        margin: 0
    }

    .footer-social-links ul li a {
        width: 25px;
        height: 25px
    }

    .exp-detail {
        padding: 0 10px
    }

    .footer-logo {
        width: 128px
    }

    .footer-content ul li a,
    .address p {
        font-size: .9em
    }

    .footer-links-for {
        padding: 36px 0 60px
    }

    .footer-links-for li {
        padding: 0 1.2em
    }

    .line>a:after {
        width: 25px;
        background-size: cover;
        height: 25px
    }

    .exp-container {
        padding: 159px 0 128px
    }

    .exp-title h3 {
        line-height: 40px
    }

    .in-service-item-3 .inner-text h3 a {
        font-size: 1em
    }

    .in-service-item-3 {
        min-height: 380px
    }

    .init-text {
        font-size: 5.3em;
        line-height: 60px
    }

    .featured-text {
        font-size: 6em;
        line-height: 75px
    }

    .slide-title-bottom {
        font-size: 1.5em;
        padding-left: 90px
    }

    .slide-title-bottom:before {
        width: 80px;
        height: 16px
    }

    .welcome-detail-title2-title {
        line-height: 35px;
        font-size: 2em
    }

    .in-portfolio-item .inner-text h3 {
        font-size: .9em;
        margin: 0
    }

    .in-portfolio-item .inner-text h3 a {
        line-height: 26px
    }

    .in-portfolio-item .inner-text {
        min-height: 80px
    }

    li.fac-li.bank-img img {
        width: 90%
    }

    .footer-content ul li {
        line-height: 30px
    }

    section.adv-div {
        padding: 100px 0 0
    }

    .inner-banner-caption.slide-title .featured-text {
        font-size: 1.3em;
        line-height: 40px
    }

    .inner-banner-caption.slide-title .init-text {
        font-size: 2.5em;
        line-height: 40px
    }

    .nav-menu>li>a {
        font-size: .76em !important
    }

    .nav-menu>li>a {
        padding: 10px 15px
    }

    .nav-menu2>li>a {
        padding: 25px 11px 10px
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: -4px !important
    }

    .nav-brand img {
        width: 60%;
        margin-top: -40px !important
    }

    a.book {
        padding: 7px 20px 7px
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: -40px !important;
        width: 50% !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 10px 15px
    }

    .sexy-menu.detached .nav-menu2>li>a {
        padding: 20px 11px
    }

    .sexy-menu.detached {
        padding: 0 !important
    }

    .navigation {
        height: 45px !important
    }

    .inner-init-text-fc {
        font-size: 2.8em;
        line-height: 30px
    }

    .facilities-container {
        margin-top: -300px
    }

    .facilities-title {
        font-size: 2em;
        line-height: 35px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.3em;
        line-height: 20px
    }

    .cottage-text h3 {
        font-size: 1.3em
    }

    .welcome-span {
        font-size: 1.3em;
        line-height: 25px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 700px;
        top: 35%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 500px
    }

    .abt-row2 {
        padding-top: 2em;
        padding-bottom: 13em;
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }

    .about-img3 {
        width: 100%
    }
}

@media (min-width:1360px) and (max-width:1399px) {
    .row {
        margin-right: -10px !important;
        margin-left: -10px !important
    }

    body {
        font-size: 16px !important
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .footer-content.qlinks {
        margin-right: 1%
    }

    .cottage-ul li:before {
        top: 22px;
        height: 10px;
        width: 10px;
        left: 54px
    }

    #plus span {
        right: -82px
    }

    .rooms-wrap .wild-title h3 {
        font-size: 2.3em;
        line-height: 20px;
    }

    .cottage-ul li {
        padding: 15px 20px 15px 74px
    }

    .footer-content.qlinks ul li {
        margin: 0
    }

    .sexy-menu.detached .nav-menu>.header-call a {
        padding: 19px 12px !important
    }

    .nav-menu>li>a {
        font-size: .8em !important
    }

    .nav-brand img {
        width: 65%;
        margin-top: -40px !important
    }

    .contact-box.first {
        padding: 55px 20px 21px;
        margin-top: -40px
    }

    .contact-form {
        padding: 50px 20px 40px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    .contact-box img {
        height: 50px
    }

    .contact-box {
        padding: 35px 20px
    }

    .contact-box.second {
        margin-top: -4px
    }

    .contact-box.third {
        margin-top: -2px
    }

    img.leaf-c2 {
        left: 30px
    }

    img.leaf-c4 {
        right: 447px;
        top: 50px
    }

    img.leaf-c3 {
        top: 28px;
        right: 65px
    }

    img.bird {
        height: 120px;
        bottom: -61px;
        right: -31px
    }

    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4,
    img.leaf-c5 {
        height: 120px
    }

    .img-wrapper img {
        height: 230px
    }

    a.book {
        padding: 9px 25px 7px
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 15px 18px
    }

    .footer-social-links ul li a {
        width: 32px;
        height: 30px
    }

    .tribal-txt {
        left: 25%
    }

    .footer-logo {
        width: 150px
    }

    .heart-container {
        padding: 172px 0 254px
    }

    .inner-init-text-fc {
        font-size: 2.8em;
        line-height: 30px
    }

    .facilities-container {
        margin-top: -300px
    }

    .facilities-title {
        font-size: 2em;
        line-height: 35px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .welcome-span {
        font-size: 1.3em;
        line-height: 25px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 700px;
        top: 35%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 500px
    }

    .abt-row2 {
        padding-top: 2em;
        padding-bottom: 13em;
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }

    .about-img3 {
        width: 100%
    }
}

@media (min-width:1400px) and (max-width:1441px) {
    body {
        font-size: 16px !important
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: -40px !important
    }

    .nav-brand img {
        width: 65% !important;
        margin-top: -41px !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 15px 18px
    }

    .nav-menu>li>a {
        font-size: .85em !important
    }

    .inner-init-text {
        font-size: 3em;
        line-height: 45px
    }

    #plus span {
        right: -83px
    }

    .footer-content.qlinks {
        margin-right: 1%
    }

    .footer-content.qlinks ul li {
        margin: 0
    }

    .footer-logo {
        width: 150px
    }

    .heart-container {
        padding: 200px 0 254px
    }

    .inner-init-text-fc {
        font-size: 3em;
        line-height: 33px
    }

    .facilities-container {
        margin-top: -300px
    }

    .f-amnity-img {
        width: 70px
    }

    .about-img3 {
        width: 100%
    }

    .abt-row1 {
        padding-top: 15em
    }

    .deer-img3 {
        width: 750px;
        top: 42%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 500px
    }

    .abt-row2 {
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }

    .owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
        height: 30px;
        width: 45px
    }
}

@media (min-width:1441px) and (max-width:1599px) {
    body {
        font-size: 16px !important
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
        height: 30px;
        width: 45px
    }

    .fac-card {
        min-height: 550px
    }

    .nav-brand img {
        width: 70%
    }

    .heart-container {
        padding: 172px 0 254px
    }

    .inner-init-text-fc {
        font-size: 3em;
        line-height: 33px
    }

    .facilities-container {
        margin-top: -300px
    }

    .f-amnity-img {
        width: 70px
    }

    .abt-row1 {
        padding-top: 15em
    }

    .deer-img3 {
        width: 750px;
        top: 35%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -100px;
        z-index: -1;
        width: 600px
    }

    .abt-row2 {
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }
}

@media (min-width:1600px) and (max-width:1680px) {
    body {
        font-size: 17px !important
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .footer-content:nth-child(1) {
        width: 12%
    }

    .footer-content {
        margin-right: 3.5%
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: -35px !important
    }

    .heart-container {
        padding: 242px 0 254px
    }

    .nav-brand img {
        width: 60% !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 16px 9px !important
    }

    .inner-init-text-fc {
        font-size: 3.3em;
        line-height: 36px
    }

    .facilities-container {
        margin-top: -300px
    }

    .f-amnity-img {
        width: 70px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -100px;
        z-index: -1;
        width: 600px
    }

    .abt-row2 {
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }
}

@media (min-width:1681px) {
    body {
        font-size: 18px !important
    }

    .d-container {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%
    }
}

@media (min-width:1360px) and (max-width:1680px) {
    .counter-three__shape-bottom {
        bottom: 71px
    }

    .tab2 button {
        padding: 22px 18px
    }

    .reach-cont {
        padding: 10px 37px 48px
    }

    .sidebar__post-content h3 {
        font-size: 1em
    }

    .owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
        height: 30px;
        width: 45px
    }

    .inner-featured-text3 {
        font-size: 8.062em;
        line-height: 100px
    }

    .package-item {
        min-height: 620px
    }

    .package-text h3 {
        font-size: 2em
    }

    .inner-init-text {
        font-size: 3em;
        line-height: 40px
    }

    img.wild-img {
        margin-top: 0;
        padding: 90px;
        width: 580px
    }

    body.wilds img.wild-img {
        margin-top: -269px
    }

    .wild-container5 .wild {
        top: 0
    }

    .sexy-menu.detached .header-call a {
        margin-top: 5px !important
    }

    .sexy-menu.detached .header-call a.book {
        margin-top: 10px !important
    }

    .img-wrapper img {
        height: 380px
    }

    .facility-container {
        margin-top: -340px;
        padding: 250px 100px 400px
    }

    .fac-bg {
        padding: 20px 15px
    }

    .fac-head h2 {
        font-size: 1.8em
    }

    .leaf1,
    .leaf2,
    .leaf3,
    .leaf4 {
        width: 190px
    }

    img.honey {
        width: 500px
    }

    img.wmuseum {
        width: 100%
    }

    .wild-gold {
        margin-top: -150px
    }

    .wild-container {
        padding: 190px 0 250px
    }

    .wild-container3 {
        padding: 90px 0 78px
    }

    .wild-con1 {
        top: 200px
    }

    .footer-strip {
        width: 1100px;
        padding: 45px 45px 20px
    }

    .activity-container {
        margin-top: -88px
    }

    .welcome-container {
        padding: 132px 0 250px
    }

    .cta-container {
        padding: 230px 0 126px
    }

    .watchtower-det {
        margin-top: 150px
    }

    .act-detail.tribal img {
        width: 80%
    }

    .watch-container {
        padding: 90px 0 300px
    }

    .welcome-detail-title1 h2 {
        font-size: 3.3em;
        line-height: 50px
    }

    .footer-content {
        margin-right: 2%
    }

    img.kuruva-txt {
        margin-left: -30px;
        width: 85%
    }

    .footer-links-for a {
        font-size: 1.1em
    }

    .exp-detail {
        padding: 0 100px
    }

    .footer-links-for li {
        padding: 0 1.3em
    }

    .line>a:after {
        width: 25px;
        background-size: cover;
        height: 25px
    }

    .exp-container {
        padding: 230px 0 180px
    }

    .nav-menu>li>a {
        padding: 15px 18px
    }

    .nav-menu2>li>a {
        padding: 21px 10px 0
    }

    .header-call a {
        margin-top: 10px
    }

    a.book {
        margin-top: 14px !important
    }

    .inner-banner-title {
        bottom: 20%
    }

    .featured-text {
        font-size: 6.5em;
        line-height: 90px
    }

    .init-text {
        font-size: 5.5em;
        line-height: 65px
    }

    .slide-title-bottom {
        font-size: 1.6em;
        padding-left: 120px
    }

    .slide-title-bottom:before {
        content: "";
        width: 110px;
        height: 20px
    }

    .inner-banner-caption.slide-title .featured-text {
        font-size: 1.4em;
        line-height: 53px
    }

    .inner-banner-caption.slide-title .init-text {
        font-size: 2.8em;
        line-height: 55px
    }
}

@media (max-width:420px) {
    body {
        font-size: 14px !important
    }

    .top-container {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%
    }

    .desk-view {
        display: none !important
    }

    .mob-view {
        display: block !important
    }

    .footer-social-links ul li a {
        width: 30px;
        height: 30px;
        font-size: .8em
    }

    .footer-container {
        display: inherit
    }

    .bottom-container {
        width: 100%;
        padding: 0;
        display: inherit
    }

    .footer-content ul li {
        width: 43%;
        float: left;
        line-height: 30px
    }

    .footer-social-links ul li {
        width: 30px;
        height: 30px;
        margin-right: 10px
    }

    .footer-content:nth-child(1) {
        width: 100%
    }

    .banner-caption-mid {
        letter-spacing: -1px
    }

    .whats-app img {
        margin-left: 0
    }

    .blog-date {
        left: .5em;
        bottom: .5em
    }

    .blog-date-for {
        width: 65%
    }

    .blog-date-for-bg img {
        width: 100%
    }

    .blog-date-dtl {
        font-size: 1.25em
    }

    .blog-details .blog-date-for {
        width: 25%
    }

    .f-shape1,
    .f-shape2 {
        display: none
    }

    .inner-init-text-fc {
        font-size: 1.4em;
        line-height: 20px;
        text-align: center
    }

    .facilities-container {
        margin-top: 0
    }

    .facilities-title {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 15px
    }

    .f-amnity-img {
        width: 70px
    }

    .f-amnity-h {
        font-size: 1em;
        letter-spacing: .1px;
        line-height: 17px
    }

    .facilities-amnity {
        border: 0;
        margin-bottom: 2em
    }

    .facilities-container .wild {
        position: relative;
        top: -100px;
        padding-top: 7em;
        z-index: 99
    }

    .welcome-span {
        font-size: 1.1em;
        line-height: 20px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 600px;
        top: 55%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 100%
    }

    .abt-row2 {
        padding-top: 6em;
        padding-bottom: 20em;
        padding-left: 0
    }

    .about-img3 {
        margin-left: 0
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px;
        margin-top: -4em
    }

    .abt-btm-bg {
        display: none
    }

    .about-img1 {
        display: none
    }

    .about-container {
        margin-top: 40px
    }

    .abt-row1 {
        padding-top: 0
    }

    .f-amnity-text {
        margin-top: 0
    }

    .abt-mob1,
    .abt-mob2 {
        display: block
    }

    .abt-mob2 {
        margin-bottom: -9em;
        margin-top: -5em
    }

    .abt-mob1.img-full {
        margin-top: -2em;
        margin-bottom: -4em
    }

    .room-ul li {
        width: 100%;
        float: none;
        margin-bottom: 5px
    }

    body.pool-villa .amenities-container {
        padding-top: 0
    }

    .wild-title.pool-room {
        margin-bottom: 0;
    }

    .rooms-wrap .wild-title h3 {
        font-size: 1.7em;
        line-height: 25px;
    }
}

@media (min-width:421px) and (max-width:460px) {
    .whats-app {
        right: 30px
    }

    body {
        font-size: 14px !important
    }

    .desk-view {
        display: none !important
    }

    .mob-view {
        display: block !important
    }

    .footer-wraper {
        padding-top: 5px;
        padding-bottom: 80px
    }

    .footer-container {
        display: inherit
    }

    .bottom-container {
        width: 100%;
        padding: 0;
        display: inherit
    }

    .footer-social-links ul li {
        width: 43px;
        height: 43px;
        margin-right: 10px
    }

    .footer-content:nth-child(1) {
        width: 100%
    }

    .blog-date {
        left: .5em;
        bottom: .5em
    }

    .blog-date-for {
        width: 65%
    }

    .blog-date-for-bg img {
        width: 100%
    }

    .blog-date-dtl {
        font-size: 1.25em
    }

    .blog-details .blog-date-for {
        width: 25%
    }

    .f-shape1,
    .f-shape2 {
        display: none
    }

    .inner-init-text-fc {
        font-size: 1.6em;
        line-height: 24px;
        text-align: center
    }

    .facilities-container {
        margin-top: 0
    }

    .facilities-title {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 15px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.1em;
        line-height: 17px
    }

    .facilities-amnity {
        border: 0;
        margin-bottom: 2em
    }

    .facilities-container .wild {
        position: relative;
        top: -100px;
        padding-top: 7em;
        z-index: 99
    }

    .welcome-span {
        font-size: 1.1em;
        line-height: 20px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 600px;
        top: 55%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 100%
    }

    .abt-row2 {
        padding-top: 1em;
        padding-bottom: 23em;
        padding-left: 0
    }

    .about-img3 {
        margin-left: 0
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px;
        margin-top: -4em
    }

    .abt-btm-bg {
        display: none
    }

    .about-img1 {
        display: none
    }

    .about-container {
        margin-top: 40px
    }

    .abt-row1 {
        padding-top: 0
    }

    .abt-mob1,
    .abt-mob2 {
        display: block
    }

    .abt-mob2 {
        margin-bottom: -12em;
        margin-top: -7em
    }

    .abt-mob1 {
        margin-top: -2em;
        margin-bottom: -4em
    }

    .room-ul li {
        width: 100%;
        float: none
    }

    .rooms-wrap .wild-title h3 {
        font-size: 1.7em;
        line-height: 25px;
    }
}

@media (min-width:461px) and (max-width:560px) {
    body {
        font-size: 14px !important
    }

    .blog-date {
        left: .5em;
        bottom: .5em
    }

    .blog-date-for {
        width: 65%
    }

    .blog-date-for-bg img {
        width: 100%
    }

    .blog-date-dtl {
        font-size: 1.25em
    }

    .blog-details .blog-date-for {
        width: 25%
    }

    .welcome-span {
        font-size: 1.1em;
        line-height: 20px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 600px;
        top: 33%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 100%
    }

    .abt-row2 {
        padding-top: 1em;
        padding-bottom: 18em;
        padding-left: 0
    }

    .about-img3 {
        margin-left: 0
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px;
        margin-top: -50px
    }

    .abt-btm-bg {
        display: none
    }

    .about-img1 {
        display: none
    }

    .about-container {
        margin-top: 40px
    }

    .abt-row1 {
        padding-top: 0
    }

    .abt-mob1,
    .abt-mob2 {
        display: block
    }

    .abt-mob2 {
        margin-bottom: -12em;
        margin-top: -7em
    }

    .abt-mob1 {
        margin-top: -2em;
        margin-bottom: -4em
    }
}

@media (max-width:560px) {
    .blog-date-for {
        float: left
    }

    .view-news-img {
        width: 100%
    }

    .blog-sub-title {
        display: flex
    }

    .accordion dt {
        font-size: 1em;
        padding: 12px 20px;
        margin-bottom: 5px
    }

    .mob-tab {
        display: block;
        margin-top: 30px
    }

    .map-wrap {
        display: none !important
    }

    .tab2 {
        width: 100%;
        background: unset
    }

    .tabcontent2 {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .tabcontent2 h3 {
        font-size: 1.2em
    }

    .counter-three__shape-bottom {
        bottom: 196px;
        height: unset;
        padding-bottom: 0
    }

    .tab2 button {
        padding: 14px 17px;
        width: 100%;
        float: left;
        margin-bottom: 5px
    }

    img.wild-overlay {
        left: 0
    }

    .wild-container5 {
        margin-top: -206px;
        padding: 140px 0 0
    }

    .wild-container5 .wild {
        top: -150px
    }

    img.honey {
        position: relative;
        top: -185px;
        z-index: -1
    }

    ul.inc.muselum-ul li {
        width: 50%;
        float: left;
        padding-left: 20px
    }

    .inc li img {
        width: 100%
    }

    .wild-title2 h2 {
        font-size: 1.51em;
        line-height: 31px
    }

    .wild-side2,
    img.wmuseum,
    img.honey {
        width: 100%
    }

    .wild-ul li {
        margin-left: 0;
        background-image: url(../images/inc-bg.png);
        background-size: cover
    }

    .wild-ul li img {
        display: none
    }

    .wild-ul li:before {
        left: 0 !important
    }

    .inc li {
        padding: 10px 20px;
        padding-left: 20px
    }

    .wild-container3 {
        padding: 90px 0 50px;
        background-image: url(../images/wildbg-mob.png)
    }

    .museum-wrap {
        padding-left: 0
    }

    .wild-gold {
        margin-top: 0
    }

    .wildbg3-mob {
        position: absolute;
        top: -31px;
        width: 100%;
        z-index: -1
    }

    .wild-title h3 {
        font-size: 1.7em;
        line-height: 25px
    }

    .wild-title span {
        font-size: 1.2em;
        line-height: 12px
    }

    img.wild-side {
        width: 100%;
        left: 0;
        top: -237px
    }

    .wild-con1 {
        top: 0;
        left: 0
    }

    .wild-container {
        margin-top: -130px;
        padding: 90px 0 100px;
        background-image: url(../images/wildbg1-mob.png)
    }

    .wild-container2 {
        background-image: url(../images/wildbg-mob.png)
    }

    .inner-init-text3 {
        font-size: 1.88em;
        line-height: 30px
    }

    .inner-featured-text3 {
        font-size: 3.062em;
        line-height: 45px
    }

    .contact-box img {
        height: 60px
    }

    .gettoch {
        padding: 0 15px !important
    }

    .map-wrap {
        margin-top: 2em
    }

    .reach-cont {
        margin-top: 40px;
        padding: 15px
    }

    .contact-box {
        padding: 33px 20px
    }

    .contact-box.first {
        padding: 62px 14px 20px;
        margin-top: -30px
    }

    .contact-box.second {
        margin-top: -24px
    }

    .contact-box .content p {
        color: #000 !important
    }

    .contact-container {
        background-image: url(../images/contact-bg-mob.png);
        padding: 180px 0 180px;
        margin-top: -180px
    }

    .inner-init-text .quote-left {
        height: 10px;
        left: 0;
        top: -10px
    }

    .inner-init-text .quote-right {
        height: 10px;
        right: 0
    }

    .page-hero .hero-text-area.inner-banner {
        width: 100%
    }

    .fac-title h1 {
        font-size: 1.662em
    }

    .fac-title-cont {
        font-size: 1.662em
    }

    .contact-form {
        padding: 35px 20px 30px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    img.bird,
    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4 {
        display: none
    }

    img.jeep-img {
        height: 360px;
        right: -101px;
        top: 302px
    }

    .playbtn {
        height: 60px;
        width: 60px
    }

    img.wild-img {
        width: 260px;
        padding: 50px;
        margin-top: -88px;
        z-index: 1
    }

    .wild a {
        padding-bottom: 50px
    }

    .cottage-ul li {
        padding: 15px 20px 15px 35px;
        font-size: .9em
    }

    .cottage-item.yt-video.reel .cottage-text {
        position: absolute;
        top: 0
    }

    .inc li:before {
        height: 8px;
        left: 20px;
        width: 8px
    }

    .cottage-item.yt-video.reel {
        padding-bottom: 130px
    }

    .inclusion-container {
        padding: 30px 0 0
    }

    .ame-div {
        padding: 0
    }

    .amenities li img {
        height: 40px
    }

    .amenities li {
        line-height: 22px;
        font-size: .9em
    }

    .amenities-title h2 {
        font-size: 1.3em
    }

    .cottage-title h2 {
        font-size: 1.4em;
        line-height: 35px
    }

    .cottage-text h3 {
        font-size: 1.3em
    }

    .cottage-item {
        margin-bottom: 35px
    }

    .cottage-container {
        background-image: url(../images/cottage-bg-mob.webp);
        padding: 320px 0 130px;
        margin-top: -273px
    }

    .inner-init-text {
        font-size: 1.432em;
        letter-spacing: 1px;
        line-height: 25px
    }

    .inner-init-text4 {
        font-size: 1.6em;
        line-height: 25px
    }

    .inner-featured-text5 {
        font-size: 2.5em;
        line-height: 36px
    }

    .inner-init-text span {
        line-height: 25px
    }

    img.deer-img {
        width: 100%;
        top: -117px
    }

    #popUp {
        width: 300px;
        z-index: 999999;
        padding: 2% 5% 4%
    }

    a.book {
        display: none
    }

    .whats-app {
        bottom: 17vh
    }

    .curing-tree {
        position: relative;
        top: -65px
    }

    .header-call a:nth-child(2) {
        display: none
    }

    .header-call a:nth-child(2) {
        float: right !important;
        margin-top: 0;
        font-size: .8em
    }

    p {
        color: #ece9c8 !important;
        text-align: left !important
    }

    .d-container {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%
    }

    .footer-strip .footer-content-title {
        font-size: 1em
    }

    .f-mobs .address:nth-child(1) {
        margin-right: 0
    }

    .footer-strip {
        justify-content: left;
        padding: 35px 20px 25px;
        margin-bottom: 0
    }

    .f-mobs {
        display: block
    }

    .mobs .footer-content-title {
        font-size: 1em
    }

    .f-mobs .address {
        text-align: left;
        margin-bottom: 10px
    }

    .dnone {
        display: block
    }

    .address {
        margin-bottom: 10px
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 12px 15px
    }

    .navigation-portrait .nav-menu {
        padding-bottom: 70px
    }

    .navigation-portrait .nav-menu>li>a {
        font-size: .8em !important
    }

    .page-hero .hero-text-area {
        top: 57%;
        left: 2%
    }

    .footer-wraper {
        padding-top: 30px;
        padding-bottom: 70px
    }

    .footer-content-title {
        font-size: 1.1em;
        margin: 0
    }

    .address img {
        height: 30px
    }

    .footer-links-for {
        padding: 36px 15px 115px
    }

    .footer-top-wraper {
        padding: 150px 0 35px;
        margin-top: -250px;
        background-image: url(../images/footer-bg-mob.png);
        overflow: hidden;
        margin-bottom: -40px
    }

    .footer-links-for li:nth-child(8) a:after {
        display: block
    }

    .line>a:after {
        width: 15px;
        background-size: cover;
        height: 15px;
        left: 0;
        top: 7px
    }

    .footer-links-for li {
        width: 50%;
        padding: 0 1em;
        float: left;
        text-align: left
    }

    .footer-links-for a {
        font-size: .7em
    }

    .copy-right span {
        display: none
    }

    .footer-content.qlinks {
        display: none
    }

    .footer-content:nth-child(4) {
        display: none
    }

    .footer-content:nth-child(5) {
        margin-left: 10px
    }

    .guardian-container {
        margin-top: -190px;
        z-index: -1;
        padding: 112px 0 110px;
        background-position: center;
        background-image: url(../images/guardian-bg-mob.webp)
    }

    .ele-detail {
        padding-top: 219px;
        margin-right: 54px;
        top: 0
    }

    .guard-detail h4 {
        margin-top: 5px;
        font-size: 1em;
        line-height: 20px
    }

    .erumadam-div {
        padding-top: 40px
    }

    .cta-container {
        z-index: 3;
        margin-top: -186px;
        padding: 274px 0 26px;
        background-size: auto;
        background-image: url(../images/cta-bg-mob.webp)
    }

    .tree-detail {
        padding-top: 30px
    }

    .exp-title h3 {
        text-align: left !important;
        font-size: 1.44em;
        line-height: 25px
    }

    .cta-detail p {
        text-align: left
    }

    .exp-title span {
        font-size: 1.1em
    }

    .curing,
    .keni {
        width: 100%
    }

    .exp-container {
        background-position: left;
        margin-top: -209px;
        background-image: url(../images/exp-bg-mob.webp);
        padding: 0 0 100px
    }

    .water-content {
        padding-left: 0;
        padding-top: 0
    }

    .exp-detail {
        padding: 0
    }

    .activity-container {
        background-position: 30% 100%;
        margin-top: -209px;
        background-image: url(../images/activity-bg-mob.webp);
        padding: 137px 0 266px
    }

    .tribal-txt {
        position: unset;
        width: 100%
    }

    .act-detail.tribal {
        float: none;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .pull-right {
        float: none !important
    }

    .center {
        display: block
    }

    .welcome-detail-title3 h3 {
        font-size: 1.517em;
        line-height: 25px
    }

    .welcome-detail-title3 span {
        font-size: 2.36em;
        line-height: 35px
    }

    .act-detail.tribal img {
        width: 90%;
        margin: 0 auto
    }

    .rev-row {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse
    }

    .k-text p {
        width: 100% !important
    }

    .heart-container {
        background-position: bottom;
        margin-top: -209px;
        background-image: url(../images/heart-bg-mob.webp);
        padding: 243px 0 366px;
        z-index: -1
    }

    .watch-container {
        padding: 266px 0 200px;
        margin-top: -305px;
        background-position: bottom;
        z-index: 9;
        background-image: url(../images/watch-bg-mob.webp)
    }

    .welcome-detail-title1 h2 {
        font-size: 1.948em;
        line-height: 27px
    }

    img.kuruva-txt {
        margin-left: -10px;
        width: 60%
    }

    .wild-wrap {
        padding-left: 0
    }

    .erumadam-div img {
        width: 90%;
        margin: 0 auto
    }

    .welcome-container {
        background-image: url(../images/elephant-bg-mob.webp);
        padding: 370px 0 6px;
        margin-top: -187px;
        background-size: inherit;
        background-repeat: no-repeat
    }

    .slide-title-bottom:before {
        width: 25px;
        height: 7px
    }

    .slide-title-bottom {
        font-size: .9em;
        width: 75%;
        letter-spacing: 1px;
        padding-left: 35px
    }

    .mob-view {
        width: 100%;
        display: block;
        object-position: center;
        object-fit: cover
    }

    .f-links {
        display: block
    }

    .sexy-menu.detached {
        position: unset !important
    }

    .welcome-container .col-md-6 {
        display: none
    }

    .welcome-detail-title2 {
        margin-bottom: 10px;
        margin-top: 0
    }

    span.wl {
        font-size: 1em
    }

    .welcome-detail-title2-title {
        font-size: 1.5em;
        line-height: 25px;
        margin-bottom: 5px
    }

    .nav-brand img {
        width: 36%;
        margin-top: 10px !important
    }

    .featured-text {
        font-size: 3.3em;
        line-height: 30px
    }

    .init-text {
        letter-spacing: 1px;
        font-size: 3.1em;
        line-height: 45px
    }

    .footer-content ul {
        display: block
    }

    .footer-content {
        margin-bottom: 20px;
        width: 100%
    }

    .tophead {
        display: none
    }

    .blog-content-wraper .col-md-4 {
        float: left
    }

    .blog-title {
        font-size: 2.5em
    }

    .blog-content-wraper .d-container {
        z-index: 9
    }

    .room-ul li {
        width: 100%;
        float: none
    }

    .rooms-wrap .wild-title h3 {
        font-size: 1.7em;
        line-height: 25px;
    }
}

@media (min-width:561px) and (max-width:680px) {
    .blog-date-for {
        float: left
    }

    .view-news-img {
        width: 100%
    }

    .blog-sub-title {
        display: flex
    }

    .view-news-img {
        width: 100%
    }

    .gallery-container .col-md-4 {
        width: 50%;
        float: left
    }

    .tab2 {
        width: 100%;
        background: unset
    }

    .tabcontent2 {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .tabcontent2 h3 {
        font-size: 1.2em
    }

    .rooms-wrap .wild-title h3 {
        font-size: 2em;
        line-height: 25px;
    }

    .counter-three__shape-bottom {
        bottom: 196px;
        height: unset;
        padding-bottom: 0
    }

    .tab2 button {
        padding: 14px 11px;
        width: 50%;
        float: left;
        margin-bottom: 5px
    }

    img.wild-overlay {
        left: 0
    }

    .whats-app {
        right: 40px;
        bottom: 20vh
    }

    img.wild-overlay {
        left: 0;
        width: 100%;
        height: 100%
    }

    .wild-container5 {
        margin-top: -206px;
        padding: 140px 0 0
    }

    .wild-container5 .wild {
        top: -150px
    }

    img.honey {
        position: relative;
        top: -185px;
        z-index: -1
    }

    ul.inc.muselum-ul li {
        width: 50%;
        float: left;
        padding-left: 20px
    }

    .inc li img {
        width: 100%
    }

    .wild-title2 h2 {
        font-size: 1.51em;
        line-height: 31px
    }

    .wild-side2,
    img.wmuseum,
    img.honey {
        width: 100%
    }

    .wild-ul li {
        margin-left: 0;
        background-image: url(../images/inc-bg.png);
        background-size: cover
    }

    .wild-ul li img {
        display: none
    }

    .wild-ul li:before {
        left: 0 !important
    }

    .inc li {
        padding: 10px 20px;
        padding-left: 20px
    }

    .wild-container3 {
        padding: 90px 0 50px;
        background-image: url(../images/wildbg-mob.png)
    }

    .museum-wrap {
        padding-left: 0
    }

    .wild-gold {
        margin-top: 0
    }

    .wildbg3-mob {
        position: absolute;
        top: -31px;
        width: 100%;
        z-index: -1
    }

    .wild-title h3 {
        font-size: 1.7em;
        line-height: 15px
    }

    .wild-title span {
        font-size: 1.2em;
        line-height: 12px
    }

    img.wild-side {
        width: 100%;
        left: 0;
        top: -237px
    }

    .wild-con1 {
        top: 0;
        left: 0
    }

    .wild-container {
        margin-top: -130px;
        padding: 90px 0 100px;
        background-image: url(../images/wildbg1-mob.png)
    }

    .wild-container2 {
        background-image: url(../images/wildbg-mob.png)
    }

    .inner-init-text3 {
        font-size: 3em;
        line-height: 40px
    }

    .inner-featured-text3 {
        font-size: 5.4em;
        line-height: 55px
    }

    .map-wrap {
        margin-top: 2em
    }

    .reach-cont {
        margin-top: 40px;
        padding: 15px
    }

    .contact-box {
        padding: 33px 20px
    }

    .contact-box.first {
        padding: 62px 14px 20px;
        margin-top: -30px
    }

    .contact-box .content p {
        color: #000 !important
    }

    .contact-container {
        background-image: url(../images/contact-bg-mob.png);
        padding: 180px 0 180px;
        margin-top: -180px
    }

    .inner-init-text .quote-left {
        height: 20px;
        left: 0;
        top: -10px
    }

    .inner-init-text .quote-right {
        height: 20px;
        right: 0
    }

    .page-hero .hero-text-area.inner-banner {
        width: 100%
    }

    .fac-title h1 {
        font-size: 1.662em
    }

    .fac-title-cont {
        font-size: 1.662em
    }

    .contact-form {
        padding: 35px 20px 30px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    img.bird,
    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4 {
        display: none
    }

    .row.cottage-wrap .col-md-4:nth-child(4) {
        clear: both
    }

    .row.cottage-wrap .col-md-4 {
        width: 50%;
        float: left
    }

    img.jeep-img {
        height: 410px;
        right: -100px;
        top: 210px
    }

    .playbtn {
        height: 60px;
        width: 60px
    }

    img.wild-img {
        width: 300px;
        padding: 50px;
        margin-top: -88px;
        z-index: 1
    }

    .wild a {
        padding-bottom: 50px
    }

    .cottage-ul li {
        padding: 15px 20px 15px 35px;
        font-size: .9em
    }

    .cottage-item.yt-video.reel .cottage-text {
        position: absolute;
        top: 0
    }

    .inc li:before {
        height: 8px;
        left: 20px;
        width: 8px
    }

    .cottage-item.yt-video.reel {
        padding-bottom: 130px;
        width: 60%
    }

    .inclusion-container {
        padding: 30px 0 0
    }

    .ame-div {
        padding: 0
    }

    .amenities li img {
        height: 40px
    }

    .amenities li {
        line-height: 22px;
        font-size: .9em;
        width: 78%
    }

    .amenities-title h2 {
        font-size: 1.3em
    }

    .cottage-title h2 {
        font-size: 1.4em;
        line-height: 35px
    }

    .cottage-text h3 {
        font-size: 1.3em
    }

    .cottage-item {
        margin-bottom: 20px
    }

    .cottage-container {
        padding: 270px 0 130px;
        margin-top: -273px
    }

    .inner-init-text {
        font-size: 1.6em;
        letter-spacing: 1px;
        line-height: 30px
    }

    .inner-init-text span {
        line-height: 25px
    }

    img.deer-img {
        width: 100%;
        top: -117px
    }

    a.book {
        padding: 6px 15px 5px;
        font-size: .8em
    }

    #popUp {
        width: 300px;
        z-index: 999999;
        padding: 2% 3% 4%
    }

    .footer-content.logo-foot {
        display: none
    }

    .f-mobs .address:nth-child(1) {
        margin-right: 30px
    }

    .footer-strip {
        justify-content: left;
        padding: 35px 30px 25px;
        margin-bottom: 20px
    }

    .f-mobs {
        align-items: flex-start;
        margin-top: 10px
    }

    .mobs .footer-content-title {
        font-size: 1em
    }

    .f-mobs .address {
        text-align: left;
        margin-bottom: 10px
    }

    img.mob-view.home-img {
        height: 87vh !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 12px 15px
    }

    .navigation-portrait .nav-menu {
        padding-bottom: 70px
    }

    .navigation-portrait .nav-menu>li>a {
        font-size: .8em !important
    }

    .footer-wraper {
        padding-top: 30px;
        padding-bottom: 70px
    }

    .footer-content-title {
        font-size: 1.1em;
        margin: 0
    }

    .address img {
        height: 30px
    }

    .footer-links-for {
        padding: 36px 0 115px
    }

    .footer-top-wraper {
        padding: 150px 0 35px;
        margin-top: -230px;
        background-image: url(../images/footer-bg-mob.webp)
    }

    .footer-links-for li:nth-child(8) a:after {
        display: block
    }

    .line>a:after {
        width: 15px;
        background-size: cover;
        height: 15px;
        left: 0;
        top: 3px
    }

    .footer-links-for li {
        width: 33%;
        padding: 0 1em;
        float: left;
        text-align: left
    }

    .footer-address .clear {
        display: none
    }

    .footer-links-for a {
        font-size: .8em
    }

    .footer-content ul li {
        width: 41%;
        float: left
    }

    .guardian-container {
        margin-top: -125px;
        padding: 88px 0 110px;
        background-position: center;
        background-image: url(../images/guardian-bg-mob.webp)
    }

    .ele-detail {
        padding-top: 160px;
        padding-right: 170px;
        top: 0
    }

    .guard-detail h4 {
        font-size: 1em;
        line-height: 20px
    }

    .erumadam-div {
        padding-top: 40px
    }

    .erumadam-div img {
        display: none
    }

    .cta-container {
        padding: 103px 0 26px;
        margin-top: -88px
    }

    .tree-detail {
        padding-top: 30px
    }

    .exp-title h3 {
        font-size: 1.6em;
        line-height: 30px
    }

    .exp-title span {
        font-size: 1.2em
    }

    .exp-container {
        margin-top: -209px;
        padding: 0 0 61px
    }

    .water-content {
        padding-left: 0;
        padding-top: 0
    }

    .exp-detail {
        padding: 0
    }

    .activity-container {
        background-position: 30% 100%;
        margin-top: -209px;
        padding: 137px 0 266px
    }

    .tribal-txt {
        position: unset;
        width: 100%
    }

    .act-detail.tribal {
        float: none;
        width: 100%
    }

    .pull-right {
        float: none !important
    }

    .center {
        display: block
    }

    .welcome-detail-title3 h3 {
        font-size: 1.717em;
        line-height: 35px
    }

    .welcome-detail-title3 span {
        font-size: 3.8em;
        line-height: 35px
    }

    .act-detail.tribal img {
        display: none
    }

    .k-text p {
        width: 100% !important
    }

    .heart-container {
        background-position: bottom;
        margin-top: -173px;
        padding: 143px 0 266px
    }

    .watch-container {
        padding: 266px 0 200px;
        margin-top: -305px;
        background-position: bottom
    }

    .welcome-detail-title1 h2 {
        font-size: 2.48em;
        line-height: 36px
    }

    img.kuruva-txt {
        margin-left: -10px;
        width: 50%
    }

    .wild-wrap {
        padding-left: 0
    }

    .slide-title-bottom:before {
        width: 25px;
        height: 7px
    }

    .slide-title-bottom {
        font-size: .9em;
        letter-spacing: 1px;
        padding-left: 35px
    }

    .mob-view {
        width: 100%;
        display: block;
        object-position: bottom;
        object-fit: cover
    }

    .f-links {
        display: block
    }

    .sexy-menu.detached {
        position: unset !important
    }

    .welcome-container .col-md-6 {
        display: none
    }

    .welcome-detail-title2 {
        margin-bottom: 10px;
        margin-top: 0
    }

    span.wl {
        font-size: 1em
    }

    .welcome-detail-title2-title {
        font-size: 2.33em;
        line-height: 29px;
        margin-bottom: 5px
    }

    .nav-brand img {
        width: 30%;
        margin-top: 15px !important
    }

    .featured-text {
        font-size: 3.3em;
        line-height: 40px
    }

    .init-text {
        letter-spacing: 1px;
        font-size: 3.1em;
        line-height: 35px
    }

    .footer-content ul {
        display: block
    }

    .footer-content {
        margin-bottom: 20px;
        width: 47% !important;
        margin-right: 2%
    }

    .footer-content.qlinks ul+ul {
        margin-left: 0 !important
    }

    .footer-content.qlinks ul+ul li {
        width: 100%
    }

    .footer-content.qlinks ul {
        width: 50%
    }

    .footer-content:nth-child(4) {
        clear: both
    }

    .footer-social-links ul {
        display: flex
    }

    .footer-social-links ul li {
        width: unset
    }

    .tophead {
        display: none
    }

    body {
        font-size: 14px !important
    }

    .d-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .desk-view {
        display: none !important
    }

    .mob-view {
        display: block !important
    }

    .copy-right {
        line-height: 30px
    }

    .designed p {
        line-height: 30px
    }

    .footer-container {
        display: inherit
    }

    .blog-content-wraper .col-md-4 {
        float: left
    }

    .blog-title {
        font-size: 2.5em
    }

    .blog-content-wraper .d-container {
        z-index: 9
    }

    .f-shape1,
    .f-shape2 {
        display: none
    }

    .inner-init-text-fc {
        font-size: 1.8em;
        line-height: 26px;
        text-align: center
    }

    .facilities-container {
        margin-top: 0
    }

    .facilities-title {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 15px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.1em;
        line-height: 17px
    }

    .facilities-amnity {
        border: 0;
        margin-bottom: 2em
    }

    .facilities-container .wild {
        position: relative;
        top: -100px;
        padding-top: 7em;
        z-index: 99
    }

    .welcome-span {
        font-size: 1.1em;
        line-height: 20px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 600px;
        top: 40%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 100%
    }

    .abt-row2 {
        padding-top: 1em;
        padding-bottom: 32em;
        padding-left: 0
    }

    .about-img3 {
        margin-left: 0
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px;
        margin-top: -80px
    }

    .abt-btm-bg {
        display: none
    }

    .about-img1 {
        display: none
    }

    .about-container {
        margin-top: 40px
    }

    .abt-row1 {
        padding-top: 0
    }

    .abt-mob2 {
        margin-bottom: -12em;
        margin-top: -7em
    }

    .abt-mob1 {
        margin-top: -2em;
        margin-bottom: -4em
    }

    .abt-mob1,
    .abt-mob2 {
        display: block
    }

    .f-shape1,
    .f-shape2 {
        display: none
    }

    .inner-init-text-fc {
        font-size: 1.8em;
        line-height: 26px;
        text-align: center
    }

    .facilities-container {
        margin-top: 0
    }

    .facilities-title {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 15px
    }

    .f-amnity-img {
        width: 70px
    }

    .f-amnity-h {
        font-size: 1.1em;
        line-height: 17px
    }

    .facilities-amnity {
        border: 0;
        margin-bottom: 2em
    }

    .facilities-container .wild {
        position: relative;
        top: -100px;
        padding-top: 7em;
        z-index: 99
    }

    .room-ul li {
        width: 100%;
        float: none
    }
}

@media (max-width:680px) {
    .footer-logo {
        display: none
    }

    img.welcome-img {
        display: none
    }

    body.about .welcome-detail span {
        padding-top: 10px
    }
}

@media (min-width:600px) and (max-width:768px) and (orientation:landscape) {
    .navigation-portrait .nav-menu {
        overflow-y: scroll !important;
        height: 400px !important
    }
}

@media (min-width:681px) and (max-width:768px) {
    .view-news-img {
        width: 100%
    }

    .gallery-container .col-md-4 {
        width: 50%;
        float: left
    }

    .tabcontent2 h3 {
        font-size: 1.2em
    }

    .counter-three__shape-bottom {
        bottom: 209px;
        height: unset;
        padding-bottom: 0
    }

    .tab2 button {
        padding: 10px 17px;
        font-size: 1em;
        float: left;
        margin-bottom: 5px
    }

    body.wilds .wild-wrap {
        width: 100%
    }

    .whats-app {
        right: 40px;
        bottom: 20vh
    }

    img.wild-overlay {
        left: 0;
        width: 100%;
        height: 100%
    }

    .wild-container5 {
        margin-top: -206px;
        padding: 140px 0 0
    }

    .wild-container5 .wild {
        top: -150px
    }

    img.honey {
        position: relative;
        top: -185px;
        z-index: -1
    }

    ul.inc.muselum-ul li {
        float: left;
        padding-left: 20px
    }

    .inc li img {
        width: 100%
    }

    .wild-title2 h2 {
        font-size: 2em;
        line-height: 40px
    }

    .wild-side2,
    img.wmuseum {
        width: 100%
    }

    img.honey {
        width: 100%
    }

    section.wild-container5 .col-md-6 {
        width: 50%;
        float: left
    }

    section.wild-container5 .col-md-4 {
        width: 50%;
        float: left
    }

    .wild-ul li {
        margin-left: 0
    }

    .wild-ul li:before {
        left: 0 !important
    }

    .wild-side2 {
        top: 0
    }

    .inc li {
        padding: 10px 20px;
        padding-left: 20px
    }

    .wild-container3 {
        padding: 90px 0 50px
    }

    .museum-wrap {
        padding-left: 0
    }

    .wild-gold {
        margin-top: 0
    }

    .wildbg3-mob {
        position: absolute;
        top: -31px;
        width: 100%;
        z-index: -1
    }

    .wild-title h3 {
        font-size: 1.8em;
        line-height: 15px
    }

    .wild-title span {
        font-size: 1.2em;
        line-height: 12px
    }

    img.wild-side {
        left: 0;
        top: -237px
    }

    .wild-con1 {
        top: 0;
        left: 0
    }

    .wild-container {
        margin-top: -130px;
        padding: 90px 0 100px
    }

    .inner-init-text3 {
        font-size: 3em;
        line-height: 40px
    }

    .inner-featured-text3 {
        font-size: 5.4em;
        line-height: 55px
    }

    .in-contact-page-content .col-md-6 {
        width: 60%;
        float: left
    }

    .in-contact-page-content .col-md-4 {
        width: 40%;
        float: left
    }

    .contact-form .col-md-6 {
        width: 100%
    }

    .map-wrap .col-md-5 {
        width: 50%;
        float: left
    }

    .map-wrap {
        margin-top: 2em
    }

    .reach-cont {
        margin-top: 40px;
        padding: 20px 15px
    }

    .contact-box {
        padding: 33px 20px;
        display: block;
        text-align: center
    }

    .contact-box .icon img {
        height: 50px
    }

    .contact-box.first {
        padding: 62px 14px 20px;
        margin-top: -30px
    }

    .contact-box .content p {
        color: #000 !important
    }

    .contact-container {
        padding: 180px 0 180px;
        margin-top: -180px
    }

    .inner-init-text .quote-left {
        height: 20px;
        left: 60px;
        top: -10px
    }

    .inner-init-text .quote-right {
        height: 20px;
        right: 60px
    }

    .page-hero .hero-text-area.inner-banner {
        width: 100%
    }

    .contact-box.second {
        margin-top: -30px
    }

    .fac-title h1 {
        font-size: 1.662em
    }

    .fac-title-cont {
        font-size: 1.662em
    }

    .contact-form .col-md-6:nth-child(1),
    .contact-form .col-md-6:nth-child(3) {
        padding-right: 15px
    }

    .contact-form {
        padding: 35px 20px 30px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    img.bird,
    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4 {
        display: none
    }

    .row.cottage-wrap .col-md-4:nth-child(4) {
        clear: both
    }

    .row.cottage-wrap .col-md-4 {
        width: 50%;
        float: left
    }

    img.jeep-img {
        height: 410px;
        right: -100px;
        top: 210px
    }

    .playbtn {
        height: 60px;
        width: 60px
    }

    img.wild-img {
        width: 300px;
        padding: 50px;
        margin-top: -88px;
        z-index: 1
    }

    .wild a {
        padding-bottom: 50px
    }

    .cottage-ul li {
        padding: 15px 20px 15px 35px;
        font-size: .9em
    }

    .cottage-item.yt-video.reel .cottage-text {
        position: absolute;
        top: 0
    }

    .inc li:before {
        height: 8px;
        left: 20px;
        width: 8px
    }

    .cottage-item.yt-video.reel {
        padding-bottom: 130px;
        width: 60%
    }

    .inclusion-container {
        padding: 30px 0 0
    }

    .ame-div {
        padding: 0
    }

    .amenities li img {
        height: 40px
    }

    .amenities li {
        line-height: 22px;
        font-size: .9em;
        width: 78%
    }

    .amenities-title h2 {
        font-size: 1.3em
    }

    .cottage-title h2 {
        font-size: 1.4em;
        line-height: 35px
    }

    .cottage-text h3 {
        font-size: 1.3em
    }

    .cottage-item {
        margin-bottom: 20px
    }

    .cottage-container {
        padding: 270px 0 130px;
        margin-top: -273px
    }

    .inner-init-text {
        font-size: 1.8em;
        letter-spacing: 1px;
        line-height: 30px
    }

    .inner-init-text span {
        line-height: 25px
    }

    img.deer-img {
        width: 100%;
        top: -117px
    }

    a.book {
        padding: 6px 15px 5px;
        font-size: .8em
    }

    #popUp {
        width: 300px;
        z-index: 999999;
        padding: 2% 3% 4%
    }

    .logo {
        display: block !important
    }

    .footer-content.logo-foot {
        display: none
    }

    .footer-strip {
        padding: 35px 30px 25px;
        margin-bottom: 20px
    }

    .f-mobs {
        align-items: flex-start;
        margin-top: 10px
    }

    .mobs .footer-content-title {
        font-size: 1em
    }

    .f-mobs .address {
        text-align: left;
        margin-bottom: 10px
    }

    .act-detail {
        padding-bottom: 30px
    }

    img.mob-view.home-img {
        height: 87vh !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 12px 15px
    }

    .navigation-portrait .nav-menu {
        padding-bottom: 70px
    }

    .navigation-portrait .nav-menu>li>a {
        font-size: .8em !important
    }

    .footer-wraper {
        padding-top: 30px;
        padding-bottom: 70px
    }

    .footer-content-title {
        font-size: 1.1em;
        margin: 0
    }

    .address img {
        height: 30px
    }

    .footer-links-for {
        padding: 36px 0 115px
    }

    .footer-top-wraper {
        padding: 150px 0 35px;
        margin-top: -230px;
        background-image: url(../images/footer-bg-mob.png)
    }

    .footer-links-for li:nth-child(8) a:after {
        display: block
    }

    .line>a:after {
        width: 15px;
        background-size: cover;
        height: 15px;
        left: 0;
        top: 3px
    }

    .footer-logo {
        display: none
    }

    .footer-links-for li {
        width: 25%;
        padding: 0 1em;
        float: left;
        text-align: left
    }

    .address {
        margin-bottom: 10px
    }

    .footer-address .clear {
        display: none
    }

    .footer-links-for a {
        font-size: .8em
    }

    .footer-content ul {
        display: block
    }

    .footer-content.qlinks ul li {
        width: 100%
    }

    .footer-content ul li {
        width: 48%;
        float: left;
        margin-right: 5px
    }

    .footer-content {
        margin-right: 2%
    }

    .footer-content:nth-child(4) {
        clear: both
    }

    .footer-social-links ul {
        display: flex
    }

    .footer-social-links ul li {
        width: unset
    }

    .guardian-container {
        margin-top: -222px;
        padding: 88px 0 110px;
        z-index: -1;
        background-position: center;
        background-image: url(../images/guardian-bg-mob.webp)
    }

    .ele-detail {
        padding-top: 160px;
        top: 0
    }

    .guard-detail h4 {
        font-size: 1em;
        line-height: 20px
    }

    .erumadam-div {
        padding-top: 40px
    }

    .erumadam-div .col-md-5 {
        width: 45%;
        float: left
    }

    .guardian-container .col-md-5 {
        width: 60%;
        float: left
    }

    .cta-container {
        padding: 136px 0 90px;
        margin-top: -117px
    }

    .tree-detail {
        padding-top: 40px
    }

    .exp-title h3 {
        font-size: 1.8em;
        line-height: 36px
    }

    .exp-title span {
        font-size: 1.2em
    }

    .exp-container {
        margin-top: -160px;
        padding: 0 0 61px
    }

    .exp-container .col-md-8 {
        float: right;
        width: 80%
    }

    .exp-container .col-md-5 {
        width: 50%
    }

    .exp-detail {
        padding: 0
    }

    .activity-container {
        margin-top: -209px;
        background-position: top;
        padding: 137px 0 266px
    }

    .tribal-txt {
        position: unset;
        width: 100%
    }

    .act-detail.tribal {
        float: none;
        width: 100%
    }

    .pull-right {
        float: none !important
    }

    .center {
        display: block
    }

    .welcome-detail-title3 h3 {
        font-size: 2em;
        line-height: 35px
    }

    .welcome-detail-title3 span {
        font-size: 3.7em;
        line-height: 35px
    }

    .act-detail.exp-detail .welcome-detail-title3 {
        top: 50px;
        position: relative
    }

    .exp-container {
        margin-top: -185px;
        padding: 0 0 61px
    }

    .exp-container .col-md-8 {
        float: right;
        width: 80%
    }

    .exp-container .col-md-5 {
        width: 50%
    }

    .activity-container .col-md-4 {
        width: 47%
    }

    .act-detail.tribal img {
        margin-top: -240px;
        width: 45%
    }

    .exp-detail {
        padding: 0
    }

    .act-detail.tribal {
        float: none;
        width: 100%
    }

    .k-text p {
        width: 100% !important
    }

    .heart-container {
        background-position: bottom;
        margin-top: -209px;
        padding: 155px 0 150px
    }

    .watch-container {
        padding: 266px 0 200px;
        margin-top: -174px;
        background-position: bottom
    }

    .welcome-detail-title1 h2 {
        font-size: 2.48em;
        line-height: 36px
    }

    img.kuruva-txt {
        margin-left: -10px;
        width: 80%
    }

    .welcome-detail.k-text {
        width: 50%
    }

    .welcome-detail.watchtower-det {
        float: right
    }

    .wild-wrap {
        padding-left: 0;
        width: 50%;
        float: right
    }

    .welcome-container {
        background-image: url(../images/elephant-bg-mob.webp);
        padding: 190px 0 100px;
        margin-top: -170px
    }

    .slide-title-bottom:before {
        width: 25px;
        height: 7px
    }

    .slide-title-bottom {
        font-size: .9em;
        letter-spacing: 1px;
        padding-left: 35px
    }

    .mob-view {
        width: 100%;
        display: block;
        object-position: bottom;
        object-fit: cover
    }

    a.book {
        padding: 6px 15px 5px;
        font-size: .9em
    }

    .header-call a:nth-child(2) {
        margin-top: 0;
        font-size: .9em
    }

    .f-links {
        display: block
    }

    .sexy-menu.detached {
        position: unset !important
    }

    .welcome-container .col-md-6 {
        display: none
    }

    .welcome-detail-title2 {
        margin-bottom: 10px;
        margin-top: 0
    }

    span.wl {
        font-size: 1em
    }

    .welcome-detail-title2-title {
        font-size: 2em;
        line-height: 29px;
        margin-bottom: 5px
    }

    .nav-brand img {
        width: 20%;
        margin-top: 10px !important
    }

    .featured-text {
        font-size: 4.5em;
        line-height: 55px
    }

    .init-text {
        letter-spacing: 1px;
        font-size: 4em;
        line-height: 55px
    }

    .footer-content ul {
        display: block
    }

    .footer-content {
        margin-bottom: 20px;
        width: 46% !important;
        float: left
    }

    .footer-content.qlinks ul+ul {
        margin-left: 0
    }

    .footer-content.qlinks {
        margin-right: 0
    }

    .footer-content.qlinks ul+ul li {
        width: 100%
    }

    body {
        font-size: 14px !important
    }

    .d-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .copy-right {
        line-height: 30px
    }

    .designed p {
        line-height: 30px
    }

    .footer-container {
        display: inherit
    }

    .f-shape1,
    .f-shape2 {
        display: none
    }

    .inner-init-text-fc {
        font-size: 1.8em;
        line-height: 26px;
        text-align: center
    }

    .facilities-container {
        margin-top: -100px
    }

    .facilities-title {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 15px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.1em;
        line-height: 17px
    }

    .facilities-amnity {
        margin-bottom: 2em
    }

    .facilities-container .wild {
        position: relative;
        top: -100px;
        padding-top: 7em;
        z-index: 99
    }

    .facilities-wrap .col-md-4 {
        width: 33%;
        float: left
    }

    .row.cottage-wrap .col-md-6 {
        width: 50%;
        float: left
    }

    .page-hero .hero-text-area.inner-banner-fc {
        transform: translate(-50%, -50%) !important;
        top: 70% !important
    }

    .welcome-span {
        font-size: 1.1em;
        line-height: 20px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 600px;
        top: 33%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 50%
    }

    .abt-row2 {
        padding-top: 1em;
        padding-bottom: 8em;
        padding-left: 0
    }

    .about-img3 {
        margin-left: 0;
        width: 400px !important
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px;
        float: right;
        margin-top: -16em
    }

    .abt-btm-bg {
        display: none
    }

    .about-img1 {
        top: 0%
    }

    .about-container {
        margin-top: 40px
    }

    .abt-row1 {
        padding-top: 0
    }

    .welcome-detail.wild-wrap {
        float: none
    }

    .room-ul li {
        width: 50%;
        float: left
    }

    .inc.room-ul li {
        padding: 8px 15px 10px 35px
    }
}

@media (max-width:768px) {
    .in-booknow-page {
        z-index: 9;
    }

    .rooms-wrap {
        padding-left: 0
    }

    .owl-nav .owl-next:before,
    .owl-nav .owl-prev:before {
        height: 20px;
        bottom: 5px;
        width: 40px
    }

    .facilities-wrap {
        padding: 0
    }

    .facilities-wrap .col-md-4 {
        width: 33%;
        float: left
    }

    .about-img3 {
        width: 100%
    }

    .side-form p {
        color: #84562e !important
    }

    .sexy-menu.detached .nav-brand img {
        display: none
    }

    .page-hero .hero-text-area.inner-banner-fc {
        bottom: 0;
        top: unset;
        text-align: center;
        left: 50%;
        transform: translateX(-50%)
    }

    .tab {
        margin-bottom: 30px
    }

    .img-wrapper img {
        height: 280px
    }

    .tab button.active {
        display: unset !important
    }

    .gallery-container {
        padding: 0
    }

    .tab button {
        padding: 4px 16px;
        font-size: 1em
    }

    #plus span {
        font-size: .9em;
        padding: 5px 13px;
        right: -65px
    }

    .header-call {
        display: none
    }

    .logo {
        width: 100% !important;
        position: inherit !important;
        display: flex !important;
        justify-content: center;
        height: auto !important
    }

    a.book {
        padding: 6px 15px 5px;
        margin-right: 0;
        font-size: 1em;
        margin-top: 20px;
        position: fixed;
        right: -42px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 260px
    }

    .header-contact .header-call a:nth-child(2) {
        display: none
    }

    .footer-strip {
        width: 95%
    }

    .sexy-menu.detached .nav-brand .small {
        display: none !important
    }

    li.resp-show {
        display: block !important
    }

    .nav-menu>li>a {
        color: #fff !important
    }

    .nav-toggle,
    .navigation-hidden .nav-header {
        display: block !important
    }

    .banner-wrp {
        height: calc(100vh - 75px) !important;
        overflow: hidden !important
    }

    .carousel-inner {
        height: 100% !important
    }

    .nav-header {
        width: 100%
    }

    .bottom-menu {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        border: 1px solid #e7e7e7
    }

    .fine-arts-bg {
        display: none
    }

    .fine-arts-container {
        padding-top: 0
    }

    .footer-container {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .sexy-menu.detached {
        opacity: 1 !important
    }

    .hide-menu img {
        display: block;
        width: 25px;
        justify-content: center;
        margin: 0 auto 2px
    }

    .hide-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 15px 20px;
        display: block
    }

    .hide-menu a {
        width: 21.5%;
        line-height: 1;
        font-size: .9em;
        display: inline-block;
        float: left;
        text-align: center
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        width: 25px;
        height: 20px;
        cursor: pointer;
        border-bottom: 3px solid #000;
        text-align: center;
        justify-content: center;
        position: absolute;
        bottom: 25px;
        right: 23px !important
    }

    .nav-toggle:before {
        position: absolute;
        content: "";
        width: 40px;
        border-bottom: 3px solid #000;
        right: 0
    }

    .nav-toggle:after {
        content: "";
        width: 33px;
        border-bottom: 3px solid #000;
        position: absolute;
        top: -2px;
        right: 0
    }

    body.contact .mob-view {
        object-position: top
    }

    .sexy-menu {
        position: fixed
    }
}

@media (min-width:769px) and (max-width:991px) {
    .img-wrapper img {
        height: 280px
    }

    .about-img3 {
        width: 100%
    }

    .tab button.active {
        display: unset !important
    }

    .gallery-container {
        padding: 0
    }

    .tab button {
        padding: 4px 16px;
        font-size: 1em
    }

    .inner-init-text4 {
        font-size: 2.946em;
        line-height: 40px
    }

    .inner-featured-text5 {
        font-size: 4.779em;
        line-height: 70px
    }

    .gallery-container .col-md-4 {
        width: 50%;
        float: left
    }

    .tabcontent2 h3 {
        font-family: 1.2em
    }

    .counter-three__shape-bottom {
        bottom: 209px;
        height: unset;
        padding-bottom: 0
    }

    .tab2 button {
        padding: 10px 17px;
        font-size: 1em;
        float: left;
        margin-bottom: 5px
    }

    .room-ul li {
        width: 50%;
        float: left
    }

    .inc.room-ul li {
        padding: 8px 15px 10px 35px
    }

    body.wilds .wild-wrap {
        width: 100%
    }

    .whats-app {
        right: 40px;
        bottom: 20vh
    }

    img.wild-overlay {
        left: 0;
        width: 100%;
        height: 100%
    }

    .wild-container5 {
        margin-top: -206px;
        padding: 140px 0 0
    }

    .wild-container5 .wild {
        top: -150px
    }

    img.honey {
        position: relative;
        top: -185px;
        z-index: -1
    }

    ul.inc.muselum-ul li {
        float: left;
        padding-left: 20px
    }

    .inc li img {
        width: 100%
    }

    .wild-title2 h2 {
        font-size: 2em;
        line-height: 40px
    }

    .wild-side2,
    img.wmuseum {
        width: 100%
    }

    img.honey {
        width: 100%
    }

    section.wild-container5 .col-md-6 {
        width: 50%;
        float: left
    }

    section.wild-container5 .col-md-4 {
        width: 50%;
        float: left
    }

    .wild-ul li {
        margin-left: 0
    }

    .wild-ul li:before {
        left: 0 !important
    }

    .wild-side2 {
        top: 0
    }

    .inc li {
        padding: 10px 20px;
        padding-left: 20px
    }

    .wild-container3 {
        padding: 90px 0 50px
    }

    .museum-wrap {
        padding-left: 0
    }

    .wild-gold {
        margin-top: 0
    }

    .wildbg3-mob {
        position: absolute;
        top: -31px;
        width: 100%;
        z-index: -1
    }

    .wild-title h3 {
        font-size: 1.8em;
        line-height: 15px
    }

    .wild-title span {
        font-size: 1.2em;
        line-height: 12px
    }

    img.wild-side {
        left: 0;
        top: -237px
    }

    .wild-con1 {
        top: 0;
        left: 0
    }

    .wild-container {
        margin-top: -130px;
        padding: 90px 0 100px
    }

    .inner-init-text3 {
        font-size: 3em;
        line-height: 40px
    }

    .inner-featured-text3 {
        font-size: 5.4em;
        line-height: 55px
    }

    .in-contact-page-content .col-md-6 {
        width: 60%;
        float: left
    }

    .in-contact-page-content .col-md-4 {
        width: 40%;
        float: left
    }

    .contact-form .col-md-6 {
        width: 100%
    }

    .map-wrap .col-md-5 {
        width: 50%;
        float: left
    }

    .map-wrap {
        margin-top: 2em
    }

    .reach-cont {
        margin-top: 40px;
        padding: 20px 15px
    }

    .contact-box {
        padding: 33px 20px;
        display: block;
        text-align: center
    }

    .contact-box .icon img {
        height: 50px
    }

    .contact-box.first {
        padding: 62px 14px 20px;
        margin-top: -30px
    }

    .contact-box .content p {
        color: #000 !important
    }

    .contact-container {
        padding: 180px 0 180px;
        margin-top: -180px
    }

    .inner-init-text .quote-left {
        height: 20px;
        left: 60px;
        top: -10px
    }

    .inner-init-text .quote-right {
        height: 20px;
        right: 60px
    }

    .page-hero .hero-text-area.inner-banner {
        width: 100%
    }

    .contact-box.second {
        margin-top: -33px
    }

    .fac-title h1 {
        font-size: 1.662em
    }

    .fac-title-cont {
        font-size: 1.662em
    }

    .contact-form .col-md-6:nth-child(1),
    .contact-form .col-md-6:nth-child(3) {
        padding-right: 15px
    }

    .contact-form {
        padding: 35px 20px 30px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    img.bird,
    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4 {
        display: none
    }

    .row.cottage-wrap .col-md-4:nth-child(4) {
        clear: both
    }

    .row.cottage-wrap .col-md-4 {
        width: 33%;
        float: left
    }

    img.jeep-img {
        height: 410px;
        right: -100px;
        top: 210px
    }

    .playbtn {
        height: 60px;
        width: 60px
    }

    img.wild-img {
        width: 300px;
        padding: 50px;
        margin-top: -88px;
        z-index: 1
    }

    .wild a {
        padding-bottom: 50px
    }

    .cottage-ul li {
        padding: 15px 20px 15px 35px;
        font-size: .9em
    }

    .cottage-item.yt-video.reel .cottage-text {
        position: absolute;
        top: 0
    }

    .inc li:before {
        height: 8px;
        left: 20px;
        width: 8px
    }

    .cottage-item.yt-video.reel {
        padding-bottom: 130px;
        width: 60%
    }

    .inclusion-container {
        padding: 30px 0 0
    }

    .ame-div {
        padding: 0
    }

    .amenities li img {
        height: 40px
    }

    .amenities li {
        line-height: 22px;
        font-size: .9em;
        width: 78%
    }

    .amenities-title h2 {
        font-size: 1.4em
    }

    .cottage-title h2 {
        font-size: 1.6em;
        line-height: 35px
    }

    .cottage-text h3 {
        font-size: 1.4em
    }

    .cottage-item {
        margin-bottom: 20px
    }

    .cottage-container {
        padding: 270px 0 130px;
        margin-top: -273px
    }

    .inner-init-text {
        font-size: 2em;
        letter-spacing: 1px;
        line-height: 30px
    }

    .inner-init-text span {
        line-height: 25px
    }

    img.deer-img {
        width: 100%;
        top: -117px
    }

    a.book {
        padding: 6px 15px 5px;
        font-size: .8em
    }

    .footer-content.qlinks ul li {
        width: 100%
    }

    #plus span {
        font-size: .9em;
        padding: 5px 13px;
        right: -65px
    }

    #popUp {
        width: 300px
    }

    .footer-strip {
        padding: 35px 30px 25px;
        width: fit-content;
        margin-bottom: 20px
    }

    .f-mobs {
        align-items: flex-start;
        margin-top: 10px
    }

    .mobs .footer-content-title {
        font-size: 1em
    }

    .f-mobs .address {
        text-align: left;
        margin-bottom: 10px
    }

    .f-mobs .address:nth-child(1) {
        margin-right: 10px
    }

    img.mob-view.home-img {
        height: 87vh !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 12px 15px
    }

    .navigation-portrait .nav-menu {
        padding-bottom: 70px
    }

    .navigation-portrait .nav-menu>li>a {
        font-size: .8em !important
    }

    .footer-content-title {
        font-size: 1.1em;
        margin: 0
    }

    .address img {
        height: 30px
    }

    .footer-links-for {
        padding: 36px 0 115px
    }

    .footer-top-wraper {
        padding: 150px 0 35px;
        margin-top: -230px;
        background-image: url(../images/footer-bg-mob.png)
    }

    .footer-links-for li:nth-child(8) a:after {
        display: block
    }

    .line>a:after {
        width: 15px;
        background-size: cover;
        height: 15px;
        left: 0;
        top: 3px
    }

    .footer-links-for li {
        width: 25%;
        padding: 0 1em;
        float: left;
        text-align: left
    }

    .address {
        margin-bottom: 10px
    }

    .footer-address .clear {
        display: none
    }

    .footer-links-for a {
        font-size: .8em
    }

    .act-detail {
        margin-bottom: 30px
    }

    .guardian-container {
        z-index: -1;
        margin-top: -228px;
        padding: 88px 0 110px;
        background-position: center;
        background-image: url(../images/guardian-bg-mob.webp)
    }

    .ele-detail {
        padding-top: 160px;
        top: 0
    }

    .guard-detail h4 {
        font-size: 1em;
        line-height: 20px
    }

    .erumadam-div {
        padding-top: 40px
    }

    .erumadam-div .col-md-5 {
        width: 45%;
        float: left
    }

    .guardian-container .col-md-5 {
        width: 60%;
        float: left
    }

    .cta-container {
        padding: 184px 0 90px;
        margin-top: -140px
    }

    .tree-detail {
        padding-top: 40px
    }

    .exp-title h3 {
        font-size: 1.8em;
        line-height: 36px
    }

    .exp-title span {
        font-size: 1.2em
    }

    .act-detail.exp-detail .welcome-detail-title3 {
        top: 50px;
        position: relative
    }

    .exp-container {
        margin-top: -185px;
        padding: 0 0 61px
    }

    .exp-container .col-md-8 {
        float: right;
        width: 80%
    }

    .exp-container .col-md-5 {
        width: 50%
    }

    .exp-detail {
        padding: 0
    }

    .activity-container {
        margin-top: -209px;
        padding: 137px 0 355px;
        background-position: bottom
    }

    .act-detail.tribal {
        float: none;
        width: 100%
    }

    .pull-right {
        float: none !important
    }

    .center {
        display: block
    }

    .welcome-detail-title3 h3 {
        font-size: 2em;
        line-height: 35px
    }

    .welcome-detail-title3 span {
        font-size: 3.8em;
        line-height: 35px
    }

    .activity-container .col-md-8 {
        width: 60%
    }

    .activity-container .col-md-4 {
        width: 47%
    }

    .act-detail.tribal img {
        width: 80%
    }

    .tribal-txt {
        width: 100%;
        bottom: -250px;
        left: 0%
    }

    .act-detail.tribal img {
        margin-top: -240px
    }

    .k-text p {
        width: 100% !important
    }

    .heart-container {
        margin-top: -209px;
        padding: 243px 0 153px
    }

    .watch-container {
        padding: 266px 0 200px;
        margin-top: -183px
    }

    .welcome-detail-title1 h2 {
        font-size: 2.48em;
        line-height: 36px
    }

    img.kuruva-txt {
        margin-left: -10px;
        width: 80%
    }

    .welcome-detail.k-text {
        width: 50%
    }

    .welcome-detail.watchtower-det {
        float: right
    }

    .wild-wrap {
        padding-left: 0;
        width: 50%;
        float: right
    }

    .welcome-container {
        padding: 180px 0 100px;
        margin-top: -90px
    }

    .slide-title-bottom:before {
        width: 25px;
        height: 7px
    }

    .slide-title-bottom {
        font-size: .9em;
        letter-spacing: 1px;
        padding-left: 35px
    }

    .mob-view {
        width: 100%;
        display: block;
        object-position: bottom;
        object-fit: cover
    }

    a.book {
        padding: 3px 10px 5px !important;
        font-size: .9em;
        margin-top: 11px !important
    }

    .header-call {
        width: 100%
    }

    .welcome-container .col-md-6 {
        display: none
    }

    .welcome-detail-title2 {
        margin-bottom: 10px;
        margin-top: 0
    }

    span.wl {
        font-size: 1em
    }

    .welcome-detail-title2-title {
        font-size: 2em;
        line-height: 29px;
        margin-bottom: 5px
    }

    .nav-brand img {
        width: 50%;
        margin-top: -30px !important
    }

    .featured-text {
        font-size: 4.5em;
        line-height: 55px
    }

    .init-text {
        letter-spacing: 1px;
        font-size: 4em;
        line-height: 55px
    }

    body {
        font-size: 14px !important
    }

    .d-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%
    }

    .navigation {
        height: unset !important
    }

    .tophead {
        padding-top: .3em !important
    }

    .nav-menu>li>a {
        padding: 5px 10px !important;
        height: unset !important;
        font-size: .7em
    }

    .header-call a {
        font-size: .8em;
        margin-top: 0
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: -37px !important;
        width: 45% !important
    }

    .whats-app {
        bottom: 25vh;
        right: 26px
    }

    .footer-container {
        width: 100%;
        padding-bottom: 0;
        align-items: center;
        justify-content: center
    }

    .footer-content ul li {
        width: 42%;
        float: left;
        line-height: 26px
    }

    .footer-content {
        margin-bottom: 15px;
        width: 47% !important;
        margin-right: 3%
    }

    .footer-content:nth-child(4) {
        clear: both
    }

    .footer-content.logo-foot {
        display: none
    }

    .f-links {
        display: block
    }

    .footer-social-links ul li {
        font-size: .9em;
        width: auto
    }

    .box-title {
        font-size: 1em
    }

    .box-title-sub {
        font-size: 1em
    }

    .welcome-detail.abt-content p {
        text-align: justify
    }

    .abt-container {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .abt-container::before {
        background-size: contain;
        width: 103px;
        height: 106px
    }

    .f-shape1,
    .f-shape2 {
        display: none
    }

    .inner-init-text-fc {
        font-size: 1.8em;
        line-height: 26px;
        text-align: center
    }

    .facilities-container {
        margin-top: -100px
    }

    .facilities-title {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 15px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.1em;
        line-height: 17px
    }

    .facilities-amnity {
        margin-bottom: 2em
    }

    .facilities-container .wild {
        position: relative;
        top: -100px;
        padding-top: 7em;
        z-index: 99
    }

    .facilities-wrap .col-md-4 {
        width: 33%;
        float: left
    }

    .row.cottage-wrap .col-md-6 {
        width: 50%;
        float: left
    }

    .page-hero .hero-text-area.inner-banner-fc {
        transform: translate(-50%, -50%) !important;
        top: 70% !important;
        left: 50%
    }

    .welcome-span {
        font-size: 1.1em;
        line-height: 20px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 600px;
        top: 33%;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 50%
    }

    .abt-row2 {
        padding-top: 1em;
        padding-bottom: 8em;
        padding-left: 0
    }

    .about-img3 {
        margin-left: 0;
        width: 400px
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px;
        float: right;
        margin-top: -10em
    }

    .abt-btm-bg {
        display: none
    }

    .about-img1 {
        top: 0%
    }

    .about-container {
        margin-top: 40px
    }

    .abt-row1 {
        padding-top: 0
    }

    .welcome-detail.wild-wrap {
        float: none
    }
}

@media (min-width:992px) and (max-width:1022px) {
    .img-wrapper img {
        height: 280px
    }

    .tab button.active {
        display: unset !important
    }

    .about-img3 {
        width: 100%
    }

    .gallery-container {
        padding: 0
    }

    .tab button {
        padding: 4px 16px;
        font-size: 1em
    }

    .inner-init-text4 {
        font-size: 2.946em;
        line-height: 40px
    }

    .inner-featured-text5 {
        font-size: 4.779em;
        line-height: 70px
    }

    .tabcontent2 h3 {
        font-family: 1.2em
    }

    .counter-three__shape-bottom {
        bottom: 209px;
        height: unset;
        padding-bottom: 0
    }

    .tab2 button {
        padding: 14px 47px;
        float: left;
        margin-bottom: 5px
    }

    body.wilds .wild-wrap {
        width: 100%
    }

    .whats-app {
        right: 40px;
        bottom: 20vh
    }

    img.wild-overlay {
        left: 0;
        width: 100%;
        height: 100%
    }

    .wild-container5 {
        margin-top: -206px;
        padding: 140px 0 0
    }

    .wild-container5 .wild {
        top: -150px
    }

    img.honey {
        position: relative;
        top: -185px;
        z-index: -1
    }

    ul.inc.muselum-ul li {
        float: left;
        padding-left: 20px
    }

    .inc li img {
        width: 100%
    }

    .wild-title2 h2 {
        font-size: 2em;
        line-height: 40px
    }

    .wild-side2,
    img.wmuseum {
        width: 100%
    }

    img.honey {
        width: 100%
    }

    section.wild-container5 .col-md-6 {
        width: 50%;
        float: left
    }

    section.wild-container5 .col-md-4 {
        width: 50%;
        float: left
    }

    .wild-ul li {
        margin-left: 0
    }

    .wild-ul li:before {
        left: 0 !important
    }

    .wild-side2 {
        top: 0
    }

    .inc li {
        padding: 10px 20px;
        padding-left: 20px
    }

    .wild-container3 {
        padding: 90px 0 50px
    }

    .museum-wrap {
        padding-left: 0
    }

    .wild-gold {
        margin-top: 0
    }

    .wildbg3-mob {
        position: absolute;
        top: -31px;
        width: 100%;
        z-index: -1
    }

    .wild-title h3 {
        font-size: 1.8em;
        line-height: 15px
    }

    .wild-title span {
        font-size: 1.2em;
        line-height: 12px
    }

    img.wild-side {
        left: 0;
        top: -237px
    }

    .wild-con1 {
        top: 0;
        left: 0
    }

    .wild-container {
        margin-top: -130px;
        padding: 90px 0 100px
    }

    .inner-init-text3 {
        font-size: 3em;
        line-height: 40px
    }

    .inner-featured-text3 {
        font-size: 5.4em;
        line-height: 55px
    }

    .map-wrap .col-md-5 {
        width: 50%;
        float: left
    }

    .map-wrap {
        margin-top: 2em
    }

    .reach-cont {
        margin-top: 40px;
        padding: 20px 15px
    }

    .contact-box {
        padding: 33px 20px;
        display: block;
        text-align: center
    }

    .contact-box .icon img {
        height: 50px
    }

    .contact-box.first {
        padding: 62px 14px 20px;
        margin-top: -30px
    }

    .contact-box .content p {
        color: #000 !important
    }

    .contact-container {
        padding: 180px 0 180px;
        margin-top: -180px
    }

    .inner-init-text .quote-left {
        height: 20px;
        left: 60px;
        top: -10px
    }

    .inner-init-text .quote-right {
        height: 20px;
        right: 60px
    }

    .page-hero .hero-text-area.inner-banner {
        width: 100%
    }

    .contact-box.second {
        margin-top: -33px
    }

    .fac-title h1 {
        font-size: 1.662em
    }

    .fac-title-cont {
        font-size: 1.662em
    }

    .contact-form .col-md-6:nth-child(1),
    .contact-form .col-md-6:nth-child(3) {
        padding-right: 15px
    }

    .contact-form {
        padding: 35px 20px 30px
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form input [type="date"] {
        height: 50px
    }

    img.bird,
    img.leaf-c1,
    img.leaf-c2,
    img.leaf-c3,
    img.leaf-c4 {
        display: none
    }

    #plus span {
        right: -75px
    }

    #popUp {
        width: 300px
    }

    .row.cottage-wrap .col-md-4:nth-child(4) {
        clear: both
    }

    .row.cottage-wrap .col-md-4 {
        width: 33%;
        float: left
    }

    img.jeep-img {
        height: 410px;
        right: -100px;
        top: 210px
    }

    .playbtn {
        height: 60px;
        width: 60px
    }

    img.wild-img {
        width: 300px;
        padding: 50px;
        margin-top: -88px;
        z-index: 1
    }

    .wild a {
        padding-bottom: 50px
    }

    .cottage-ul li {
        padding: 15px 20px 15px 35px;
        font-size: .9em
    }

    .inc li:before {
        height: 8px;
        left: 20px;
        width: 8px
    }

    .inclusion-container {
        padding: 30px 0 0
    }

    .ame-div {
        padding: 0
    }

    .amenities li img {
        height: 40px
    }

    .amenities li {
        line-height: 22px;
        font-size: .9em;
        width: 78%
    }

    .amenities-title h2 {
        font-size: 1.4em
    }

    .cottage-title h2 {
        font-size: 1.6em;
        line-height: 35px
    }

    .cottage-text h3 {
        font-size: 1.4em
    }

    .cottage-item {
        margin-bottom: 20px
    }

    .cottage-container {
        padding: 270px 0 130px;
        margin-top: -273px
    }

    .inner-init-text {
        font-size: 2.6em;
        letter-spacing: 1px;
        line-height: 40px
    }

    .inner-init-text span {
        line-height: 25px
    }

    img.deer-img {
        width: 100%;
        top: -117px;
        left: -100px
    }

    .footer-content.qlinks ul+ul {
        margin-left: 0
    }

    .footer-content {
        margin-right: 4%
    }

    .footer-content.qlinks {
        width: 25%;
        margin-right: 0%
    }

    .footer-strip {
        padding: 35px 30px 25px;
        width: fit-content;
        margin-bottom: 20px
    }

    .f-mobs {
        align-items: flex-start;
        margin-top: 10px
    }

    .mobs .footer-content-title {
        font-size: 1em
    }

    .f-mobs .address {
        text-align: left;
        margin-bottom: 10px
    }

    .f-mobs .address:nth-child(1) {
        margin-right: 10px
    }

    img.mob-view.home-img {
        height: 87vh !important
    }

    .sexy-menu.detached .nav-menu>li>a {
        padding: 12px 10px !important
    }

    .navigation-portrait .nav-menu {
        padding-bottom: 70px
    }

    .navigation-portrait .nav-menu>li>a {
        font-size: .8em !important
    }

    .footer-content-title {
        font-size: 1.1em;
        margin: 0
    }

    .address img {
        height: 30px
    }

    .footer-links-for {
        padding: 36px 0 115px
    }

    .footer-top-wraper {
        padding: 150px 0 35px;
        margin-top: -230px
    }

    .footer-links-for li:nth-child(8) a:after {
        display: block
    }

    .line>a:after {
        width: 15px;
        background-size: cover;
        height: 15px;
        left: 0;
        top: 3px
    }

    .footer-links-for li {
        padding: 0 1em
    }

    .address {
        margin-bottom: 10px
    }

    .footer-address .clear {
        display: none
    }

    .footer-links-for a {
        font-size: .8em
    }

    .footer-content.logo-foot {
        display: none
    }

    .f-links {
        display: block
    }

    .guardian-container {
        margin-top: -525px;
        padding: 152px 0 469px
    }

    .ele-detail {
        padding-top: 160px
    }

    .guard-detail h4 {
        font-size: 1em;
        line-height: 20px
    }

    .erumadam-div {
        padding-top: 40px
    }

    .erumadam-div .col-md-5 {
        width: 45%;
        float: left
    }

    .guardian-container .col-md-5 {
        width: 60%;
        float: left
    }

    .cta-container {
        padding: 184px 0 90px;
        margin-top: -55px
    }

    .tree-detail {
        padding-top: 40px
    }

    .exp-title h3 {
        font-size: 1.8em;
        line-height: 36px
    }

    .exp-title span {
        font-size: 1.2em
    }

    .exp-container {
        margin-top: -160px;
        padding: 0 0 61px
    }

    .exp-container .col-md-8 {
        float: right;
        width: 80%
    }

    .exp-container .col-md-5 {
        width: 50%
    }

    .exp-detail {
        padding: 0
    }

    .activity-container {
        margin-top: -209px;
        padding: 137px 0 266px
    }

    .act-detail.tribal img {
        width: 80%
    }

    .tribal-txt {
        left: 25%
    }

    .welcome-detail-title3 h3 {
        font-size: 2em;
        line-height: 35px
    }

    .welcome-detail-title3 span {
        font-size: 3.8em;
        line-height: 35px
    }

    .k-text p {
        width: 100% !important
    }

    .heart-container {
        margin-top: -209px;
        padding: 243px 0 192px
    }

    .watch-container {
        padding: 304px 0 200px;
        margin-top: -198px
    }

    .welcome-detail-title1 h2 {
        font-size: 2.48em;
        line-height: 36px
    }

    img.kuruva-txt {
        margin-left: -10px;
        width: 80%
    }

    .welcome-detail.watchtower-det {
        float: right
    }

    .welcome-container {
        padding: 190px 0 130px;
        margin-top: -181px
    }

    .slide-title-bottom:before {
        width: 25px;
        height: 7px
    }

    .slide-title-bottom {
        font-size: 1.6em;
        letter-spacing: 1.6px;
        padding-left: 35px
    }

    .mob-view {
        width: 100%;
        display: block;
        object-position: bottom;
        object-fit: cover
    }

    .welcome-detail-title2 {
        margin-bottom: 10px;
        margin-top: 0
    }

    span.wl {
        font-size: 1em
    }

    .welcome-detail-title2-title {
        font-size: 2em;
        line-height: 29px;
        margin-bottom: 5px
    }

    a.book {
        padding: 7px 20px 7px
    }

    .nav-brand img {
        width: 54% !important;
        margin-top: -40px !important
    }

    .header-call img {
        height: 30px
    }

    .featured-text {
        font-size: 5.3em;
        line-height: 65px
    }

    .init-text {
        letter-spacing: 1px;
        font-size: 4.8em;
        line-height: 55px
    }

    body {
        font-size: 14px !important
    }

    .d-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%
    }

    .navigation {
        height: unset !important
    }

    .tophead {
        padding-top: .3em !important
    }

    .nav-menu>li>a {
        padding: 10px 10px !important;
        height: unset !important
    }

    .whats-app {
        bottom: 25vh;
        right: 26px
    }

    .footer-container {
        width: 100%;
        padding-bottom: 0
    }

    .footer-social-links ul li {
        width: unset
    }

    .footer-social-links ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .footer-content ul li {
        margin-right: 5px
    }

    .nav-menu>li>a {
        font-size: .8em !important
    }

    .copy-right {
        width: 22%;
        text-align: left;
        line-height: 50px
    }

    .designed {
        width: 78%;
        text-align: right;
        line-height: 50px
    }

    .designed p {
        line-height: 50px
    }

    .footer-wraper {
        display: flex
    }

    .back-to-top {
        display: none
    }

    .welcome-detail {
        margin-right: 8%
    }

    .welcome-title {
        font-size: 1.333em;
        line-height: 20px
    }

    .welcome-title-middle {
        font-size: 2.6em
    }

    .box-title {
        font-size: 1.33em
    }

    .box-title-sub {
        font-size: 1.33em
    }

    .f-shape1 {
        width: 120px;
        left: -60px
    }

    .f-shape2 {
        width: 120px;
        right: -60px
    }

    .inner-init-text-fc {
        font-size: 2.6em;
        line-height: 25px
    }

    .facilities-container {
        margin-top: -200px
    }

    .facilities-title {
        font-size: 2em;
        line-height: 35px
    }

    .f-amnity-img {
        width: 70px
    }

    .facilities-wrap {
        padding: 0 15%
    }

    .f-amnity-h {
        font-size: 1.3em;
        line-height: 20px
    }

    .cottage-text h3 {
        font-size: 1.3em
    }

    .welcome-span {
        font-size: 1.3em;
        line-height: 25px
    }

    .abt-row1 p {
        margin-bottom: 10px
    }

    .deer-img3 {
        width: 700px;
        left: -80px
    }

    .about-img2 {
        position: absolute;
        left: 0;
        bottom: -115px;
        z-index: -1;
        width: 500px
    }

    .abt-row2 {
        padding-top: 2em;
        padding-bottom: 13em;
        padding-left: 2em
    }

    .welcome-detail.wild-wrap.left-txt {
        margin-left: 50px
    }
}