/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.booking-engine {
    background-color: #ffffff;
     
	    border-radius: 10px;
    padding: 30px;
}.padding_top_30{padding-top:30px;}
hr.no-margin {
    margin: 0px;
    padding-bottom: 60px;
}
nav#mainNav ul li a {
    color: #333;
}
ul.footerlik {
    list-style: none;
    padding: 0px;
    line-height: 30px;
}
a.js-scroll-trigger.btn_1 {
    color: #ffffff !important;
}
.booking-engine .form-floating>label{color:#333;}
.booking-engine {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    width: 600px;
    margin: 0 auto;
}
.booking-engine-main {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    width: 85%;
    margin: 0 auto;
}
.hero .wrapper p {
    text-align:left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #333333;
}
p.settypo em {
    font-size: 12px;
}
p.settypo a {
    text-decoration: underline;
}
div#amenities {
    padding-bottom: 90px;
}
small.bg-primary {
    background-color: #978667 !important;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 20px;
}
section.bg-white.membarship .flex-item-wrapper .item a img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.padding_bottom_20{padding-bottom:20px;}
.padding_bottom_100{padding-bottom:100px;}
.flex-item-wrapper {
    display: flex;
    gap: 20px;
}
p.settypo.textrightwithmargin {
    text-align: right;
    padding-top: 10px;
}
.intro.margintop30 {
    margin-bottom: 30px;
}
.flex-item-wrapper .item a img {
    border-radius: 15px;
}
.field-label label {
    color: #83755a;
	text-transform:capitalize;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
.font-14{font-size:14px;}
.footer-overlay{    background-blend-mode: overlay;
    background-color: #473e2d;}
	.margin_60_60{padding:60px 30px;}
	.copyright{    color: #fff;
    padding: 15px 0;
    background-color: #1f2127;
    font-size: .8125rem;text-align:center;}
	.margin_0_auto{margin:0 auto; padding-bottom:30px;}
	 
	
	.bgimag.contain {
    background-image: url(../img/bg-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.imagesm{
     height: 230px; 
     width: 330px;
 }
 .imagebig{
     height:650px
 }
@media only screen and (max-width:767px){
    .hero .wrapper p {
        text-align: center;
        margin-top: 12px;
    }
     .imagesm{
             height: 150px !important;
        width: 210px !important;
        margin-bottom: 32px;
 }
 .imagebig{
           height: 316px !important;
        width: 276px;
 }
   
    p.settypo.textrightwithmargin {
    text-align: center;
    padding-top: 10px;
}
    .flex-item-wrapper {
    gap: 10px;
    flex-wrap: wrap;
}
.booking-engine {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 15px;
    width: 95%;
    margin: 0 auto;
}
.margin_0_auto {
    margin: 0 auto;
    padding-bottom: 5px;
}
.booking-engine-main {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    width: 95%;
    margin: 0 auto;
}
}
/* Equal top alignment */
#contactus .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Contact section proper spacing */
#contactus .row {
    align-items: flex-start;
}

/* Fix address breaking */
#contactus .col-md-4 p:first-of-type {
    white-space: nowrap;
}

/* Consistent spacing */
#contactus h5 {
      font-size:16px;
    margin-bottom: 10px;
}

#contactus p {
    font-size:13px;
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Emergency block align */
.footerwidget h3 {
    margin-bottom: 20px;
    font-size:16px;
}

/* Remove unnecessary padding */
#contactus .row[style] {
    padding: 0 !important;
}

 