body {
    --PrimaryColor: #c62b02;
    --SecondaryColor: #753e1a;
    --TextColor: #9b7b68;

    background: var(--BackgroundColor);
    font-family: 'Roboto', sans-serif;

    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 233, 229, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 233, 229, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 233, 229, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 233, 229, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 233, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 233, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9e9e5', GradientType=0);
    min-height: 100vh;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor)
}

.container {
    max-width: 1240px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif !important
}

body:before {
    width: 161px;
    height: 123px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    content: '';
    background: url(../img/curve-btm.svg) no-repeat;
    opacity: 0.05;
}

body:after {
    width: 344px;
    height: 365px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 0;
    content: '';
    background: url(../img/curve-top.svg) no-repeat;
    opacity: 0.05;
}

.logo-wrapper-div {
    width: 100%;
    text-align: center;
    height: 240px;
    display: table;
    position: relative;
    z-index: 1020;
}

.logo-wrapper-div span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 35px;
}

.logo-wrapper-div span img {
    height: 130px;
    object-fit: cover;
    display: inline-block;
}

.content-wrapper {
    width: 100%;
    height: calc(100vh - 240px);
    display: table;
}

.content-middlealign-wrap {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
}

.signin-page h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 24px;
    color: var(--PrimaryColor);
    font-weight: 700;
}

.signin-page p {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--TextColor);
    font-size: 15px;
    line-height: 22px;
}

.signin-page input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--TextColor);
    border-radius: 3px;
    background: none;
    outline: none;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin: 35px 0px;
    transition-duration: 0.3s;
}


.signin-page input:focus {
    border-color: var(--PrimaryColor);
}

.signin-page input::placeholder {
    color: var(--TextColor);
    opacity: 1;
}

.signin-page input:-ms-input-placeholder {
    color: var(--TextColor);
}

.signin-page input::-ms-input-placeholder {
    color: var(--TextColor);
}

.signin-page .row {
    margin-left: -3px;
    margin-right: -3px;
}

.signin-page .row .col-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.signin-page .row .col-3 input {
    font-size: 20px;
}

.button-class {
    width: 100%;
    background: var(--PrimaryColor);
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    min-height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 30px;
    transition-duration: 0.3s;
}

.button-class:hover {
    background: var(--SecondaryColor);
}

.poweredby-text {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    bottom: 20px;
    text-align: center;
    color: var(--TextColor);
    font-weight: 400;
    font-size: 12px;
}

.poweredby-text a {
    color: var(--TextColor);
    font-weight: 500;
    text-decoration: none;
    transition-duration: 0.3s;
}

.poweredby-text a:hover {
    color: var(--PrimaryColor);
}

.home-page .row {
    margin-left: -4px;
    margin-right: -4px;
}

.home-page .col-6,
.home-page .col-12 {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.home-page .col-6 button {
    width: 100%;
    padding: 20px 0px;
    margin: 0;
    background: var(--PrimaryColor);
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    overflow: hidden;
    transition-duration: 0.3s;
}

.home-page .col-6 button:hover {
    background: var(--SecondaryColor);
}

.home-page .col-6 button:hover font {
    color: var(--SecondaryColor);
}

.home-page .col-12 button {
    width: 100%;
    padding: 20px 0px;
    margin: 0;
    background: var(--PrimaryColor);
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    overflow: hidden;
    transition-duration: 0.3s;
}

.home-page .col-12 button:hover {
    background: var(--SecondaryColor);
}


.home-page .col-6 button:before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 30px;
    z-index: 0;
    opacity: 0.1;

    background: rgba(255, 255, 255, 0.8);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.home-page .col-6 button h6 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 100;
}

.home-page .col-12 button h5 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 100;
}

.home-page .col-12 button h5 img {
    margin-right: 10px;
}

.home-page .col-12 button:before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -15px;
    margin-left: 0px;
    top: 50%;
    margin-top: -80px;
    z-index: 0;
    opacity: 0.1;

    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.home-page .col-6 button span {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
}

.home-page .col-6 button span img {
    height: 46px;
    display: inline-block;
}

.home-page .col-6 button font {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute !important;
    top: 6px;
    right: 6px;
    border-radius: 50%;
    line-height: 30px;
    color: var(--PrimaryColor);
    text-align: center;
    font-size: 15px;
    position: relative;
    z-index: 100;
}

.splash-screen {
    height: 100vh;
}

#reader__dashboard_section_csr div .html5-qrcode-element {
    width: 100%;
    background: var(--PrimaryColor);
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    min-height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 30px;
    transition-duration: 0.3s;
    margin-bottom: 10px;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
}

