.booking-counter {
    background: -webkit-linear-gradient(top, #2f88c9, #000000);
    padding-top: 25px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding-bottom: 25px;
    color: #ffffff;

}

#spaceDetils {
    padding-left: 25px;
    min-height: 300px;
}

.booking-title h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* font-family: 'Roboto', sans-serif; */
    color: #fbca00;
    margin-top: 0;
}

.booking-title h5:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fbca00;
    left: 0;
    bottom: 0;
}

.details-block ul {
    padding: 0;
    margin: 0;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.details-block ul li {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    list-style: square inside;
    line-height: 36px;
}

.details-block ul li span {
    display: inline-block;
    font-size: 14px;
}

.details-block ul li h6 {
    display: inline-block;
    color: #ffffff;
    float: right;
    margin-right: 15px;
    font-size: 12px;
}

.carousel-boking {
    height: 300px;
}

.div-extra-details {
    min-height: 100px;
}

.div-extra-details p {
    margin-left: 10px;
    font-size: 14px;
}

.booking-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px !important;

}

.booking-extra-info li {
    margin-left: 10px;
}

/* .booking-extra-info {
    margin-top: 10px;
} */

.booking-extra-info h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #999999;
    border-bottom: .5px solid #9999998a;
}

.booking-extra-info h6 {
    display: inline-block;
    color: #fbca00;
    margin-right: 15px;
    font-size: 14px;
    /* letter-spacing: 2px; */
}

.booking-extra-info span {
    font-size: 13px;
    color: #999999;
}

/*#endregion

/*#region  **** date style  ****/
.unstyled {
    -webkit-appearance: none;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

/*#endregion

/*#region  **** div right margin  ****/
.help-block {
    /* font-family: serif; */
    color: #ffffff !important;
    font-weight: 1000;
    font-size: 14px;
}

.has-success .form-control-feedback {
    color: #fbca00;
}

.booking-basic-info a {
    cursor: pointer;
    font-size: 18px;
    padding: 6px;
}

.div-booking {
    /* background: #f4f6f7 url(../images/booking/bookigImg4.png) right bottom no-repeat; */
    /* url(../images/features/featuresImage.png) right bottom no-repeat; */
    /* width: 100%; */
    /* background-size: cover;
    font-weight: 800;
    margin-top: 50px; */
    padding: 6px 20px;
    /* background-color: #ffffff; */

}

/* .div-booking li {
    font-family: serif;
    font-weight: 1000;
} */

.div-booking h5 {
    /* font-family: serif; */
    font-weight: 1000;
    font-size: 16px;
    margin-top: 0;
}

.font-pricing {
    font-size: 20px !important;
    color: #ffffff;
}

.margin {
    margin-bottom: 0;
    /* padding: 0; */
}

.btn-booking {
    /* font-family: serif; */
    font-weight: 600;
    font-size: 15px;
    /* background: linear-gradient(135deg, #202d56, #3b8fcc 50%, #3a8ecc, #202d56 75%) no-repeat scroll right bottom / 230% 100% #3d90cc; */
    /* background: linear-gradient(135deg, #3a8ecc, #fbca00 50%, #3a8ecc, #fbca00 75%) no-repeat scroll right bottom / 230% 100% #3d90cc; */
    background: linear-gradient(135deg, #ffffff, #fbca00 50%, #ffffff, #fbca00 75%) no-repeat scroll right bottom / 230% 100% #ffffff;
    padding: 10px 10px;
    border: none;
    color: #0c0c0c;
    min-width: 130px;
    transition: all 1s;
    box-shadow: 1px 1px 1px 1px;
    /* height: 45px; */
}

.btn-booking.disabled {
    color: #adadad;
}

.btn-booking:hover {
    background-position: left bottom !important;
}

/* .div-btn-book {
    padding-top: 20px;

} */

.form-control-feedback {
    right: 19px;
    width: unset;
}

.btn-book {
    margin-bottom: 10px;
    /* min-width: 150px; */
}

label {
    /* font-family: serif; */
    font-weight: 1000;
    font-size: 14px;
}

.btn-save {
    /* font-family: serif; */
    font-weight: 1000;
    font-size: 16px;
    border-radius: unset;
    top: 0;
    width: 100px;
    background: linear-gradient(135deg, #ffffff, #fbca00 50%, #ffffff, #fbca00 75%) no-repeat scroll right bottom / 230% 100% #ffffff;
    color: #0c0c0c;
    border: unset;
    padding: 4px 10px;
    transition: all 1s;

}

.btn-save:hover {
    background-position: left bottom !important;
}

/*#endregion

/*#region  **** confirm modal  ****/

.confirm-modal h2 {
    font-size: 20px;
}

.confirm-modal p{
    font-family: Raleway;
    text-align: justify;
    font-size: 15px;

}

.confirm-modal li {
    margin-left: 30px;
}

/*#endregion*/

/*#region  **** triangle  ****/
.div-border {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    color: #dddddd;
    margin-top: 25px;
    margin-bottom: 30px;
}

.div-style {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #ffffff;
}


.triangle {
    position: relative;
    display: inline-block;
    width: 0;
    top: 0;
    border: 25px solid transparent;
    border-top: 25px solid #fbca00;
    cursor: pointer;
}

.arrow {
    position: absolute;
    width: 100%;
    left: -5px;
    top: -30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #0c0c0c;
}

/*#endregion*/

/*#region  **** responsiv  ****/

@media (min-width:450px) {
    .booking-basic-info li {
        width: 49%;
        float: left;
        margin: 0px 2px;
    }
}

@media (min-width:450px) and (max-width:500px) {
    .booking-basic {
        padding: 4px !important;
    }

    .details-block ul li span {
        font-size: 13px;
        letter-spacing: .2px;

    }

    .details-block ul li h6 {
        font-size: 12px;
        letter-spacing: .5px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    #spaceDetils {
        padding-left: 5px;
    }

    .details-block ul li span {
        font-size: 13px;
        letter-spacing: .5px;


    }

    .details-block ul li h6 {
        font-size: 12px;
        letter-spacing: .5px;
        margin-right: 5px;
    }
}

@media (max-width:767px) {

    .booking-basic {
        padding: 10px;
    }

    .details-block {
        margin-top: 10px;
    }

    .booking-title h5:before {
        margin-bottom: 4px;
    }

    .booking-title h5 {
        margin-bottom: 4px;
    }

    .margin-pricing {
        margin-top: 0px;
    }

    #spaceDetils {
        padding: 50px 0 !important;
    }

    .div-booking h5{
       margin-top: 10px;
    }
}

/*#endregion