/* .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
} */


/* #booking {
    font-family: 'Raleway', sans-serif
}

.booking-form {
    position: relative;
    max-width: 642px;
    width: 100%;
    margin: auto;
    padding: 40px;
    margin-top: 10%;
    margin-bottom: 10%;
    overflow: hidden;
    background-image: url('https://i.imgur.com/8z1tx3u.jpg');
    background-size: cover;
    border-radius: 5px;
    z-index: 20
}

.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    z-index: -1
}

.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 60px;
    padding: 0px 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #ff8846;
    box-shadow: 0px 0px 0px 2px #ff8846
}

.booking-form input[type="date"].form-control {
    padding-top: 16px
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 10px
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.booking-form select.form-control option {
    color: #000
}

.booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0;
    color: #ff8846;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #e35e0a;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9
}

 */

#booking {
    font-family: 'Montserrat', sans-serif;
    background-image: url('../images/palm/5.jpg');
    background-size: cover;
    background-position: center;
}

#booking::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000ad;
}

.booking-form {
    background-color: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: #ebecee;
    border-radius: 4px;
    border: none;
    height: 40px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e485c;
    font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0px;
    bottom: 4px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(62, 72, 92, 0.3);
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .form-label {
    display: inline-block;
    color: #3e485c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-left: 7px;
}

.booking-form .submit-btn {
    display: inline-block;
    color: #fff;
    background-color: #1e62d8;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 4px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}

.booking-cta {
    margin-top: 80px;
    margin-bottom: 30px;
}

.booking-cta h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.booking-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.booking-section {
    position: relative;
    height: 130vh;
}

.iframewidth {
    width: 1500 !important;
}

.bg-black {
    background-color: #000 !important;
}

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.booking-section .booking-section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bottombtn {
    position: absolute;
    left: 0;
    bottom: 0;
}


/* .mb-btn{
    margin-bottom: 25%;
} */

.vertical-content-center {
    display: flex;
    align-items: center;
    text-align: center;
}

.center-btn {
    display: flex;
    justify-content: center;
}

.bg-grey {
    background: #333333 !important;
}

.bg-light-grey {
    background: #d3d3d3 !important;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
    text-align: center;
}

.mr-2 {
    margin-right: 2%;
}

.ml-2 {
    margin-right: 2%;
}

.btn-white {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000 !important;
    border: 0px;
}

.btn-booking {
    height: 50% !important;
    margin-top: 15% !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 9px !important;
    background: #333 !important;
    width: 160px !important;
    color: #fff !important;
    border: 1px solid #000;
}
.th{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-15 {
    margin-top: 15%;
}

.ml-5 {
    margin-left: 5%;
}

.mt-5 {
    margin-top: 5% !important;
}

@media (min-width: 992px) {
    .col-md-push-6 {
        left: 50% !important;
    }
}


@media (min-width: 992px) {
    .col-md-6 {
        width: 50% !important;
    }
    .mt-15 {
        margin-top: 5%;
    }
    .web-none{
        display: none !important;
    }
    .btn-global,
    .btn-small,
    .btn-medium,
    .btn-large {
        font-weight: 300;
        padding: 10px 20px;
        cursor: pointer;
        display: block;
        margin: 10px;
        text-align: center;
        opacity: 1;
    }
}

.room-details-row {
    display: flex;
    justify-content: center;
}

.room-details-table {
    /* border-top: 1px solid #000; */
    border-bottom: 1px solid #000;
    padding-bottom: 2%;
    padding-top: 1%;
    margin-right: 1%;
}

.room-details-table2 {
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    padding-bottom: 2%;
    padding-top: 1%;
    margin-right: 1%;
}

.center-align {
    display: flex;
    justify-content: center;
}

.section-callout-features {
    background: #000 !important;
    padding-bottom: 5% !important;
}


/* .section-callout-features h1, h3, p{
    color: #fff !important;
} */

.feature-block {
    display: flex;
    justify-content: center;
}

.feature-block-contact {
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000 !important;
}

.feature-block-contact p {
    color: #000 !important;
    margin-bottom: 2% !important;
    margin-top: 2% !important;
    font-weight: bold;
}

.feature-block-btn {
    color: #000;
    background: #000 !important;
    padding: 7px;
    color: #fff !important;
}

.floor-block {
    border: 1px solid #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    padding: 5%;
}

.floor-details-table {
    display: flex;
    /* justify-content: space-around;
     */
     justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5%;
}
.floor-details-table2 {
    display: flex;
    /* justify-content: space-around;
     */
     justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0.5%;
}



.pt-5 {
    padding-top: 5%;
}

.floor-details-row {
    display: flex;
    justify-content: center;
    /* padding-bottom: 2%;
    padding-top: 2%; */
    padding-bottom: 0%;
    padding-top: 1%;
}

.carousel {
    margin-bottom: 60px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 1;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 600px;
    background-color: #555;
}


/* .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
} */


/* MARKETING CONTENT
  -------------------------------------------------- */


/* Pad the edges of the mobile views a bit */

.marketing {
    padding-left: 15px;
    padding-right: 15px;
}


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px;
    /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden;
    /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px;
    /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}


/* Give some space on the sides of the floated elements so text doesn't run right into it. */

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}


/* Thin out the marketing headings */

.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 768px) 
{
    
    /* Remve the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }
    .iframewidth {
        width: 100% !important;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

.floor-slider {
    padding: 0px !important;
}

.home-slider-img {
    width: 100% !important;
    height: 100% !important;
}

.bottom-left {
    position: relative;
    bottom: 30px;
    left: 16px;
    color: #fff;
}

.home-room-container {
    position: relative;
    text-align: center;
    color: white;
}

.img-first {
    padding-right: 3px;
    margin-top: 12%;
}

.img-second {
    padding-left: 3px;
}

.mt-10 {
    margin-top: 10%!important;
}