#reader {
    width: 100%;
    border: none !important;
}

#result {
    text-align: center;
    font-size: 1.5rem;
}

#reader__dashboard_section #html5-qrcode-anchor-scan-type-change.html5-qrcode-element {
    border: none;
    outline: none;
    color: var(--TextColor);
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 0px 0px !important;
}

.splash-screen #reader img {
    height: auto !important;
}


#reader__dashboard_section div div label button {
    font-size: 14px;
    border: none;
    outline: none;
    background: none;
    background: var(--SecondaryColor);
    width: 100%;
    padding: 5px 10px !important;
    color: #fff;
    border-radius: 45px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#reader__dashboard_section div div div {
    font-size: 12px;
    border: none !important;
    padding: 0px 0px !important;
    padding-bottom: 12px !important;
}

#reader__dashboard_section_csr #html5-qrcode-button-camera-start.html5-qrcode-element,
#reader__dashboard_section_csr #html5-qrcode-button-camera-stop.html5-qrcode-element {
    width: 100%;
    border: none !important;
    outline: auto;
    background: var(--PrimaryColor);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 0px;
    outline: none !important;
}

#reader__dashboard_section_csr span {
    width: 100% !important;
    float: left;
    color: var(--TextColor);
    font-size: 14px;
}

#reader__dashboard_section_csr select {
    width: 100%;
    padding: 0px 10px;

    margin: 5px 0px 15px 0px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: none;
    border: 1px solid var(--TextColor);
    color: var(--TextColor);
    font-size: 14px;
    border-radius: 20px;
}

.loginpage input {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 45px;
}

.loginpage span {
    width: 100%;
    display: block;
    position: relative;
    margin: 15px 0px;
}

.loginpage span i {
    position: absolute;
    left: 15px;
    top: 18px;
    color: var(--PrimaryColor);
    z-index: 100;
    font-size: 15px;
}

.enter-manually {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1020;
    background: var(--PrimaryColor);
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    margin: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
}

.header-menu {
    width: 100%;
    height: 35px;
    background: var(--PrimaryColor);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1060;
}

.header-menu .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.header-menu .home-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: #ca3b15;
    color: #fff;
    font-size: 14px;
    position: fixed;
    left: 0px;
    top: 0px;
}

.header-menu .power-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: #ca3b15;
    color: #fff;
    font-size: 14px;
    float: right;
    position: fixed;
    top: 0px;
    right: 0px;
}

.body-padding-top {
    padding-top: 35px;
}

.entermalually-wrapper {
    width: 100%;
    position: relative;
    min-height: 35px;
    background: rgba(0, 0, 0, .1);
    padding-right: 125px;
    padding-left: 15px;
}

.entermalually-wrapper button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 14px;
    margin: 0;
    border: none;
    outline: none;
    min-height: 35px;
    background: #9c2201;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.entermalually-wrapper select {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 35px;
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
}

.entermalually-wrapper select option {
    color: var(--SecondaryColor);
}

.header-menu .navbar {
    padding: 0;
}

.header-menu .nav-link {
    padding: 0px 20px !important;
    height: 35px;
    color: #fff !important;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500 !important;
}

.header-menu .nav-link:hover {
    background: rgba(0, 0, 0, .1);
}

.header-menu .nav-item {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.header-menu .nav-item:last-child {
    border-right: none;
}

.report-header .report-heading {
    font-size: 20px;
    text-transform: uppercase;
}

.report-header .report-heading i {
    color: var(--SecondaryColor);
    margin-right: 5px;
}


@media screen and (min-width:1024px) {
    #mega-menu-item-23 .mega-menu-link {
        background: var(--BrownColor) !important;
        color: #49361b !important;
        font-weight: 500 !important
    }

    .f-nav .header-wrapper .mega-menu-link {
        color: var(--HeadingColor) !important
    }
}

.header-wrapper .col-lg-9 {
    position: relative;
    padding-top: 50px;
    transition-duration: .3s
}

.f-nav .header-wrapper {
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    padding-top: 8px;
    padding-bottom: 8px
}

.f-nav .header-wrapper .header-logo {
    background: url(../gibyfarm/assets/img/logo-color.png) center/140px 30px no-repeat;
    height: 30px;
    width: 140px;
    display: table-cell;
    position: relative;
    top: 3px
}

.f-nav .header-wrapper .col-lg-9 {
    padding-top: 2px
}

