.cb-booking-box{
    background:#072b5b;
    padding:25px;
}

.cb-row{
    margin-bottom:20px;
}

.cb-label{
    color:#fff;
    font-size:13px;
    font-weight:bold;
    display:block;
    margin-bottom:8px;
    text-transform:uppercase;
}

.cb-input-group{
    display:flex;
    width:100%;
}

.cb-icon{
    width:60px;
    background:#0c3b75;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.2);
}

.cb-input-group input{

    flex:1;

    height:55px;

    border:none;

    padding:0 18px;

    font-size:17px;

}

#cb_submit{

    width:100%;

    height:60px;

    background:#ff8500;

    color:#fff;

    border:none;

    font-size:22px;

    font-weight:bold;

    cursor:pointer;

    transition:.3s;

}

#cb_submit:hover{

    background:#ef7600;

}