#bookingform {
    margin: 0 0 15px 0px;
    padding: 1px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

#bookingbg {
    background: #e8e8e8;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.bookinghead {
    display: block;
    width: 100%;
    min-height: 35px;
    line-height: 40px;
    text-align: center;
    /* background: #1ba0e2; */
    background: #142e4a;
    padding: 0px 0px 0;
    margin: 0px 0px 0px 0px;
    color: #fff;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
}

.triangle-down {
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-top: 10%;
    overflow: hidden;
    margin-bottom: 10px;
}

.triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    margin-top: -100px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    /* border-top: 100px solid #1ba0e2; */
    border-top: 100px solid #142e4a;
}

#bookingbg .form-group {
    padding-left: 5%;
    padding-right: 5%;
}

.form-group {
    margin-bottom: 15px;
}

.texttotalprice {
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}

.texttotalprice span {
    color: #ff671f;
}

.textcall {
    padding: 0 0 20px 0;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin: 0px;
}

.textcall .color1 {
    color: #142e4a;
    font-size: 14px;
}

#addtocart, #checkout {
    text-transform: uppercase!important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ff8e01;
    border-color: #ff8e01;
    color: #ffffff;
    text-shadow: none;
    margin: 5px 0px;
    font-size: 16px;
    width: 100%;
}