.whatsapp-icon {
    width: 65px;
    position: fixed;
    right: 45px;
    bottom: 45px;
    background: var(--BrownColor);
    border-radius: 50%;
    outline: 0;
    z-index: 1000;
    color: #49361b !important;
    font-size: 26px;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite puls;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite puls;
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite puls;
    box-shadow: 0 0 0 0 rgba(189, 154, 104, .5);
    cursor: pointer
}

.pulse-btn:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0)
    }
}

@-moz-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0)
    }
}

@-ms-keyframes puls {
    to {
        box-shadow: 0 0 0 20px rgba(25, 153, 204, 0)
    }
}

@keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0)
    }
}

.explore-btn {
    width: 66px;
    height: 55px;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: 80px;
    z-index: 1000
}

.explore-btn:after {
    width: 24px;
    height: 26px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
    background: url(../gibyfarm/assets/img/down-arrow.png) 0 -27px no-repeat;
    animation: 1.5s infinite mouse-animation
}

.explore-btn:hover:after {
    background: url(../gibyfarm/assets/img/down-arrow2.png) bottom no-repeat
}

.explore-btn h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    transition-duration: .3s
}

.explore-btn:hover {
    text-decoration: none
}

@keyframes mouse-animation {
    0% {
        background-position: 0 -27px
    }

    100% {
        background-position: 0 0
    }
}

.explore-btn:hover h6,
.socialmedia-sticky a:hover,
.testimonial-footer:hover h5 {
    color: var(--BrownColor)
}

.socialmedia-sticky {
    position: fixed !important;
    top: 47%;
    -webkit-transform: translate(-50%) rotate(-90deg);
    -ms-transform: translate(-50%) rotate(-90deg);
    transform: translate(-50%) rotate(-90deg);
    left: 30px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 999;
    color: #a3a19d;
    letter-spacing: 2px
}

.socialmedia-sticky a {
    font-weight: 400 !important;
    padding: 0 4px;
    color: #a3a19d
}

.about-booknow h3,
.home-about-wrapper .col-lg-7 h1,
.whychoose-enquiry-wrapper h1 {
    padding: 0;
    color: var(--HeadingColor);
    width: 100%;
    font-family: Vidaloka, sans-serif !important;
    text-transform: uppercase
}

.home-about-wrapper .col-lg-5 span {
    width: 100%;
    height: 600px;
    display: inline-block;
    background: var(--HeadingColor);
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px
}

.experience-homestay .col-lg-5 span img,
.home-about-wrapper .col-lg-5 span img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

.home-about-wrapper p {
    text-align: justify;
    padding: 0;
    margin: 0 0 15px
}

.home-about-wrapper .col-lg-7 h1,
.whychoose-enquiry-wrapper h1 {
    text-align: left;
    margin: 0 0 45px;
    font-size: 54px;
    line-height: 56px
}

.home-about-wrapper .col-lg-7 {
    padding-left: 75px
}

.experience-homestay,
.home-about-wrapper {
    margin-top: 120px
}

.home-about-wrapper .col-lg-7 span {
    width: 100%;
    height: 385px;
    display: inline-block;
    background: var(--HeadingColor);
    border-radius: 5px;
    margin-top: 85px
}

.about-booknow {
    width: 100%;
    text-align: center;
    margin-top: 45px
}

.about-booknow h3 {
    text-align: center;
    margin: 0;
    font-size: 28px
}

.about-booknow a,
.experience-homestay .explorebtn {
    background: var(--BrownColor);
    padding: 7px 25px;
    margin: 35px 0 0;
    display: inline-block;
    background: var(--BrownColor) !important;
    color: #49361b !important;
    font-weight: 500 !important
}

.about-booknow a:hover,
.experience-homestay .explorebtn:hover {
    text-decoration: none;
    background: var(--BrownColorDark) !important
}

.home-packages-wrapper {
    width: 100%;
    margin: 120px 0 0;
    overflow: hidden;
    background: var(--LightBg);
    padding: 100px 0
}

.page-heading {
    width: 100%;
    text-align: center;
    margin: 0 0 45px
}

.package-item,
.package-item .profile-pic,
.page-heading h1 {
    padding: 0;
    margin: 0;
    width: 100%
}

.page-heading h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: Vidaloka, sans-serif !important;
    color: var(--HeadingColor);
    font-size: 54px;
    line-height: 56px
}

.page-heading h6 {
    width: 100%;
    text-align: center;
    color: var(--BrownColor);
    font-size: 16px;
    text-transform: uppercase
}

.package-item {
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    float: left
}

