.left-col.d-flex.flex-col {
    width: 50%;
  justify-content: space-between;
}
.info-box.right-col {
    width: 50%;
    font-size: 24px;
    line-height: 31.2px;
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-weight:400;
}
.info-box.right-col .small-text {
    font-size: 15px;
    line-height: 20px;
    margin-top:40px;
  font-weight:400;
    font-family: "Raleway", sans-serif;
}
.cust-full-img-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
  gap:44px;
}
.logo-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50% , -50%);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
  width:100%;
z-index:1;
}
/* .logo-sec img:first-child{
margin-bottom:20px;
} */
.hero-banner.position-relative::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
}
@media only screen and (max-width:1024px){
  .room-list-sec .cust-room-row .cust-image-sec  {margin: 0 auto; }
.learn-more-sec.mt-180 {
    margin-top: 107px;
    position:relative;
}
  
  .room-list-sec .cust-room-row .cust-content-sec {
	max-width: 572px;
	margin-left: auto;
	margin-right: auto;
}
  
.learn-more-sec.mt-180 .cust-container.d-flex {flex-wrap: wrap;}
.left-col.d-flex.flex-col , .info-box.right-col {
    width: 100%;
}
button.cust-btn.button-link {
    position: absolute;
    bottom: -60px;
}
.info-box.right-col {
    margin-top: 43px;
}
.cust-full-img-sec.mt-180 {
    margin-left: -80px;
    margin-right: -80px;
    gap: 40px;
}
section.about-info-section {
    overflow: hidden;
}
.logo-sec {
   font-size: 16px;
   line-height: 17px;
}
@media only screen and (max-width:767px){
  .room-list-sec .cust-room-row .cust-content-sec {
	padding-top:40px
}
    .room-list-sec .d-flex.cust-room-row {
	gap: 0 !important;
}
.heading-info-box h4 {
    font-size: 24px;
    line-height: 26px;
}
section.about-info-section .row-fluid-wrapper .row-fluid-wrapper {
    padding: 0;
}
.heading-info-box h2 {
    font-size: 47px;
    line-height: 50px;
}
.info-box.right-col {
    font-size: 20px;
    line-height: 26.2px;
}
.info-box.right-col .small-text {
    margin-top: 20px;
}
button.cust-btn.button-link {
    width: 124px;
}
.cust-full-img-sec.mt-180 .img-col:first-child, .cust-full-img-sec.mt-180 .img-col:last-child {
    display: none;
}
.mt-180 {
    margin: 150px 0 0 0;
}
.logo-sec {
    width: 100%;
    text-align: center;
    padding: 0px 54px;

}
}
