
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
li.nav-item{
    font-size: 14px;
    padding-right: 15px;
    font-weight: 500;
}
.container-fluid{
    padding: 0 60px;
}
.bg-light {
   /* --bs-bg-opacity: 1;
    */
    background-color: #fff !important;
}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85vh;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}
.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
}
/* heome title */
.bg-video-wrap h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    height: 50px;
    font-size: 55px;
    font-weight: bold;
}
.bg-video-wrap p {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 170px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 450px;
    width: 100%;
    height: 50px;
    font-size: 14px;
}
.navbar{
    padding: 0;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
li.nav-item.active a {
    border-bottom: 2px solid #58ab26;
}
.welcome-content {
    padding-left: 60px;
}
section.hp-about {
    padding: 7% 0px;
    background: url('../img/section2-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.section3{
    padding: 7% 0px;
    background-color: #ededed40;
}
.section-resort {
    padding:7% 0px 30px 0px;
}
.contact{
    padding: 7% 0px 0px 0px;
}
.welcome-content h2{
    font-size: 50px;
    font-weight: bold;
    /* font-family: serif; */
    font-family: 'Poppins';
    line-height: 60px;

}
a.button.button--active.home-banner-btn {
    background: #9bcc32 !important;
}
a.button.button--active.home-banner-btn {
    border: 1px solid #9bcc32;
    border-radius: 100px;
    padding: 10px 20px;
    color: #fff;
    top: 18px;
    text-decoration: none;
    position: relative;
}
a.button.button--active.home-banner-btn:hover {
    background-color: #2f5e12;
    color: #fff;
    transition: 0.3s;
}
.welcome-content p{
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}
/*.animate__backInLeft {
    --animate-duration: 2s;
}
*/
.box{
    font-family: 'Raleway', sans-serif;
   /*box-shadow: rgba(50, 50, 80, 0.5) 0px 14px 18px -12px, rgba(0, 0, 0, 0.8) 0px 14px 15px -13px;
   */
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.box:before, .box:after{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
.box:after{
    top: auto;
    bottom: 0;
    transition-delay: 0.15s;
}
.box:hover:before, .box:hover:after{
    transform: scaleX(1);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0s;
}
.box .post{
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0.15s;
}
.box:hover .title, .box:hover .post{
    opacity: 1;
    transform: translateY(0);
}
.box .icon{
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.box .icon li{
    margin: 0 6px 0 0;
    display: inline-block;
    opacity: 0;
    transform: rotateX(90deg);
    transition: all .3s ease-in-out 0.2s;
}
.box .icon li:nth-child(2){
    transition-delay: 0.3s;
}
.box:hover .icon li{
    opacity: 1;
    transform: rotateX(0deg);
}
.box .icon li a{
    color: #f3004b;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    width: 34px;
    display: block;
    transition: all .3s ease-in-out;
}
.box .icon li a:hover{
    color: #fff;
    background: #f3004b;
    border-radius: 10px 10px;
}
@media only screen and (max-width:990px){
    .box{
        margin: 0 0 30px;
   }
}
/*DEMO CONTENTTTT*/
#footer {
    font-size: 14px;
    background: #9bcc32;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
    text-align: left;
}
#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #9bcc32;
   ;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /* font-family: "Jost", sans-serif; */
    font-family: 'Poppins';
    color: #5e5e5e;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #9bcc32;
    font-size: 10px;
    line-height: 1;
}
.textwidget.custom-html-widget p {
    font-family: 'Poppins';
    color: #777777;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
}
#footer .footer-top .footer-links ul a {
    text-decoration: none;
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-family: 'Poppins';
}
#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #9bcc32;
    color: #fff;
    line-height: 1;
    padding: 12px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 42px;
    height: 42px;
    transition: 0.3s;
}
#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
#footer .copyright {
    float: left;
}
#footer .credits {
    float: right;
    font-size: 13px;
}
#footer .credits a {
    transition: 0.3s;
}
button.btn.btn-success.float-end.mt-4{
    border: 1px solid #2f5e12 !important;
    background: none;
    border-radius: 100px;
    padding: 8px 25px;
    color: #2f5e12;
   /*top: 18px;
   */
    text-decoration: none;
    position: relative;
}
button.btn.btn-success.float-end.mt-4:hover{
    background-color: #2f5e12;
    color: #fff;
    transition: 0.3s;
}
h2.contact-heading.text-center {
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: bold;
    font-family: serif;
    line-height: 60px;
    font-family: 'Poppins';
}
ul {
    list-style-type: none;
}
.contact ul li {
    display: flex;
    align-items: center;
}
.contact ul li .icon {
    margin-right: 38px;
}
.contact ul li .content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #a5a5a5;
}
.contact ul li .content h4 {
    color: #5e5e5e;
    font-size: 16px;
}
.contact ul li:not(:last-child) {
    margin-bottom: 25px;
}
.contact i.bi, i.bi-geo-alt {
    font-size: 24px;
    color: #ffffff;
    background: #9bcc32;
    padding: 10px 16px;
    border-radius: 40px;
}
/*input.form-control {
    height: 50px;
    border-radius: 0;
    background: #f3f3f3;
    border: 0;
}
*/
input.form-control {
    height: 50px;
    border-radius: 0;
    background: #f7f7f7;
    border: 0;
    border: 1px solid #d1d1d1;
    font-family: 'Poppins';
    font-size: 14px;
}
textarea#comment{
    border-radius: 0;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    font-size: 1.6rem;
    padding: 1.5rem 1.8rem;
    font-family: 'Poppins';
    font-size: 14px;
}
/*about page css start*/
section.section3.about p{
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
    text-align: center;
}
.hero-banner{
    background: url('https://homesweb.staah.net/imagelibrary/1627479914_2874_EXTERIOR__(4).jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.hero-banner:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}
.gallery-banner{
    background: url('../img/gallery/gallery-banner.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.faq-banner{
    background: url('../img/faq-banner.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.gallery-banner:before,.faq-banner:before,.resort-banner:before,.terms-banner:before,.events-banner:before,.privacy-policy-banner:before,.privacy-policy-banner:before,.service-banner:before,.contact-banner:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}
.events-banner{
    background: url('../img/events-banner.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.contact-banner{
    background: url('../img/contact-banner2.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.service-banner{
    background: url('../img/service-banner.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.privacy-policy-banner{
    background: url('../img/privacy_policy.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.resort-banner{
    background: url('../img/resort-banner.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.terms-banner{
    background: url('../img/termms.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 150px;
    position: relative;
}
.brud {
    position: relative;
}
.brud h2{
    color: #fff;
    font-weight: bold;
    font-size: 46px;
    z-index: 999999;
    margin-left: 16px;
}
.brud h2:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
   /* top: 9px;
    */
    right: 5px;
    height: 58px;
    width: 6px;
    background: #fff;
}
.breadcrumb-nav{
   /* position: absolute;
   */
    bottom: 120px;
    margin-left: 17px;
}
li.breadcrumb-item a{
    color: #fff;
    text-decoration: none;
}
li.breadcrumb-item.active{
    color: #fff;
}
/*about page css end*/
a.button.button--active.home-banner-btn.reserve{
    top: 0px;
    padding: 7px 20px;
}
/*contact page css start*/
.contact-us-section ul {
    padding-left: 0px;
}
.call-sec {
    background: #eaf9c4;
    padding: 30px;
}
.content h4
{
    margin: 0;
}
.content p
{
    margin: 0px !important;
    padding: 0px !important;
}
.content
{
    display: inline-block;
}
li.call-sec .content p,li.mail-sec .content p,li.address-sec .content p {
   /*color:#ffffff!important;
   */
    color:#897777!important;
    font-size:16px!important;
    font-weight: 500!important;
    font-family: 'Poppins';
}
li.call-sec .content h4,li.mail-sec .content h4,li.address-sec .content h4 {
   /*color:#ffffff!important;
   */
    color: #666262!important;
    font-size:16px!important;
    font-weight: 600!important;
}
.mail-sec {
    background: #ffede0;
    padding: 30px;
}
li.mail-sec .content p {
}
.mail-sec i.bi-envelope {
    font-size: 24px;
    color: #ffffff;
    background: #d95400;
    padding: 10px 16px;
    border-radius: 40px;
}
.address-sec {
    background: #fff0cb;
    padding: 30px;
}
.address-sec i.bi-geo-alt {
    font-size: 24px;
    color: #ffffff;
    background: #fbb00a;
    padding: 10px 16px;
    border-radius: 40px;
}
.message-textarea textarea {
    min-height:250px;
}
/*contact page css end*/
/*gallery page css start*/
.custom-box{
    overflow: hidden;
    position: relative;
}
.custom-box img{
    width: 100%;
    height: auto;
}
.custom-box .custom-box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0.5s;
}
.custom-box:before, .custom-box:after, .custom-box .custom-box-content:before, .custom-box .custom-box-content:after, .custom-box .custom-box-overlay{
    content: "";
    width: 20%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.3s ease 0.1s;
}
.custom-box:after{
    left: 20%;
    transition-delay: 0.2s;
}
.custom-box .custom-box-content:before{
    left: 40%;
    transition-delay: 0.3s;
}
.custom-box .custom-box-content:after{
    left: 60%;
    transition-delay: 0.4s;
}
.custom-box .custom-box-overlay{
    left: 80%;
    transition-delay: 0.5s;
}
.custom-box:hover:before, .custom-box:hover:after, .custom-box:hover .custom-box-content:before, .custom-box:hover .custom-box-content:after, .custom-box:hover .custom-box-overlay{
    opacity: 1;
    transform: scale(1);
}
.custom-box .inner-content{
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1.5);
    transition: all 0.3s ease 0.5s;
}
.custom-box:hover .inner-content{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.custom-box .title{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.custom-box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 5px 0 20px 0;
}
.custom-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-box .icon li{
    display: inline-block;
    margin: 0 5px;
}
.custom-box .icon li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height:30px;
    border-radius: 50% 0;
    background: #8421ef;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.5),0 0 0 4px rgba(255,255,255,0.8);
    transition: all 0.3s ease 0s;
}
.custom-box .icon li a:hover{
    background: #fff;
    color: #8421ef;
    box-shadow: 0 0 15px rgba(0,0,0,0.5) inset,0 0 10px #fff;
}
@media only screen and (max-width:990px){
    .custom-box{
        margin-bottom: 30px;
   }
}
.custom-p-0 {
    padding:0px;
}
/*gallery page css end*/
/*service page css start*/
.guest-house-head {
    margin: 30px 0px 30px 0px;
    color: #376121;
    font-size: 24px;
    font-weight: 600;
}
.text-justify {
    text-align: justify!important;
}
.terms-content .single-choose-item p {
    text-align:left!important;
}
/*Service page css end*/
/*privacy page css start*/
.why-choose-us-content-box .list-item {
    overflow: hidden;
    margin-bottom: 20px;
   /* max-width: 605px;
    */
}
.why-choose-us-content-box .item-c {
    float: left;
    width: 32px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-right: 30px;
    padding-bottom: 20px;
    line-height: 1;
}
.why-choose-us-content-box .item-c:after {
    content: "";
    position: relative;
    height: 6px;
    display: block;
    background-color: #bfddab;
    width: 27px;
    top: 15px;
}
.why-choose-us-content-box .content-item {
    overflow: hidden;
}
.why-choose-us-content-box .content-item p, .service-content-box p {
    font-size: 17px;
    font-weight: 400;
    text-align: left!important;
}
/*privacy page css end*/
/*events page css start*/
.events-section h5.card-title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.events-section p.card-text {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.667;
    text-align: text;
}
.custom-event-btn {
    color: #fff;
    background-color: #9bcc32;
    /* border-color: #2f5e12; */
    border-radius: 25px;
    padding: 8px 25px;
    font-size: 12px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-success.float-end.mt-4
{
    background-color: #9bcc32 !important;
}
.custom-event-btn:hover {
    color: #9bcc32;
    background-color: #ffffff;
    border-color: #9bcc32;
    border-radius: 25px;
    padding: 8px 25px;
}
.card .card-img {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    object-fit: cover;
    height: 247px;
    width: 220px;
}
.card .card-body {
    padding: 25px 30px;
    min-height: auto;
}
.card .card-price {
    font-size: 15px;
    border-top: dashed 1px;
    margin-top: 45px;
    padding-top: 15px;
}
.card.card-item {
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border:none;
}
.card-item:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: 0.3s ease-in-out;
}
@media only screen and (max-width:767px){
    .card .card-img {
        height: 200px!important;
        width: 100%!important;
   }
    h2.contact-heading.text-center {
        margin-bottom: 50px;
        font-size: 36px;
        font-weight: bold;
        font-family: serif;
        line-height: 60px;
   }
    .contact-us-section input.first-name:first-child {
        margin-bottom:25px;
   }
}
/*events page css end*/
/*faq page css starts from here*/
.bs-example{
    margin: 20px;
}
.panel-title .glyphicon{
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    color: #000000!important;
    background-color: #f5f5f5!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
/*button.accordion-button.collapsed {
    border: 1px solid #acbf71;
}
*/
.accordion-flush .accordion-item{
    border-top: 0;
   /*border: 1px solid #deecb1;
   */
    margin-bottom: 20px;
   /* border-radius: 17px;
    */
   /* background: green;
    */
   /* border-radius: 10px!important;
    */
   /* border-radius: 10px;
    */
    color: #000000;
    outline: 0px;
    border-radius: 10px!important;
    background-color: #f5f5f5;
}
.accordion-button:focus {
    z-index: 3;
    border: none!important;
    outline: 0px!important;
    box-shadow: 0 0 0 0px rgb(172 191 113)!important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
div.accordion-content {
    font-size:15px;
}
button.accordion-button.accordion-titlee {
    font-size:16px;
}
button.accordion-button.accordion-titlee.collapsed {
    border-radius:10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius:10px!important;
    border-bottom-left-radius:10px!important;
}
.custom_pt_0 {
    padding-top:0px!important;
}
/*faq page css ends here*/
/*resort detail page css starts here*/
.list-one img {
    width:30px;
    height:30px;
    margin-right: 10px;
}
.resort-details li {
    margin-bottom: 15px;
    font-family: 'Poppins';
    font-size: 15px;
}
.list-one img.tv {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.resort-details h5.resort-price {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 35px;
   /* color: var(--theme-color);
    */
    font-weight: 700;
    /* font-family: "Glacial Indifference"; */
    font-family: 'Poppins';
    color: #58ab26;
}
.resort-details h3.title-head {
    font-size: 40px;
    font-weight: bold;
    /* font-family: serif; */
    font-family: 'Poppins';
    line-height: 45px;
    margin-bottom:30px;
}
.resort-details div.text {
    font-size: 14px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Poppins';
}
.text {
    margin: 0px 0px 15px;
}
.resort-details h3 {
    font-size: 28px;
    line-height: 60px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 0px;
    /* font-family: serif; */
    font-family: 'Poppins';
}
div.amenities-sec {
    margin-bottom: 20px;
}
div.check{
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 47px;
    color: #58ab26;
    font-weight: 700;
    /* font-family: "Roboto"; */
    text-transform: uppercase;
    font-family: 'Poppins';
}
div.time {
    font-size: 14px;
    line-height: 35px;
    color: #797979;
    font-weight: 400;
    font-family: 'Poppins';
}
div.age{
    font-size: 14px;
    line-height: 35px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: 'Poppins';
}
ul.list-one {
    padding-left: 0px;
}
.resort-details table td{
    background: #f7f7f7;
    font-size: 15px;
    color: #242424;
    font-weight: 400;
    border: 2px solid #ffff;
    padding: 13px 20px;
    border: 1px solid #060606!important;
}
.resort-details table thead th {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #060606!important;
}
/*resort detail page css end here*/
/*faq2*/
.why-choose-us-content-box .item-c.faq-item-c{
    float: left;
    width: 52px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
    padding-bottom: 20px;
    line-height: 1;
    background: #4d8641;
}
.why-choose-us-content-box .item-c span {
    position: relative;
    top: 11px;
    left: 17px;
    font-size: 23px;
}
.why-choose-us-content-box .item-c span.a-span {
    position: relative;
    top: 13px;
    left: 19px;
    font-size: 23px;
}
.why-choose-us-content-box .item-c.faq-item-c:after {
    content: "";
    position: relative;
    height: 6px;
    display: block;
    background-color:#4d8641!important;
    width: 27px;
    top: 15px;
}
.faq-content-box .content-item {
    overflow: hidden;
}
.faq-content-box .content-item p.answer {
    font-size: 15px;
    font-weight: 400;
    text-align: left!important;
}
.why-choose-us-content-box .content-item p.question {
    color: #42403e;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.667;
    text-align: left!important;
}
.faq-content-box .item-c:after {
    content: "";
    position: relative;
    height: 6px;
    display: block;
    background-color: #bfddab;
    width: 27px;
    top: 15px;
}
.why-choose-us-content-box .list-item.faq-list-item {
    overflow: hidden;
    margin-bottom: 8px;
   /* max-width: 605px;
    */
}
.one-faq {
    background: #fff;
    padding: 30px 25px 10px 25px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: rgb(99 99 99 / 14%) 0px 2px 6px 0px;
}
@media only screen and (max-width:768px){
    .why-choose-us-content-box .content-item p.question {
        color: #42403e;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        text-align: left!important;
   }
    section.section3.about p {
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
   }
}

/* events */
.card-body-text p
{
    font-size: 13px;
}
li.breadcrumb-item {
    font-size: 14px;
}