.package-item:hover img {
    transform: scale(1.3);
    opacity: .3
}

.package-item .profile-pic {
    height: 260px;
    background: var(--BrownColor);
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative
}

.package-item .profile-pic img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition-duration: .3s
}

.package-item .profile-pic i {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    top: 40%;
    z-index: 50;
    color: #fff;
    opacity: 0;
    font-size: 24px;
    transition-duration: .3s
}

.package-item:hover .profile-pic i {
    top: 50%;
    opacity: 1
}

.package-item .package-content {
    width: 100%;
    background: #fff;
    height: 120px;
    float: left;
    position: relative;
    display: table
}

.package-item .package-content font {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 28px;
    right: 20px;
    background: var(--LightBg);
    border-radius: 5px;
    text-align: center;
    color: var(--HeadingColor);
    line-height: 66px;
    font-size: 22px;
    transition-duration: .3s
}

.package-item .package-content font:hover {
    background: var(--BrownColor);
    color: var(--LightBg)
}

.package-item .package-content span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 95px
}

.package-item .package-content h5 {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
    font-size: 18px
}

.package-item .package-content p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--TextColor);
    line-height: 20px
}

.home-packages-wrapper .row {
    margin-left: -25px;
    margin-right: -25px
}

.home-packages-wrapper .row .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px
}

.home-middle-area {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: var(--BrownColor);
    text-align: center;
    overflow: hidden
}

.home-middle-area .row .col-lg-4 {
    border-left: 1px solid #c5a77b;
    padding: 60px 0
}

.home-middle-area .row .col-lg-4:last-child {
    border-right: 1px solid #c5a77b
}

.home-middle-area .row .col-lg-4 h4 {
    width: 100%;
    padding: 0;
    margin: 24px 0 10px;
    text-align: center;
    font-size: 20px
}

.home-middle-area .row .col-lg-4 p {
    padding: 0 20px;
    margin: 0;
    color: #554b3c
}

.home-middle-area .row .col-lg-4 span {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: var(--LightBg);
    overflow: hidden;
    border-radius: 50%
}

.home-middle-area .row .col-lg-4 span img {
    width: 100%;
    height: 120px;
    object-fit: cover
}

.home-testimonials-wrapper {
    width: 100%;
    padding: 0 0 120px;
    margin: 120px 0 0;
    border-bottom: 1px dashed var(--TextColor)
}

.testimonials-item {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left
}

.testimonial-footer:hover,
.testimonials-item:hover {
    text-decoration: none;
    border-color: var(--BrownColor)
}

.testimonials-item p {
    padding: 0 25px;
    margin: 0 0 25px;
    font-style: italic;
    color: var(--TextColor);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.testimonial-footer {
    border-top: 1px solid #ccc;
    width: 100%;
    min-height: 90px;
    display: table;
    position: relative;
    padding-left: 100px;
    transition-duration: .3s
}

.experience-homestay .col-lg-7 span,
.testimonial-footer span {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.testimonial-footer span h6 {
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--TextColor)
}

.testimonial-footer span h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: var(--HeadingColor);
    font-weight: 500;
    transition-duration: .3s
}

.testimonial-footer font {
    width: 60px;
    height: 60px;
    background: url(../gibyfarm/assets/img/testimonial-propic.jpg) no-repeat var(--LightBg);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 14px;
    overflow: hidden
}

.testimonial-footer font img {
    width: 100%;
    height: 60px;
    object-fit: cover
}

.testimonials-item ul {
    width: 100%;
    padding: 0;
    margin: 25px 0 20px 25px;
    background: url(../gibyfarm/assets/img/star-icons.jpg) no-repeat
}

.testimonials-item ul li {
    list-style: none;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fa0;
    font-size: 14px
}

.experience-homestay .col-lg-7 {
    text-align: justify;
    display: table
}

.experience-homestay .col-lg-7 h1 {
    text-align: left
}

.experience-homestay .col-lg-5 span {
    width: 100%;
    height: 600px;
    border-radius: 5px;
    background: var(--HeadingColor);
    float: left;
    overflow: hidden
}

.experience-homestay h1 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 45px;
    font-family: Vidaloka, sans-serif !important;
    color: var(--HeadingColor);
    font-size: 54px;
    line-height: 56px
}

.whychoose-enquiry-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 120px;
    text-align: justify;
    background: url(../gibyfarm/assets/img/middle-bg.webp) center no-repeat
}

.whychoose-enquiry-wrapper h6 {
    width: 100%;
    text-align: left;
    color: var(--BrownColor);
    font-size: 16px;
    text-transform: uppercase
}

.whychoose-enquiry-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: table
}

.whychoose-enquiry-wrapper ul li {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 10px 0 0;
    width: 50%;
    display: inline-block;
    color: var(--TextColor);
    font-weight: 500;
    font-size: 16px;
    position: relative
}

.whychoose-enquiry-wrapper ul li::before {
    width: 17px;
    height: 12px;
    background: url(../gibyfarm/assets/img/tick.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    content: ''
}

.whychoose-enquiry-wrapper .col-lg-5 span {
    width: 100%;
    height: 460px;
    border-radius: 5px;
    background: var(--HeadingColor);
    float: left;
    overflow: hidden
}

.homeenquiry-form-wrapper {
    width: 100%;
    background: #f5f0e8;
    border-radius: 5px;
    margin-top: 120px;
    margin-bottom: 120px;
    padding: 75px 50px
}

.homeenquiry-form-wrapper h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 42px;
    line-height: 46px
}

.homeenquiry-form-wrapper h6 {
    text-align: center;
    margin: 15px 0 45px
}

.homeenquiry-form-wrapper .quick-btn {
    width: 100%;
    height: 48px;
    background: var(--BrownColor);
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff
}

.homeenquiry-form-wrapper input {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
    outline: 0;
    font-size: 15px
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 4px 0
}

.wpcf7-spinner {
    margin: 0 0 0 -12px;
    left: 50%;
    position: absolute;
    top: 13px
}

.booking-image {
    display: table;
    height: 795px
}

.booking-image span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 75px
}

.booking-image span img {
    width: 100%;
    opacity: .4
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important
}

.entermallually {
    width: 100%;
    position: relative;
    height: 35px;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 300px;
        height: 100%;
        z-index: 1050;
        background-color: rgba(198, 43, 2, 0.94);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .navbar-light .close_btn {
        color: var(--YellowColor) !important;
        right: 0px;
        top: 0px !important;
        margin-left: -20px;
        background-color: #cdab81;
        width: 40px;
        height: 40px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        color: #5d2701 !important;
    }

    .menu-wrapper .navbar .navbar-nav {
        margin-top: 50px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        padding: 0px 10px !important;
        line-height: 40px !important;
    }

    .menu-wrapper .navbar .dropdown .dropdown-menu {
        padding: 10px 10px !important;
    }

    .header-bar .navbar .nav-item {
        border-left: none !important;
        border-bottom: 1px dashed #dbb957;
    }

    .header-bar .navbar .nav-item .nav-link {
        text-align: center;
        padding: 0px 0px;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        margin-top: 6px;
    }

    .header-menu .nav-item {
        border-right: none;
    }
}

.report-header {
    width: 100%;
    padding: 12px 0px;
    margin: 35px 0px 0px 0px;
    position: relative;
    background: #f3e0da;
}

.report-header select,
.report-header input {
    width: 100%;
    padding: 0px 10px;
    margin: 0;
    font-size: 14px;
    height: 30px;
    border: 1px solid var(--TextColor);
    border-radius: 3px;
    background: none;
    outline: none;
    color: var(--TextColor);
    font-weight: 500;
    transition-duration: 0.3s;
}


.report-header label {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}


.report-header .search-btn {
    width: 100%;
    padding: 0;
    margin: 23px 0px 0px 0px;
    background: var(--PrimaryColor);
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    line-height: 30px;
    border-radius: 3px;
}


.responsivetable {
    margin-top: 25px;
}

.responsivetable .table {
    font-size: 13px;
    line-height: 20px;
}

.responsivetable .table th {
    padding: 5px 5px;
    background: var(--SecondaryColor);
    color: #fff;
}

.responsivetable .table td {
    padding: 5px 5px;
    color: var(--TextColor);
}

.download-excel {
    padding: 6px 15px;
    margin: 0;
    font-weight: 500;
    background: var(--PrimaryColor);
    font-size: 13px;
    border: none;
    outline: none;
    border-radius: 3px;
    color: #fff;
    float: right;
}


@media screen and (max-width:1024px) {}

@media screen and (max-width:980px) {
    .navbar-light .navbar-toggler {
        margin-top: 0px;
        padding: 0;
        font-size: 16px;
        color: #fff;
        border: none;
        height: 35px;
        line-height: 35px;
        box-shadow: none;
    }
}

@media screen and (max-width:520px) {
    .logo-wrapper-div {
        height: 200px;
    }

    .splash-screen {
        height: 100vh;
    }

    .header-menu {
        height: 36px;
    }
}